:root { --anchor-offset: 148px; }

.cc-page {
  --cc-violet: #7547ef;
  --cc-violet-deep: #4e2ac5;
  --cc-violet-pale: #eee8ff;
  --cc-blue: #377cf6;
  --cc-panel: #f8f6ff;
}

.cc-page .site-wrap {
  width: min(1320px, calc(100% - 48px));
}

.cc-page main {
  overflow-x: clip;
}

.cc-subnav {
  position: sticky;
  z-index: 80;
  top: 68px;
  border-bottom: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.93);
  backdrop-filter: blur(18px);
}

.cc-subnav-inner {
  display: flex;
  min-height: 64px;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.cc-subnav-brand {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-size: 20px;
  font-weight: 750;
  letter-spacing: -0.03em;
  white-space: nowrap;
}

.cc-subnav-brand::before {
  width: 16px;
  height: 16px;
  content: "";
  background: linear-gradient(135deg, var(--cc-blue), var(--cc-violet));
  border-radius: 4px;
  box-shadow: 7px 7px 0 -2px var(--coral);
}

.cc-subnav-links {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 13px;
  font-weight: 590;
}

.cc-subnav a {
  text-decoration: none;
}

.cc-subnav-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.cc-mini-cta {
  padding: 8px 15px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
}

.cc-hero {
  position: relative;
  padding: clamp(24px, 3vw, 42px) 0 clamp(62px, 7vw, 100px);
  background: #fff;
}

.cc-hero-heading {
  padding-bottom: clamp(30px, 4vw, 52px);
  border-bottom: 1px solid var(--line);
}

.cc-hero-heading h1 {
  margin: 10px 0 0;
  font-size: clamp(76px, 11.6vw, 176px);
  font-weight: 650;
  letter-spacing: -0.078em;
  line-height: 0.84;
  white-space: nowrap;
}

.cc-hero-heading h1 span {
  color: var(--cc-violet);
}

.cc-hero-argument {
  display: grid;
  align-items: stretch;
  gap: clamp(30px, 5vw, 74px);
  padding: clamp(20px, 2.8vw, 38px) 0 clamp(40px, 5.6vw, 76px);
  grid-template-columns: minmax(0, 1.12fr) minmax(360px, 0.88fr);
}

.cc-hero-copy {
  padding-top: 16px;
  border-top: 8px solid var(--coral);
}

.cc-hero-copy h1 {
  max-width: 11ch;
  margin: 14px 0 24px;
  font-size: clamp(48px, 5.3vw, 78px);
  letter-spacing: -0.06em;
  line-height: 0.94;
}

.cc-hero-copy > p {
  max-width: 58ch;
  margin-bottom: 0;
  color: #29282d;
  font-size: clamp(19px, 1.8vw, 23px);
  line-height: 1.48;
}

.cc-alex-intro {
  display: grid;
  max-width: 690px;
  align-items: start;
  padding: 18px;
  margin-top: 22px;
  border: 1px solid #dcd7eb;
  background: var(--cc-violet-pale);
  border-radius: 18px;
  gap: 15px;
  grid-template-columns: 64px minmax(0, 1fr);
}

.cc-alex-intro img {
  width: 64px;
  height: 64px;
  border: 3px solid #fff;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 7px 18px rgba(40, 23, 87, 0.14);
}

.cc-alex-intro strong { display: block; margin-bottom: 5px; font-size: 17px; }
.cc-alex-intro p { margin: 0; color: #393642; font-size: 15px; line-height: 1.48; }

.cc-case-proof {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(28px, 3.5vw, 46px);
  background: var(--ink);
  color: #fff;
  border-radius: 28px;
}

.cc-case-proof .eyebrow {
  color: var(--coral);
}

.cc-case-proof-numbers {
  display: grid;
  gap: 1px;
  margin: 36px 0;
  background: rgba(255, 255, 255, 0.17);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-case-proof-numbers > div {
  min-width: 0;
  padding: 20px 10px;
  background: var(--ink);
}

.cc-case-proof-numbers strong,
.cc-case-proof-numbers span {
  display: block;
}

.cc-case-proof-numbers strong {
  color: var(--coral);
  font-size: clamp(32px, 4vw, 56px);
  font-weight: 610;
  letter-spacing: -0.06em;
  line-height: 1;
}

.cc-case-proof-numbers span {
  margin-top: 7px;
  color: #d0cece;
  font-size: 12px;
}

.cc-case-proof p {
  margin-bottom: 22px;
  color: #d4d2d2;
  font-size: 15px;
  line-height: 1.55;
}

.cc-case-proof > a {
  align-self: flex-start;
  color: #fff;
  font-weight: 650;
  text-underline-offset: 5px;
}

.cc-hero-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 22px;
  color: var(--muted);
  font-size: 13px;
}

.cc-hero-note::before {
  width: 8px;
  height: 8px;
  flex: 0 0 auto;
  margin-top: 6px;
  content: "";
  background: #23b66d;
  border-radius: 50%;
}

.cc-app-shell {
  position: relative;
  overflow: hidden;
  min-height: 610px;
  margin-top: 2px;
  border: 1px solid #d8d4e4;
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 32px 90px rgba(36, 25, 75, 0.18);
}

.cc-app-topbar {
  display: grid;
  min-height: 58px;
  align-items: center;
  padding: 0 17px;
  border-bottom: 1px solid #e6e3ed;
  grid-template-columns: 150px 1fr auto;
}

.cc-app-logo {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 760;
}

.cc-app-logo i {
  width: 25px;
  height: 25px;
  background: linear-gradient(135deg, var(--cc-blue), var(--cc-violet));
  border-radius: 8px;
}

.cc-app-campaign {
  overflow: hidden;
  padding-inline: 18px;
  color: #37343e;
  font-size: 12px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cc-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 9px;
  background: #e9f9ef;
  color: #14773f;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 720;
  text-transform: uppercase;
}

.cc-live-pill::before {
  width: 6px;
  height: 6px;
  content: "";
  background: #28b86b;
  border-radius: 50%;
}

.cc-app-body {
  display: grid;
  min-height: 552px;
  grid-template-columns: 70px minmax(0, 1fr) 192px;
}

.cc-app-rail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 18px 10px;
  background: #19172b;
}

.cc-rail-item {
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  color: #aaa6c4;
  border-radius: 10px;
  font-family: "Geist Mono", monospace;
  font-size: 10px;
}

.cc-rail-item.active {
  background: var(--cc-violet);
  color: #fff;
}

.cc-app-main {
  padding: 18px;
  background: #f8f7fb;
}

.cc-workspace-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 15px;
}

