.cluster-light .cluster-main:has(.claude-page) {
  width: min(100%, calc(72rem + 2 * var(--site-content-gutter)));
}

.claude-page {
  width: min(72rem, 100%);
  margin-inline: auto;
  color: var(--site-ink);
}

.claude-page *,
.claude-page *::before,
.claude-page *::after { box-sizing: border-box; }
.claude-page :is(h1, h2, h3, p, figure, ol, ul) { margin: 0; }
.claude-page :is(ol, ul) { padding: 0; }
.claude-page h1,
.claude-page h2,
.claude-page h3 { color: var(--site-ink); }
.claude-page h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2.15rem, 4.5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.04;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.claude-page h3 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.85rem, 3.2vw, 2.65rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
  text-wrap: balance;
}

.cc-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 340px);
  gap: clamp(36px, 4vw, 48px);
  min-height: 680px;
  align-items: center;
  padding: 34px 0 100px;
}
.cc-hero__copy { position: relative; z-index: 2; }
.cc-context {
  margin-bottom: 22px !important;
  color: var(--site-muted);
  font-size: .75rem;
  font-weight: 600;
  letter-spacing: .02em;
}
.cluster-light .claude-page h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(3rem, 4.1vw, 3.25rem);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.cc-title-line { display: block; }
.cc-lead {
  max-width: 54ch;
  margin-top: 28px !important;
  color: var(--site-muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.cc-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 32px;
}
.cc-actions :is(.brand-cta-primary, .brand-cta-secondary) {
  min-height: 44px;
  gap: 9px;
  padding: 12px 18px;
  cursor: pointer;
  white-space: nowrap;
}
.cc-actions > a i { font-size: 1rem; transition: transform 180ms ease; }
.cc-actions > a:hover i { transform: rotate(-9deg); }

.cc-floating-contact {
  position: fixed;
  z-index: 80;
  bottom: max(18px, calc(env(safe-area-inset-bottom) + 10px));
  left: 50%;
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  gap: 8px;
  padding: 9px 15px;
  border: 1px solid color-mix(in srgb, var(--site-ink) 14%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--site-white) 92%, transparent);
  box-shadow: 0 10px 28px rgb(12 12 12 / 10%);
  color: var(--site-ink);
  font-size: .72rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  backdrop-filter: blur(12px);
  opacity: 1;
  transform: translateX(-50%);
  transition: background-color 180ms ease, opacity 260ms ease, transform 260ms ease;
}
.cc-floating-contact.is-hidden { opacity: 0; pointer-events: none; transform: translate(-50%, 12px); }
.cc-floating-contact i { color: var(--site-yellow); font-size: .95rem; transition: transform 180ms ease; }
.cc-floating-contact:hover { background: var(--site-white); }
.cc-floating-contact:hover i { transform: rotate(-9deg); }
.cc-floating-contact:focus-visible { outline: 2px solid var(--site-yellow); outline-offset: 3px; }

