:root {
  color-scheme: dark;
  --cb-home-showcase-bleed: 121%;
  --cb-home-showcase-offset: -10.5%;
  --cb-feature-showcase-bleed: 112%;
  --cb-feature-showcase-offset: -6%;
}

@font-face {
  font-family: "CalSans-Regular";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("/assets/fonts/cal-sans-latin-400-normal.woff2") format("woff2");
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-display: swap;
  font-weight: 100 700;
  src: url("/assets/fonts/MaterialSymbolsOutlined.woff2") format("woff2");
}

html {
  background-color: #131313;
  font-size: 81%;
  overflow-x: hidden;
}

body {
  margin: 0;
  background-color: #131313;
  color: #e5e2e1;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: -0.01em;
  width: 100%;
  min-height: 100vh;
  overflow-x: hidden;
  position: relative;
  left: 0;
}

h1,
h2,
h3,
h4 {
  letter-spacing: -0.02em;
}

p {
  line-height: 1.75;
}

a,
button {
  -webkit-tap-highlight-color: transparent;
}

.banana-satin-gradient,
.satin-gradient {
  background: linear-gradient(180deg, #ffd600 0%, #e9c400 100%);
}

@keyframes cbRecruitTextFlow {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 200% 50%;
  }
}

.cb-recruit-highlight {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 0.12rem 0.2rem;
  text-decoration: none;
  max-width: 100%;
  transition:
    transform 220ms ease,
    opacity 220ms ease;
}

.cb-recruit-highlight::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.15rem;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    rgba(255, 214, 0, 0) 0%,
    rgba(255, 214, 0, 0.75) 28%,
    rgba(255, 255, 255, 0.95) 50%,
    rgba(255, 214, 0, 0.75) 72%,
    rgba(255, 214, 0, 0) 100%
  );
  background-size: 220% 100%;
  animation: cbRecruitTextFlow 3.4s linear infinite;
  opacity: 0.9;
  pointer-events: none;
}

.cb-recruit-highlight:hover {
  transform: translateY(-1px);
}

.cb-recruit-highlight-main {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.42rem;
}

.cb-recruit-highlight-icon {
  font-size: 1.6rem;
  color: #ffd600;
  filter: drop-shadow(0 0 8px rgba(255, 214, 0, 0.35));
}

.cb-recruit-highlight-text {
  font-size: clamp(1.2rem, 2.1vw, 1.62rem);
  font-weight: 860;
  line-height: 1.16;
  letter-spacing: 0.01em;
  background: linear-gradient(
    96deg,
    #ffe787 4%,
    #ffd600 38%,
    #fff9df 50%,
    #ffd600 62%,
    #ffe787 96%
  );
  background-size: 220% 100%;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  animation: cbRecruitTextFlow 3.4s linear infinite;
  text-shadow: 0 0 14px rgba(255, 214, 0, 0.18);
}

.cb-recruit-highlight-sub {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  font-weight: 680;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-align: center;
}

.material-symbols-outlined {
  direction: ltr;
  display: inline-block;
  font-family: "Material Symbols Outlined";
  font-size: 24px;
  font-style: normal;
  font-weight: normal;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
  letter-spacing: normal;
  line-height: 1;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  width: 1em;
  overflow: hidden;
  flex: 0 0 auto;
  text-align: center;
}

.cb-inline-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  flex: 0 0 auto;
  color: currentColor;
  fill: none;
  vertical-align: -0.125em;
}