.cc-workspace-head small,
.cc-task-label,
.cc-artifact-kind {
  color: #817d8d;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-workspace-head strong {
  display: block;
  margin-top: 3px;
  font-size: 17px;
  letter-spacing: -0.03em;
}

.cc-progress {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 10px;
}

.cc-progress i {
  width: 72px;
  height: 6px;
  overflow: hidden;
  background: #e5e1ec;
  border-radius: 999px;
}

.cc-progress i::before {
  display: block;
  width: 74%;
  height: 100%;
  content: "";
  background: linear-gradient(90deg, var(--cc-blue), var(--cc-violet));
  border-radius: inherit;
}

.cc-alex-card {
  display: grid;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid #ded9ed;
  background: #fff;
  border-radius: 15px;
  grid-template-columns: 40px 1fr;
}

.cc-alex-card img,
.cc-task img,
.cc-specialist img {
  object-fit: cover;
  border-radius: 50%;
}

.cc-alex-card strong {
  display: block;
  font-size: 12px;
}

.cc-alex-card p {
  margin: 2px 0 0;
  color: #67636f;
  font-size: 10px;
  line-height: 1.4;
}

.cc-task-list {
  display: grid;
  gap: 8px;
  margin-top: 12px;
}

.cc-task {
  display: grid;
  align-items: center;
  gap: 9px;
  min-height: 62px;
  padding: 10px 11px;
  border: 1px solid #e3e0e9;
  background: #fff;
  border-radius: 12px;
  grid-template-columns: 30px 1fr auto;
}

.cc-task strong {
  display: block;
  font-size: 10px;
  line-height: 1.25;
}

.cc-task span {
  color: #7b7784;
  font-size: 8px;
}

.cc-task em {
  padding: 4px 7px;
  background: var(--cc-violet-pale);
  color: var(--cc-violet-deep);
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
}

.cc-task.done em {
  background: #e5f7eb;
  color: #197645;
}

.cc-app-artifacts {
  padding: 18px 12px;
  border-left: 1px solid #e3e0e8;
  background: #fff;
}

.cc-app-artifacts > strong {
  display: block;
  margin-bottom: 12px;
  font-size: 11px;
}

.cc-artifact {
  padding: 10px;
  margin-bottom: 8px;
  border: 1px solid #e5e2eb;
  background: #fff;
  border-radius: 10px;
}

.cc-artifact.active {
  border-color: #a887ff;
  background: #f6f1ff;
}

.cc-artifact strong {
  display: block;
  margin: 3px 0;
  font-size: 9px;
  line-height: 1.25;
}

.cc-artifact span {
  color: #7a7682;
  font-size: 8px;
}

.cc-proofbar {
  background: var(--ink);
  color: #fff;
}

.cc-proofgrid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cc-proofgrid > div {
  min-height: 142px;
  padding: 28px clamp(18px, 3vw, 38px);
  border-right: 1px solid #343434;
}