.cc-hero__visual {
  position: relative;
  min-width: 0;
  aspect-ratio: 1.08;
  margin: 0;
}
.cc-hero__visual::before {
  position: absolute;
  inset: 4% 1%;
  border-radius: 50%;
  background: color-mix(in srgb, var(--site-yellow) 7%, var(--site-white));
  content: "";
}
.cc-workflow__routes {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.cc-workflow__routes marker path { fill: var(--site-yellow); }
.cc-workflow__route {
  fill: none;
  stroke: color-mix(in srgb, var(--site-muted) 38%, transparent);
  stroke-width: 1.3;
  stroke-dasharray: 5 6;
  animation: cc-workflow-route 4.8s linear infinite;
}
.cc-workflow__route--two { animation-delay: -.8s; }
.cc-workflow__route--three { animation-delay: -1.6s; }
.cc-workflow__route--out { stroke: var(--site-yellow); stroke-dasharray: 7 6; animation-delay: -2.4s; }
.cc-workflow__sources {
  position: absolute;
  z-index: 2;
  top: 5%;
  bottom: 5%;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cc-workflow__sources > div {
  display: grid;
  width: 76px;
  height: 66px;
  place-items: center;
  gap: 4px;
  padding: 9px 5px 7px;
  border: 1px solid var(--site-soft);
  border-radius: 16px;
  background: var(--site-white);
  box-shadow: 0 10px 26px rgb(12 12 12 / 7%);
  animation: cc-workflow-source 4.8s ease-in-out infinite;
}
.cc-workflow__sources > div:nth-child(2) { animation-delay: -3.2s; }
.cc-workflow__sources > div:nth-child(3) { animation-delay: -1.6s; }
.cc-workflow__sources img { width: 29px; height: 29px; object-fit: contain; }
.cc-workflow__sources span { color: var(--site-muted); font-size: .55rem; }
.cc-workflow__engine {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 53%;
  width: 118px;
  padding: 18px 16px 15px;
  border: 1px solid #313131;
  border-radius: 16px;
  background: #111;
  color: #f7f7f7;
  box-shadow: 0 20px 50px rgb(12 12 12 / 18%);
  transform: translate(-50%, -50%);
}
.cc-workflow__brand {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 13px;
  border-bottom: 1px solid #303030;
}
.cc-workflow__brand img { width: 20px; height: 20px; }
.cc-workflow__brand strong { font-size: .67rem; font-weight: 600; white-space: nowrap; }
.cc-workflow__tasks { display: grid; gap: 8px; padding-top: 13px; }
.cc-workflow__tasks span { display: flex; align-items: center; gap: 7px; color: #aaa; font-size: .57rem; animation: cc-workflow-task 4.8s ease-in-out infinite; }
.cc-workflow__tasks span:nth-child(2) { animation-delay: 1.1s; }
.cc-workflow__tasks span:nth-child(3) { animation-delay: 2.2s; }
.cc-workflow__tasks i { width: 6px; height: 6px; border-radius: 50%; background: #555; }
.cc-workflow__human {
  position: absolute;
  z-index: 4;
  top: 50%;
  right: 0;
  display: grid;
  width: 76px;
  min-height: 124px;
  padding: 14px 7px 10px;
  align-items: center;
  justify-items: center;
  gap: 6px;
  border: 1px solid var(--site-soft);
  border-radius: 18px;
  background: var(--site-white);
  box-shadow: 0 14px 34px rgb(12 12 12 / 8%);
  transform: translateY(-50%);
}
.cc-workflow__avatar { position: relative; width: 42px; height: 44px; }
.cc-workflow__avatar i { position: absolute; top: 0; left: 50%; width: 17px; height: 17px; border: 1.5px solid var(--site-ink); border-radius: 50%; transform: translateX(-50%); }
.cc-workflow__avatar span { position: absolute; right: 4px; bottom: 0; left: 4px; height: 23px; border: 1.5px solid var(--site-ink); border-bottom: 0; border-radius: 22px 22px 0 0; }
.cc-workflow__human strong { font-size: .67rem; }
.cc-workflow__human small { display: flex; align-items: center; gap: 3px; color: var(--site-muted); font-size: .49rem; white-space: nowrap; }
.cc-workflow__human small i { display: grid; width: 13px; height: 13px; place-items: center; border-radius: 50%; background: var(--site-yellow); color: #fff; font-style: normal; animation: cc-workflow-check 4.8s ease-in-out infinite; }

.cc-process,
.cc-skill,
.cc-integrations,
.cc-usecases,
.cc-mentoring,
.cc-portability { padding: 110px 0; border-top: 1px solid var(--site-soft); }
.cc-section-heading { display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(260px, .75fr); gap: 60px; align-items: end; margin-bottom: 70px; }
.cc-section-heading > p { max-width: 42ch; color: var(--site-muted); font-size: .95rem; line-height: 1.75; }
.cc-process__steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; }
.cc-process__steps li { position: relative; padding: 22px 26px 8px 0; border-top: 1px solid var(--site-ink); }
.cc-process__steps li:not(:last-child)::after { position: absolute; top: -3px; right: 0; width: 5px; height: 5px; border-radius: 50%; background: var(--site-yellow); content: ""; }
.cc-process__steps span { display: block; margin-bottom: 38px; color: var(--site-muted); font-size: .65rem; font-variant-numeric: tabular-nums; }
.cc-process__steps strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.35rem; font-weight: 400; }
.cc-process__steps p { max-width: 23ch; margin-top: 9px !important; color: var(--site-muted); font-size: .78rem; line-height: 1.65; }

.cc-skill {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
}
.cc-skill__copy > p {
  max-width: 50ch;
  margin-top: 24px !important;
  color: var(--site-muted);
  font-size: .95rem;
  line-height: 1.8;
}
.cc-skill__promise {
  max-width: 48ch;
  margin-top: 30px;
  padding: 4px 0 4px 20px;
  border-left: 3px solid var(--site-yellow);
}
.cc-skill__promise strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3;
}
.cc-skill__promise p {
  margin-top: 8px !important;
  color: var(--site-muted);
  font-size: .82rem;
  line-height: 1.65;
}
.cc-skill__visual {
  position: relative;
  height: 430px;
  margin: 0;
  overflow: hidden;
  border-radius: 24px;
  background: color-mix(in srgb, var(--site-yellow) 7%, var(--site-white));
}
.cc-skill__visual::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(color-mix(in srgb, var(--site-muted) 7%, transparent) 1px, transparent 1px), linear-gradient(90deg, color-mix(in srgb, var(--site-muted) 7%, transparent) 1px, transparent 1px);
  background-size: 36px 36px;
  content: "";
  mask-image: radial-gradient(circle at center, #000, transparent 76%);
}
.cc-md-editor {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: min(84%, 390px);
  overflow: hidden;
  border: 1px solid var(--site-soft);
  border-radius: 16px;
  background: var(--site-white);
  box-shadow: 0 24px 58px rgb(12 12 12 / 11%);
  transform: translate(-50%, -50%);
}
.cc-md-editor__bar {
  display: flex;
  height: 44px;
  padding: 0 16px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid var(--site-soft);
  color: var(--site-ink);
  font: 11px/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.cc-md-editor__bar small { color: var(--site-muted); font: inherit; }
.cc-md-editor__body { display: grid; min-height: 244px; padding: 25px 24px 20px; align-content: start; gap: 8px; }
.cc-md-line { min-height: 31px; overflow: hidden; color: #373737; font: 11px/1.75 ui-monospace, SFMono-Regular, Menlo, monospace; white-space: nowrap; }
.cc-md-line--title { min-height: 43px; margin-bottom: 5px; font-size: 15px; line-height: 1.6; }
.cc-md-line em { color: var(--site-yellow); font-style: normal; }
.cc-md-line strong { color: var(--site-ink); font-weight: 650; }
.cc-md-typed { display: inline-block; max-width: 100%; overflow: hidden; border-right: 2px solid transparent; vertical-align: top; clip-path: inset(0 100% 0 0); }
.cc-md-line--title .cc-md-typed { animation: cc-md-title 10s steps(20, end) infinite; }
.cc-md-line--one .cc-md-typed { animation: cc-md-one 10s steps(27, end) infinite; }
.cc-md-line--two .cc-md-typed { animation: cc-md-two 10s steps(25, end) infinite; }
.cc-md-line--three .cc-md-typed { animation: cc-md-three 10s steps(23, end) infinite; }
.cc-md-line--rule .cc-md-typed { animation: cc-md-rule 10s steps(24, end) infinite; }
.cc-md-editor__footer { display: flex; min-height: 40px; padding: 0 16px; align-items: center; justify-content: space-between; border-top: 1px solid var(--site-soft); color: var(--site-muted); font-size: .56rem; }
.cc-md-editor__footer span:last-child { display: flex; align-items: center; gap: 6px; }
.cc-md-editor__footer i { width: 6px; height: 6px; border-radius: 50%; background: #62a46f; animation: cc-md-ready 10s ease-in-out infinite; }

.cc-integrations { overflow: hidden; }
.cc-logo-rows { display: grid; gap: 14px; }
.cc-logo-row {
  width: 100%;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent);
}
.cc-logo-track {
  display: flex;
  width: max-content;
  gap: 14px;
  animation: cc-logo-scroll 32s linear infinite;
}
.cc-logo-row--reverse .cc-logo-track { animation-direction: reverse; animation-duration: 36s; }
.cc-logo-row--slow .cc-logo-track { animation-duration: 42s; }
.cc-logo-group { display: flex; flex: none; gap: 14px; }
.cc-logo-group > span {
  display: flex;
  width: 126px;
  height: 64px;
  flex: none;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  border: 1px solid var(--site-soft);
  border-radius: 14px;
  background: var(--site-white);
  color: var(--site-muted);
  font-size: .68rem;
  white-space: nowrap;
}
.cc-logo-group img { width: 25px; height: 25px; flex: none; object-fit: contain; }

.cc-control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: clamp(48px, 8vw, 110px);
  align-items: center;
  padding: 80px clamp(30px, 6vw, 80px);
  overflow: hidden;
  border-radius: 28px;
  background: #111;
  color: #f7f7f7;
}
.cc-control h2 { color: #f7f7f7; }
.cc-control__copy > p { margin-top: 24px !important; color: #b8b8b8; font-size: .96rem; line-height: 1.8; }
.cc-control__copy ul { display: grid; gap: 12px; margin-top: 28px !important; list-style: none; }
.cc-control__copy li { display: grid; grid-template-columns: 20px 1fr; gap: 10px; color: #d8d8d8; font-size: .8rem; line-height: 1.65; }
.cc-control__copy li > i { color: var(--site-yellow); font-size: 1rem; line-height: 1.3; }
.cc-control__visual { position: relative; height: 330px; }
.cc-control__source,
.cc-control__draft,
.cc-control__gate { position: absolute; z-index: 2; border: 1px solid #393939; background: #191919; }
.cc-control__source { top: 18px; left: 0; display: flex; width: 96px; height: 88px; flex-direction: column; align-items: center; justify-content: center; gap: 8px; border-radius: 18px; color: #aaa; font-size: .62rem; }
.cc-control__source img { width: 30px; height: 30px; }
.cc-control__track { position: absolute; top: 60px; left: 82px; width: 47%; height: 1px; overflow: visible; background: #414141; transform: rotate(15deg); transform-origin: left; }
.cc-control__track span { position: absolute; top: -4px; width: 8px; height: 8px; border-radius: 50%; background: var(--site-yellow); animation: cc-control-dot 3.4s ease-in-out infinite; }
.cc-control__draft { top: 104px; left: 34%; width: 148px; height: 116px; padding: 23px 18px; border-radius: 14px; transform: rotate(-3deg); }
.cc-control__line { display: block; width: 100%; height: 5px; margin-bottom: 10px; border-radius: 5px; background: #555; }
.cc-control__line--short { width: 63%; }
.cc-control__label { position: absolute; right: 10px; bottom: 10px; padding: 5px 8px; border-radius: 999px; background: #292929; color: #bbb; font-size: .58rem; }
.cc-control__gate { right: 0; bottom: 20px; width: 168px; padding: 16px; border-color: color-mix(in srgb, var(--site-yellow) 45%, #393939); border-radius: 16px; }
.cc-control__gate > span { display: block; margin-bottom: 15px; font-size: .7rem; }
.cc-control__gate > div { display: flex; gap: 8px; }
.cc-control__gate i { display: block; width: 62px; height: 24px; border: 1px solid #444; border-radius: 999px; }
.cc-control__gate i:last-child { border-color: var(--site-yellow); background: var(--site-yellow); }

.cc-usecase {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 8vw, 110px);
  min-height: 560px;
  align-items: center;
  padding: 78px 0;
  border-top: 1px solid var(--site-soft);
}
.cc-usecase--reverse .cc-usecase__copy { order: 2; }
.cc-usecase__number { display: block; margin-bottom: 30px; color: var(--site-muted); font-size: .68rem; font-variant-numeric: tabular-nums; }
.cc-usecase__copy > p { max-width: 46ch; margin-top: 20px !important; color: var(--site-muted); font-size: .92rem; line-height: 1.8; }
.cc-tool-line { display: flex; gap: 12px; margin-top: 28px; }
.cc-tool-line img { width: 30px; height: 30px; padding: 4px; object-fit: contain; border: 1px solid var(--site-soft); border-radius: 8px; background: var(--site-white); }
.cc-usecase__visual { position: relative; min-width: 0; height: 390px; margin: 0; overflow: hidden; border-radius: 24px; background: color-mix(in srgb, var(--site-muted) 7%, var(--site-white)); }

.cc-invoice-flow { display: flex; padding: 62px 38px; align-items: center; justify-content: center; }
.cc-invoice-flow__mail,
.cc-invoice-flow__sheet,
.cc-invoice-flow__result { position: relative; z-index: 2; background: var(--site-white); box-shadow: 0 16px 36px rgb(12 12 12 / 8%); }
.cc-invoice-flow__mail { display: flex; width: 122px; height: 110px; flex-direction: column; align-items: center; justify-content: center; gap: 12px; border-radius: 18px; }
.cc-invoice-flow__mail img { width: 36px; height: 36px; }
.cc-invoice-flow__mail span { font-size: .63rem; }
.cc-invoice-flow__sheet { width: 126px; height: 152px; padding: 23px 20px; border-radius: 18px; }
.cc-invoice-flow__sheet img { display: block; width: 36px; height: 36px; margin: 0 auto 20px; }
.cc-invoice-flow__sheet span { display: grid; gap: 7px; }
.cc-invoice-flow__sheet i { height: 5px; border-radius: 5px; background: var(--site-soft); }
.cc-invoice-flow__sheet i:nth-child(2) { width: 75%; }
.cc-invoice-flow__result { display: flex; width: 118px; height: 118px; flex-direction: column; align-items: center; justify-content: center; border-radius: 50%; }
.cc-invoice-flow__result strong { font: 400 2.4rem/1 Georgia, serif; }
.cc-invoice-flow__result span { margin-top: 3px; font-size: .7rem; }
.cc-invoice-flow__result small { margin-top: 5px; color: var(--site-muted); font-size: .55rem; }
.cc-flow-line { position: relative; z-index: 1; width: 48px; height: 1px; overflow: visible; background: color-mix(in srgb, var(--site-muted) 30%, transparent); }
.cc-flow-line i { position: absolute; top: -3px; left: 0; width: 7px; height: 7px; border-radius: 50%; background: var(--site-yellow); animation: cc-line-dot 3.2s ease-in-out infinite; }
.cc-flow-line--two i { animation-delay: 1.5s; }

.cc-crm-flow__sources { position: absolute; top: 46px; left: 50%; display: flex; gap: 14px; transform: translateX(-50%); }
.cc-crm-flow__sources span { display: flex; width: 126px; height: 60px; align-items: center; gap: 10px; padding: 0 13px; border-radius: 15px; background: var(--site-white); box-shadow: 0 10px 26px rgb(12 12 12 / 7%); animation: cc-source-pop 5s ease-in-out infinite; }
.cc-crm-flow__sources span:nth-child(2) { animation-delay: .65s; }
.cc-crm-flow__sources img { width: 29px; height: 29px; flex: none; object-fit: contain; }
.cc-crm-flow__sources small { color: var(--site-muted); font-size: .55rem; line-height: 1.35; }
.cc-crm-flow__beam { position: absolute; top: 106px; left: 50%; width: 1px; height: 46px; background: color-mix(in srgb, var(--site-muted) 28%, transparent); }
.cc-crm-flow__beam i { position: absolute; left: -3px; width: 7px; height: 7px; border-radius: 50%; background: var(--site-yellow); animation: cc-beam-dot 2.6s ease-in-out infinite; }
.cc-crm-flow__card { position: absolute; top: 151px; left: 50%; width: 250px; padding: 18px; border-radius: 18px; background: var(--site-white); box-shadow: 0 16px 38px rgb(12 12 12 / 9%); transform: translateX(-50%); }
.cc-crm-flow__header { display: flex; align-items: center; gap: 9px; padding-bottom: 13px; border-bottom: 1px solid var(--site-soft); }
.cc-crm-flow__header img { width: 25px; height: 25px; }
.cc-crm-flow__header strong { font-size: .68rem; font-weight: 600; }
.cc-crm-flow__field { display: grid; grid-template-columns: 1fr auto; gap: 12px; padding-top: 13px; align-items: center; }
.cc-crm-flow__field small { color: var(--site-muted); font-size: .54rem; }
.cc-crm-flow__field span { display: flex; align-items: center; gap: 5px; font-size: .56rem; animation: cc-crm-update 5s ease-in-out infinite; }
.cc-crm-flow__field:nth-child(3) span { animation-delay: .8s; }
.cc-crm-flow__field span i { width: 6px; height: 6px; border-radius: 50%; background: #62a46f; }
.cc-crm-flow__approval { position: absolute; right: 7%; bottom: 32px; display: flex; padding: 9px 12px; align-items: center; gap: 7px; border: 1px solid color-mix(in srgb, var(--site-yellow) 36%, var(--site-soft)); border-radius: 999px; background: var(--site-white); color: var(--site-muted); font-size: .58rem; animation: cc-tag 5s ease-in-out infinite; }
.cc-crm-flow__approval > i { color: var(--site-yellow); font-size: .8rem; }

.cc-support-flow__inbox { position: absolute; top: 72px; left: 42px; display: grid; width: 180px; padding: 13px; gap: 8px; border-radius: 16px; background: var(--site-white); box-shadow: 0 14px 34px rgb(12 12 12 / 8%); }
.cc-support-flow__inbox > span { display: grid; grid-template-columns: 20px 1fr; gap: 9px; padding: 10px; border-radius: 9px; background: color-mix(in srgb, var(--site-muted) 5%, var(--site-white)); }
.cc-support-flow__inbox > span::before { width: 20px; height: 20px; border-radius: 50%; background: var(--site-soft); content: ""; }
.cc-support-flow__inbox i { display: block; width: 92px; height: 4px; margin: 3px 0 6px; border-radius: 5px; background: var(--site-soft); }
.cc-support-flow__inbox i:last-child { width: 58px; }
.cc-support-flow__inbox > span:nth-child(2) { animation: cc-inbox-select 5s ease-in-out infinite; }
.cc-support-flow__cursor { position: absolute; z-index: 2; top: 135px; left: 185px; color: var(--site-yellow); font-size: 1.7rem; animation: cc-cursor-move 5s ease-in-out infinite; }
.cc-support-flow__answer { position: absolute; right: 42px; bottom: 61px; width: 205px; padding: 25px 22px 22px; border-radius: 16px; background: var(--site-white); box-shadow: 0 16px 38px rgb(12 12 12 / 9%); }
.cc-support-flow__answer small { display: block; margin-bottom: 18px; color: var(--site-muted); font-size: .58rem; }
.cc-support-flow__answer > i { display: block; height: 5px; margin-bottom: 8px; border-radius: 5px; background: var(--site-soft); }
.cc-support-flow__answer > i:nth-of-type(2) { width: 82%; }
.cc-support-flow__answer > i:nth-of-type(3) { width: 55%; }
.cc-support-flow__answer span { display: inline-block; margin-top: 16px; padding: 7px 10px; border-radius: 999px; background: color-mix(in srgb, var(--site-yellow) 12%, var(--site-white)); color: #8a300d; font-size: .58rem; animation: cc-ready 5s ease-in-out infinite; }

.cc-event-flow__calendar { position: absolute; top: 58px; left: 58px; display: grid; width: 112px; height: 112px; place-items: center; border-radius: 22px; background: var(--site-white); box-shadow: 0 14px 34px rgb(12 12 12 / 8%); }
.cc-event-flow__calendar img { width: 55px; height: 55px; }
.cc-event-flow__calendar span { position: absolute; top: 50%; left: 50%; font: 600 .68rem/1 Inter, sans-serif; color: #fff; transform: translate(-50%, 2px); }
.cc-event-flow__dates { position: absolute; top: 205px; left: 58px; display: flex; gap: 10px; }
.cc-event-flow__dates i { display: block; width: 36px; height: 7px; border-radius: 999px; background: var(--site-soft); }
.cc-event-flow__dates i:nth-child(2) { background: var(--site-yellow); animation: cc-date 4.6s ease-in-out infinite; }
.cc-event-flow__invite { position: absolute; top: 99px; right: 48px; display: flex; width: 198px; height: 90px; align-items: center; gap: 15px; padding: 19px; border-radius: 16px; background: var(--site-white); box-shadow: 0 16px 38px rgb(12 12 12 / 9%); animation: cc-invite 4.6s ease-in-out infinite; }
.cc-event-flow__invite img { width: 34px; height: 34px; }
.cc-event-flow__invite span { font-size: .66rem; }
.cc-event-flow__send { position: absolute; right: 61px; bottom: 88px; padding: 9px 14px; border-radius: 999px; background: var(--site-ink); color: var(--site-white); font-size: .62rem; animation: cc-send 4.6s ease-in-out infinite; }

.cc-usecases__custom {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(420px, 1.1fr);
  gap: clamp(48px, 8vw, 110px);
  padding: 62px 0 12px;
  align-items: start;
  border-top: 1px solid var(--site-ink);
}
.cc-usecases__custom h3 { max-width: 13ch; font-size: clamp(1.65rem, 2.8vw, 2.25rem); }
.cc-usecases__custom p { max-width: 52ch; color: var(--site-muted); font-size: .92rem; line-height: 1.8; }

.cc-mentoring { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); gap: 48px 86px; }
.cc-mentoring__copy > p { max-width: 53ch; margin-top: 24px !important; color: var(--site-muted); font-size: .95rem; line-height: 1.8; }
.cc-mentoring__schedule { display: grid; align-content: start; gap: 1px; padding-left: 42px; }
.cc-session { position: relative; display: grid; grid-template-columns: 88px 1fr; gap: 18px; min-height: 82px; padding: 22px 0; align-items: center; border-bottom: 1px solid var(--site-soft); }
.cc-session::before { position: absolute; top: 50%; left: -31px; width: 8px; height: 8px; border: 1px solid var(--site-muted); border-radius: 50%; background: var(--site-white); content: ""; transform: translateY(-50%); }
.cc-session:not(:last-child)::after { position: absolute; top: calc(50% + 5px); bottom: calc(-50% + 5px); left: -27px; width: 1px; background: var(--site-soft); content: ""; }
.cc-session--active::before { border-color: var(--site-yellow); background: var(--site-yellow); animation: cc-session-pulse 2.8s ease-in-out infinite; }
.cc-session > span { color: var(--site-muted); font-size: .66rem; }
.cc-session > strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 400; }
.cc-session-method {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(240px, .75fr) minmax(0, 1.25fr);
  gap: 52px;
  margin-top: 22px;
  padding-top: 48px;
  border-top: 1px solid var(--site-soft);
}
.cc-session-method__intro h3 { font-size: 1.75rem; }
.cc-session-method__intro p { max-width: 34ch; margin-top: 18px !important; color: var(--site-muted); font-size: .82rem; line-height: 1.7; }
.cc-session-method__steps { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px 40px; list-style: none; }
.cc-session-method__steps li { display: grid; grid-template-columns: 32px 1fr; gap: 13px; padding: 8px 0; }
.cc-session-method__steps i { color: var(--site-yellow); font-size: 1.15rem; line-height: 1.4; }
.cc-session-method__steps strong { display: block; font-size: .95rem; font-weight: 600; }
.cc-session-method__steps p { margin-top: 8px !important; color: var(--site-muted); font-size: .86rem; line-height: 1.65; }
.cc-portability {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(390px, 1.1fr);
  gap: clamp(48px, 8vw, 100px);
  align-items: center;
  padding-block: 90px;
}
.cc-portability h2 { font-size: clamp(2.15rem, 3.6vw, 3rem); }
.cc-portability__copy p { max-width: 52ch; margin-top: 24px !important; color: var(--site-muted); font-size: .92rem; line-height: 1.8; }
.cc-portability__visual { position: relative; min-height: 330px; margin: 0; }
.cc-portability__core {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  display: grid;
  width: 146px;
  height: 110px;
  place-content: center;
  border-radius: 18px;
  background: var(--site-ink);
  color: var(--site-white);
  transform: translateY(-50%);
}
.cc-portability__core small { margin-bottom: 8px; color: #999; font: 8px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.cc-portability__core strong { font: 500 .82rem/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.cc-portability__line { position: absolute; top: 50%; left: 146px; width: 74px; height: 1px; overflow: hidden; background: var(--site-soft); }
.cc-portability__line::after {
  position: absolute;
  top: -3px;
  left: -7px;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--site-yellow);
  content: "";
  animation: cc-portability-route 3.6s ease-in-out infinite;
}
.cc-portability__agents { position: absolute; top: 50%; right: 0; display: grid; grid-template-columns: repeat(2, 1fr); width: calc(100% - 220px); gap: 10px; transform: translateY(-50%); }
.cc-portability__agents span {
  display: grid;
  min-height: 54px;
  place-items: center;
  border: 1px solid var(--site-soft);
  border-radius: 14px;
  background: var(--site-white);
  color: var(--site-muted);
  font-size: .68rem;
  animation: cc-portability-agent 5.4s ease-in-out infinite;
}
.cc-portability__agents span:nth-child(2) { animation-delay: .8s; }
.cc-portability__agents span:nth-child(3) { animation-delay: 1.6s; }
.cc-portability__agents span:nth-child(4) { animation-delay: 2.4s; }

.cc-final {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) auto;
  gap: 48px;
  margin-top: 24px;
  padding: 82px clamp(30px, 6vw, 74px);
  align-items: center;
  border-radius: 28px;
  background: color-mix(in srgb, var(--site-yellow) 9%, var(--site-white));
  scroll-margin-top: 78px;
}
.cc-final h2 { max-width: 14ch; }
.cc-final p { max-width: 51ch; margin-top: 22px !important; color: var(--site-muted); font-size: .9rem; line-height: 1.75; }
.cc-final .cc-actions { max-width: 250px; margin-top: 0; align-items: stretch; flex-direction: column; }
.cc-final .cc-final__contact-intro { margin: 0 0 8px !important; font-size: .78rem; line-height: 1.55; }
.cc-final__contact-intro strong { display: block; margin-bottom: 5px; color: var(--site-ink); font-family: Georgia, "Times New Roman", serif; font-size: 1.05rem; font-weight: 400; }
.cc-final__contact-intro span { display: block; }

.cc-will-reveal { opacity: 0; transform: translateY(18px); transition: opacity 650ms ease, transform 650ms ease; }
.cc-will-reveal.cc-is-visible { opacity: 1; transform: none; }
.cc-motion :is([class*="cc-"], path) { animation-play-state: paused; }
.cc-motion.cc-motion-active :is([class*="cc-"], path) { animation-play-state: running; }

@keyframes cc-workflow-route { to { stroke-dashoffset: -66; } }
@keyframes cc-workflow-source { 0%, 100% { transform: translateX(0); } 42%, 58% { transform: translateX(4px); } }
@keyframes cc-workflow-task { 0%, 14%, 100% { color: #777; } 28%, 72% { color: #f7f7f7; } }
@keyframes cc-workflow-check { 0%, 60%, 100% { transform: scale(.75); opacity: .35; } 72%, 90% { transform: scale(1); opacity: 1; } }
@keyframes cc-control-dot { 0%, 10% { left: 0; opacity: 0; } 28%, 72% { opacity: 1; } 90%, 100% { left: 100%; opacity: 0; } }
@keyframes cc-line-dot { 0%, 12% { left: 0; opacity: 0; } 30%, 68% { opacity: 1; } 88%, 100% { left: calc(100% - 7px); opacity: 0; } }
@keyframes cc-source-pop { 0%, 100% { transform: translateY(0); } 45%, 55% { transform: translateY(-5px); } }
@keyframes cc-beam-dot { 0%, 8% { top: 0; opacity: 0; } 28%, 70% { opacity: 1; } 92%, 100% { top: calc(100% - 7px); opacity: 0; } }
@keyframes cc-crm-update { 0%, 25%, 100% { opacity: .35; } 42%, 82% { opacity: 1; } }
@keyframes cc-tag { 0%, 48%, 100% { opacity: .4; transform: translateY(5px); } 60%, 88% { opacity: 1; transform: none; } }
@keyframes cc-inbox-select { 0%, 100% { background: color-mix(in srgb, var(--site-muted) 5%, var(--site-white)); } 30%, 65% { background: color-mix(in srgb, var(--site-yellow) 12%, var(--site-white)); } }
@keyframes cc-cursor-move { 0%, 100% { transform: translate(-34px, -24px); opacity: 0; } 25%, 48% { transform: translate(0); opacity: 1; } 72% { transform: translate(90px, 86px); opacity: .7; } }
@keyframes cc-ready { 0%, 55%, 100% { opacity: .3; } 68%, 92% { opacity: 1; } }
@keyframes cc-date { 0%, 100% { transform: scaleX(.55); } 35%, 70% { transform: scaleX(1); } }
@keyframes cc-invite { 0%, 30%, 100% { opacity: .5; transform: translateX(10px); } 45%, 82% { opacity: 1; transform: none; } }
@keyframes cc-send { 0%, 58%, 100% { opacity: .25; transform: translateY(6px); } 72%, 90% { opacity: 1; transform: none; } }
@keyframes cc-session-pulse { 0%, 100% { box-shadow: 0 0 0 0 color-mix(in srgb, var(--site-yellow) 26%, transparent); } 50% { box-shadow: 0 0 0 8px transparent; } }
@keyframes cc-portability-route { 0%, 10% { left: -7px; opacity: 0; } 28%, 72% { opacity: 1; } 90%, 100% { left: 100%; opacity: 0; } }
@keyframes cc-portability-agent { 0%, 100% { border-color: var(--site-soft); color: var(--site-muted); } 38%, 62% { border-color: color-mix(in srgb, var(--site-yellow) 45%, var(--site-soft)); color: var(--site-ink); } }
@keyframes cc-md-title { 0%, 3% { clip-path: inset(0 100% 0 0); border-color: var(--site-yellow); } 18%, 90% { clip-path: inset(0); border-color: transparent; } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes cc-md-one { 0%, 19% { clip-path: inset(0 100% 0 0); border-color: transparent; } 20% { border-color: var(--site-yellow); } 35%, 90% { clip-path: inset(0); border-color: transparent; } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes cc-md-two { 0%, 36% { clip-path: inset(0 100% 0 0); border-color: transparent; } 37% { border-color: var(--site-yellow); } 52%, 90% { clip-path: inset(0); border-color: transparent; } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes cc-md-three { 0%, 53% { clip-path: inset(0 100% 0 0); border-color: transparent; } 54% { border-color: var(--site-yellow); } 68%, 90% { clip-path: inset(0); border-color: transparent; } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes cc-md-rule { 0%, 69% { clip-path: inset(0 100% 0 0); border-color: transparent; } 70% { border-color: var(--site-yellow); } 84%, 90% { clip-path: inset(0); border-color: transparent; } 96%, 100% { clip-path: inset(0 100% 0 0); } }
@keyframes cc-md-ready { 0%, 78%, 100% { opacity: .3; } 84%, 94% { opacity: 1; } }
@keyframes cc-logo-scroll { to { transform: translateX(calc(-50% - 7px)); } }

@media (max-width: 980px) {
  .cc-hero { grid-template-columns: minmax(0, 1fr) minmax(300px, 320px); gap: 30px; min-height: 610px; }
  .cluster-light .claude-page h1 { font-size: clamp(3rem, 5.5vw, 3.15rem); }
  .cc-skill { grid-template-columns: minmax(0, .9fr) minmax(380px, 1.1fr); gap: 44px; }
  .cc-usecase { grid-template-columns: minmax(0, .85fr) minmax(360px, 1.15fr); gap: 44px; }
  .cc-mentoring { grid-template-columns: 1fr 1fr; gap: 46px; }
  .cc-portability { grid-template-columns: minmax(0, .9fr) minmax(350px, 1.1fr); gap: 44px; }
}

@media (max-width: 767px) {
  .cluster-light .cluster-main:has(.claude-page) { width: 100%; }
  .cc-hero { grid-template-columns: 1fr; min-height: 0; padding: 10px 0 72px; }
  .cluster-light .claude-page h1 { max-width: 13ch; font-size: clamp(2.7rem, 11.8vw, 3.5rem); }
  .cc-title-line { display: inline; }
  .cc-lead { margin-top: 22px !important; font-size: .96rem; }
  .cc-actions { align-items: stretch; flex-direction: column; margin-top: 26px; }
  .cc-actions :is(.brand-cta-primary, .brand-cta-secondary) { width: 100%; }
  .cc-hero__visual { width: min(100%, 430px); margin: 8px auto 0; }
  .cc-process,
  .cc-skill,
  .cc-integrations,
  .cc-usecases,
  .cc-mentoring,
  .cc-portability { padding: 72px 0; }
  .cc-section-heading { display: block; margin-bottom: 46px; }
  .cc-section-heading > p { margin-top: 22px !important; }
  .cc-process__steps { grid-template-columns: 1fr 1fr; gap: 36px 20px; }
  .cc-process__steps li { padding-top: 16px; }
  .cc-process__steps li:not(:last-child)::after { display: none; }
  .cc-process__steps span { margin-bottom: 22px; }
  .cc-skill { grid-template-columns: 1fr; gap: 34px; }
  .cc-skill__visual { height: 370px; border-radius: 18px; }
  .cc-md-editor { width: 88%; }
  .cc-md-editor__body { min-height: 218px; padding: 22px 18px 16px; }
  .cc-integrations .cc-section-heading { margin-bottom: 36px; }
  .cc-logo-rows { margin-inline: calc(-1 * var(--site-content-gutter)); }
  .cc-logo-group > span { width: 112px; height: 58px; padding-inline: 12px; }
  .cc-control { grid-template-columns: 1fr; gap: 30px; padding: 50px 22px; border-radius: 20px; }
  .cc-control__visual { height: 290px; order: 2; }
  .cc-control__draft { left: 31%; }
  .cc-control__gate { right: 0; }
  .cc-usecase,
  .cc-usecase--reverse { grid-template-columns: 1fr; min-height: 0; gap: 32px; padding: 56px 0; }
  .cc-usecase--reverse .cc-usecase__copy { order: initial; }
  .cc-usecase__visual { height: 330px; border-radius: 18px; }
  .cc-invoice-flow { padding-inline: 16px; }
  .cc-invoice-flow__mail { width: 95px; }
  .cc-invoice-flow__sheet { width: 105px; }
  .cc-invoice-flow__result { width: 92px; height: 92px; }
  .cc-flow-line { width: 22px; }
  .cc-support-flow__inbox { top: 48px; left: 20px; width: 164px; }
  .cc-support-flow__answer { right: 20px; bottom: 39px; width: 180px; }
  .cc-event-flow__calendar { top: 50px; left: 27px; }
  .cc-event-flow__dates { left: 27px; }
  .cc-event-flow__invite { top: 90px; right: 25px; width: 175px; }
  .cc-event-flow__send { right: 35px; bottom: 58px; }
  .cc-usecases__custom { grid-template-columns: 1fr; gap: 20px; padding-top: 42px; }
  .cc-usecases__custom h3 { max-width: 16ch; }
  .cc-mentoring { grid-template-columns: 1fr; gap: 48px; }
  .cc-mentoring__schedule { padding-left: 32px; }
  .cc-session { grid-template-columns: 70px 1fr; gap: 12px; }
  .cc-session-method { grid-column: auto; grid-template-columns: 1fr; gap: 26px; margin-top: 0; }
  .cc-session-method__steps { grid-template-columns: 1fr; gap: 20px; }
  .cc-portability { grid-template-columns: 1fr; gap: 28px; }
  .cc-portability__visual { min-height: 270px; }
  .cc-portability__core { width: 126px; height: 96px; }
  .cc-portability__line { left: 126px; width: 52px; }
  .cc-portability__agents { width: calc(100% - 178px); }
  .cc-final { grid-template-columns: 1fr; gap: 34px; padding: 56px 22px; border-radius: 20px; }
  .cc-final .cc-actions { max-width: none; }
}

@media (max-width: 390px) {
  .cc-invoice-flow__result { width: 82px; height: 82px; }
  .cc-invoice-flow__result strong { font-size: 2rem; }
  .cc-support-flow__answer { width: 165px; }
  .cc-support-flow__inbox { width: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .claude-page *,
  .claude-page *::before,
  .claude-page *::after { animation: none !important; transition: none !important; }
  .cc-will-reveal { opacity: 1; transform: none; }
  .cc-support-flow__answer span,
  .cc-event-flow__invite,
  .cc-event-flow__send { opacity: 1; transform: none; }
  .cc-md-typed { border-right-color: transparent; clip-path: none; }
}
