:root {
  --navy: #021733;
  --navy-2: #05264f;
  --ink: #071936;
  --muted: #5b6680;
  --orange: #f1871f;
  --orange-2: #b76620;
  --line: #dde5f0;
  --paper: #ffffff;
  --soft: #f7f9fd;
  --blue: #2d7ccf;
  --green: #84c848;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--soft);
  overflow-x: hidden;
}

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

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

.hero {
  min-height: 760px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(2, 16, 37, 0.95) 0%, rgba(2, 18, 42, 0.76) 38%, rgba(2, 18, 42, 0.28) 70%, rgba(2, 18, 42, 0.2) 100%),
    url("assets/hero-background.png") center right / cover;
  overflow: hidden;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.nav,
.hero-grid,
.section,
.footer {
  width: min(1240px, calc(100% - 48px));
  margin: 0 auto;
}

.nav {
  width: 100%;
  max-width: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
  gap: 16px;
  padding: 0 max(28px, calc((100vw - 1240px) / 2));
  position: sticky;
  top: 24px;
  z-index: 20;
  border: 0;
  border-radius: 0;
  background: transparent;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, backdrop-filter 180ms ease;
}

.nav::before {
  content: none;
}

.nav.is-stuck {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transform: none;
  align-items: stretch;
  background: transparent;
}

.nav.is-stuck::before {
  content: none;
}

.brand {
  position: relative;
  order: 2;
  min-width: 270px;
  display: grid;
  place-items: center;
  padding: 16px 28px;
  background: rgba(5, 39, 86, 0.92);
}

.brand::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: calc(50vw - 16px);
  background: rgba(5, 39, 86, 0.92);
  pointer-events: none;
}

.brand-logo {
  width: 160px;
  height: auto;
  transition: width 180ms ease;
}

.brand-text {
  font-size: 44px;
  line-height: 0.8;
  font-weight: 900;
  letter-spacing: 0;
}

.brand-text span,
.hero-panel strong span,
.hero-copy h1 span,
.mission-grid h3,
.supply-grid h3,
.sales-flow h3 {
  color: var(--orange);
}

.brand-orbit {
  position: absolute;
  width: 42px;
  height: 24px;
  border: 2px solid var(--orange);
  border-top-color: transparent;
  border-left-color: transparent;
  border-radius: 50%;
  transform: translate(112px, 3px) rotate(-24deg);
}

.brand small,
.footer small {
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.9;
}

.nav-links {
  position: relative;
  order: 1;
  flex: 0 1 auto;
  display: flex;
  align-items: center;
  gap: 28px;
  min-height: 80px;
  padding: 0 24px 0 8px;
  background: rgba(2, 18, 42, 0.58);
  backdrop-filter: blur(12px);
  font-size: 13px;
  font-weight: 800;
  text-transform: none;
}

.nav-links::before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  width: 100vw;
  background: inherit;
  pointer-events: none;
}

.nav.is-stuck .nav-links {
  background: rgba(2, 18, 42, 0.74);
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.2);
}

.nav-links a {
  opacity: 0.88;
}

.nav-links a:hover {
  color: var(--orange);
  opacity: 1;
}

.nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 8px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 90px 0 150px;
}

.hero-copy h1 {
  max-width: 590px;
  margin: 0 0 22px;
  font-size: clamp(44px, 5vw, 72px);
  line-height: 1.03;
  letter-spacing: 0;
}

.hero-copy p {
  max-width: 520px;
  margin: 0 0 28px;
  font-size: 19px;
  line-height: 1.65;
}

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

