.company-page {
  min-height: 100vh;
  background: var(--void);
  color: var(--white);
}

.company-hero {
  position: relative;
  min-height: 56vh;
  overflow: hidden;
  padding: 148px 24px 88px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(0, 212, 255, 0.1);
}

.company-hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 58% 64% at 50% 0%, rgba(0, 212, 255, 0.15) 0%, transparent 68%),
    radial-gradient(ellipse 34% 42% at 90% 72%, rgba(99, 102, 241, 0.14) 0%, transparent 64%),
    radial-gradient(ellipse 38% 44% at 10% 78%, rgba(52, 211, 153, 0.08) 0%, transparent 62%);
}

.company-hero canvas {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

.company-hero-content {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.78fr);
  gap: 54px;
  align-items: center;
}

.company-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(0, 212, 255, 0.22);
  border-radius: 100px;
  background: rgba(0, 212, 255, 0.07);
  color: var(--neon);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 22px;
}

.company-eyebrow::before,
.company-kicker::before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--neon);
  box-shadow: 0 0 9px rgba(0, 212, 255, 0.75);
}

.company-title {
  font-family: var(--font-head);
  font-size: clamp(3rem, 6.8vw, 5.65rem);
  line-height: 0.98;
  font-weight: 900;
  letter-spacing: -0.045em;
  margin-bottom: 24px;
}

.company-sub {
  max-width: 720px;
  color: rgba(240, 248, 255, 0.68);
  font-size: 1.08rem;
  line-height: 1.75;
}

.company-actions {
  margin-top: 34px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.company-hero-card {
  position: relative;
  overflow: hidden;
  padding: 28px;
  border: 1px solid rgba(0, 212, 255, 0.18);
  border-radius: 18px;
  background: rgba(2, 10, 25, 0.84);
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.43), 0 0 70px rgba(0, 212, 255, 0.06);
}

.company-hero-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(0, 212, 255, 0.16), transparent 58%);
  pointer-events: none;
}

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

.chc-label {
  color: var(--neon);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.chc-title {
  font-family: var(--font-head);
  color: var(--white);
  font-size: 1.45rem;
  font-weight: 850;
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

.chc-copy,
.chc-list li {
  color: rgba(240, 248, 255, 0.62);
  line-height: 1.65;
  font-size: 0.94rem;
}

.chc-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 20px;
}

.chc-list li {
  display: flex;
  gap: 10px;
}

.chc-list li::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-top: 9px;
  background: var(--neon);
  flex-shrink: 0;
}

.company-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 86px 24px 118px;
}

.company-section {
  margin-top: 86px;
}

.company-section:first-child {
  margin-top: 0;
}

.company-section-head {
  max-width: 780px;
  margin-bottom: 34px;
}

.company-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--neon);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.company-section-title {
  font-family: var(--font-head);
  font-size: clamp(2rem, 4vw, 3.12rem);
  line-height: 1.05;
  font-weight: 900;
  letter-spacing: -0.035em;
  color: var(--white);
  margin-bottom: 14px;
}

.company-section-copy {
  color: rgba(240, 248, 255, 0.62);
  font-size: 1.01rem;
  line-height: 1.72;
}

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

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

.company-card,
.company-step,
.company-doc,
.company-callout,
.company-toc {
  background: var(--panel);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28), 0 0 38px rgba(0, 212, 255, 0.04);
}

.company-card,
.company-step,
.company-callout {
  padding: 26px 24px;
}

.company-card,
.company-step,
.company-doc,
.company-callout {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.65s var(--ease-out), transform 0.65s var(--ease-out), border-color 0.24s, box-shadow 0.24s;
}

.company-card.visible,
.company-step.visible,
.company-doc.visible,
.company-callout.visible {
  opacity: 1;
  transform: translateY(0);
}

.company-card:hover,
.company-step:hover {
  border-color: rgba(0, 212, 255, 0.3);
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.36), 0 0 44px rgba(0, 212, 255, 0.07);
}