.mockup-ui-bg {
  background: linear-gradient(145deg, #1c1c1c 0%, #0e0e0e 100%);
}

.module-index {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 800;
  font-style: italic;
  opacity: 0.1;
  line-height: 1;
}

.cb-wordmark {
  font-family: "CalSans-Regular", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  font-feature-settings: normal;
  font-kerning: normal;
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.cb-wordmark-header {
  font-size: 22px;
  color: rgb(255, 224, 26);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.45);
  position: relative;
  top: 2px;
}

.cb-wordmark-brand {
  color: rgb(255, 224, 26);
}

.cb-header-shell {
  position: relative;
  left: 0;
}

.cb-help-shell {
  position: relative;
  max-width: 1536px;
  margin-inline: auto;
  padding-inline: 1.5rem;
  box-sizing: border-box;
  width: 100%;
}

.cb-help-workspace {
  display: grid;
  grid-template-columns: 20rem minmax(0, 1fr);
  column-gap: 3rem;
  align-items: flex-start;
  width: 100%;
}

.cb-help-sidebar {
  width: 20rem;
  align-self: stretch;
}

.glass-card,
.glass-hud {
  background: rgba(32, 31, 31, 0.7);
  backdrop-filter: blur(20px);
}

.machined-border,
.ghost-border {
  outline: 1px solid rgba(77, 70, 50, 0.15);
}

.tight-track {
  letter-spacing: -0.02em;
}

.all-caps-label {
  font-size: 0.6875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.cb-download-meta {
  font-size: 0.875rem;
}

.cb-help-search-panel {
  position: absolute;
  inset-inline: 0;
  top: calc(100% + 0.75rem);
  z-index: 60;
  max-height: min(30rem, 62vh);
  overflow-y: auto;
  padding: 0.625rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 1rem;
  background: rgba(18, 18, 18, 0.96);
  box-shadow:
    0 24px 64px rgba(0, 0, 0, 0.42),
    0 1px 0 rgba(255, 255, 255, 0.06) inset;
  backdrop-filter: blur(18px);
  text-align: left;
}

.cb-help-search-panel[hidden] {
  display: none;
}

.cb-help-search-count {
  padding: 0.45rem 0.625rem 0.625rem;
  color: rgba(255, 255, 255, 0.38);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cb-help-search-list {
  display: grid;
  gap: 0.35rem;
}

.cb-help-search-result {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 0.8rem;
  align-items: center;
  padding: 0.85rem;
  border-radius: 0.85rem;
  color: inherit;
  text-decoration: none;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.cb-help-search-result:hover {
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-1px);
}

.cb-help-search-result-type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.4rem;
  padding: 0.25rem 0.45rem;
  border-radius: 9999px;
  background: rgba(255, 214, 0, 0.1);
  color: #ffd600;
  font-size: 0.68rem;
  font-weight: 800;
}

.cb-help-search-result-body {
  display: grid;
  gap: 0.18rem;
  min-width: 0;
}

.cb-help-search-result-eyebrow {
  color: rgba(255, 255, 255, 0.42);
  font-size: 0.72rem;
  font-weight: 700;
}

.cb-help-search-result-title {
  color: rgba(255, 255, 255, 0.92);
  font-size: 0.92rem;
  font-weight: 750;
  line-height: 1.35;
}

.cb-help-search-result-summary {
  display: -webkit-box;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.5);
  font-size: 0.78rem;
  line-height: 1.55;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.cb-help-search-result-arrow {
  color: rgba(255, 255, 255, 0.28);
  font-size: 1rem;
}

.cb-help-search-result:hover .cb-help-search-result-title,
.cb-help-search-result:hover .cb-help-search-result-arrow {
  color: #ffd600;
}

.cb-help-search-empty {
  padding: 1rem;
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.85rem;
  line-height: 1.7;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 6px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  background: #333;
  border-radius: 10px;
}

.custom-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #444;
}

.cb-app-icon {
  background-color: #101010;
  border-radius: 22.5% !important;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.04),
    0 1px 0 rgba(255, 255, 255, 0.18) inset,
    0 -1px 0 rgba(0, 0, 0, 0.28) inset,
    0 16px 32px rgba(0, 0, 0, 0.28);
}

header .cb-app-icon,
footer .cb-app-icon {
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.12) 0%,
    rgba(255, 255, 255, 0) 48%
  );
}

.cb-home-carousel-stage {
  display: block;
  width: var(--cb-home-showcase-bleed);
  height: auto;
  max-width: none;
  margin-left: var(--cb-home-showcase-offset);
  transition: opacity 220ms ease;
}

.cb-home-carousel-stage.is-swapping {
  opacity: 0.72;
}

.cb-feature-preview-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--cb-feature-showcase-bleed);
  margin-left: var(--cb-feature-showcase-offset);
  aspect-ratio: 3248 / 2120;
  border-radius: 2rem;
  background:
    radial-gradient(circle at 50% 38%, rgba(255, 214, 0, 0.07), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.01)),
    #171717;
  box-shadow:
    0 18px 42px rgba(0, 0, 0, 0.26),
    0 6px 16px rgba(0, 0, 0, 0.2),
    0 1px 0 rgba(255, 255, 255, 0.08) inset,
    inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.cb-feature-preview-placeholder--media {
  overflow: hidden;
  align-items: stretch;
  justify-content: stretch;
}

.cb-feature-preview-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: transparent;
}

.cb-toolbox-demo-shell {
  width: var(--cb-feature-showcase-bleed);
  margin-left: var(--cb-feature-showcase-offset);
}