.cc-proofgrid > div:last-child {
  border-right: 0;
}

.cc-proofgrid strong {
  display: block;
  margin-bottom: 6px;
  color: var(--coral);
  font-size: clamp(34px, 4vw, 52px);
  font-weight: 580;
  letter-spacing: -0.055em;
  line-height: 1;
}

.cc-proofgrid span {
  color: #bdbdb9;
  font-size: 13px;
}

.cc-desire-section {
  background: #fff;
}

.cc-desire-panel {
  display: grid;
  align-items: end;
  gap: clamp(34px, 6vw, 90px);
  padding: clamp(46px, 7vw, 92px);
  background: var(--lilac);
  border-radius: 34px;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, 0.88fr);
}

.cc-desire-panel h2 {
  max-width: 12ch;
  margin: 22px 0 0;
  font-size: clamp(48px, 6.4vw, 86px);
  letter-spacing: -0.064em;
  line-height: 0.95;
}

.cc-desire-copy p {
  margin: 0;
  font-size: clamp(18px, 1.7vw, 22px);
  line-height: 1.5;
}

.cc-desire-copy p + p {
  margin-top: 22px;
  font-weight: 560;
}

.cc-section-head {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  align-items: end;
  gap: 28px;
  margin-bottom: 42px;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.66fr);
}

.cc-section-head > * {
  min-width: 0;
  max-width: 100%;
}

.cc-section-head h2 {
  max-width: 14ch;
  margin-bottom: 0;
  font-size: clamp(42px, 5.4vw, 74px);
}

.cc-section-head p {
  max-width: 54ch;
  margin-bottom: 0;
  color: var(--muted);
  font-size: 18px;
}

.cc-modes {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(12, 1fr);
}

.cc-mode {
  display: flex;
  min-height: 310px;
  flex-direction: column;
  justify-content: space-between;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid rgba(5, 5, 5, 0.09);
  border-radius: 26px;
}

