.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 11px 18px;
  border: 1px solid transparent;
  border-radius: 6px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
}

.button-primary {
  background: var(--teal);
  color: #ffffff;
}

.button-primary:hover {
  background: var(--forest);
}

.button-secondary {
  border-color: rgba(255, 255, 255, 0.45);
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}

.capability-cover {
  width: min(100%, 560px);
  justify-self: end;
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.capability-tile {
  display: grid;
  place-items: center;
  gap: 12px;
  min-height: 190px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.92);
  color: var(--ink);
  padding: 22px;
  text-align: center;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.22);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.capability-tile:hover {
  transform: translateY(-5px);
  border-color: #8ff3d2;
}

.capability-tile svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: #0e67e8;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.capability-tile h3 {
  margin: 0;
  font-size: 1rem;
}

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

.project-brief {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  background: #ffffff;
}

.brief-card,
.matrix-card {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 24px;
  box-shadow: var(--shadow);
}

.brief-card span,
.matrix-card span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.brief-card p,
.matrix-card p {
  color: var(--muted);
}

.product-demo {
  background: #ffffff;
}

.module-showcase {
  background: #ffffff;
}

.showcase-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 240px minmax(280px, 0.74fr);
  gap: 18px;
  align-items: stretch;
}

.showcase-image,
.showcase-copy {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.showcase-image {
  display: grid;
  place-items: center;
  height: 430px;
  overflow: hidden;
  background: #edf4ef;
}

.showcase-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
}

.showcase-controls {
  display: grid;
  gap: 10px;
}

.showcase-tab,
.timeline-filter,
.timeline-scroll {
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #ffffff;
  color: var(--ink);
  padding: 12px 14px;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

.showcase-tab:hover,
.showcase-tab.is-active,
.timeline-filter:hover,
.timeline-filter.is-active,
.timeline-scroll:hover {
  border-color: var(--teal);
  background: #e8f3ef;
  color: var(--forest-dark);
}

.showcase-copy {
  padding: 26px;
  min-height: 430px;
}

.showcase-copy span {
  color: var(--teal);
  font-weight: 900;
}

.showcase-copy p {
  color: var(--muted);
}

.showcase-copy ul {
  margin: 18px 0 0;
  padding-left: 18px;
  color: var(--muted);
}

.showcase-copy li {
  margin-bottom: 10px;
}

.dashboard-shell {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  min-height: 720px;
  overflow: hidden;
  border: 1px solid #223832;
  border-radius: 8px;
  background: #0b1714;
  box-shadow: var(--shadow-strong);
}

.dashboard-sidebar {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 24px;
  background: #10231e;
  color: #ffffff;
}

.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #51e6a8;
  box-shadow: 0 0 0 8px rgba(81, 230, 168, 0.14);
}

.dashboard-sidebar strong {
  margin-bottom: 4px;
  font-size: 1.2rem;
}

.cloud-summary {
  margin: 0 0 16px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.9rem;
  line-height: 1.45;
}

.demo-tab {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.78);
  padding: 13px 14px;
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
}

.demo-tab.is-active,
.demo-tab:hover {
  background: #e9fff6;
  color: var(--forest-dark);
}

.dashboard-main {
  position: relative;
  min-height: 720px;
  padding: clamp(22px, 5vw, 52px);
  background:
    linear-gradient(135deg, rgba(14, 143, 131, 0.2), rgba(36, 92, 159, 0.1)),
    #10231e;
  color: #ffffff;
}

.demo-panel {
  display: none;
  max-width: 760px;
  min-height: 610px;
}

.demo-panel.is-active {
  display: block;
}

.demo-panel h3 {
  margin: 22px 0 12px;
  font-size: clamp(1.6rem, 3vw, 3rem);
}

.demo-panel p {
  max-width: 690px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 1.08rem;
}

.risk-pill {
  display: inline-flex;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 0.78rem;
  font-weight: 900;
}

.risk-pill.high {
  background: #ffe8e8;
  color: #9f1d1d;
}

.risk-pill.medium {
  background: #fff1d6;
  color: #8a4f08;
}

.risk-pill.verified {
  background: #dff8eb;
  color: #145c4b;
}

.risk-pill.low {
  background: #e7f0ff;
  color: #245c9f;
}