.cb-toolbox-demo-stage {
  position: relative;
  width: 100%;
  margin-left: 0;
}

.cb-toolbox-demo-video {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 180ms ease;
}

.cb-toolbox-demo-video.is-active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.cb-toolbox-tabs {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.75rem;
  margin-top: 1.25rem;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 1.25rem;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.cb-toolbox-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  min-height: 3rem;
  border-radius: 0.95rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.cb-toolbox-tab .material-symbols-outlined {
  font-size: 1.2rem;
}

.cb-toolbox-tab:hover {
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.055);
}

.cb-toolbox-tab.is-active {
  color: #332a00;
  background: linear-gradient(135deg, #ffe24a 0%, #ffd600 55%, #c99f00 100%);
  box-shadow: 0 0 24px rgba(255, 214, 0, 0.18);
}

.cb-toolbox-tab.is-active:hover {
  color: #332a00;
}

.cb-feature-preview-label {
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.28);
}

.cb-use-case-chips {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 1rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.125rem 0 0.25rem;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.cb-use-case-chips::-webkit-scrollbar {
  display: none;
}

.cb-recruit-role-chips {
  flex-wrap: wrap;
  justify-content: center;
  overflow: visible;
  row-gap: 0.95rem;
  max-width: 72rem;
  margin-inline: auto;
}

.cb-use-case-chip {
  position: relative;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  min-width: 12.75rem;
  padding: 0.95rem 1.65rem;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 0.5rem;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.025)),
    rgba(255, 255, 255, 0.055);
  color: rgba(255, 255, 255, 0.68);
  font-size: 1.3125rem;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  cursor: default;
  transform: translateY(0) scale(1);
  transition:
    transform 220ms ease,
    color 220ms ease,
    border-color 220ms ease,
    background-color 220ms ease,
    box-shadow 220ms ease;
  will-change: transform;
}

.cb-use-case-chip::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.18) 42%,
    transparent 72%
  );
  transform: translateX(-140%);
  transition: transform 460ms ease;
}

.cb-use-case-chip:hover {
  color: rgba(255, 255, 255, 0.96);
  border-color: rgba(255, 214, 0, 0.2);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.07);
  box-shadow:
    0 18px 32px rgba(0, 0, 0, 0.22),
    0 0 26px rgba(255, 214, 0, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  transform: scale(1.04);
}

.cb-use-case-chip:hover::after {
  transform: translateX(140%);
}

.cb-use-case-chip.is-featured {
  color: #ffd600;
  border-color: rgba(255, 214, 0, 0.18);
  background:
    linear-gradient(180deg, rgba(255, 214, 0, 0.14), rgba(255, 214, 0, 0.04)),
    rgba(255, 214, 0, 0.06);
}

.cb-use-case-chip.is-featured:hover {
  color: #332a00;
  background: linear-gradient(135deg, #ffe66b 0%, #ffd600 55%, #c99f00 100%);
  box-shadow:
    0 20px 42px rgba(0, 0, 0, 0.24),
    0 0 34px rgba(255, 214, 0, 0.24);
}

.cb-testimonials-section {
  position: relative;
  overflow: hidden;
}

.cb-testimonials-section::before {
  content: "";
  position: absolute;
  top: -18rem;
  left: 50%;
  width: 52rem;
  height: 52rem;
  transform: translateX(-50%);
  background: radial-gradient(
    circle,
    rgba(255, 214, 0, 0.12) 0%,
    rgba(255, 214, 0, 0.04) 38%,
    rgba(255, 214, 0, 0) 72%
  );
  pointer-events: none;
}

.cb-testimonials-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.cb-testimonial-card {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.01)),
    rgba(16, 17, 22, 0.92);
  padding: 1.4rem 1.3rem 1.2rem;
  box-shadow:
    0 18px 34px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.cb-testimonial-header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.95rem;
}

.cb-testimonial-avatar {
  width: 2.45rem;
  height: 2.45rem;
  border-radius: 9999px;
  display: block;
  flex-shrink: 0;
  object-fit: cover;
  object-position: center;
  background: #22252e;
  box-shadow:
    0 0 0 1px rgba(255, 214, 0, 0.22),
    0 8px 16px rgba(0, 0, 0, 0.28);
}

.cb-testimonial-name {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.02rem;
  font-weight: 740;
  line-height: 1.15;
}

.cb-testimonial-role {
  display: block;
  margin-top: 0.2rem;
  color: rgba(255, 255, 255, 0.48);
  font-size: 0.78rem;
  font-weight: 600;
}

.cb-testimonial-quote {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.95rem;
  line-height: 1.72;
}