.cc-mode:nth-child(1) { grid-column: span 7; background: var(--lilac); }
.cc-mode:nth-child(2) { grid-column: span 5; background: var(--lime); }
.cc-mode:nth-child(3) { grid-column: span 4; background: var(--cream); }
.cc-mode:nth-child(4) { grid-column: span 4; background: var(--pink); }
.cc-mode:nth-child(5) { grid-column: span 4; background: var(--navy); color: #fff; }

.cc-mode small {
  font-family: "Geist Mono", monospace;
  font-size: 10px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cc-mode h3 {
  max-width: 15ch;
  margin: auto 0 14px;
  font-size: clamp(27px, 3.2vw, 43px);
}

.cc-mode p {
  max-width: 48ch;
  margin-bottom: 0;
  color: rgba(5, 5, 5, 0.7);
  font-size: 15px;
}

.cc-mode:nth-child(5) p {
  color: rgba(255, 255, 255, 0.7);
}

.cc-process {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
}

.cc-process li {
  display: grid;
  min-height: 230px;
  gap: 26px;
  padding: clamp(24px, 3vw, 38px);
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 24px;
  grid-template-columns: auto minmax(0, 1fr);
}

.cc-process li:nth-child(1),
.cc-process li:nth-child(6) {
  background: var(--cream);
}

.cc-process li:nth-child(2),
.cc-process li:nth-child(5) {
  background: var(--lilac);
}

.cc-process li:nth-child(3),
.cc-process li:nth-child(4) {
  background: var(--lime);
}

.cc-process li > span {
  color: rgba(5, 5, 5, 0.5);
  font-family: "Geist Mono", monospace;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.cc-process li > div {
  align-self: end;
}

.cc-process h3 {
  max-width: 17ch;
  margin: 0 0 12px;
  font-size: clamp(26px, 3vw, 40px);
  letter-spacing: -0.045em;
  line-height: 1;
}

.cc-process p {
  max-width: 52ch;
  margin: 0;
  color: rgba(5, 5, 5, 0.72);
  font-size: 15px;
  line-height: 1.48;
}

.cc-entry-paths {
  display: grid;
  overflow: hidden;
  margin-top: 18px;
  border: 1px solid #343434;
  background: var(--ink);
  color: #fff;
  border-radius: 22px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cc-entry-paths > div {
  min-width: 0;
  padding: 23px;
  border-right: 1px solid #343434;
}

.cc-entry-paths > div:last-child {
  border-right: 0;
}

.cc-entry-paths strong,
.cc-entry-paths span {
  display: block;
}

.cc-entry-paths strong {
  margin-bottom: 8px;
  color: var(--coral);
  font-size: 14px;
}

.cc-entry-paths span {
  color: #c7c5c5;
  font-size: 12px;
  line-height: 1.45;
}

.cc-story {
  padding: clamp(56px, 7vw, 94px);
  border-radius: 34px;
}

.cc-story-grid {
  display: grid;
  align-items: center;
  gap: clamp(40px, 6vw, 80px);
  grid-template-columns: minmax(0, 0.83fr) minmax(520px, 1.17fr);
}

.cc-story-copy h2 {
  max-width: 12ch;
  margin-bottom: 22px;
  font-size: clamp(42px, 5.2vw, 70px);
}

.cc-story-copy > p {
  max-width: 52ch;
  color: rgba(5, 5, 5, 0.7);
  font-size: 18px;
}

.cc-checks {
  padding: 0;
  margin: 28px 0 0;
  list-style: none;
}

.cc-checks li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
  font-size: 14px;
  font-weight: 620;
}

.cc-checks li::before {
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  place-items: center;
  content: "✓";
  background: var(--coral);
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
}

.cc-chat-scene,
.cc-picker-scene,
.cc-site-scene {
  overflow: hidden;
  border: 1px solid rgba(5, 5, 5, 0.12);
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 24px 58px rgba(49, 35, 100, 0.14);
}

.cc-scene-bar {
  display: flex;
  min-height: 46px;
  align-items: center;
  justify-content: space-between;
  padding: 0 15px;
  border-bottom: 1px solid #e6e3eb;
  color: #77727e;
  font-size: 10px;
}

.cc-chat-body {
  display: grid;
  min-height: 380px;
  grid-template-columns: 1fr 175px;
}

.cc-conversation {
  padding: 22px;
  background: #faf9fd;
}

.cc-message {
  display: grid;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 18px;
  grid-template-columns: 32px 1fr;
}

.cc-message img {
  border-radius: 50%;
}

.cc-message div {
  padding: 12px 14px;
  background: #fff;
  border-radius: 4px 14px 14px;
  box-shadow: 0 8px 20px rgba(25, 21, 43, 0.06);
  font-size: 10px;
}

.cc-message.user {
  grid-template-columns: 1fr;
  padding-left: 48px;
}

.cc-message.user div {
  background: var(--cc-violet);
  color: #fff;
  border-radius: 14px 4px 14px 14px;
}

.cc-choice-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-left: 42px;
}

.cc-choice-row span {
  padding: 7px 9px;
  border: 1px solid #d9d3ea;
  background: #fff;
  border-radius: 999px;
  font-size: 8px;
}

.cc-live-team {
  padding: 16px 12px;
  border-left: 1px solid #e5e1eb;
}

.cc-live-team > small {
  display: block;
  margin-bottom: 11px;
  color: #77727e;
  font-size: 9px;
}

.cc-live-person {
  display: grid;
  align-items: center;
  gap: 8px;
  padding: 8px 0;
  grid-template-columns: 26px 1fr;
}

.cc-live-person img {
  border-radius: 50%;
}

.cc-live-person strong,
.cc-live-person span {
  display: block;
  font-size: 8px;
}

.cc-live-person span {
  color: #77727e;
}

.cc-artifacts-section {
  background: #f6f5f1;
}

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

.cc-output-card {
  min-height: 190px;
  padding: 24px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 18px;
}

.cc-output-card:nth-child(2),
.cc-output-card:nth-child(7) { background: var(--lilac); }
.cc-output-card:nth-child(3),
.cc-output-card:nth-child(6) { background: var(--lime); }
.cc-output-card:nth-child(4),
.cc-output-card:nth-child(5) { background: var(--cream); }

.cc-output-card span {
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.cc-output-card h3 {
  margin: 58px 0 8px;
  font-size: 22px;
}

.cc-output-card p {
  margin-bottom: 0;
  color: #64605f;
  font-size: 12px;
}

.cc-real-workspace {
  display: grid;
  align-items: center;
  gap: clamp(34px, 5vw, 64px);
  margin-top: 56px;
  grid-template-columns: 0.72fr 1.28fr;
}

.cc-real-copy h3 {
  max-width: 12ch;
  font-size: clamp(34px, 4vw, 50px);
}

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

.cc-real-frame {
  overflow: hidden;
  border: 10px solid #171525;
  background: #171525;
  border-radius: 22px;
  box-shadow: var(--shadow);
}

.cc-real-frame img {
  width: 100%;
}

.cc-real-frame figcaption {
  padding: 10px 12px 3px;
  color: #bbb7cb;
  font-size: 10px;
}

.cc-control-band {
  display: grid;
  overflow: hidden;
  margin-top: 54px;
  border: 1px solid var(--line);
  background: #fff;
  border-radius: 24px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-control-band article {
  min-height: 230px;
  padding: clamp(24px, 3vw, 36px);
  border-right: 1px solid var(--line);
}

.cc-control-band article:last-child {
  border-right: 0;
}

.cc-control-band span {
  color: var(--cc-violet-deep);
  font-family: "Geist Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.cc-control-band h3 {
  max-width: 14ch;
  margin: 48px 0 12px;
  font-size: clamp(24px, 2.7vw, 36px);
  line-height: 1;
}

.cc-control-band p {
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.cc-icp-panel {
  padding: clamp(48px, 7vw, 92px);
  background: var(--cream);
  border-radius: 34px;
}

.cc-icp-copy {
  max-width: 980px;
}

.cc-icp-copy h2 {
  max-width: 16ch;
  margin: 20px 0 24px;
  font-size: clamp(48px, 6.2vw, 84px);
  letter-spacing: -0.065em;
  line-height: 0.95;
}

.cc-icp-copy > p:not(.cc-icp-ownership) {
  max-width: 68ch;
  margin-bottom: 0;
  color: #35332f;
  font-size: clamp(18px, 1.8vw, 22px);
  line-height: 1.5;
}

.cc-icp-actions {
  margin-top: 30px;
}

.cc-icp-ownership {
  margin: 18px 0 0;
  color: #625f58;
  font-family: "Geist Mono", monospace;
  font-size: 12px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cc-icp-workspace {
  display: grid;
  align-items: stretch;
  gap: 10px;
  margin-top: clamp(42px, 6vw, 74px);
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr) auto minmax(0, 1fr);
}

.cc-icp-source,
.cc-icp-profile,
.cc-icp-angles,
.cc-icp-formats {
  min-width: 0;
  padding: 22px;
  border: 1px solid rgba(5, 5, 5, 0.13);
  background: #fff;
  border-radius: 18px;
}

.cc-icp-workspace small {
  display: block;
  margin-bottom: 18px;
  color: #6c6860;
  font-family: "Geist Mono", monospace;
  font-size: 9px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.cc-icp-source > div {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 10px 0;
  border-top: 1px solid var(--line);
  font-size: 11px;
}

.cc-icp-source > div > span {
  display: grid;
  width: 31px;
  height: 31px;
  flex: 0 0 auto;
  place-items: center;
  background: var(--cc-violet-pale);
  color: var(--cc-violet-deep);
  border-radius: 8px;
  font-family: "Geist Mono", monospace;
  font-size: 8px;
}

.cc-icp-arrow {
  display: grid;
  place-items: center;
  color: var(--cc-violet-deep);
  font-size: 26px;
}

.cc-icp-profile > strong,
.cc-icp-profile > span,
.cc-icp-formats > strong,
.cc-icp-formats > span {
  display: block;
}

.cc-icp-profile > strong,
.cc-icp-formats > strong {
  font-size: 18px;
  letter-spacing: -0.025em;
  line-height: 1.1;
}

.cc-icp-profile > span,
.cc-icp-formats > span {
  margin-top: 9px;
  color: #716d67;
  font-size: 11px;
  line-height: 1.45;
}

.cc-profile-lines {
  margin-top: 24px;
}

.cc-profile-lines i {
  display: block;
  height: 8px;
  margin-top: 8px;
  background: #e8e6eb;
  border-radius: 999px;
}

.cc-profile-lines i:nth-child(2) { width: 78%; }
.cc-profile-lines i:nth-child(3) { width: 91%; }
.cc-profile-lines i:nth-child(4) { width: 58%; }

.cc-icp-angles {
  display: grid;
  gap: 7px;
  grid-template-columns: 1fr 1fr;
}

.cc-icp-angles small {
  grid-column: 1 / -1;
}

.cc-icp-angles > div {
  padding: 12px;
  background: var(--cc-violet-pale);
  border-radius: 11px;
}

.cc-icp-angles span,
.cc-icp-angles strong {
  display: block;
}

.cc-icp-angles span {
  color: #5e5871;
  font-size: 9px;
}

.cc-icp-angles strong {
  margin-top: 5px;
  color: var(--cc-violet-deep);
  font-size: 24px;
}

.cc-icp-facts {
  display: grid;
  overflow: hidden;
  margin-top: 14px;
  border: 1px solid rgba(5, 5, 5, 0.13);
  background: #fff;
  border-radius: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cc-icp-facts article {
  padding: 24px;
  border-right: 1px solid var(--line);
}

.cc-icp-facts article:last-child {
  border-right: 0;
}

.cc-icp-facts strong {
  font-size: 17px;
}

.cc-icp-facts p {
  margin: 10px 0 0;
  color: #615e58;
  font-size: 13px;
  line-height: 1.5;
}

.cc-truth-note {
  padding: 22px 24px;
  margin: 14px 0 0;
  border-left: 5px solid var(--coral);
  background: rgba(255, 255, 255, 0.72);
  color: #4d4942;
  border-radius: 8px 16px 16px 8px;
  font-size: 13px;
  line-height: 1.55;
}

.cc-specialists-section {
  background: var(--navy);
  color: #fff;
}

.cc-specialists-section .cc-section-head p {
  color: rgba(255, 255, 255, 0.68);
}

.cc-specialists {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.cc-specialist {
  display: grid;
  min-height: 164px;
  align-content: end;
  justify-items: start;
  padding: 18px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  background: rgba(255, 255, 255, 0.055);
  border-radius: 18px;
}

.cc-specialist img {
  width: 52px;
  height: 52px;
  margin-bottom: 16px;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.08);
}

.cc-specialist strong {
  font-size: 15px;
}

.cc-specialist span {
  color: #aaa7c3;
  font-size: 10px;
}

.cc-specialist.more {
  align-content: center;
  background: var(--coral);
  color: var(--ink);
}

.cc-specialist.more strong {
  font-size: 38px;
}

.cc-specialist.more span {
  color: rgba(5, 5, 5, 0.72);
}

.cc-builder {
  background: var(--lime);
}

.cc-site-scene {
  padding: 0;
}

.cc-site-body {
  display: grid;
  min-height: 400px;
  grid-template-columns: 160px 1fr;
}

.cc-site-stages {
  padding: 18px 12px;
  border-right: 1px solid #e5e2e9;
  background: #f8f7fa;
}

.cc-site-stages span {
  display: block;
  padding: 8px;
  margin-bottom: 5px;
  color: #6d6975;
  border-radius: 8px;
  font-size: 9px;
}

.cc-site-stages span.active {
  background: var(--cc-violet-pale);
  color: var(--cc-violet-deep);
  font-weight: 700;
}

.cc-site-preview {
  padding: 18px;
  background: #eeedf3;
}

.cc-mini-browser {
  overflow: hidden;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 8px 24px rgba(5, 5, 5, 0.09);
}

.cc-mini-browser::before {
  display: block;
  height: 24px;
  content: "●  ●  ●";
  padding-left: 10px;
  border-bottom: 1px solid #eee;
  color: #d2d0d5;
  font-size: 8px;
  line-height: 24px;
}

.cc-mini-site {
  padding: 34px 28px;
  background: #f4ecd6;
}

.cc-mini-site small {
  font-family: "Geist Mono", monospace;
  font-size: 8px;
  letter-spacing: 0.12em;
}

.cc-mini-site h3 {
  max-width: 8ch;
  margin: 34px 0 12px;
  font-size: 34px;
}

.cc-mini-site i {
  display: inline-block;
  padding: 8px 12px;
  background: var(--ink);
  color: #fff;
  border-radius: 999px;
  font-size: 8px;
  font-style: normal;
}

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

.cc-advanced-card {
  min-height: 310px;
  padding: 34px;
  border: 1px solid var(--line);
  border-radius: 24px;
}

.cc-advanced-card:nth-child(1) { background: var(--lilac); }
.cc-advanced-card:nth-child(2) { background: var(--cream); }
.cc-advanced-card:nth-child(3) { background: var(--pink); }

.cc-advanced-card h3 {
  max-width: 12ch;
  margin: 100px 0 14px;
  font-size: 33px;
}

.cc-advanced-card p {
  color: rgba(5, 5, 5, 0.67);
  font-size: 14px;
}

.cc-video-panel {
  display: grid;
  align-items: center;
  gap: clamp(36px, 6vw, 78px);
  padding: clamp(38px, 5vw, 68px);
  background: #050505;
  color: #fff;
  border-radius: 30px;
  grid-template-columns: minmax(0, 0.68fr) minmax(520px, 1.32fr);
}

.cc-video-copy h2 {
  max-width: 10ch;
  font-size: clamp(42px, 5vw, 68px);
}

.cc-video-copy p {
  color: #b8b8b3;
}

.cc-video-shell {
  overflow: hidden;
  aspect-ratio: 16 / 9;
  background: #211e2c;
  border-radius: 18px;
}

.cc-video-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.cc-fit-panel {
  display: grid;
  align-items: center;
  gap: 50px;
  padding: clamp(42px, 6vw, 78px);
  background: var(--pink);
  border-radius: 30px;
  grid-template-columns: 1fr 0.85fr;
}

.cc-fit-panel h2 {
  max-width: 12ch;
  font-size: clamp(42px, 5vw, 68px);
}

.cc-fit-panel p {
  max-width: 56ch;
  color: rgba(5, 5, 5, 0.68);
}

.cc-fit-map {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.cc-fit-map > div {
  min-height: 130px;
  padding: 20px;
  background: #fff;
  border-radius: 16px;
}

.cc-fit-map strong,
.cc-fit-map span {
  display: block;
}

.cc-fit-map span {
  margin-top: 18px;
  color: var(--muted);
  font-size: 11px;
}

.cc-final {
  padding: clamp(74px, 10vw, 140px) 0;
  background: var(--coral);
  text-align: center;
}

.cc-final h2 {
  max-width: 13ch;
  margin: 0 auto 22px;
  font-size: clamp(52px, 7vw, 92px);
}

.cc-final p {
  max-width: 60ch;
  margin: 0 auto;
  color: rgba(5, 5, 5, 0.7);
  font-size: 19px;
}

.cc-final .button-row {
  justify-content: center;
}

@media (hover: hover) {
  .cc-mini-cta:hover {
    background: var(--coral);
    color: var(--ink);
  }

  .cc-mode,
  .cc-process li,
  .cc-output-card,
  .cc-specialist,
  .cc-advanced-card {
    transition: transform var(--motion-ui) var(--ease-out);
  }

  .cc-mode:hover,
  .cc-process li:hover,
  .cc-output-card:hover,
  .cc-specialist:hover,
  .cc-advanced-card:hover {
    transform: translateY(-4px);
  }
}

@media (max-width: 1120px) {
  .cc-subnav-links a:not(.cc-mini-cta):not(.product-site-link) {
    display: none;
  }

  .cc-hero-argument,
  .cc-desire-panel,
  .cc-story-grid,
  .cc-video-panel,
  .cc-fit-panel {
    grid-template-columns: 1fr;
  }

  .cc-app-shell {
    width: 100%;
    margin-inline: auto;
  }

  .cc-desire-panel {
    align-items: start;
  }

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

  .cc-entry-paths > div:nth-child(3) {
    border-right: 0;
  }

  .cc-entry-paths > div:nth-child(-n + 3) {
    border-bottom: 1px solid #343434;
  }

  .cc-entry-paths > div:last-child {
    grid-column: span 2;
  }

  .cc-icp-workspace {
    grid-template-columns: 1fr;
  }

  .cc-icp-arrow {
    min-height: 24px;
    transform: rotate(90deg);
  }

  .cc-story-grid {
    gap: 46px;
  }

  .cc-chat-scene,
  .cc-picker-scene,
  .cc-site-scene,
  .cc-video-shell {
    width: min(100%, 760px);
    margin-inline: auto;
  }

  .cc-artifact-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-specialists {
    grid-template-columns: repeat(4, 1fr);
  }

  .cc-real-workspace {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .cc-advanced-grid {
    grid-template-columns: 1fr;
  }

  .cc-control-band,
  .cc-icp-facts {
    grid-template-columns: 1fr;
  }

  .cc-control-band article,
  .cc-icp-facts article {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .cc-control-band article:last-child,
  .cc-icp-facts article:last-child {
    border-bottom: 0;
  }
}

@media (max-width: 760px) {
  .cc-page .site-wrap {
    width: min(100% - 28px, 1320px);
  }

  .cc-subnav {
    top: 64px;
  }

  .cc-subnav-inner {
    min-height: 46px;
  }

  .cc-mini-cta {
    display: none;
  }

  .cc-subnav-links {
    gap: 8px;
  }

  .cc-hero {
    padding-top: 42px;
  }

  .cc-hero-heading h1 {
    font-size: clamp(36px, 10.8vw, 72px);
    letter-spacing: -0.075em;
    white-space: normal;
  }

  .cc-hero-argument {
    padding: 34px 0 42px;
  }

  .cc-hero-copy h1 {
    font-size: clamp(44px, 13.5vw, 68px);
  }

  .cc-hero-copy {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .cc-hero-copy > .eyebrow { order: 1; }
  .cc-hero-copy > h1 { order: 2; }
  .cc-hero-copy > p { order: 3; }
  .cc-hero-copy > .button-row { order: 4; }
  .cc-hero-copy > .cc-alex-intro { order: 5; }
  .cc-hero-copy > .cc-hero-note { order: 6; }

  .cc-alex-intro { grid-template-columns: 52px minmax(0, 1fr); padding: 15px; }
  .cc-alex-intro img { width: 52px; height: 52px; }

  .cc-case-proof {
    border-radius: 22px;
  }

  .cc-case-proof-numbers {
    margin-block: 26px;
  }

  .cc-app-shell {
    min-height: 490px;
    border-radius: 18px;
    transform: none;
  }

  .cc-app-topbar {
    grid-template-columns: 1fr auto;
  }

  .cc-app-campaign {
    display: none;
  }

  .cc-app-body {
    min-height: 430px;
    grid-template-columns: 46px minmax(0, 1fr);
  }

  .cc-app-rail {
    padding-inline: 5px;
  }

  .cc-rail-item {
    width: 32px;
    height: 32px;
  }

  .cc-app-artifacts {
    display: none;
  }

  .cc-app-main {
    padding: 13px;
  }

  .cc-task:nth-child(n + 4) {
    display: none;
  }

  .cc-proofgrid {
    grid-template-columns: 1fr 1fr;
  }

  .cc-proofgrid > div {
    min-height: 118px;
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
  }

  .cc-proofgrid > div:nth-child(2n) {
    border-right: 0;
  }

  .cc-proofgrid > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .cc-section-head {
    grid-template-columns: 1fr;
  }

  .cc-section-head h2,
  .cc-section-head p {
    min-width: 0;
    max-width: 100%;
  }

  .cc-section-head h2 {
    font-size: clamp(36px, 12vw, 42px);
    overflow-wrap: anywhere;
  }

  .cc-desire-panel,
  .cc-icp-panel {
    padding: 36px 22px;
    border-radius: 24px;
  }

  .cc-process {
    grid-template-columns: 1fr;
  }

  .cc-process li {
    min-height: 210px;
  }

  .cc-entry-paths {
    grid-template-columns: 1fr 1fr;
  }

  .cc-entry-paths > div,
  .cc-entry-paths > div:nth-child(3) {
    border-right: 1px solid #343434;
    border-bottom: 1px solid #343434;
  }

  .cc-entry-paths > div:nth-child(2n) {
    border-right: 0;
  }

  .cc-entry-paths > div:last-child {
    border-right: 0;
    border-bottom: 0;
    grid-column: 1 / -1;
  }

  .cc-modes {
    grid-template-columns: 1fr;
  }

  .cc-mode:nth-child(n) {
    min-height: 270px;
    grid-column: auto;
  }

  .cc-story {
    padding: 34px 22px;
    border-radius: 24px;
  }

  .cc-story-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .cc-chat-body {
    grid-template-columns: 1fr;
  }

  .cc-live-team {
    display: none;
  }

  .cc-artifact-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cc-output-card {
    min-height: 160px;
    padding: 18px;
  }

  .cc-output-card h3 {
    margin-top: 38px;
    font-size: 19px;
  }

  .cc-specialists {
    grid-template-columns: repeat(2, 1fr);
  }

  .cc-specialist {
    min-height: 150px;
  }

  .cc-site-body {
    grid-template-columns: 1fr;
  }

  .cc-site-stages {
    display: none;
  }

  .cc-advanced-grid {
    grid-template-columns: 1fr;
  }

  .cc-advanced-card {
    min-height: 250px;
  }

  .cc-advanced-card h3 {
    margin-top: 55px;
  }

  .cc-fit-map {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 430px) {
  .cc-subnav-brand {
    font-size: 17px;
  }

  .cc-case-proof-numbers {
    grid-template-columns: 1fr;
  }

  .cc-case-proof-numbers > div {
    display: grid;
    align-items: end;
    gap: 12px;
    grid-template-columns: auto 1fr;
  }

  .cc-entry-paths {
    grid-template-columns: 1fr;
  }

  .cc-entry-paths > div,
  .cc-entry-paths > div:nth-child(2n),
  .cc-entry-paths > div:nth-child(3),
  .cc-entry-paths > div:last-child {
    border-right: 0;
    border-bottom: 1px solid #343434;
    grid-column: auto;
  }

  .cc-entry-paths > div:last-child {
    border-bottom: 0;
  }

  .cc-proofgrid {
    grid-template-columns: 1fr;
  }

  .cc-proofgrid > div,
  .cc-proofgrid > div:nth-child(2n),
  .cc-proofgrid > div:nth-last-child(-n + 2) {
    min-height: auto;
    border-right: 0;
    border-bottom: 1px solid #343434;
  }

  .cc-proofgrid > div:last-child {
    border-bottom: 0;
  }

  .cc-artifact-grid {
    grid-template-columns: 1fr;
  }

  .cc-output-card {
    min-height: 145px;
  }

  .cc-specialists {
    grid-template-columns: 1fr 1fr;
  }

  .cc-specialist {
    min-width: 0;
    padding: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cc-app-shell {
    transform: none;
  }
}

@media (max-width: 600px) {
  .cc-mini-cta { min-height: 44px; padding: 11px 14px; }
  .cc-alex-intro p,
  .cc-case-proof p,
  .cc-case-proof-numbers span,
  .cc-hero-note,
  .cc-process p,
  .cc-entry-paths span,
  .cc-checks li,
  .cc-control-band p,
  .cc-icp-ownership,
  .cc-icp-facts p,
  .cc-truth-note,
  .cc-proofgrid span,
  .cc-advanced-card p,
  .cc-real-frame figcaption,
  .cc-fit-map span {
    font-size: 16px;
    line-height: 1.55;
  }
  .cc-mode p,
  .cc-output-card p,
  .cc-real-copy p,
  .cc-fit-panel p { font-size: 16px; line-height: 1.55; }
}

.cc-subnav-brand { display: inline-flex; min-height: 44px; align-items: center; }
