.cap-sheet {
  padding: 2.4rem 0 5rem;
  background:
    linear-gradient(180deg, rgba(216, 235, 248, 0.38) 0%, rgba(255, 255, 255, 0) 22%),
    #f5f8fb;
}

.cap-sheet-cover,
.cap-sheet-section {
  width: min(var(--max-width), calc(100% - 48px));
  margin: 0 auto;
}

.cap-sheet-cover {
  position: relative;
  display: grid;
  gap: 1.6rem;
  padding: clamp(1.6rem, 3vw, 2.4rem);
  color: #ffffff;
  background:
    radial-gradient(circle at 82% 14%, rgba(124, 178, 222, 0.18), transparent 26%),
    linear-gradient(135deg, #071c34 0%, #08213d 52%, #0b2b4f 100%);
  overflow: hidden;
  box-shadow: 0 28px 60px rgba(8, 33, 61, 0.16);
}

.cap-sheet-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.3;
  pointer-events: none;
}

.cap-sheet-cover > * {
  position: relative;
  z-index: 1;
}

.cap-sheet-cover-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.4rem;
}

.cap-sheet-brand {
  gap: 1rem;
}

.cap-brand-copy strong,
.cap-brand-copy small {
  color: #ffffff;
}

.cap-brand-copy small {
  color: rgba(255, 255, 255, 0.72);
}

.cap-sheet-badge {
  display: grid;
  gap: 0.18rem;
  min-width: 152px;
  padding: 1rem 1.1rem;
  text-align: right;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.cap-sheet-badge span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cap-sheet-badge strong {
  color: #ffffff;
  font-size: 1.06rem;
}

.cap-sheet-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.2rem;
  align-items: end;
}

.cap-sheet-hero-copy {
  max-width: 860px;
}