.action-card {
  min-width: 285px;
  min-height: 72px;
  display: grid;
  grid-template-columns: 36px 1fr 28px;
  align-items: center;
  gap: 14px;
  padding: 16px 18px;
  border: 2px solid var(--orange);
  border-radius: 8px;
  background: rgba(2, 14, 34, 0.62);
  font-size: 17px;
  font-weight: 800;
  white-space: nowrap;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.26);
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.action-card.filled {
  background: linear-gradient(135deg, #ca7a2f, #8f541d);
}

.action-card:hover {
  background: linear-gradient(135deg, #ca7a2f, #8f541d);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
  transform: translateY(-2px);
}

.action-card.filled:hover {
  background: rgba(2, 14, 34, 0.62);
}

.action-card svg {
  width: 32px;
  height: 32px;
  color: #fff;
}

.hero-panel {
  display: none;
  border: 1px solid rgba(255, 148, 55, 0.45);
  border-radius: 14px;
  padding: 18px;
  background: rgba(2, 18, 42, 0.86);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.42);
  backdrop-filter: blur(10px);
}

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

.panel-head strong {
  font-size: 25px;
}

.panel-head div {
  display: flex;
  gap: 14px;
  color: #dce8f8;
}

.dashboard {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.dashboard article {
  min-height: 135px;
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(5, 33, 72, 0.82);
  overflow: hidden;
}

.tile-title {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 800;
}

.chart-line,
.bars {
  height: 82px;
  display: flex;
  align-items: end;
  gap: 10px;
}

.chart-line span {
  flex: 1;
  min-width: 8px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(#e9edf8, var(--orange));
}

.map-dots {
  height: 88px;
  position: relative;
  background:
    radial-gradient(circle at 15% 24%, var(--orange) 0 4px, transparent 5px),
    radial-gradient(circle at 50% 42%, var(--orange) 0 5px, transparent 6px),
    radial-gradient(circle at 72% 22%, var(--orange) 0 4px, transparent 5px),
    radial-gradient(circle at 36% 74%, var(--orange) 0 4px, transparent 5px),
    radial-gradient(circle at 83% 66%, var(--orange) 0 5px, transparent 6px);
}

.map-dots::before {
  content: "";
  position: absolute;
  inset: 9px;
  border: 1px solid rgba(241, 135, 31, 0.5);
  border-radius: 48% 40% 45% 38%;
  transform: rotate(-8deg);
}

.donut {
  width: 76px;
  height: 76px;
  float: left;
  margin-right: 14px;
  border-radius: 50%;
  background: conic-gradient(var(--orange) 0 42%, #1e75c8 42% 64%, #f7c05f 64% 82%, #203a62 82%);
}

.donut::after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  margin: 19px;
  border-radius: 50%;
  background: #052148;
}

.mini-list {
  display: grid;
  gap: 6px;
  margin: 0;
  padding: 3px 0 0;
  list-style: none;
  font-size: 12px;
}

.mini-list b {
  color: var(--orange);
}

.bars span {
  flex: 1;
  min-width: 22px;
  display: flex;
  align-items: start;
  justify-content: center;
  padding-top: 4px;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(#9fc2ff, #164f91);
  font-size: 10px;
  font-weight: 800;
}

.section {
  padding: 46px 0;
}

.section h2 {
  margin: 0 0 18px;
  text-align: center;
  text-transform: none;
  font-size: 24px;
  line-height: 1.2;
}

.power-grid,
.value-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border-radius: 0 0 12px 12px;
  box-shadow: 0 8px 30px rgba(7, 25, 54, 0.08);
}

.power-grid article,
.value-grid article {
  min-height: 150px;
  display: grid;
  justify-items: center;
  align-content: start;
  gap: 10px;
  padding: 24px 22px;
  text-align: center;
  border-right: 1px solid var(--line);
}

.power-grid article:last-child,
.value-grid article:last-child {
  border-right: 0;
}

.power-grid svg,
.value-grid svg {
  width: 48px;
  height: 48px;
  color: var(--orange);
  stroke-width: 1.6;
}

h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.25;
  text-transform: uppercase;
}

p {
  margin: 0;
}

.power-grid p,
.value-grid p {
  max-width: 170px;
  color: #23385e;
  font-size: 12px;
  line-height: 1.45;
}

.ecosystem {
  margin-top: 0;
  padding: 46px 0;
}

.ecosystem h2 {
  margin-bottom: 24px;
}

.ecosystem-row {
  display: grid;
  grid-template-columns: repeat(5, minmax(120px, 1fr));
  align-items: center;
  gap: 34px;
  min-height: 96px;
  text-align: center;
}

.ecosystem-row img {
  width: 100%;
  max-height: 76px;
  object-fit: contain;
  filter: saturate(0.98);
}

.mission-band {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-top: 46px;
  padding-bottom: 46px;
  padding-left: max(28px, calc((100vw - 1240px) / 2));
  padding-right: max(28px, calc((100vw - 1240px) / 2));
  background: linear-gradient(120deg, #031a39, #042653);
}

.mission-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  border-radius: 0;
  background: transparent;
  color: #fff;
}

.mission-grid article {
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 20px;
  padding: 38px 44px 42px;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.mission-grid article:last-child {
  border-right: 0;
}

.mission-grid svg {
  width: 62px;
  height: 62px;
  margin-top: 4px;
  color: #fff;
  stroke-width: 1.4;
}

.mission-grid .quote {
  margin: 6px 0 18px;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.35;
}

.mission-grid p:not(.quote) {
  color: #dbe6f4;
  font-size: 14px;
  line-height: 1.8;
}

.value-grid {
  grid-template-columns: repeat(4, 1fr);
  border: 1px solid var(--line);
  border-radius: 8px;
}

.dark-section,
.sales-section {
  width: 100%;
  max-width: none;
  color: #fff;
  border-radius: 0;
  background: linear-gradient(120deg, #031a39, #042653);
  box-shadow: 0 16px 40px rgba(7, 25, 54, 0.16);
  margin-top: 18px;
  margin-bottom: 18px;
  padding-left: max(28px, calc((100vw - 1240px) / 2));
  padding-right: max(28px, calc((100vw - 1240px) / 2));
}

.dark-section h2,
.sales-section h2 {
  margin-top: 0;
}

.supply-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.supply-grid article {
  position: relative;
  min-height: 270px;
  padding: 30px 34px 30px 110px;
  border-right: 1px solid rgba(241, 135, 31, 0.45);
}

.supply-grid article:last-child {
  border-right: 0;
}

.num {
  position: absolute;
  top: 25px;
  left: 28px;
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  border: 1px solid rgba(88, 150, 216, 0.75);
  border-radius: 50%;
  font-size: 30px;
}

.supply-grid svg {
  width: 62px;
  height: 62px;
  margin-bottom: 16px;
  color: #b9e776;
  stroke-width: 1.4;
}

.supply-grid p,
.supply-grid li {
  color: #dce8f8;
  font-size: 13px;
  line-height: 1.55;
}

.supply-grid ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.supply-grid li::marker {
  color: var(--orange);
}

.sales-section {
  padding-bottom: 34px;
}

.section-lead {
  width: min(880px, calc(100% - 40px));
  margin: 0 auto 28px;
  text-align: center;
  color: #dce8f8;
  line-height: 1.6;
}

.sales-flow {
  display: grid;
  grid-template-columns: 1fr 42px 1fr 42px 1fr 42px 1fr 42px 1fr 42px 1.15fr;
  align-items: start;
  gap: 10px;
  padding: 0 36px;
  text-align: center;
}

.sales-flow article {
  display: grid;
  justify-items: center;
  gap: 10px;
}

.sales-flow svg {
  width: 72px;
  height: 72px;
  padding: 16px;
  border: 1px solid #8bb3e7;
  border-radius: 50%;
  color: #d8e9ff;
  stroke-width: 1.5;
}

.sales-flow span {
  height: 2px;
  margin-top: 36px;
  background: #8bb3e7;
}

.sales-result {
  position: relative;
  width: 132px;
  height: 132px;
  justify-self: center;
  margin-top: -30px;
  overflow: hidden;
  border: 1px solid #1661a8;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1px rgba(139, 179, 231, 0.16);
}

.sales-result img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(1.08) saturate(1.08);
}

.sales-result svg {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 46px;
  height: 46px;
  padding: 8px;
  transform: translate(-50%, -50%);
  border: 2px solid rgba(255, 255, 255, 0.82);
  border-radius: 50%;
  color: #fff;
  background: rgba(2, 18, 42, 0.35);
  stroke-width: 2.2;
}

.sales-flow p {
  color: #dce8f8;
  font-size: 12px;
  line-height: 1.55;
}

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

.blog-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(7, 25, 54, 0.06);
}

.blog-grid img {
  height: 180px;
  object-fit: cover;
}

.blog-grid h3 {
  min-height: 92px;
  padding: 20px 18px 10px;
  color: #0a244d;
  font-size: 16px;
  line-height: 1.35;
  text-transform: none;
}

.blog-grid a {
  display: inline-flex;
  margin: 0 18px 22px;
  color: #174d91;
  font-size: 13px;
  font-weight: 800;
}

.blog-grid a::after {
  content: "→";
  margin-left: 6px;
  color: var(--orange);
}

.cta-section {
  padding-top: 34px;
  padding-bottom: 54px;
}

.cta-lead {
  margin: -8px 0 26px;
  text-align: center;
  color: #344363;
  font-size: 17px;
  line-height: 1.5;
}

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

.cta-grid article {
  min-height: 265px;
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 28px 24px 22px;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(145deg, #031a39, #042653);
  box-shadow: 0 14px 28px rgba(7, 25, 54, 0.14);
}

.cta-grid h3 {
  font-size: 24px;
  text-transform: none;
}

.cta-grid strong {
  min-height: 24px;
  font-size: 18px;
}

.cta-grid p {
  min-height: 58px;
  color: #dce8f8;
  font-size: 14px;
  line-height: 1.6;
}

.cta-grid > article > svg {
  order: -1;
  justify-self: start;
  width: 70px;
  height: 70px;
  margin: 0 0 6px;
  color: var(--orange);
  stroke-width: 1.35;
}

.cta-grid a {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: auto;
  border-radius: 6px;
  background: linear-gradient(135deg, #bd7228, #8e571f);
  font-weight: 800;
}

.cta-grid a svg {
  width: 20px;
  height: 20px;
}

.footer {
  max-width: none;
  width: 100%;
  display: grid;
  grid-template-columns: 1.1fr 1fr 1.15fr 1fr 1.25fr;
  gap: 42px;
  padding: 44px max(28px, calc((100vw - 1240px) / 2)) 48px;
  color: #fff;
  background: linear-gradient(120deg, #031a39, #042653);
}

.footer > div {
  display: grid;
  align-content: start;
  gap: 12px;
  padding-right: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.footer > div:last-child {
  border-right: 0;
}

.footer h3 {
  font-size: 15px;
}

.footer a,
.footer p {
  color: #dce8f8;
  font-size: 13px;
  line-height: 1.55;
}

.footer p {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 10px;
}

.footer svg {
  width: 16px;
  height: 16px;
  color: var(--orange);
}

@media (max-width: 1120px) {
  .nav {
    align-items: center;
  }

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

  .nav-links {
    position: absolute;
    top: 86px;
    left: 0;
    right: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(2, 18, 42, 0.98);
  }

  .nav-links.is-open {
    display: flex;
  }

  .nav-links a {
    padding: 13px;
  }

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

  .hero-panel {
    max-width: 760px;
  }

  .power-grid,
  .blog-grid {
    grid-template-columns: repeat(3, 1fr);
  }

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

  .supply-grid,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .supply-grid article,
  .mission-grid article {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .sales-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .sales-flow > span {
    display: none;
  }
}

@media (max-width: 760px) {
  .nav,
  .hero-grid,
  .section {
    width: min(100% - 28px, 1240px);
  }

  .nav {
    width: 100%;
    max-width: none;
    padding: 0 14px;
  }

  .brand {
    min-width: 190px;
    padding: 14px 18px;
  }

  .hero {
    min-height: auto;
  }

  .hero-grid {
    padding-top: 22px;
  }

  .section {
    padding: 34px 0;
  }

  .mission-band {
    padding-top: 18px;
  }

  .cta-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  .cta-lead {
    margin: -4px 0 20px;
    font-size: 15px;
  }

  .brand-text {
    font-size: 36px;
  }

  .hero-copy h1 {
    font-size: 42px;
  }

  .hero-copy p {
    font-size: 16px;
  }

  .action-card {
    width: 100%;
  }

  .dashboard,
  .power-grid,
  .value-grid,
  .ecosystem-row,
  .blog-grid,
  .cta-grid,
  .footer,
  .sales-flow {
    grid-template-columns: 1fr;
  }

  .power-grid article,
  .value-grid article,
  .power-grid article:last-child,
  .value-grid article:last-child {
    border-bottom: 0;
  }

  .mission-grid article {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .supply-grid article {
    padding: 96px 26px 28px;
  }

  .sales-flow {
    gap: 26px;
    padding: 0 22px;
  }

  .footer > div {
    border-right: 0;
    padding-right: 0;
  }
}