.signal-grid {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 12px;
  margin-top: 28px;
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.signal-grid.compact {
  margin-top: 18px;
}

.signal-grid span {
  color: rgba(255, 255, 255, 0.62);
}

.workflow-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  margin-top: 26px;
}

.workflow-steps span {
  min-height: 88px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.88);
  font-weight: 800;
  text-align: center;
  padding: 12px;
}

.action-row {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 28px;
}

.action-row span {
  min-height: 92px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-weight: 800;
  text-align: center;
}

.hash-line {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 30px;
}

.hash-line span {
  height: 14px;
  border-radius: 999px;
  background: linear-gradient(90deg, #51e6a8, #89c7ff);
}

.mini-chart {
  display: flex;
  align-items: end;
  gap: 14px;
  height: 180px;
  max-width: 520px;
  margin-top: 28px;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
}

.mini-chart span {
  flex: 1;
  border-radius: 6px 6px 0 0;
  background: linear-gradient(180deg, #51e6a8, #245c9f);
}

.intro-grid,
.split-section,
.team-section,
.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
  gap: clamp(24px, 5vw, 58px);
  align-items: center;
}

.commercial-panel,
.copy-panel,
.contact-card,
.contact-form {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(22px, 4vw, 34px);
  box-shadow: var(--shadow);
}

.commercial-panel dl {
  display: grid;
  gap: 16px;
  margin: 0;
}

.commercial-panel div {
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.commercial-panel div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.commercial-panel dt {
  color: var(--forest-dark);
  font-weight: 800;
}

.commercial-panel dd {
  margin: 4px 0 0;
  color: var(--muted);
}

.feature-band {
  background: #edf4ef;
}

.feature-grid,
.domain-grid,
.resource-grid,
.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.feature-card,
.domain-card,
.resource-card,
.roadmap-card,
.timeline-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(22, 32, 29, 0.08);
}

.feature-card img,
.domain-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  background: #dfe9e4;
  padding: 16px;
}

.feature-card h3,
.feature-card p,
.domain-card h3,
.domain-card p,
.roadmap-card h3,
.roadmap-card p,
.timeline-item h3,
.timeline-item p {
  padding-right: 18px;
  padding-left: 18px;
}

.feature-card h3,
.domain-card h3,
.roadmap-card h3,
.timeline-item h3 {
  padding-top: 18px;
}

.feature-card p,
.domain-card p,
.roadmap-card p,
.timeline-item p {
  color: var(--muted);
}