.cap-sheet-kicker {
  margin: 0;
  color: var(--pg-blue);
  font-family: "Syncopate", "Poppins", sans-serif;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.cap-sheet-kicker--light {
  color: rgba(255, 255, 255, 0.74);
}

.cap-sheet-hero h1,
.cap-sheet-section-head h2,
.cap-sheet-founder-copy h2,
.cap-sheet-contact h2 {
  margin: 0.55rem 0 0;
  color: inherit;
  font-size: clamp(2.2rem, 4.6vw, 4.1rem);
  line-height: 1.01;
  letter-spacing: -0.05em;
  max-width: 18ch;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.cap-sheet-hero p,
.cap-sheet-card p,
.cap-sheet-summary-card p,
.cap-sheet-founder-copy p,
.cap-sheet-contact p,
.cap-sheet-flow-step p,
.cap-sheet-market-card p {
  margin: 0.8rem 0 0;
  line-height: 1.74;
  overflow-wrap: anywhere;
  text-wrap: pretty;
}

.cap-sheet-hero p {
  color: rgba(255, 255, 255, 0.82);
  max-width: 66ch;
}

.cap-sheet-hero-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.cap-sheet-hero-points span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 0.8rem;
  border: 1px solid rgba(124, 178, 222, 0.28);
  background: rgba(255, 255, 255, 0.07);
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cap-actions {
  display: grid;
  gap: 0.8rem;
  align-self: stretch;
}

.cap-sheet-stat-grid,
.cap-sheet-grid,
.cap-sheet-summary-grid,
.cap-sheet-flow-grid,
.cap-sheet-market-grid {
  display: grid;
  gap: 1rem;
}

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

.cap-sheet-stat {
  padding: 1rem 1.05rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.cap-sheet-stat strong {
  display: block;
  color: #ffffff;
  font-size: clamp(1.48rem, 2.2vw, 2.1rem);
  line-height: 1;
}

.cap-sheet-stat span {
  display: block;
  margin-top: 0.35rem;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
  line-height: 1.45;
}

.cap-sheet-summary-grid,
.cap-sheet-grid--two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cap-sheet-grid--three,
.cap-sheet-market-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cap-sheet-summary-card,
.cap-sheet-card,
.cap-sheet-market-card,
.cap-sheet-flow-step {
  padding: 1.35rem;
  background: #ffffff;
  border: 1px solid rgba(15, 38, 67, 0.08);
  box-shadow: 0 18px 34px rgba(8, 33, 61, 0.06);
}

.cap-sheet-summary-card h2 {
  margin: 0.55rem 0 0;
  color: var(--pg-navy);
  font-size: clamp(1.6rem, 2.8vw, 2.35rem);
  line-height: 1.03;
  letter-spacing: -0.045em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.cap-sheet-summary-card p {
  color: var(--pg-ink-soft);
}

.cap-sheet-summary-card--dark,
.cap-sheet-card--dark,
.cap-sheet-section--contact .cap-sheet-contact {
  color: #ffffff;
  background: linear-gradient(135deg, #08213d 0%, #0b2b4f 100%);
}

.cap-sheet-summary-card--dark h2,
.cap-sheet-summary-card--dark p,
.cap-sheet-card--dark p,
.cap-sheet-card--dark h3,
.cap-sheet-card--dark li,
.cap-sheet-section--contact .cap-sheet-contact p,
.cap-sheet-section--contact .cap-sheet-contact h2 {
  color: #ffffff;
}

.cap-sheet-section {
  margin-top: 1.5rem;
  display: grid;
  gap: 1.2rem;
}

.cap-sheet-section-head {
  display: grid;
  gap: 0.45rem;
  max-width: 900px;
}

.cap-sheet-section-head h2 {
  color: var(--pg-navy);
}

.cap-sheet-card h3,
.cap-sheet-market-card h3 {
  margin: 0;
  color: var(--pg-navy);
  font-size: 1.24rem;
  line-height: 1.18;
  letter-spacing: -0.04em;
  text-wrap: balance;
  overflow-wrap: anywhere;
}

.cap-sheet-list,
.cap-sheet-index {
  margin: 1rem 0 0;
  padding: 0;
  display: grid;
  gap: 0.55rem;
}

.cap-sheet-list {
  list-style: none;
}

.cap-sheet-list li {
  position: relative;
  padding-left: 1.05rem;
  color: var(--pg-ink-soft);
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.cap-sheet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72rem;
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--pg-blue);
}

.cap-sheet-list--light li {
  color: rgba(255, 255, 255, 0.84);
}

.cap-sheet-list--light li::before {
  background: #8bc2ec;
}

.cap-sheet-index {
  padding-left: 1.2rem;
  color: var(--pg-ink);
  line-height: 1.7;
}

.cap-sheet-index--tight {
  gap: 0.45rem;
}

.cap-sheet-flow-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cap-sheet-flow-step {
  display: grid;
  gap: 0.8rem;
}

.cap-sheet-flow-step span {
  display: grid;
  place-items: center;
  width: 44px;
  min-height: 44px;
  background: linear-gradient(180deg, #1e6ce8 0%, #0b2b4f 100%);
  color: #ffffff;
  font-family: "Syncopate", "Poppins", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  box-shadow: 4px 4px 0 rgba(124, 178, 222, 0.84);
}

.cap-sheet-flow-step strong {
  display: block;
  color: var(--pg-navy);
  font-size: 1rem;
}

.cap-sheet-founder {
  display: grid;
  grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
  gap: 1.4rem;
  align-items: stretch;
}

.cap-sheet-founder-media {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 2 / 3;
  border: 1px solid rgba(15, 38, 67, 0.08);
  box-shadow: 0 18px 34px rgba(8, 33, 61, 0.06);
}

.cap-sheet-founder-media img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
}

.cap-sheet-founder-copy {
  display: grid;
  gap: 0.8rem;
  padding: 1.5rem;
  background: #ffffff;
  border: 1px solid rgba(15, 38, 67, 0.08);
  box-shadow: 0 18px 34px rgba(8, 33, 61, 0.06);
}

.cap-sheet-founder-copy h2 {
  color: var(--pg-navy);
}

.cap-sheet-founder-points {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 0.3rem;
}

.cap-sheet-founder-points span {
  padding: 0.6rem 0.75rem;
  border: 1px solid rgba(15, 38, 67, 0.12);
  background: #f4f8fc;
  color: var(--pg-navy);
  font-size: 0.82rem;
  font-weight: 700;
}

.cap-sheet-contact-list {
  display: grid;
  gap: 0.35rem;
  margin-top: 1rem;
  color: var(--pg-navy);
  font-family: "Space Mono", "Courier New", monospace;
  font-size: 0.84rem;
  line-height: 1.6;
}

.cap-sheet-contact {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(260px, 0.82fr);
  gap: 1.5rem;
  align-items: start;
  padding: 1.7rem 1.8rem;
}

.cap-sheet-contact-meta {
  display: grid;
  gap: 0.45rem;
  min-width: 0;
  color: rgba(255, 255, 255, 0.86);
  font-family: "Space Mono", "Courier New", monospace;
  font-size: 0.82rem;
  line-height: 1.6;
  text-align: right;
  overflow-wrap: anywhere;
}

.cap-sheet-page-break {
  break-before: page;
}

@media (max-width: 1180px) {
  .cap-sheet-stat-grid,
  .cap-sheet-summary-grid,
  .cap-sheet-grid--three,
  .cap-sheet-market-grid,
  .cap-sheet-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cap-sheet-hero,
  .cap-sheet-founder,
  .cap-sheet-contact {
    grid-template-columns: 1fr;
  }

  .cap-actions {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .cap-sheet-cover,
  .cap-sheet-section {
    width: min(var(--max-width), calc(100% - 32px));
  }

  .cap-sheet-cover-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .cap-sheet-stat-grid,
  .cap-sheet-summary-grid,
  .cap-sheet-grid--three,
  .cap-sheet-grid--two,
  .cap-sheet-market-grid,
  .cap-sheet-flow-grid {
    grid-template-columns: 1fr;
  }

  .cap-sheet-contact-meta {
    text-align: left;
  }

  .cap-sheet-hero h1,
  .cap-sheet-section-head h2,
  .cap-sheet-founder-copy h2,
  .cap-sheet-contact h2 {
    max-width: 11ch;
    font-size: clamp(1.96rem, 9vw, 2.7rem);
    line-height: 1.04;
    letter-spacing: -0.04em;
  }

  .cap-sheet-summary-card h2 {
    font-size: clamp(1.42rem, 6.7vw, 1.9rem);
    line-height: 1.06;
  }
}

@media (max-width: 640px) {
  .cap-sheet-cover {
    gap: 1.25rem;
    padding: 1.2rem;
  }

  .cap-sheet-hero h1,
  .cap-sheet-section-head h2,
  .cap-sheet-founder-copy h2,
  .cap-sheet-contact h2 {
    max-width: 11ch;
    font-size: clamp(1.82rem, 9.4vw, 2.38rem);
    line-height: 1.05;
    letter-spacing: -0.036em;
  }

  .cap-sheet-summary-card h2 {
    font-size: clamp(1.34rem, 6.5vw, 1.72rem);
    line-height: 1.08;
  }

  .cap-sheet-hero-points {
    gap: 0.55rem;
  }

  .cap-sheet-hero-points span {
    min-height: 30px;
    padding: 0 0.65rem;
    font-size: 0.64rem;
    letter-spacing: 0.06em;
  }

  .cap-sheet-card h3,
  .cap-sheet-market-card h3 {
    font-size: 1.12rem;
    line-height: 1.2;
  }

  .cap-sheet-list li,
  .cap-sheet-card p,
  .cap-sheet-summary-card p,
  .cap-sheet-market-card p,
  .cap-sheet-founder-copy p,
  .cap-sheet-contact p {
    line-height: 1.68;
  }
}

@page {
  size: A4;
  margin: 10mm;
}

@media print {
  #nav-root,
  #footer-root,
  .cap-actions {
    display: none !important;
  }

  html,
  body {
    background: #ffffff;
  }

  .cap-sheet {
    padding: 0;
    background: #ffffff;
  }

  .cap-sheet-cover,
  .cap-sheet-section {
    width: 100%;
    margin: 0;
    box-shadow: none;
  }

  .cap-sheet-cover,
  .cap-sheet-summary-card,
  .cap-sheet-card,
  .cap-sheet-market-card,
  .cap-sheet-flow-step,
  .cap-sheet-founder-copy,
  .cap-sheet-founder-media,
  .cap-sheet-contact {
    border-color: rgba(15, 38, 67, 0.14);
    box-shadow: none;
  }

  .cap-sheet-section {
    margin-top: 1rem;
    break-inside: avoid;
  }

  .cap-sheet-flow-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cap-sheet-page-break {
    break-before: page;
  }
}
