.sandbox-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 96px 24px 160px;
  text-align: center;
}

.sandbox-eyebrow {
  font-family: "Inter", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6b6a68;
  margin-bottom: 16px;
}

.sandbox-title {
  font-family: "Poppins", sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.1;
  color: #201f1d;
  margin: 0 0 20px;
}

.sandbox-desc {
  font-family: "Inter", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  color: #52504d;
  max-width: 560px;
  margin: 0 auto;
}

.hero-section--sandbox {
  max-width: none;
  padding: 0;
}

.hero-section--sandbox .hero-inner {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px 0;
}

.hero-section--sandbox .hero-content {
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.hero-section--sandbox .hero-actions {
  justify-content: center;
}

.hero-image-wrap {
  max-width: 1280px;
  margin: 56px auto 0;
  padding: 0 24px 80px;
}

.hero-placeholder {
  display: block;
  width: 100%;
  height: auto;
}

.compare-section--sandbox {
  max-width: 1440px;
  padding-bottom: 96px;
}

.platform-diagram {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid #E4E1DF;
  border-radius: 16px;
}

.mcp-inner--centered {
  display: block;
}

.mcp-inner--centered .mcp-copy {
  max-width: 760px;
  margin: 0 auto;
  align-items: center;
  text-align: center;
}

.mcp-inner--centered .mcp-actions {
  justify-content: center;
}

.video-embed {
  position: relative;
  width: 100%;
  max-width: 960px;
  aspect-ratio: 1 / 0.649;
  border-radius: 12px;
  overflow: hidden;
  background: #0D2828;
}

.video-embed iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------- Connect page embed (scoped copy of connect.css) ---------- */

.connect-embed .focus-ring-light:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #F8F7F7, 0 0 0 4px #0A7891;
}

.connect-embed .focus-ring-dark:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #0A7891;
}

.connect-embed .focus-ring-citron:focus-visible {
  outline: none;
  box-shadow: 0 0 0 2px #0D2828, 0 0 0 4px #FFFA66;
}

.connect-embed .hero-section {
  max-width: none;
  margin: 0;
  padding: 0;
  background: #ffffff;
}

.connect-embed .hero-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 80px 24px 96px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 32px;
}

@media (max-width: 760px) {
  .connect-embed .hero-inner {
    padding-top: 48px;
  }
}

.connect-embed .hero-copy {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-width: 0;
}

.connect-embed .eyebrow {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: .09em;
  color: #0A7891;
}

.connect-embed .hero-title {
  margin: 0;
  max-width: 760px;
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #201F1D;
}

.connect-embed .hero-desc {
  margin: 0;
  max-width: 760px;
  font-size: 18px;
  line-height: 1.6;
  color: #4A453F;
}

.connect-embed .hero-checks {
  max-width: 760px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 6px 0;
}

.connect-embed .check-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}

.connect-embed .check-item svg {
  flex: none;
  margin-top: 4px;
}

.connect-embed .check-item span {
  font-size: 14px;
  line-height: 1.5;
  color: #4A453F;
}

.connect-embed .tool-select {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px 0;
}

.connect-embed .tool-legend {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
  color: #201F1D;
}

.connect-embed .tool-group {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
}

.connect-embed .tool-btn {
  display: flex;
  align-items: center;
  gap: 11px;
  height: 49px;
  padding: 13px 15px;
  border: 0;
  border-radius: 8px;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
  background: transparent;
  box-shadow: inset 0 0 0 1px rgba(32, 31, 29, 0.25);
  transition: background .15s ease, box-shadow .15s ease;
}

.connect-embed .tool-icon {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
}

.connect-embed .tool-icon svg {
  display: block;
}

.connect-embed .tool-btn.is-selected {
  background: rgba(10, 120, 145, 0.08);
  box-shadow: inset 0 0 0 1px #0A7891;
}

.connect-embed .tool-ring {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 1.5px rgba(32, 31, 29, 0.35);
}

.connect-embed .tool-btn.is-selected .tool-ring {
  box-shadow: inset 0 0 0 1.5px #0A7891;
}

.connect-embed .tool-dot {
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: transparent;
}

.connect-embed .tool-btn.is-selected .tool-dot {
  background: #0A7891;
}

.connect-embed .tool-label {
  font-family: 'Poppins', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #201F1D;
  white-space: nowrap;
}

.connect-embed .connect-form-row {
  padding: 14px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}

.connect-embed .email-input {
  height: 48px;
  width: 249px;
  max-width: 100%;
  border: 0;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(32, 31, 29, .4);
  padding: 8px 10px;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
  color: #201F1D;
}

.connect-embed .email-input:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #0A7891;
}

.connect-embed .connect-btn {
  height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 8px;
  background: #FFFA66;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  color: #201F1D;
  cursor: pointer;
}

.connect-embed .connect-btn:hover {
  background: #FFFDC7;
}

