.success-dashboard {
  margin: 20px 0 40px;
  padding: 28px;
  background: #f6f7f2;
  border: 1px solid #dce2d8;
  border-radius: 24px;
}
.success-intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.success-intro h2 {
  font-size: 36px;
  letter-spacing: -1.3px;
  line-height: 1.15;
  margin: 14px 0;
  color: #174737;
}
.success-intro p {
  max-width: 640px;
  line-height: 1.6;
}
.success-intro > a {
  flex-shrink: 0;
}
.success-method {
  font-size: 12px;
  color: #55655c;
  line-height: 1.7;
  margin: 18px 0;
}
.success-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 24px 0;
}
.success-question {
  min-width: 0;
  background: white;
  border: 1px solid #dae1d7;
  border-radius: 16px;
  padding: 22px;
}
.success-question h3 {
  font-size: 20px;
  line-height: 1.25;
  letter-spacing: -0.4px;
  margin: 13px 0;
}
.success-question p {
  font-size: 13px;
  line-height: 1.65;
}
.success-question .success-owner {
  font-size: 11px;
  color: #65726a;
}
.success-question details {
  margin-top: 18px;
  border-top: 1px solid #dae1d7;
  padding-top: 12px;
}
.success-question summary,
.success-role summary {
  font-size: 12px;
  font-weight: 650;
  line-height: 1.5;
  cursor: pointer;
}
.success-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.success-mix {
  background: #174737;
  color: #fff;
  border-radius: 18px;
  padding: 28px;
  min-width: 0;
}
.success-mix h3 {
  color: #fff;
  font-size: 23px;
  line-height: 1.3;
}
.success-mix .eyebrow {
  color: #e1c284;
}
.success-mix > strong {
  font-size: 40px;
  display: block;
  margin: 16px 0;
}
.success-mix p,
.success-mix small,
.success-mix li {
  font-size: 13px;
  line-height: 1.7;
}
.success-mix a {
  color: #fff;
  text-decoration: underline;
}
.success-bars {
  height: 22px;
  display: flex;
  gap: 4px;
  margin: 22px 0;
}
.success-bars span {
  min-width: 0;
  border-radius: 4px;
}
.mix-0 {
  background: #d9bd7c;
}
.mix-1 {
  background: #82beae;
}
.mix-2 {
  background: #a9b4a7;
}
.success-chain {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 24px 0;
}
.success-chain span {
  padding: 10px 12px;
  border: 1px solid currentColor;
  border-radius: 9px;
  font-size: 12px;
}
.success-chain i {
  font-style: normal;
}
.success-rhythm {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 28px 0 12px;
  border: 1px solid #dce2d8;
  border-radius: 15px;
  overflow: hidden;
}
.success-rhythm > div {
  padding: 20px;
  background: white;
  border-right: 1px solid #dce2d8;
}
.success-rhythm b {
  font-size: 19px;
  color: #174737;
}
.success-rhythm p {
  font-size: 12px;
  line-height: 1.6;
}
.success-section {
  border-top: 1px solid #cbd5c9;
  padding: 23px 0;
}
.success-section > summary {
  font-size: 19px;
  font-weight: 650;
  cursor: pointer;
  line-height: 1.5;
}
.success-section > p {
  font-size: 13px;
  line-height: 1.7;
}
.success-department {
  margin: 14px 0;
  background: white;
  border: 1px solid #dce2d8;
  border-radius: 12px;
  padding: 17px;
}
.success-department > summary {
  font-size: 16px;
  font-weight: 650;
  cursor: pointer;
}
.success-department > summary span {
  display: inline-block;
  font-size: 11px;
  font-weight: 400;
  margin-left: 14px;
  color: #65726a;
}
.success-role {
  padding: 16px 0;
  border-top: 1px solid #dce2d8;
  margin-top: 15px;
}
.success-role h4 {
  font-size: 15px;
  margin: 8px 0;
}
.success-role p {
  font-size: 13px;
  line-height: 1.65;
}
.success-role details {
  margin: 14px 0;
}
.success-section > details:not(.success-department) {
  padding: 14px 0;
  border-top: 1px solid #dce2d8;
}
.success-section > details > summary {
  cursor: pointer;
}
.success-section > details p {
  font-size: 13px;
  line-height: 1.65;
}
@media (max-width: 1100px) {
  .success-intro {
    display: block;
  }
  .success-intro > a {
    display: inline-flex;
    margin-top: 10px;
  }
  .success-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 720px) {
  .success-dashboard {
    padding: 18px;
    border-radius: 18px;
  }
  .success-intro h2 {
    font-size: 30px;
  }
  .success-grid,
  .success-two {
    grid-template-columns: 1fr;
  }
  .success-rhythm {
    grid-template-columns: 1fr 1fr;
  }
  .success-rhythm > div {
    padding: 16px;
  }
  .success-question,
  .success-mix {
    padding: 20px;
  }
  .success-mix > strong {
    font-size: 34px;
  }
  .success-intro > a {
    max-width: 100%;
    white-space: normal;
  }
  .success-section > summary {
    font-size: 17px;
  }
}

