.ccu-page {
  --ccu-ink: #101827;
  --ccu-muted: #647084;
  --ccu-line: #dbe5ef;
  --ccu-soft: #f3f7fb;
  --ccu-blue: #0b6ef3;
  --ccu-cyan: #22d3ee;
  --ccu-teal: #0f9f9a;
  --ccu-orange: #f59e0b;
  background: #fff;
}

.ccu-hero {
  min-height: 86vh;
  padding: 7rem 0 5rem;
  color: #fff;
  background:
    radial-gradient(circle at 85% 20%, rgba(34, 211, 238, 0.22), transparent 28%),
    linear-gradient(135deg, rgba(16, 24, 39, 0.98), rgba(11, 76, 117, 0.95) 54%, rgba(15, 159, 154, 0.88));
}

.ccu-eyebrow {
  margin-bottom: 0.75rem;
  color: #67e8f9;
  font-size: 0.82rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ccu-hero h1 {
  max-width: 10ch;
  margin: 0;
  font-size: clamp(2.7rem, 7vw, 5.6rem);
  font-weight: 900;
  line-height: 0.98;
}

.ccu-hero .lead {
  max-width: 40rem;
  margin-top: 1.35rem;
  color: rgba(255, 255, 255, 0.84);
}

.ccu-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.ccu-app-preview {
  padding: clamp(1rem, 3vw, 1.4rem);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 30px 80px rgba(2, 6, 23, 0.32);
}

.ccu-preview-top,
.ccu-metrics,
.ccu-table-row {
  display: grid;
  gap: 0.75rem;
}

.ccu-preview-top {
  grid-template-columns: 1fr auto;
  align-items: center;
  margin-bottom: 1rem;
  color: var(--ccu-ink);
}

.ccu-preview-top span {
  display: block;
  color: var(--ccu-muted);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ccu-preview-top strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
}

.ccu-preview-top button {
  padding: 0.65rem 0.9rem;
  color: #fff;
  font-weight: 900;
  border: 0;
  border-radius: 0.65rem;
  background: var(--ccu-blue);
}

.ccu-metrics {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 1rem;
}

.ccu-metrics article {
  padding: 1rem;
  color: var(--ccu-ink);
  border: 1px solid var(--ccu-line);
  border-radius: 0.85rem;
  background: #f8fbfd;
}

.ccu-metrics span {
  display: block;
  color: var(--ccu-muted);
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
}

.ccu-metrics strong {
  display: block;
  margin-top: 0.35rem;
  font-size: 2rem;
  line-height: 1;
}

.ccu-table-card {
  overflow: hidden;
  color: var(--ccu-ink);
  border: 1px solid var(--ccu-line);
  border-radius: 0.85rem;
}

.ccu-table-tools {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.8rem;
  border-bottom: 1px solid var(--ccu-line);
}

.ccu-table-tools button {
  padding: 0.4rem 0.7rem;
  color: var(--ccu-ink);
  font-weight: 800;
  border: 1px solid var(--ccu-line);
  border-radius: 999px;
  background: #fff;
}

.ccu-table-tools button.active {
  color: #061d30;
  background: #22d3ee;
}

.ccu-table-row.is-hidden {
  display: none;
}

.ccu-table-row {
  grid-template-columns: 1.05fr 0.7fr 1.2fr 0.55fr 0.75fr;
  align-items: center;
  padding: 0.85rem 1rem;
  font-size: 0.9rem;
  border-top: 1px solid var(--ccu-line);
}

.ccu-table-row:first-child {
  border-top: 0;
}

.ccu-table-head {
  color: #fff;
  font-size: 0.74rem;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--ccu-ink);
}

.badge-on,
.badge-ready,
.badge-due {
  display: inline-flex;
  justify-content: center;
  padding: 0.25rem 0.55rem;
  font-size: 0.74rem;
  font-weight: 900;
  border-radius: 999px;
}

.badge-on {
  color: #075985;
  background: #bae6fd;
}

.badge-ready {
  color: #065f46;
  background: #bbf7d0;
}

.badge-due {
  color: #92400e;
  background: #fde68a;
}

.ccu-section {
  padding: 4.5rem 0;
}

.ccu-soft {
  background: var(--ccu-soft);
}

.ccu-heading {
  max-width: 50rem;
  margin: 0 auto 2.5rem;
  text-align: center;
}

.ccu-heading h2,
.ccu-section h2,
.ccu-cta h2 {
  font-weight: 900;
}

.ccu-heading p:not(.ccu-eyebrow),
.ccu-copy,
.ccu-cta p {
  color: var(--ccu-muted);
}

.ccu-feature-card,
.ccu-record-card,
.ccu-flow article,
.ccu-stack-list {
  border: 1px solid var(--ccu-line);
  border-radius: 0.85rem;
  background: #fff;
  box-shadow: 0 14px 36px rgba(17, 24, 39, 0.08);
}

.ccu-feature-card {
  height: 100%;
  padding: 1.45rem;
}

.ccu-feature-card i {
  display: inline-grid;
  width: 2.7rem;
  height: 2.7rem;
  place-items: center;
  color: #fff;
  border-radius: 0.7rem;
  background: var(--ccu-blue);
}

.ccu-feature-card h3,
.ccu-flow h3,
.ccu-record-card h3 {
  margin: 1rem 0 0.55rem;
  font-size: 1.12rem;
  font-weight: 900;
}

.ccu-feature-card p,
.ccu-flow p {
  margin: 0;
  color: var(--ccu-muted);
}

.ccu-flow {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.ccu-flow article {
  padding: 1.25rem;
}

.ccu-flow span {
  display: inline-grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  color: #fff;
  font-weight: 900;
  border-radius: 50%;
  background: var(--ccu-teal);
}

.ccu-record-card {
  height: 100%;
  padding: 1.35rem;
}

.ccu-record-card h3 {
  color: var(--ccu-blue);
}

.ccu-record-card ul {
  display: grid;
  gap: 0.55rem;
  padding: 0;
  margin: 1rem 0 0;
  list-style: none;
}

.ccu-record-card li {
  padding: 0.55rem 0.7rem;
  color: #263241;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 0.9rem;
  border-radius: 0.5rem;
  background: #f5f8fb;
}

.ccu-stack-list {
  display: grid;
  gap: 1rem;
  padding: 1.5rem;
}

.ccu-stack-list div {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  color: var(--ccu-ink);
  font-weight: 800;
}

.ccu-stack-list i {
  color: var(--ccu-blue);
  font-size: 1.35rem;
}

.ccu-cta {
  padding: 4rem 0;
  color: #fff;
  background: linear-gradient(135deg, #101827, #0b4c75);
}

.ccu-cta p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.74);
}

@media (max-width: 767.98px) {
  .ccu-metrics,
  .ccu-flow {
    grid-template-columns: 1fr;
  }

  .ccu-table-card {
    overflow-x: auto;
  }

  .ccu-table-row {
    min-width: 42rem;
  }
}

@media (max-width: 575.98px) {
  .ccu-hero {
    padding-top: 6rem;
  }

  .ccu-actions .btn,
  .ccu-cta .btn {
    width: 100%;
  }
}