.connect-embed .connect-success {
  font-size: 14px;
  line-height: 1.5;
  color: #0A7891;
}

.connect-embed .connect-success[hidden] {
  display: none;
}

.connect-embed .bucks-section {
  background: #F8F7F7;
}

.connect-embed .bucks-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 96px clamp(24px, 5.5vw, 80px) 96px;
  display: flex;
  flex-direction: column;
  gap: clamp(48px, 6vw, 90px);
}

.connect-embed .bucks-heading {
  margin: 0;
  max-width: 1029px;
  font-size: clamp(30px, 4.6vw, 56px);
  line-height: 1.06;
  font-weight: 400;
  color: #201F1D;
}

.connect-embed .bucks-heading .highlight {
  background: #C9FEFF;
  padding: 0 .06em;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.connect-embed .bucks-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(24px, 3vw, 40px);
  align-items: center;
}

.connect-embed .bucks-circle {
  justify-self: center;
  position: relative;
  width: min(100%, 493px);
  aspect-ratio: 1;
  border-radius: 9999px;
  background: #0D2828;
}

.connect-embed .bucks-mark-wrap {
  position: absolute;
  left: 29.4%;
  top: 24.7%;
  width: 41%;
  aspect-ratio: 201.987 / 250;
}

.connect-embed .bucks-mark-a {
  position: absolute;
  left: 0.66%;
  top: 0.78%;
  width: 98%;
  height: 98.2%;
}

.connect-embed .bucks-mark-b {
  position: absolute;
  left: 9.1%;
  top: 41.3%;
  width: 81.2%;
  height: 51.8%;
}

.connect-embed .quote-card {
  background: #C9FEFF;
  padding: clamp(24px, 3vw, 48px);
  display: flex;
  flex-direction: column;
  gap: clamp(24px, 3vw, 40px);
  justify-content: space-between;
}

.connect-embed .quote-text {
  margin: 0;
  font-size: clamp(20px, 2.2vw, 28px);
  line-height: 1.5;
  font-weight: 600;
  color: #000000;
}

