:root {
  --bg: #f3f7fd;
  --bg-2: #ffffff;
  --text: #0f1728;
  --muted: #61708a;
  --line: rgba(91, 122, 173, 0.12);
  --blue: #2b6fff;
  --blue-soft: #6ca7ff;
  --cyan: #9bd6ff;
  --card: rgba(255, 255, 255, 0.76);
  --card-strong: rgba(255, 255, 255, 0.92);
  --shadow-lg: 0 32px 80px rgba(74, 108, 168, 0.14);
  --shadow-md: 0 16px 40px rgba(74, 108, 168, 0.11);
  --radius-xl: 36px;
  --radius-lg: 28px;
  --radius-md: 22px;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
  font-family: "Noto Sans SC", "IBM Plex Sans", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 12% 10%, rgba(166, 220, 255, 0.85), transparent 22%),
    radial-gradient(circle at 88% 18%, rgba(158, 192, 255, 0.5), transparent 20%),
    linear-gradient(180deg, #f8fbff 0%, #eef5ff 35%, #f8fbff 100%);
}

body {
  overflow-x: hidden;
}

.cursor-glow {
  position: fixed;
  left: 0;
  top: 0;
  width: 520px;
  height: 520px;
  margin-left: -260px;
  margin-top: -260px;
  border-radius: 50%;
  pointer-events: none;
  background: radial-gradient(circle, rgba(89, 151, 255, 0.18) 0%, rgba(89, 151, 255, 0.07) 32%, rgba(89, 151, 255, 0) 72%);
  filter: blur(18px);
  z-index: 0;
  transition: transform 0.08s linear;
}

.homepage {
  position: relative;
  z-index: 1;
  width: 100%;
}

.hero-section,
.metrics-section,
.statement-section,
.experience-section,
.capability-section {
  width: 100%;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  padding: 4.8vw 4vw 3vw;
}

.hero-backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 25% 24%, rgba(113, 184, 255, 0.22), transparent 28%),
    radial-gradient(circle at 72% 18%, rgba(130, 211, 255, 0.26), transparent 22%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.36));
}

.hero-grid,
.statement-section,
.experience-section,
.capability-section {
  position: relative;
  z-index: 1;
}

.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
  align-items: center;
  gap: 3vw;
  min-height: calc(100vh - 6vw);
}

.eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  color: var(--blue);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.hero-copy h1,
.statement-section h2,
.capability-section h2,
.experience-left h3 {
  margin: 0;
  letter-spacing: -0.03em;
}

.hero-copy h1 {
  max-width: 980px;
  font-size: clamp(44px, 6vw, 92px);
  line-height: 0.98;
}

.hero-text {
  max-width: 720px;
  margin: 26px 0 0;
  font-size: clamp(17px, 1.45vw, 22px);
  line-height: 1.85;
  color: var(--muted);
}

.hero-highlight-row {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-top: 36px;
}

.glass-card,
.soft-card {
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
}

.glass-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.58));
  box-shadow: var(--shadow-lg);
}

.soft-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.75));
  box-shadow: var(--shadow-md);
}

.hero-highlight {
  min-width: 230px;
  padding: 20px 22px;
}

.hero-highlight span,
.metric-card span,
.stage-panel span,
.dashboard-heading span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.hero-highlight strong,
.metric-card strong,
.stage-panel strong {
  display: block;
  margin: 10px 0 6px;
  font-family: "JetBrains Mono", monospace;
}

.hero-highlight strong {
  font-size: 28px;
}

.hero-highlight small,
.metric-card small,
.stage-panel small,
.dashboard-note,
.statement-card p,
.experience-left p,
.capability-card p {
  color: var(--muted);
  line-height: 1.75;
}

.hero-stage {
  position: relative;
  min-height: clamp(520px, 52vw, 700px);
}

.stage-panel {
  position: absolute;
}

.stage-primary {
  inset: 4% 4% 12% 4%;
  padding: 30px;
}