.company-pilot {
  color: #174737;
  margin: 1rem 0 3.5rem;
}
.company-pilot-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(250px, 0.8fr);
  gap: 2rem;
  align-items: start;
  padding: 1.5rem 0 2rem;
}
.company-pilot h1 {
  font-size: clamp(2.25rem, 4.5vw, 3.7rem);
  line-height: 1.08;
  letter-spacing: -0.05em;
  margin: 0.8rem 0 1.3rem;
}
.company-pilot h1 em {
  font-family: Georgia, serif;
  font-weight: 400;
}
.pilot-effective {
  font-size: 0.8rem;
}
.company-score-total {
  background: #eaf0ed;
  border: 1px solid #c5d5cf;
  border-radius: 18px;
  padding: 1.5rem;
}
.company-score-total > strong {
  display: block;
  font-size: 2rem;
  line-height: 1.1;
  margin: 1rem 0;
  letter-spacing: -0.03em;
}
.pilot-coverage {
  display: block;
  color: #315e7a;
  font-weight: 700;
  font-size: 0.85rem;
  padding: 0.7rem 0;
}
.company-score-total details {
  margin-top: 0.75rem;
  font-size: 0.82rem;
}
.company-area-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.company-area {
  border: 1px solid #ccd7cf;
  border-radius: 16px;
  background: #fffefa;
  padding: 1.4rem;
  min-width: 0;
}
.company-area-top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 0.8rem;
}
.company-area-top h2 {
  font-size: 1.2rem;
  margin: 0;
}
.company-area-top > span {
  font-size: 0.73rem;
  white-space: nowrap;
  color: #526c7c;
}
.company-area-actual {
  margin: 1.6rem 0 0.8rem;
}
.company-area-actual > span {
  display: block;
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  font-weight: 700;
  color: #60786e;
}
.company-area-actual strong {
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: -0.035em;
  margin-top: 0.45rem;
}
.company-area > p {
  font-size: 0.88rem;
  line-height: 1.65;
}
.company-area-goal {
  display: grid;
  gap: 0.5rem;
  background: #edf2f6;
  border-left: 3px solid #477ca3;
  padding: 1rem;
  margin: 1.2rem 0;
  border-radius: 0 8px 8px 0;
}
.company-area-goal strong {
  font-size: 1rem;
  line-height: 1.5;
}
.company-area-goal small {
  font-size: 0.76rem;
  line-height: 1.5;
}
.company-area-owner {
  font-weight: 600;
}
.company-area details {
  border-top: 1px solid #dde3dc;
  padding-top: 1rem;
  font-size: 0.82rem;
  overflow-wrap: anywhere;
}
.company-pilot summary {
  cursor: pointer;
  min-height: 44px;
  line-height: 1.6;
  font-weight: 650;
}
.company-pilot summary:focus-visible {
  outline: 3px solid #315cf5;
  outline-offset: 4px;
}
.company-component {
  padding: 0.8rem 0;
  border-bottom: 1px solid #dde3dc;
}
.company-component h3 {
  font-size: 0.95rem;
}
.company-component p {
  line-height: 1.65;
}
.company-benefit {
  background: #eef2e9;
  padding: 1.5rem;
  border-radius: 14px;
  margin: 1.4rem 0;
}
.company-benefit h2 {
  font-size: 1.25rem;
}
.company-benefit p {
  line-height: 1.7;
}
.company-commitments {
  border: 1px solid #ccd7cf;
  border-radius: 12px;
  padding: 1rem;
}
.company-commitment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.company-commitment-grid article {
  padding: 1rem;
  border-top: 1px solid #ccd7cf;
}
.company-commitment-grid h3 {
  font-size: 1rem;
}
.company-pilot-footnote {
  font-size: 0.78rem;
  line-height: 1.7;
  color: #536c61;
}
.pilot-hold {
  padding: 1rem;
  border: 2px solid #9b4931;
}
@media (max-width: 1000px) {
  .company-area-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 700px) {
  .company-pilot-hero,
  .company-area-grid,
  .company-commitment-grid {
    grid-template-columns: 1fr;
  }
  .company-pilot h1 {
    font-size: 2.25rem;
  }
  .company-area {
    padding: 1.2rem;
  }
}