.cb-testimonial-quote strong {
  color: #ffd600;
  font-weight: 760;
}

.cb-scroll-reveal {
  opacity: 1;
  transform: translateY(0);
  filter: none;
  transition: none;
}

.cb-scroll-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: none;
}

/* Pricing: one product, one decision path. */
.cb-pricing {
  --pricing-ink: #f7f5ef;
  --pricing-muted: rgba(247, 245, 239, 0.62);
  --pricing-line: rgba(255, 255, 255, 0.11);
  --pricing-yellow: #ffd600;
  background: #11110f;
  color: var(--pricing-ink);
}

.cb-pricing-shell {
  position: relative;
  z-index: 1;
  width: min(1040px, calc(100% - 48px));
  margin-inline: auto;
}

.cb-pricing-narrow {
  width: min(900px, calc(100% - 48px));
}

.cb-pricing-hero {
  position: relative;
  overflow: hidden;
  padding: 10rem 0 5.5rem;
  background:
    radial-gradient(circle at 50% 11rem, rgba(255, 214, 0, 0.055), transparent 28rem),
    #11110f;
}

.cb-pricing-orbit {
  position: absolute;
  top: -45rem;
  left: 50%;
  width: 70rem;
  height: 70rem;
  transform: translateX(-50%);
  border: 1px solid rgba(255, 214, 0, 0.055);
  border-radius: 50%;
  box-shadow: 0 0 0 9rem rgba(255, 214, 0, 0.008);
}

.cb-pricing-kicker {
  margin: 0 0 1rem;
  color: var(--pricing-yellow);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cb-pricing-hero > .cb-pricing-shell > .cb-pricing-kicker {
  text-align: center;
}

.cb-pricing-hero > .cb-pricing-shell > h1 {
  max-width: 760px;
  margin: 0 auto;
  font-size: clamp(3.4rem, 5.2vw, 5rem);
  font-weight: 760;
  letter-spacing: -0.045em;
  line-height: 1.08;
  text-align: center;
}

.cb-pricing-hero > .cb-pricing-shell > h1 span {
  display: block;
  color: var(--pricing-yellow);
}

.cb-pricing-intro {
  max-width: 680px;
  margin: 1.8rem auto 0;
  color: var(--pricing-muted);
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.7;
  text-align: center;
}

.cb-pricing-product {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(310px, 0.65fr);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.15rem;
  background: #1a1a18;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.28);
}

.cb-pricing-product-main {
  padding: clamp(2.1rem, 4vw, 3.6rem);
}

.cb-pricing-product-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.cb-pricing-product-heading img {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 1rem;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.3);
}

.cb-pricing-product-heading p {
  margin: 0 0 0.25rem;
  color: var(--pricing-muted);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cb-pricing-product-heading h2 {
  margin: 0;
  font-family: "CalSans-Regular", system-ui, sans-serif;
  font-size: clamp(1.9rem, 2.6vw, 2.4rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.cb-pricing-product-lead {
  max-width: 650px;
  margin: 2rem 0;
  color: rgba(247, 245, 239, 0.72);
  font-size: 1.02rem;
  line-height: 1.75;
}

.cb-pricing-benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem 1.5rem;
  margin: 0;
  padding: 2rem 0 0;
  border-top: 1px solid var(--pricing-line);
  list-style: none;
}

.cb-pricing-benefits li {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  color: rgba(247, 245, 239, 0.88);
  font-size: 0.98rem;
  font-weight: 650;
}

.cb-pricing-benefits .material-symbols-outlined {
  display: grid;
  width: 1.35rem;
  height: 1.35rem;
  place-items: center;
  border-radius: 50%;
  background: var(--pricing-yellow);
  color: #211c00;
  font-size: 0.95rem;
  font-variation-settings: "wght" 700;
}

.cb-pricing-renewal {
  margin-top: 1.2rem;
  padding: 1rem 1.05rem;
  border: 1px solid rgba(255, 214, 0, 0.14);
  border-radius: 0.95rem;
  background: rgba(255, 214, 0, 0.04);
}

.cb-pricing-renewal-kicker {
  margin: 0 0 0.35rem;
  color: rgba(255, 214, 0, 0.9);
  font-size: 0.76rem;
  font-weight: 760;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.cb-pricing-renewal strong {
  display: block;
  color: rgba(247, 245, 239, 0.96);
  font-size: 1rem;
  font-weight: 760;
  line-height: 1.4;
}

.cb-pricing-renewal p {
  margin: 0.45rem 0 0;
  color: rgba(247, 245, 239, 0.62);
  font-size: 0.88rem;
  line-height: 1.65;
}

.cb-pricing-device-note {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  margin: 2.2rem 0 0;
  color: rgba(247, 245, 239, 0.42);
  font-size: 0.85rem;
  font-weight: 620;
  line-height: 1.4;
}

.cb-pricing-device-note .material-symbols-outlined {
  font-size: 1.2rem;
}

.cb-pricing-checkout {
  display: flex;
  min-height: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: clamp(2.1rem, 3.6vw, 3.25rem);
  border-left: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 214, 0, 0.055), transparent 45%),
    #20201d;
  color: var(--pricing-ink);
  text-align: center;
}

.cb-pricing-promo-tag {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.55rem;
  align-self: flex-start;
  margin: 0 0 1.15rem;
  padding: 0.62rem 0.88rem;
  border: 1px solid rgba(255, 214, 0, 0.36);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 214, 0, 0.2), rgba(255, 214, 0, 0.08)),
    rgba(255, 255, 255, 0.02);
  box-shadow:
    0 0 0 1px rgba(255, 214, 0, 0.08) inset,
    0 14px 28px rgba(0, 0, 0, 0.16);
}