.company-card-num,
.company-step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 42px;
  height: 42px;
  border-radius: 12px;
  padding: 0 12px;
  background: rgba(0, 212, 255, 0.08);
  border: 1px solid rgba(0, 212, 255, 0.18);
  color: var(--neon);
  font-family: var(--font-head);
  font-size: 0.82rem;
  font-weight: 850;
  margin-bottom: 18px;
}

.company-card h3,
.company-step h3,
.company-callout h3 {
  font-family: var(--font-head);
  color: var(--white);
  font-size: 1.12rem;
  font-weight: 830;
  letter-spacing: -0.015em;
  margin-bottom: 10px;
}

.company-card p,
.company-step p,
.company-callout p {
  color: rgba(240, 248, 255, 0.56);
  line-height: 1.65;
  font-size: 0.92rem;
}

.company-timeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.company-values {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
}

.company-policy-layout {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.company-toc {
  position: sticky;
  top: 94px;
  padding: 20px;
}

.company-toc h3 {
  font-family: var(--font-head);
  color: var(--white);
  font-size: 0.92rem;
  margin-bottom: 14px;
}

.company-toc a {
  display: block;
  color: rgba(240, 248, 255, 0.55);
  font-size: 0.88rem;
  line-height: 1.45;
  padding: 8px 0;
  border-top: 1px solid rgba(240, 248, 255, 0.06);
  transition: color 0.2s;
}

.company-toc a:hover {
  color: var(--neon);
}

.company-doc {
  padding: 34px;
}

.company-doc-section {
  padding: 30px 0;
  border-top: 1px solid rgba(240, 248, 255, 0.07);
}

.company-doc-section:first-child {
  padding-top: 0;
  border-top: 0;
}

.company-doc h2 {
  font-family: var(--font-head);
  color: var(--white);
  font-size: clamp(1.35rem, 2.6vw, 2rem);
  line-height: 1.15;
  letter-spacing: -0.025em;
  margin-bottom: 14px;
}

.company-doc p,
.company-doc li {
  color: rgba(240, 248, 255, 0.62);
  font-size: 0.97rem;
  line-height: 1.75;
}

.company-doc ul {
  margin: 12px 0 0;
  padding-left: 20px;
}

.company-doc li {
  margin-bottom: 8px;
}

.company-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 24px;
}

.company-meta span {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 11px;
  border-radius: 100px;
  border: 1px solid rgba(0, 212, 255, 0.18);
  background: rgba(0, 212, 255, 0.07);
  color: rgba(240, 248, 255, 0.78);
  font-size: 0.78rem;
  font-weight: 700;
}

.company-callout {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  align-items: center;
  margin-top: 74px;
  background:
    radial-gradient(ellipse 44% 80% at 90% 10%, rgba(0, 212, 255, 0.14), transparent 70%),
    linear-gradient(135deg, rgba(0, 212, 255, 0.08), rgba(99, 102, 241, 0.08));
  border-color: rgba(0, 212, 255, 0.22);
}

.company-callout h3 {
  font-size: clamp(1.5rem, 3vw, 2.25rem);
  margin-bottom: 8px;
}

.company-callout .company-actions {
  margin-top: 0;
  flex-shrink: 0;
}

.fc a.active {
  color: var(--neon);
}

@media (max-width: 1100px) {
  .company-hero-content {
    grid-template-columns: 1fr;
  }

  .company-hero-card {
    max-width: 720px;
  }

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

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

  .company-policy-layout {
    grid-template-columns: 1fr;
  }

  .company-toc {
    position: static;
  }
}

@media (max-width: 767px) {
  .company-hero {
    min-height: auto;
    padding: 120px 20px 64px;
  }

  .company-main {
    padding: 58px 20px 90px;
  }

  .company-section {
    margin-top: 64px;
  }

  .company-grid,
  .company-grid.two,
  .company-values,
  .company-timeline {
    grid-template-columns: 1fr;
  }

  .company-doc {
    padding: 26px 20px;
  }

  .company-callout {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 22px;
  }

  .company-callout .company-actions,
  .company-actions .btn-primary,
  .company-actions .btn-ghost {
    width: 100%;
  }

  .company-actions .btn-primary,
  .company-actions .btn-ghost {
    justify-content: center;
  }
}
