.executive-section {
  --executive-ink: var(--ink, #0f172a);
  --executive-sky: var(--sky, #0ea5e9);
  --executive-rose: var(--rose, #f43f5e);
  --executive-snow: var(--snow, #f8fafc);
  color: var(--executive-ink);
  background: #fff;
  padding: clamp(88px, 10vw, 144px) 72px;
  font-family: Manrope, "PingFang SC", "Helvetica Neue", sans-serif;
  overflow: hidden;
}

.executive-section * { box-sizing: border-box; }
.executive-wrap { width: min(1296px, 100%); margin: 0 auto; }
.executive-heading { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: 72px; align-items: end; margin-bottom: 68px; }
.executive-kicker { margin: 0 0 22px; color: #64748b; font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.executive-kicker span { color: var(--executive-sky); margin-right: 13px; }
.executive-heading h2 { max-width: 760px; margin: 0; color: var(--executive-ink); font-size: clamp(48px, 5vw, 68px); line-height: .99; font-weight: 650; letter-spacing: -.06em; overflow-wrap: anywhere; }
.executive-lede { max-width: 570px; margin: 0 0 4px; color: #475569; font-size: 17px; line-height: 1.85; }
.executive-layout { display: grid; grid-template-columns: 330px minmax(0, 1fr); gap: 36px; align-items: stretch; }
.executive-index { display: flex; flex-direction: column; border-top: 1px solid #cbd5e1; }
.executive-tab { width: 100%; min-height: 124px; display: grid; grid-template-columns: 34px minmax(0, 1fr) 18px; gap: 14px; align-items: start; padding: 25px 4px; color: #64748b; background: transparent; border: 0; border-bottom: 1px solid #e2e8f0; text-align: left; cursor: pointer; font: inherit; transition: color 180ms ease, padding-left 180ms ease, background 180ms ease; }
.executive-tab:hover { color: var(--executive-ink); padding-left: 8px; }
.executive-tab:focus-visible { outline: 2px solid var(--executive-sky); outline-offset: 4px; }
.executive-tab.is-active { color: var(--executive-ink); }
.executive-tab.is-active::before { content: ""; position: absolute; }
.executive-tab-number { color: #94a3b8; font-size: 11px; letter-spacing: .12em; }
.executive-tab.is-active .executive-tab-number { color: var(--executive-sky); }
.executive-tab strong { display: block; color: inherit; font-size: 17px; line-height: 1.45; font-weight: 650; }
.executive-tab small { display: block; margin-top: 8px; color: #64748b; font-size: 13px; line-height: 1.55; }
.executive-tab > span:last-child { color: #94a3b8; font-size: 18px; }
.executive-console { min-height: 600px; overflow: hidden; border: 1px solid #dbe3ec; border-radius: 4px 30px 4px 4px; background: var(--executive-snow); box-shadow: 0 26px 70px rgba(15, 23, 42, .08); }
.executive-console-bar { height: 56px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 24px; color: #64748b; background: #fff; border-bottom: 1px solid #e2e8f0; font-size: 11px; letter-spacing: .04em; }
.executive-wordmark { color: var(--executive-ink); font-weight: 750; letter-spacing: -.02em; }
.executive-wordmark i { width: 4px; height: 4px; display: inline-block; margin-left: 2px; border-radius: 50%; background: var(--executive-sky); vertical-align: super; }
.executive-demo-label { padding: 6px 11px; border: 1px solid #e2e8f0; border-radius: 99px; background: var(--executive-snow); }
.executive-console-dots { justify-self: end; display: flex; gap: 5px; }
.executive-console-dots i { width: 6px; height: 6px; border-radius: 50%; background: #cbd5e1; }
.executive-console-dots i:first-child { background: var(--executive-rose); }
.executive-panel { min-height: 544px; padding: 42px 42px 30px; animation: executive-panel-in 300ms ease both; }
.executive-panel[hidden] { display: none; }
.executive-panel-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 22px; padding-bottom: 30px; }
.executive-overline { color: var(--executive-sky); font-size: 10px; font-weight: 750; letter-spacing: .16em; }
.executive-panel-head h3 { margin: 8px 0 0; color: var(--executive-ink); font-size: clamp(24px, 2.4vw, 34px); line-height: 1.15; letter-spacing: -.035em; font-weight: 650; }
.executive-panel-head a { flex: none; margin-top: 12px; color: var(--executive-ink); font-size: 12px; text-decoration: none; border-bottom: 1px solid #94a3b8; padding-bottom: 5px; }
.executive-panel-head a:hover { border-color: var(--executive-sky); color: #0369a1; }
.executive-panel-head a:focus-visible { outline: 2px solid var(--executive-sky); outline-offset: 4px; }
.executive-project-list { border-top: 1px solid #cbd5e1; }
.executive-project-row { display: grid; grid-template-columns: 8px 1.1fr .75fr 1.7fr; gap: 14px; align-items: center; min-height: 72px; border-bottom: 1px solid #e2e8f0; }
.executive-project-row strong { color: var(--executive-ink); font-size: 14px; font-weight: 650; }
.executive-project-row span { color: #475569; font-size: 12px; }
.executive-project-row em { color: #64748b; font-size: 12px; font-style: normal; }
.executive-project-mark { width: 7px; height: 7px; display: block; border-radius: 50%; }
.executive-project-mark.sky { background: var(--executive-sky); box-shadow: 0 0 0 5px rgba(14, 165, 233, .1); }
.executive-project-mark.rose { background: var(--executive-rose); box-shadow: 0 0 0 5px rgba(244, 63, 94, .09); }
.executive-project-mark.ink { background: var(--executive-ink); box-shadow: 0 0 0 5px rgba(15, 23, 42, .07); }
.executive-flow { display: grid; grid-template-columns: auto 1fr auto 1fr auto 1fr auto 1fr auto; align-items: center; gap: 10px; margin: 39px 0 28px; }
.executive-flow span { display: grid; place-items: center; min-width: 60px; min-height: 60px; padding: 10px; border: 1px solid #cbd5e1; border-radius: 50%; background: #fff; color: #475569; font-size: 11px; }
.executive-flow span.is-current { border-color: var(--executive-sky); color: #0369a1; box-shadow: 0 0 0 7px rgba(14, 165, 233, .08); }
.executive-flow i { height: 1px; background: #cbd5e1; position: relative; }
.executive-flow i::after { content: ""; position: absolute; right: -1px; top: -3px; width: 6px; height: 6px; border-top: 1px solid #94a3b8; border-right: 1px solid #94a3b8; transform: rotate(45deg); }
.executive-caption { margin: 0; color: #64748b; font-size: 11px; line-height: 1.7; }
.executive-idea-path { display: grid; grid-template-columns: 1fr 22px 1fr 22px 1fr; gap: 14px; align-items: center; min-height: 230px; padding: 26px; background: #fff; border: 1px solid #e2e8f0; }
.executive-idea-path article { min-width: 0; }
.executive-idea-path article span, .executive-memory-map article span { color: var(--executive-sky); font-size: 10px; font-weight: 750; letter-spacing: .12em; }
.executive-idea-path article strong, .executive-memory-map article strong { display: block; margin-top: 14px; color: var(--executive-ink); font-size: 15px; line-height: 1.5; }
.executive-idea-path article small, .executive-memory-map article small { display: block; margin-top: 9px; color: #64748b; font-size: 11px; line-height: 1.55; }
.executive-idea-path > b { color: #94a3b8; font-weight: 400; text-align: center; }
.executive-question { display: grid; grid-template-columns: 130px 1fr; gap: 20px; align-items: center; margin: 25px 0 20px; padding-left: 2px; }
.executive-question span { color: var(--executive-rose); font-size: 10px; font-weight: 750; letter-spacing: .13em; }
.executive-question p { margin: 0; color: #334155; font-size: 14px; line-height: 1.65; }
.executive-memory-map { display: grid; grid-template-columns: 1fr 176px 1fr; gap: 26px; align-items: center; min-height: 240px; padding: 28px; background: #fff; border: 1px solid #e2e8f0; }
.executive-memory-map article:last-child { text-align: right; }
.executive-memory-core { aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 18px; text-align: center; border: 1px solid #bae6fd; border-radius: 50%; background: #f0f9ff; box-shadow: 0 0 0 10px rgba(14, 165, 233, .05); }
.executive-memory-core i { width: 7px; height: 7px; margin-bottom: 12px; border-radius: 50%; background: var(--executive-rose); }
.executive-memory-core strong { color: var(--executive-ink); font-size: 14px; }
.executive-memory-core small { margin-top: 7px; color: #64748b; font-size: 10px; line-height: 1.45; }
.executive-panel blockquote { margin: 24px 0 20px; padding: 0 0 0 18px; border-left: 2px solid var(--executive-rose); color: #334155; font-size: 14px; line-height: 1.7; }

@keyframes executive-panel-in { from { opacity: 0; transform: translateY(8px); } to { opacity: 1; transform: translateY(0); } }
@media (max-width: 980px) {
  .executive-heading { grid-template-columns: 1fr; gap: 28px; }
  .executive-layout { grid-template-columns: 1fr; }
  .executive-index { display: grid; grid-template-columns: repeat(3, 1fr); }
  .executive-tab { min-height: 142px; border-right: 1px solid #e2e8f0; }
  .executive-tab:last-child { border-right: 0; }
}
@media (max-width: 680px) {
  .executive-section { padding: 78px 20px; }
  .executive-heading { margin-bottom: 42px; }
  .executive-heading h2 { max-width: 100%; font-size: clamp(42px, 12vw, 52px); overflow-wrap: anywhere; }
  .executive-lede { font-size: 15px; line-height: 1.75; }
  .executive-index { grid-template-columns: 1fr; }
  .executive-tab { min-height: 96px; border-right: 0; padding: 20px 3px; }
  .executive-console { min-height: 650px; border-radius: 3px 22px 3px 3px; }
  .executive-console-bar { grid-template-columns: 1fr auto; padding: 0 16px; }
  .executive-demo-label { font-size: 9px; }
  .executive-console-dots { display: none; }
  .executive-panel { min-height: 594px; padding: 30px 18px 24px; }
  .executive-panel-head { display: block; }
  .executive-panel-head a { display: inline-block; margin-top: 18px; }
  .executive-project-row { grid-template-columns: 8px 1fr auto; gap: 10px; padding: 13px 0; }
  .executive-project-row em { grid-column: 2 / -1; }
  .executive-flow { grid-template-columns: repeat(5, 1fr); gap: 7px; overflow: hidden; }
  .executive-flow i { display: none; }
  .executive-flow span { min-width: 0; min-height: 48px; border-radius: 99px; font-size: 9px; }
  .executive-idea-path { grid-template-columns: 1fr; min-height: 0; padding: 20px; }
  .executive-idea-path > b { transform: rotate(90deg); }
  .executive-question { grid-template-columns: 1fr; gap: 7px; }
  .executive-memory-map { grid-template-columns: 1fr; gap: 22px; }
  .executive-memory-map article:last-child { text-align: left; }
  .executive-memory-core { width: 154px; justify-self: center; }
}
@media (prefers-reduced-motion: reduce) {
  .executive-section .executive-panel { animation: none; }
  .executive-section .executive-tab { transition: none; }
}