.connect-embed .quote-person {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.connect-embed .quote-avatar {
  width: 57px;
  height: 57px;
  border-radius: 9999px;
  object-fit: cover;
  display: block;
}

.connect-embed .quote-name-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.connect-embed .quote-name {
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  color: #000000;
}

.connect-embed .quote-title {
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

/* ---------- Where enterprise AI stops (sandbox only) ---------- */

.stops-section {
  background: #FFFFFF;
  border-top: 1px solid #E4E1DF;
}

.stops-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px 40px;
}

.stops-inner .section-intro { margin-bottom: 40px; }

/* ---------- A production harness for email (sandbox only) ---------- */

.harness-section {
  background: #F8F7F7;
  border-top: 1px solid #E4E1DF;
  border-bottom: 1px solid #E4E1DF;
}

.harness-inner {
  max-width: 1180px;
  margin: 0 auto;
  padding: 96px 24px;
}

.harness-inner .section-intro { margin-bottom: 40px; }

/* ---------- Shared figure-diagram components (sandbox only) ---------- */

.fig-panel {
  padding: clamp(24px, 4vw, 48px);
  background: #FDFDFC;
  border: 1px solid #E4E1DF;
  border-radius: 16px;
}

.fig-label {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #6B665E;
}

.fig-label--brand { color: #0A7891; }

.fig-note {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  color: #A8A39F;
}

.fig-ribbon {
  display: flex;
  margin-top: 12px;
  overflow: hidden;
  --fig-divider: #E4E1DF;
}

.fig-seg {
  flex: 1 1 auto;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 80px;
  padding: 0 14px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  border-right: 1px solid var(--fig-divider);
}

.fig-seg:last-child { border-right: none; }

.fig-ribbon--filled {
  background: #0C505D;
  border-radius: 10px 2px 2px 10px;
  --fig-divider: rgba(255, 255, 255, 0.24);
}

.fig-ribbon--filled .fig-seg { color: #FFFFFF; }

.fig-ribbon--hollow {
  background: #FFFFFF;
  border: 1px solid #D9D5D2;
  border-radius: 2px 10px 10px 2px;
}

.fig-ribbon--hollow .fig-seg { color: #4A453F; }

.fig-row-a { width: var(--fig-break, 34%); }
.fig-row-b { margin-left: var(--fig-break, 34%); }

.fig-drop {
  position: relative;
  height: 74px;
}

.fig-drop::before {
  content: "";
  position: absolute;
  left: var(--fig-break, 34%);
  top: 0;
  bottom: 0;
  border-left: 2px dashed #D9D5D2;
}

.fig-marker {
  position: absolute;
  left: var(--fig-break, 34%);
  top: 15px;
  transform: translateX(-22px);
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
}

.fig-dot {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FDFDFC;
  border: 1px solid #E4E1DF;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(32, 31, 29, 0.06);
}

.fig-dot svg { stroke: #6B665E; }

.fig-marker-text {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #6B665E;
}

.fig-bracket {
  margin-top: 10px;
  height: 9px;
  border-top: 1px solid #D9D5D2;
  border-left: 1px solid #D9D5D2;
  border-right: 1px solid #D9D5D2;
}

.fig-bracket-text {
  margin-top: 9px;
  text-align: center;
  font-size: 13px;
  line-height: 1.4;
  color: #4A453F;
}

.fig-kicker {
  margin: clamp(28px, 4vw, 40px) 0 0;
  padding-top: 22px;
  border-top: 1px solid #E4E1DF;
  font-family: 'Synapse', 'Poppins', sans-serif;
  font-size: clamp(16px, 2.2vw, 19px);
  font-weight: 500;
  line-height: 1.4;
  color: #201F1D;
}

.fig-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.fig-tray {
  margin-top: 12px;
  padding: 22px;
  background: #F8F7F7;
  border: 1px dashed #D9D5D2;
  border-radius: 12px;
}

.fig-tray .fig-chips { margin-top: 0; }

.fig-chip {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 600;
  color: #4A453F;
  background: #FFFFFF;
  border: 1px solid #D9D5D2;
  border-radius: 8px;
}

.fig-slab {
  margin-top: 12px;
  padding: 24px;
  background: #0C505D;
  border-radius: 12px;
}

.fig-slab .fig-chips { margin-top: 0; }

.fig-slab .fig-chip {
  min-height: 58px;
  padding: 0 14px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.10);
  border-color: rgba(255, 255, 255, 0.30);
}

.fig-flow {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 6px 14px;
  margin-top: 18px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

.fig-flow-tag {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.74);
}

.fig-flow-steps {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.94);
}

.fig-pipe {
  position: relative;
  height: 56px;
  display: flex;
  justify-content: center;
}

.fig-pipe::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  border-left: 2px dashed #D9D5D2;
}

.fig-pill {
  position: relative;
  align-self: center;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: #FDFDFC;
  border: 1px solid #E4E1DF;
  border-radius: 999px;
  box-shadow: 0 1px 2px rgba(32, 31, 29, 0.06);
  font-size: 12px;
  color: #4A453F;
  text-align: center;
}

.fig-pill svg { flex-shrink: 0; stroke: #6B665E; }

.fig-pill--brand { color: #0A7891; font-weight: 500; }
.fig-pill--brand svg { stroke: #0A7891; }

.fig-target {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 64px;
  margin-top: 12px;
  padding: 16px 22px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #4A453F;
  background: #FFFFFF;
  border: 1px solid #D9D5D2;
  border-radius: 12px;
}

@media (max-width: 880px) {
  .stops-section { --fig-break: 50%; }

  .fig-row-a,
  .fig-row-b {
    width: 100%;
    margin-left: 0;
  }

  .fig-ribbon {
    flex-direction: column;
    border-radius: 12px;
  }

  .fig-seg {
    min-height: 48px;
    border-right: none;
    border-bottom: 1px solid var(--fig-divider);
  }

  .fig-seg:last-child { border-bottom: none; }

  .fig-drop { height: 108px; }

  .fig-marker {
    left: 50%;
    top: 6px;
    transform: translateX(-50%);
    flex-direction: column;
    gap: 8px;
  }

  .fig-chip { flex: 1 1 140px; }

  .fig-pill { max-width: 76%; }
}

/* ---------- Brand sharpening: monospace "AI platform" accents (sandbox only) ---------- */

.eyebrow,
.connect-embed .eyebrow {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  letter-spacing: 0.1em;
}

.stat-number {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.01em;
}

.connect-embed .tool-legend {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #6b6a68;
}

.connect-embed .email-input {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  border-radius: 4px;
}

.connect-embed .email-input::placeholder {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  color: #8A8681;
}

.connect-embed .connect-btn {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
  font-size: 13px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  border-radius: 4px;
}

.connect-embed .connect-success {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
}

.connect-embed .tool-btn {
  border-radius: 6px;
}

.fig-panel--stops .fig-label,
.fig-panel--stops .fig-note,
.fig-panel--stops .fig-marker-text {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
}

.fig-panel--stops .fig-ribbon--filled {
  border-radius: 6px 2px 2px 6px;
}

.fig-panel--stops .fig-ribbon--hollow {
  border-radius: 2px 6px 6px 2px;
}

.fig-panel--harness .fig-label,
.fig-panel--harness .fig-note,
.fig-panel--harness .fig-flow-tag {
  font-family: 'JetBrains Mono', 'SF Mono', monospace;
}

.fig-panel--harness .fig-chip {
  border-radius: 6px;
}

.fig-panel--harness .fig-slab {
  border-radius: 8px;
}

.fig-panel--harness .fig-pill {
  border-radius: 6px;
}
