:root {
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #d7e4ff;
  background:
    radial-gradient(circle at top right, rgba(247, 200, 79, 0.18), transparent 28%),
    linear-gradient(180deg, #091325, #0c1830 45%, #0f172a);
  font-synthesis: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  font-weight: 400;
  --brand-color-primary: #00b2ff;
  --brand-color-secondary: #ff0000;
  --brand-color-tertiary: #4d4d4d;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100vh;
  background: transparent;
}

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

button,
input,
textarea {
  font: inherit;
}

button {
  cursor: pointer;
}

.site-shell {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 24px 0 56px;
}

.site-shell-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  z-index: -2;
}

.site-shell::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(9, 19, 37, 0.58), rgba(9, 19, 37, 0.35));
  z-index: -1;
}

.section-shell {
  width: min(1200px, calc(100% - 32px));
  margin: 0 auto;
}

.hero {
  width: min(1200px, calc(100% - 32px));
  margin: auto;
  padding: 80px 0 48px;
}

.nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 14px 48px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(12, 20, 39, 0.85);
  backdrop-filter: blur(16px);
  border-radius: 0;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.3);
}

.nav-toggle {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.nav-panel {
  display: flex;
  align-items: center;
  gap: 16px;
}

.nav-links {
  display: flex;
  gap: 28px;
  align-items: center;
}

.nav-links a {
  color: #aec0df;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s;
}

.nav-links a:hover {
  color: var(--brand-color-primary);
}

.nav-cta-btn {
  padding: 10px 20px !important;
  font-size: 0.9rem;
  white-space: nowrap;
}

.nav-burger {
  display: none;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  margin-left: auto;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.nav-burger span {
  width: 18px;
  height: 2px;
  background: #f2f6ff;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.brand-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  cursor: pointer;
}

.brand-logo-nav {
  display: block;
  width: min(44vw, 220px);
  height: auto;
  max-height: 44px;
  object-fit: contain;
}

.nav-cta {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(247, 200, 79, 0.42);
  color: var(--brand-color-primary);
  background: rgba(247, 200, 79, 0.08);
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 32px;
  align-items: center;
  padding: 56px 4px 0;
}

.eyebrow {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--brand-color-primary);
  font-size: 0.85rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
  overflow-wrap: anywhere;
  word-break: break-word;
  hyphens: auto;
}

h1 {
  font-size: clamp(2rem, 4.5vw, 3.6rem);
  line-height: 1.1;
  max-width: none;
  margin-bottom: 20px;
}

.lead {
  max-width: 62ch;
  color: #aec0df;
  font-size: 1.08rem;
  margin-bottom: 28px;
}

.hero-actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 18px;
  border-radius: 999px;
  border: 1px solid transparent;
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

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

.button-primary {
  color: white;
  background: var(--brand-color-primary);
  box-shadow: 0 16px 28px rgba(79, 219, 247, 0.24);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.14);
  background: rgba(255, 255, 255, 0.04);
  color: #dde8ff;
}

.button-wide {
  width: 100%;
}

.hero-card {
  display: flex;
  justify-content: center;
}

.signal-card {
  position: relative;
  /*width: min(100%, 430px);*/
  min-height: 420px;
  border-radius: 28px;
  padding: 28px;
  overflow: hidden;
  /*border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(180deg, rgba(18, 30, 56, 0.96), rgba(10, 18, 35, 0.92));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.34);*/
}

.signal-line {
  position: absolute;
  inset: auto auto 0 0;
  width: 140%;
  height: 140px;
  border-radius: 50%;
  opacity: 0.45;
}

.stats-grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-top: 60px;
}

.stat-box {
  padding: 18px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
}

.stat-box.wide {
  grid-column: 1 / -1;
}

.stat-kicker {
  display: block;
  color: #8fa2c2;
  font-size: 0.84rem;
  margin-bottom: 8px;
}

.stat-box strong {
  font-size: 1.02rem;
  color: #f8fbff;
}

.section {
  padding: 100px 0;
}

.section-light {
  background: rgba(255, 255, 255, 0.06);
  padding: 100px 0;
  border-radius: 0;
}

.section-heading {
  margin-bottom: 22px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(2rem, 4vw, 2.6rem);
}

.section-heading p {
  color: #a9bddb;
  max-width: 56ch;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}

.section-heading.narrow {
  max-width: 760px;
}

.contact-heading {
  text-align: center;
}

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

.card,
.highlight-panel,
.step,
.contact-card {
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  cursor: pointer;
}

.card p {
  color: #aabddd;
  margin-bottom: 0;
}

.icon-chip {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #081221;
  font-weight: 800;
  margin-bottom: 18px;
  background: var(--brand-color-primary);
  box-shadow: 0 8px 8px rgba(79, 213, 247, 0.2);
}

.icon-chip svg {
  width: 28px;
  height: 28px;
  stroke: #081221;
  stroke-width: 2.2;
}

/*on hover, elevate the card a little bit*/
.card:hover {
  transform: translateY(-4px);
  transition: transform 0.2s ease;
}