.cb-pricing-promo-tag .material-symbols-outlined {
  color: var(--pricing-yellow);
  font-size: 1.2rem;
  filter: drop-shadow(0 0 10px rgba(255, 214, 0, 0.18));
}

.cb-pricing-promo-tag div {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.cb-pricing-promo-tag strong {
  color: var(--pricing-yellow);
  font-size: 0.92rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.cb-pricing-promo-tag span {
  color: rgba(247, 245, 239, 0.76);
  font-size: 0.84rem;
  font-weight: 650;
  line-height: 1.35;
}

.cb-pricing-was {
  margin: 0;
  color: rgba(247, 245, 239, 0.74);
  font-size: 1rem;
  font-weight: 780;
  letter-spacing: 0.01em;
}

.cb-pricing-was del {
  color: rgba(247, 245, 239, 0.82);
  font-size: 1.18em;
  text-decoration-thickness: 2px;
}

.cb-pricing-price {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 0.4rem 0 0;
  line-height: 1;
}

.cb-pricing-currency {
  margin-top: 0.85rem;
  color: var(--pricing-yellow);
  font-size: 1.35rem;
  font-weight: 800;
}

.cb-pricing-price strong {
  color: var(--pricing-yellow);
  font-size: clamp(5rem, 7.2vw, 6.5rem);
  font-weight: 800;
  letter-spacing: -0.075em;
}

.cb-pricing-merged-note {
  margin: 1rem 0 0;
  color: rgba(247, 245, 239, 0.66);
  font-size: 0.88rem;
  font-weight: 650;
  line-height: 1.7;
  max-width: 36rem;
}

.cb-pricing-price-caption {
  margin: 0 0 1.8rem;
  color: rgba(247, 245, 239, 0.52);
  font-size: 0.9rem;
  font-weight: 700;
}

.cb-pricing-boundary-note {
  margin: 0 0 1.35rem;
  align-self: stretch;
  color: rgba(247, 245, 239, 0.62);
  font-size: 0.86rem;
  line-height: 1.72;
  max-width: none;
  text-align: left;
}

.cb-pricing-buy {
  display: inline-flex;
  align-self: stretch;
  min-height: 3.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  border-radius: 0.72rem;
  background: linear-gradient(180deg, #ffdf33 0%, #edc900 100%);
  color: #332b00;
  font-size: 1rem;
  font-weight: 780;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.cb-pricing-buy:hover {
  background: linear-gradient(180deg, #ffe55b 0%, #ffd600 100%);
  transform: translateY(-2px);
}

.cb-pricing-buy:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.75);
  outline-offset: 3px;
}

.cb-pricing-buy .material-symbols-outlined {
  font-size: 1.25rem;
  transition: transform 180ms ease;
}

.cb-pricing-buy:hover .material-symbols-outlined {
  transform: translateX(3px);
}

.cb-pricing-launch-note {
  margin: 0.55rem 0 0;
  color: rgba(247, 245, 239, 0.38);
  font-size: 0.76rem;
  font-weight: 620;
  line-height: 1.55;
  text-align: left;
}

.cb-pricing-plans {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-top: 3rem;
}

.cb-pricing-card {
  display: flex;
  flex-direction: column;
  padding: clamp(1.8rem, 3vw, 2.5rem);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 1.5rem;
  background:
    radial-gradient(circle at top right, rgba(255, 214, 0, 0.05), transparent 42%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02)),
    #171715;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.cb-pricing-card--free {
  background:
    radial-gradient(circle at top right, rgba(255, 255, 255, 0.05), transparent 45%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.025), rgba(255, 255, 255, 0.015)),
    #161614;
}

.cb-pricing-card--pro {
  position: relative;
  border-color: rgba(255, 214, 0, 0.22);
  background:
    radial-gradient(circle at top right, rgba(255, 214, 0, 0.11), transparent 44%),
    linear-gradient(180deg, rgba(255, 214, 0, 0.03), rgba(255, 255, 255, 0.02)),
    #1a1a18;
}

.cb-pricing-card--pro::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: 0 0 0 1px rgba(255, 214, 0, 0.06) inset;
  pointer-events: none;
}