.panel-topline {
  color: var(--blue);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.metric-row {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 20px;
}

.metric-row strong {
  font-size: 34px;
}

.route-orbit {
  position: relative;
  height: clamp(340px, 34vw, 470px);
  margin-top: 18px;
  overflow: hidden;
}

.orbit-core,
.orbit-node {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid rgba(80, 121, 196, 0.14);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: 0 18px 36px rgba(74, 108, 168, 0.12);
}

.orbit-core {
  left: 50%;
  top: 50%;
  width: clamp(108px, 10vw, 144px);
  height: clamp(108px, 10vw, 144px);
  margin-left: calc(clamp(108px, 10vw, 144px) / -2);
  margin-top: calc(clamp(108px, 10vw, 144px) / -2);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 700;
  color: var(--blue);
}

.orbit-node {
  padding: 12px 16px;
  font-weight: 600;
  font-size: clamp(13px, 1.1vw, 16px);
}

.orbit-a { left: 8%; top: 16%; }
.orbit-b { right: 8%; top: 22%; }
.orbit-c { left: 14%; bottom: 12%; }
.orbit-d { right: 10%; bottom: 16%; }

.orbit-ring {
  position: absolute;
  left: 50%;
  top: 50%;
  border: 1px solid rgba(92, 129, 198, 0.12);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.orbit-ring-a {
  width: clamp(220px, 25vw, 320px);
  height: clamp(220px, 25vw, 320px);
}

.orbit-ring-b {
  width: clamp(320px, 33vw, 440px);
  height: clamp(320px, 33vw, 440px);
}

.stage-float {
  width: 250px;
  padding: 20px 22px;
}

.float-left {
  left: 0;
  bottom: 4%;
}

.float-right {
  right: 0;
  top: 7%;
}

.stage-float strong {
  font-size: 30px;
}

.metrics-section {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  padding: 0 4vw 2vw;
  margin-top: -38px;
}

.metric-card {
  padding: 28px;
}

.metric-card strong {
  font-size: 36px;
}

.statement-section,
.experience-section,
.capability-section {
  padding: 5vw 4vw;
}

.statement-head {
  max-width: 980px;
}

.statement-section h2,
.capability-section h2 {
  font-size: clamp(30px, 4vw, 62px);
  line-height: 1.08;
}

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

.statement-card,
.capability-card {
  padding: 30px;
}

.statement-card strong,
.capability-card strong,
.experience-left h3,
.dashboard-heading strong {
  display: block;
  margin-bottom: 12px;
}

.statement-card strong,
.capability-card strong {
  font-size: 24px;
}

.experience-section {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  grid-template-areas:
    "left-top right-top"
    "left-bottom right-bottom";
  gap: 26px;
  align-items: stretch;
}

.experience-left {
  grid-area: left-top;
  padding: 38px;
}

.experience-left h3 {
  font-size: clamp(28px, 3vw, 52px);
  line-height: 1.12;
}

.capsule-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

.capsule-list span {
  padding: 12px 16px;
  border-radius: 999px;
  border: 1px solid rgba(80, 121, 196, 0.12);
  background: rgba(255, 255, 255, 0.72);
  color: #38558f;
  font-weight: 600;
}

.operation-brief {
  grid-area: left-bottom;
  padding: 28px 30px;
}

.brief-head {
  margin-bottom: 20px;
}

.brief-head span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.brief-head strong {
  display: block;
  margin-top: 8px;
  font-size: 30px;
  letter-spacing: -0.02em;
}

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

.brief-item {
  padding: 16px;
  border-radius: 18px;
  border: 1px solid rgba(80, 121, 196, 0.1);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.45);
}

.brief-label {
  display: block;
  color: var(--muted);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}

.brief-value {
  display: block;
  margin-top: 8px;
  font-family: "JetBrains Mono", monospace;
  font-size: 24px;
  font-weight: 600;
  color: #2458cb;
}

.operation-brief p {
  margin: 0;
  color: var(--muted);
  line-height: 1.8;
}

.dashboard-card,
.status-strip {
  padding: 28px;
}

.dashboard-card {
  grid-area: right-top;
}

.status-summary {
  margin-bottom: 14px;
}

.status-summary span {
  display: block;
  color: var(--muted);
  font-size: 14px;
}

.status-summary strong {
  display: block;
  margin: 8px 0 4px;
  font-family: "JetBrains Mono", monospace;
  font-size: 32px;
  color: #16794e;
}

.status-summary small {
  color: var(--muted);
  line-height: 1.7;
}

.status-progress {
  width: 100%;
  height: 10px;
  margin-bottom: 8px;
  border-radius: 999px;
  background: rgba(61, 100, 170, 0.08);
  overflow: hidden;
}

.status-progress span {
  display: block;
  width: 96.8%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #34c38f, #79dca8);
  box-shadow: 0 8px 18px rgba(52, 195, 143, 0.22);
}

.dashboard-heading strong {
  font-size: 28px;
}

.mini-chart {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 12px;
  align-items: end;
  min-height: 220px;
  margin-top: 20px;
}

.mini-chart span {
  display: block;
  height: var(--h);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(66, 123, 255, 0.9), rgba(127, 214, 255, 0.48));
  box-shadow: 0 12px 20px rgba(95, 142, 229, 0.2);
}