/*make the small icons red*/
.card:hover .icon-chip svg {
  stroke: white;
  transition: stroke 0.2s ease;
}

.section-dark {
  padding: 100px 0;
  border-radius: 30px;
}

.section-dark .section-shell {
  padding: 0 30px;
  border-radius: 30px;
  /*background: linear-gradient(180deg, rgba(6, 12, 24, 0.6), rgba(11, 18, 35, 0.82));*/
}

.highlight-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.highlight-panel {
  padding: 24px;
}

.highlight-panel ul {
  margin: 0;
  padding-left: 18px;
  color: #b7c7df;
}

.highlight-panel li+li {
  margin-top: 8px;
}

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

.step {
  padding: 24px;
}

.step span {
  display: inline-block;
  margin-bottom: 14px;
  color: var(--brand-color-primary);
  font-weight: 700;
}

.step p {
  color: #aabddd;
  margin-bottom: 0;
}

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

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

.brand-pill {
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.04);
  color: #f2f6ff;
  font-weight: 600;
  text-align: center;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.12);
}

.brand-pill-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 86px;
  background: rgba(255, 255, 255, 0.92);
}

.brand-logo {
  width: min(100%, 180px);
  height: auto;
  display: block;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 28px;
  margin-top: 32px;
  align-items: start;
}

.contact-card-form,
.contact-info-card {
  background: #fff;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.contact-info-card h3 {
  color: #111827;
  margin-bottom: 8px;
}

.contact-info-card p {
  color: #4b5563;
  line-height: 1.7;
}

.contact-form {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.contact-form label {
  display: grid;
  gap: 6px;
  color: #374151;
  font-size: 0.9rem;
  font-weight: 600;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #111827;
  padding: 12px 14px;
  border-radius: 10px;
  outline: none;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #9ca3af;
}

.contact-form input:focus,
.contact-form textarea:focus {
  border-color: var(--brand-color-primary);
  box-shadow: 0 0 0 3px rgba(79, 225, 247, 0.15);
}

.contact-form .button {
  width: auto;
  align-self: start;
}

.sectors-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 24px;
}

.sector-card {
  display: flex;
  flex-direction: column;
}

.sector-img {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  margin-bottom: 16px;
}

.sector-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.sector-card:hover .sector-img img {
  transform: scale(1.05);
}

.sector-card h3 {
  font-size: 1.4rem;
  color: #f2f6ff;
  margin-bottom: 12px;
}

.sector-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.78rem;
  color: #8ea3c7;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding-top: 12px;
  border-top: 2px solid var(--brand-color-secondary);
}

.sector-label {
  color: var(--brand-color-primary);
  font-weight: 700;
}

@media (max-width: 980px) {

  .hero-grid,
  .contact-card,
  .contact-grid,
  .cards,
  .highlight-grid,
  .steps,
  .brand-grid,
  .sectors-grid,
  .form-row {
    grid-template-columns: 1fr;
  }

  .signal-card {
    min-height: 360px;
  }

  .stats-grid {
    margin-top: 40px;
  }
}

@media (max-width: 760px) {
  .site-shell {
    width: 100%;
  }

  .section-shell,
  .hero {
    width: min(100% - 20px, 1200px);
  }

  .section,
  .section-light,
  .section-dark {
    padding: 60px 20px;
  }

  .hero {
    padding: 72px 0 40px;
  }

  .nav {
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 16px;
  }

  .nav-burger {
    display: inline-flex;
  }

  .brand-logo-nav {
    width: min(52vw, 180px);
    height: auto;
    max-height: 38px;
  }

  .nav-panel {
    display: none;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 18px;
    margin-top: 10px;
    padding: 18px 12px 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .nav-toggle:checked ~ .nav-panel {
    display: flex;
  }

  .nav-toggle:checked + .brand-wrap + .nav-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
  }

  .nav-toggle:checked + .brand-wrap + .nav-burger span:nth-child(2) {
    opacity: 0;
  }

  .nav-toggle:checked + .brand-wrap + .nav-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
  }

  .nav-links {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .nav-links a {
    width: 100%;
    text-align: center;
    padding: 8px 12px;
  }

  .nav-cta-btn {
    width: min(100%, 280px);
  }

  .hero-copy {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .hero-actions {
    justify-content: center;
  }

  .lead {
    max-width: 34ch;
  }

  h1 {
    max-width: 16ch;
    text-align: center;
    font-size: clamp(2.3rem, 8vw, 3.4rem);
  }

  h2 {
    font-size: clamp(1.75rem, 8.6vw, 2.35rem);
    line-height: 1.05;
  }

  .section-heading,
  .section-heading.narrow,
  .highlight-panel,
  .card,
  .step,
  .contact-card {
    min-width: 0;
  }

  .section-dark {
    padding: 26px 0;
  }

  .section-dark .section-shell {
    padding: 0 18px;
  }

  .contact-card,
  .card,
  .step,
  .highlight-panel {
    padding: 20px;
  }
}

@media (min-width: 2048px) {
  .nav {
    justify-content: space-around;
  }  
}