.cb-pricing-card-label {
  margin: 0 0 0.5rem;
  color: var(--pricing-yellow);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.cb-pricing-card-heading {
  display: flex;
  min-height: 4.5rem;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.cb-pricing-card h2 {
  margin: 0;
  font-family: "CalSans-Regular", system-ui, sans-serif;
  font-size: clamp(1.85rem, 2.8vw, 2.35rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

.cb-pricing-card-heading .cb-pricing-promo-tag {
  flex: 0 0 auto;
  margin: 0;
}

.cb-pricing-card--free .cb-pricing-card-price strong,
.cb-pricing-card--free .cb-pricing-card-currency {
  color: var(--pricing-ink);
}

.cb-pricing-card-price {
  display: flex;
  align-items: flex-start;
  gap: 0.25rem;
  margin-top: 0.65rem;
  line-height: 1;
}

.cb-pricing-card-currency {
  margin-top: 0.9rem;
  color: var(--pricing-yellow);
  font-size: 1.35rem;
  font-weight: 800;
}

.cb-pricing-card-price strong {
  color: var(--pricing-yellow);
  font-size: clamp(4.4rem, 7vw, 5.8rem);
  font-weight: 800;
  letter-spacing: -0.075em;
  line-height: 1;
}

.cb-pricing-card-caption {
  margin: 0.35rem 0 0;
  color: rgba(247, 245, 239, 0.62);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.45;
}

.cb-pricing-card-lead {
  margin: 1.4rem 0 0;
  color: rgba(247, 245, 239, 0.78);
  font-size: 0.98rem;
  line-height: 1.72;
}

.cb-pricing-card-features {
  display: grid;
  gap: 0.8rem;
  margin: 1.4rem 0 0;
  padding: 1.2rem 0 0;
  border-top: 1px solid var(--pricing-line);
  list-style: none;
}

.cb-pricing-card-features li {
  position: relative;
  padding-left: 1.5rem;
  color: rgba(247, 245, 239, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
}

.cb-pricing-card-features li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--pricing-yellow);
  font-weight: 900;
}

.cb-pricing-card-note {
  margin: 1rem 0 0;
  color: rgba(247, 245, 239, 0.64);
  font-size: 0.86rem;
  line-height: 1.65;
}

.cb-pricing-card-cta {
  display: inline-flex;
  align-self: stretch;
  width: 100%;
  min-height: 3.75rem;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  margin-top: 0;
  border-radius: 0.8rem;
  background: linear-gradient(180deg, #ffdf33 0%, #edc900 100%);
  color: #332b00;
  font-size: 1rem;
  font-weight: 800;
  text-decoration: none;
  transition:
    transform 180ms ease,
    background-color 180ms ease;
}

.cb-pricing-card-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  margin-top: auto;
  padding-top: 1.35rem;
}

.cb-pricing-card-cta:hover {
  background: linear-gradient(180deg, #ffe55b 0%, #ffd600 100%);
  transform: translateY(-2px);
}

.cb-pricing-card-cta:focus-visible {
  outline: 3px solid rgba(255, 255, 255, 0.75);
  outline-offset: 3px;
}

.cb-pricing-card-cta--secondary {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03)),
    rgba(255, 255, 255, 0.02);
  color: var(--pricing-ink);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cb-pricing-card-cta--secondary:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
    rgba(255, 255, 255, 0.03);
}

.cb-pricing-card-link {
  align-self: flex-start;
  margin-top: 0.9rem;
  border-bottom: 1px solid rgba(255, 214, 0, 0.32);
  color: rgba(255, 214, 0, 0.82);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1.4;
  text-decoration: none;
}

.cb-pricing-card-link:hover {
  color: var(--pricing-yellow);
  border-bottom-color: var(--pricing-yellow);
}

.cb-pricing-founder {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.5rem;
  margin-top: 1rem;
  padding: 1.35rem 1.4rem;
  border: 1px solid rgba(255, 214, 0, 0.12);
  border-radius: 1.25rem;
  background:
    linear-gradient(180deg, rgba(255, 214, 0, 0.05), rgba(255, 255, 255, 0.02)),
    rgba(255, 255, 255, 0.015);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.cb-pricing-founder-copy {
  flex: 1 1 0;
}

.cb-pricing-founder h2 {
  margin: 0.35rem 0 0;
  font-size: clamp(1.55rem, 2.4vw, 2rem);
  font-weight: 760;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.cb-pricing-founder p {
  margin: 0.9rem 0 0;
  color: rgba(247, 245, 239, 0.74);
  font-size: 0.96rem;
  line-height: 1.72;
}

.cb-pricing-founder-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.7rem 1rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.cb-pricing-founder-points li {
  display: flex;
  align-items: flex-start;
  gap: 0.55rem;
  color: rgba(247, 245, 239, 0.86);
  font-size: 0.9rem;
  line-height: 1.55;
}

.cb-pricing-founder-points .material-symbols-outlined {
  margin-top: 0.12rem;
  color: var(--pricing-yellow);
  font-size: 1.05rem;
}

.cb-pricing-founder-cta {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 3.4rem;
  align-items: center;
  justify-content: center;
  align-self: center;
  padding: 0 1.15rem;
  border-radius: 0.85rem;
  background: linear-gradient(180deg, #ffdf33 0%, #edc900 100%);
  color: #332b00;
  font-size: 0.95rem;
  font-weight: 800;
  text-decoration: none;
}

.cb-pricing-founder-cta:hover {
  background: linear-gradient(180deg, #ffe55b 0%, #ffd600 100%);
}

.cb-pricing-team-note {
  margin: 0.85rem 0 0;
  color: rgba(247, 245, 239, 0.46);
  font-size: 0.8rem;
  line-height: 1.5;
  text-align: center;
}

.cb-pricing-download-link {
  align-self: flex-start;
  margin-top: 1rem;
  border-bottom: 1px solid rgba(255, 214, 0, 0.35);
  color: rgba(255, 214, 0, 0.8);
  font-size: 0.8rem;
  font-weight: 720;
  line-height: 1.4;
  text-decoration: none;
}

.cb-pricing-download-link:hover {
  color: var(--pricing-yellow);
  border-bottom-color: var(--pricing-yellow);
}

.cb-pricing-compare,
.cb-pricing-faq {
  padding: 6.5rem 0;
}

.cb-pricing-compare {
  border-block: 1px solid rgba(255, 255, 255, 0.07);
  background: #151513;
}

.cb-pricing-section-heading {
  max-width: 720px;
  margin-bottom: 3rem;
}

.cb-pricing-section-heading h2 {
  margin: 0;
  font-size: clamp(2.4rem, 4vw, 3.6rem);
  font-weight: 740;
  letter-spacing: -0.04em;
  line-height: 1.15;
}

.cb-pricing-section-heading > p:last-child:not(.cb-pricing-kicker) {
  margin: 1.4rem 0 0;
  color: var(--pricing-muted);
  font-size: 1.05rem;
}

.cb-pricing-table {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.cb-pricing-table-row {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(18rem, 1.2fr);
  align-items: center;
  min-height: 4.9rem;
  border-bottom: 1px solid var(--pricing-line);
}

.cb-pricing-table-row > span:first-child {
  color: rgba(247, 245, 239, 0.9);
  font-weight: 620;
}

.cb-pricing-table-row > span:first-child b {
  display: inline-block;
  width: 2.4rem;
  color: rgba(247, 245, 239, 0.3);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
}

.cb-pricing-table-row > span:not(:first-child) {
  color: rgba(247, 245, 239, 0.45);
}

.cb-pricing-table-row > strong {
  color: var(--pricing-yellow);
  font-weight: 720;
}

.cb-pricing-table-head {
  min-height: 3.8rem;
  color: var(--pricing-muted);
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.cb-pricing-table-head > span:first-child {
  color: var(--pricing-muted);
}

.cb-pricing-table-head > strong {
  color: rgba(247, 245, 239, 0.75);
}

.cb-pricing-compare-note {
  margin: 1.25rem 0 0;
  color: rgba(247, 245, 239, 0.35);
  font-size: 0.75rem;
}

.cb-pricing-faq-list {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}

.cb-pricing-faq-list details {
  border-bottom: 1px solid var(--pricing-line);
}

.cb-pricing-faq-list summary {
  position: relative;
  padding: 1.8rem 3.5rem 1.8rem 0;
  color: rgba(247, 245, 239, 0.94);
  cursor: pointer;
  font-size: 1.18rem;
  font-weight: 680;
  list-style: none;
}

.cb-pricing-faq-list summary::-webkit-details-marker {
  display: none;
}

.cb-pricing-faq-list summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  color: var(--pricing-yellow);
  font-size: 1.7rem;
  font-weight: 400;
  transform: translateY(-50%);
}

.cb-pricing-faq-list details[open] summary::after {
  content: "−";
}

.cb-pricing-faq-list details p {
  max-width: 760px;
  margin: -0.6rem 0 1.8rem;
  color: var(--pricing-muted);
  font-size: 0.98rem;
  line-height: 1.75;
}

@media (max-width: 860px) {
  .cb-pricing-plans {
    grid-template-columns: 1fr;
  }

  .cb-pricing-founder {
    flex-direction: column;
  }

  .cb-pricing-founder-cta {
    align-self: flex-start;
  }

  .cb-pricing-founder-points {
    grid-template-columns: 1fr;
  }

  .cb-pricing-product {
    grid-template-columns: 1fr;
  }

  .cb-pricing-checkout {
    min-height: auto;
    order: -1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
    border-left: 0;
  }

  .cb-pricing-price strong {
    font-size: 6.5rem;
  }
}

@media (max-width: 640px) {
  .cb-pricing-shell,
  .cb-pricing-narrow {
    width: min(100% - 32px, 1180px);
  }

  .cb-pricing-hero {
    padding: 9rem 0 4.5rem;
  }

  .cb-pricing-hero > .cb-pricing-shell > h1 {
    font-size: 2.8rem;
    line-height: 1.12;
  }

  .cb-pricing-intro {
    margin-bottom: 2.8rem;
  }

  .cb-pricing-plans {
    margin-top: 2.4rem;
  }

  .cb-pricing-card,
  .cb-pricing-product-main,
  .cb-pricing-checkout {
    padding: 2rem 1.35rem;
  }

  .cb-pricing-card-price strong {
    font-size: 4.9rem;
  }

  .cb-pricing-product-heading img {
    width: 3.9rem;
    height: 3.9rem;
    border-radius: 1rem;
  }

  .cb-pricing-benefits {
    grid-template-columns: 1fr;
  }

  .cb-pricing-founder {
    padding: 1.15rem 1rem;
  }

  .cb-pricing-compare,
  .cb-pricing-faq {
    padding: 6rem 0;
  }

  .cb-pricing-table-row {
    grid-template-columns: minmax(7rem, 0.75fr) minmax(0, 1.25fr);
    gap: 0.55rem;
    min-height: 4.5rem;
    font-size: 0.78rem;
  }

}

.cb-home-carousel-dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 9999px;
  background: rgba(255, 255, 255, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    transform 200ms ease,
    background-color 200ms ease,
    border-color 200ms ease;
}

.cb-home-carousel-dot.is-active {
  background: #ffd600;
  border-color: rgba(255, 214, 0, 0.45);
  transform: scale(1.15);
}

@media (max-width: 767px) {
  .cb-header-language {
    display: none;
  }

  .cb-toolbox-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-use-case-chips {
    justify-content: flex-start;
    gap: 0.75rem;
    padding-inline: 0.25rem;
  }

  .cb-recruit-role-chips {
    justify-content: center;
    overflow: visible;
  }

  .cb-use-case-chip {
    min-width: 9.75rem;
    padding: 0.8rem 1.2rem;
    font-size: 1rem;
  }

  .cb-recruit-highlight {
    gap: 0.25rem;
  }

  .cb-recruit-highlight-main {
    gap: 0.3rem;
  }

  .cb-recruit-highlight-icon {
    font-size: 1.32rem;
  }

  .cb-recruit-highlight-text {
    font-size: 1.15rem;
  }

  .cb-recruit-highlight-sub {
    font-size: 0.82rem;
  }

  .cb-testimonials-grid {
    grid-template-columns: 1fr;
    gap: 0.85rem;
  }

  .cb-testimonial-card {
    padding: 1.15rem 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cb-scroll-reveal,
  .cb-scroll-reveal.is-visible {
    opacity: 1;
    transform: none;
    filter: none;
    transition: none;
  }
}