.status-strip {
  grid-area: right-bottom;
  display: grid;
  gap: 12px;
}

.status-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(80, 121, 196, 0.08);
}

.status-item:last-child {
  border-bottom: 0;
}

.status-item span {
  color: var(--muted);
}

.status-item b {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #16794e;
}

.status-item b i {
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: linear-gradient(180deg, #34c38f, #1ea96f);
  box-shadow: 0 6px 14px rgba(52, 195, 143, 0.22);
  position: relative;
}

.status-item b i::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 3px;
  width: 5px;
  height: 9px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

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

.reveal {
  opacity: 0;
  transform: translateY(28px);
  animation: reveal-up 0.85s cubic-bezier(.22,1,.36,1) forwards;
}

.metrics-section.reveal { animation-delay: 0.08s; }
.statement-section.reveal { animation-delay: 0.14s; }
.experience-section.reveal { animation-delay: 0.2s; }
.capability-section.reveal { animation-delay: 0.26s; }

@keyframes reveal-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }

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

@media (max-width: 1180px) {
  .hero-grid,
  .experience-section,
  .statement-grid,
  .capability-grid {
    grid-template-columns: 1fr 1fr;
  }

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

  .hero-grid {
    align-items: start;
  }

  .hero-stage {
    min-height: 560px;
  }

  .hero-copy h1 {
    font-size: clamp(40px, 5vw, 68px);
  }

  .stage-float {
    width: 220px;
  }
}

@media (max-width: 980px) {
  .hero-grid,
  .statement-grid,
  .experience-section,
  .capability-grid,
  .metrics-section {
    grid-template-columns: 1fr;
  }

  .experience-section {
    grid-template-areas:
      "left-top"
      "right-top"
      "left-bottom"
      "right-bottom";
  }

  .hero-section {
    min-height: auto;
    padding-top: 34px;
    padding-bottom: 28px;
  }

  .hero-grid {
    min-height: auto;
    gap: 28px;
  }

  .hero-copy h1 {
    max-width: none;
    font-size: clamp(38px, 7vw, 58px);
    line-height: 1.04;
  }

  .hero-text {
    max-width: none;
  }

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

  .hero-stage {
    min-height: auto;
    display: grid;
    gap: 16px;
  }

  .stage-panel {
    position: static;
  }

  .stage-primary,
  .stage-float {
    width: 100%;
  }

  .stage-primary {
    padding: 24px;
  }

  .route-orbit {
    height: 360px;
  }

  .metrics-section {
    margin-top: 0;
    padding-top: 8px;
  }
}

@media (max-width: 860px) {
  .hero-section,
  .metrics-section,
  .statement-section,
  .experience-section,
  .capability-section {
    padding-left: 18px;
    padding-right: 18px;
  }

  .hero-copy h1 {
    font-size: 44px;
    line-height: 1.04;
  }

  .hero-stage {
    gap: 14px;
  }

  .hero-highlight-row {
    flex-direction: column;
  }

  .hero-highlight {
    width: 100%;
  }

  .experience-left,
  .operation-brief,
  .dashboard-card,
  .status-strip,
  .statement-card,
  .capability-card,
  .metric-card,
  .stage-primary,
  .stage-float {
    padding: 22px;
  }

  .route-orbit {
    height: 300px;
  }

  .orbit-a { left: 0; top: 10%; }
  .orbit-b { right: 0; top: 16%; }
  .orbit-c { left: 4%; bottom: 10%; }
  .orbit-d { right: 2%; bottom: 12%; }
}

@media (max-width: 560px) {
  .hero-copy h1,
  .statement-section h2,
  .capability-section h2,
  .experience-left h3 {
    font-size: 32px;
    line-height: 1.12;
  }

  .hero-text,
  .statement-card p,
  .experience-left p,
  .capability-card p,
  .dashboard-note {
    font-size: 14px;
    line-height: 1.75;
  }

  .metric-row {
    grid-template-columns: 1fr;
  }

  .metrics-section {
    grid-template-columns: 1fr;
  }

  .route-orbit {
    height: 260px;
  }

  .orbit-node {
    padding: 10px 12px;
    font-size: 12px;
  }

  .capsule-list span {
    width: 100%;
    text-align: center;
  }
}