.visual-panel {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.visual-panel img {
  width: 100%;
  min-height: 340px;
  object-fit: contain;
}

.proof-strip {
  background: #edf4ef;
}

.proof-card {
  display: grid;
  grid-template-columns: minmax(280px, 0.8fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(24px, 5vw, 52px);
  padding: clamp(20px, 4vw, 36px);
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.proof-card img {
  width: 100%;
  border-radius: 8px;
  background: #ffffff;
}

.check-list,
.number-list {
  margin: 20px 0 0;
  padding-left: 20px;
  color: var(--muted);
}

.check-list li,
.number-list li {
  margin-bottom: 10px;
}

.timeline {
  display: grid;
  grid-template-columns: repeat(6, minmax(220px, 1fr));
  gap: 18px;
  overflow-x: auto;
  padding-bottom: 10px;
}

.assessment-section {
  background: #ffffff;
}

.timeline-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.timeline-board {
  display: grid;
  grid-template-columns: repeat(17, minmax(92px, 1fr));
  gap: 0;
  overflow-x: auto;
  border: 2px solid #171717;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.timeline-card {
  min-height: 330px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border: 0;
  border-right: 2px solid #171717;
  padding: 12px 8px;
  color: #111111;
  font: inherit;
  cursor: pointer;
}

.timeline-card:last-child {
  border-right: 0;
}

.timeline-card.is-muted {
  opacity: 0.28;
}

.timeline-card strong {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  min-height: 190px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.02rem;
  line-height: 1.05;
  text-align: center;
}

.timeline-card span {
  min-height: 54px;
  display: grid;
  place-items: center;
  color: #d71920;
  font-size: 0.76rem;
  font-weight: 800;
  text-align: center;
}

.timeline-card:hover,
.timeline-card.is-active {
  outline: 4px solid var(--teal);
  outline-offset: -4px;
}

.timeline-card.soft-green { background: #dcebd3; }
.timeline-card.green { background: #accf98; }
.timeline-card.peach { background: #f5dece; }
.timeline-card.blue { background: #88a4d5; }
.timeline-card.orange { background: #f3b17c; }
.timeline-card.orange-dark { background: #c95b10; }
.timeline-card.gray { background: #d7d7d7; }
.timeline-card.cream { background: #fbf1cf; }
.timeline-card.yellow { background: #ffe39b; }
.timeline-card.sky { background: #bed8ed; }
.timeline-card.cyan { background: #09a6d5; }

.timeline-infographic {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 24px;
  overflow: visible;
  border: 0;
  box-shadow: none;
  background: #ffffff;
  padding: 0;
}

.timeline-node {
  position: relative;
  min-height: 230px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  color: var(--ink);
  padding: 18px;
  box-shadow: var(--shadow);
  text-align: left;
  cursor: pointer;
}

.timeline-node::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  width: 24px;
  height: 4px;
  background: #f4d52a;
}

.timeline-node:nth-child(4n)::after,
.timeline-node:last-child::after {
  display: none;
}

.timeline-node span {
  display: inline-flex;
  color: #d6b900;
  font-weight: 900;
  margin-bottom: 8px;
}

.timeline-node svg {
  width: 64px;
  height: 64px;
  display: block;
  margin: 0 auto 18px;
  padding: 12px;
  border: 6px solid #f4d52a;
  border-radius: 50%;
  background: #ffffff;
  fill: none;
  stroke: var(--forest-dark);
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.timeline-node strong,
.timeline-node small {
  display: block;
}

.timeline-node strong {
  margin-bottom: 8px;
  font-size: 1rem;
}

.timeline-node small {
  color: var(--muted);
  font-weight: 800;
}

.timeline-node:hover,
.timeline-node.is-active {
  border-color: var(--teal);
  transform: translateY(-4px);
}

.timeline-node.is-muted {
  opacity: 0.3;
}

.roadmap-canvas {
  position: relative;
  min-height: 680px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background:
    linear-gradient(180deg, rgba(237, 244, 239, 0.92), rgba(255, 255, 255, 0.96)),
    url("../assets/images/milestones.jpg") center / cover;
  box-shadow: var(--shadow);
}

.road-svg {
  position: absolute;
  inset: 36px 0 auto;
  width: 100%;
  height: 330px;
}

.road-shadow,
.road,
.road-line {
  fill: none;
  stroke-linecap: round;
}

.road-shadow {
  stroke: rgba(13, 55, 47, 0.18);
  stroke-width: 72;
  transform: translateY(12px);
}

.road {
  stroke: #172b62;
  stroke-width: 58;
}

.road-line {
  stroke: rgba(255, 255, 255, 0.88);
  stroke-width: 4;
  stroke-dasharray: 16 18;
}

.road-pin {
  position: absolute;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border: 4px solid #ffffff;
  border-radius: 50%;
  background: #f4d52a;
  color: var(--forest-dark);
  box-shadow: var(--shadow);
  cursor: pointer;
  transform: translate(-50%, -50%);
}

.road-pin span {
  position: absolute;
  top: -24px;
  min-width: 26px;
  min-height: 26px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: var(--teal);
  font-size: 0.72rem;
  font-weight: 900;
}

.road-pin svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.road-pin:hover,
.road-pin.is-active {
  background: var(--teal);
  color: #ffffff;
  transform: translate(-50%, -50%) scale(1.08);
}

.road-pin.is-muted,
.road-card.is-muted {
  opacity: 0.28;
}

.road-pin.p1 { left: 7%; top: 34%; }
.road-pin.p2 { left: 16%; top: 20%; }
.road-pin.p3 { left: 25%; top: 33%; }
.road-pin.p4 { left: 34%; top: 50%; }
.road-pin.p5 { left: 44%; top: 46%; }
.road-pin.p6 { left: 54%; top: 30%; }
.road-pin.p7 { left: 64%; top: 19%; }
.road-pin.p8 { left: 73%; top: 27%; }
.road-pin.p9 { left: 82%; top: 45%; }
.road-pin.p10 { left: 91%; top: 51%; }
.road-pin.p11 { left: 97%; top: 38%; }

.road-card {
  position: absolute;
  width: 150px;
  min-height: 118px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  padding: 15px;
  box-shadow: var(--shadow);
}

.road-card::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -42px;
  width: 2px;
  height: 42px;
  background: rgba(13, 55, 47, 0.22);
}

.road-card span {
  color: #d6b900;
  font-weight: 900;
}

.road-card h3 {
  margin: 6px 0 4px;
  font-size: 0.98rem;
}

.road-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.86rem;
  font-weight: 800;
}

.road-card.c1 { left: 3%; top: 405px; }
.road-card.c2 { left: 11%; top: 255px; }
.road-card.c3 { left: 21%; top: 405px; }
.road-card.c4 { left: 30%; top: 405px; }
.road-card.c5 { left: 40%; top: 405px; }
.road-card.c6 { left: 50%; top: 405px; }
.road-card.c7 { left: 60%; top: 245px; }
.road-card.c8 { left: 69%; top: 295px; }
.road-card.c9 { left: 77%; top: 405px; }
.road-card.c10 { left: 84%; top: 405px; }
.road-card.c11 { right: 2%; top: 405px; }

.timeline-detail {
  margin-top: 22px;
  padding: 24px;
  border: 1px solid var(--line);
  border-left: 6px solid var(--teal);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.timeline-detail span {
  color: var(--teal);
  font-weight: 900;
}

.timeline-detail p {
  margin-bottom: 0;
  color: var(--muted);
}

.evidence-matrix {
  background: #edf4ef;
}

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

.timeline-item {
  min-height: 230px;
  padding-top: 18px;
  border-top: 5px solid var(--teal);
}

.timeline-item span {
  display: inline-flex;
  margin-left: 18px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #e8f3ef;
  color: var(--forest-dark);
  font-size: 0.78rem;
  font-weight: 800;
}

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

.resource-card {
  min-height: 210px;
  padding: 22px;
  color: var(--ink);
  text-decoration: none;
}

.resource-card span {
  display: inline-flex;
  margin-bottom: 24px;
  padding: 6px 9px;
  border-radius: 6px;
  background: #ecf3ff;
  color: var(--blue);
  font-size: 0.78rem;
  font-weight: 800;
}

.resource-card:hover {
  border-color: var(--teal);
  transform: translateY(-2px);
}

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

.roadmap-grid .section-heading {
  grid-column: 1 / -1;
  margin-bottom: 0;
}

.roadmap-card {
  padding-top: 8px;
  border-top: 5px solid var(--amber);
}

.contact-layout {
  align-items: start;
}

.contact-card a {
  color: var(--blue);
  font-weight: 800;
}

.contact-points {
  display: grid;
  gap: 10px;
  margin-top: 20px;
}

.contact-points span {
  display: block;
  border: 1px solid var(--line);
  border-radius: 6px;
  background: #edf4ef;
  padding: 11px 12px;
  color: var(--forest-dark);
  font-weight: 800;
}

.architecture-gallery {
  background: #ffffff;
}

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

.architecture-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.architecture-card img {
  width: 100%;
  height: 260px;
  object-fit: contain;
  background: #edf4ef;
  padding: 12px;
}

.architecture-card div {
  padding: 20px;
}

.architecture-card span {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.architecture-card p {
  color: var(--muted);
}

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

.member-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  background: #ffffff;
}

.member-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.member-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: #e7ece8;
}

.member-copy {
  padding: 18px;
}

.member-copy span {
  color: var(--teal);
  font-size: 0.8rem;
  font-weight: 900;
}

.member-copy h3 {
  margin: 6px 0 8px;
}

.member-copy p,
.member-copy li {
  color: var(--muted);
}

.member-copy ul {
  margin: 14px 0 0;
  padding-left: 18px;
}

.contact-form label {
  color: var(--forest-dark);
  font-weight: 800;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 6px;
  padding: 12px;
  color: var(--ink);
  font: inherit;
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: 3px solid rgba(14, 143, 131, 0.18);
  border-color: var(--teal);
}

.form-status {
  min-height: 24px;
  margin: 0;
  color: var(--forest);
  font-weight: 700;
}
