/*
 * use-case-2026.css — shared 2026 use-case page styles, scoped
 * under .ucp-2026. Used by /use-cases/salesforce-flow-automation/ and
 * /use-cases/salesforce-permission-set-management/; intended to be reused
 * by future /use-cases/ pages built on the same design system.
 *
 * Loaded AFTER css/salesforce-admins.css (the WordPress/Elementor export
 * that header.njk and footer.njk still depend on for nav/footer styling).
 * Follows the same design system established in css/home-custom.css and
 * css/salesforce-admins-custom.css: same fonts (Inter / JetBrains Mono,
 * loaded site-wide via tracking-head.njk), same brand colors, same
 * component patterns (h-section, h-card, faq, finalcta, secband, compat).
 * Scoped under .ucp-2026 so it can't collide with other pages' identically
 * shaped classes.
 */

.ucp-2026 {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
  color: #1D1D1D;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
.ucp-2026 *, .ucp-2026 *::before, .ucp-2026 *::after { box-sizing: border-box; }

.ucp-2026 .h-section { position: relative; padding: 104px 24px; }
.ucp-2026 .h-section--tight { padding: 80px 24px; }
.ucp-2026 .h-section--subtle { background: #F5F5F7; }
.ucp-2026 .h-wrap { max-width: 1280px; margin: 0 auto; position: relative; z-index: 1; }
.ucp-2026 .h-wrap--narrow { max-width: 820px; }
.ucp-2026 .h-head { max-width: 900px; margin: 0 auto 56px; text-align: center; }
.ucp-2026 .h-head--left { margin: 0 0 48px; text-align: left; max-width: 780px; }

.ucp-2026 .h-eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.1em; text-transform: uppercase;
  color: #4068EB; margin-bottom: 18px;
  font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, monospace;
}
.ucp-2026 .h-eyebrow::before {
  content: ""; width: 7px; height: 7px; border-radius: 50%; background: #14C8A0; flex-shrink: 0;
}
.ucp-2026 .h-h2 {
  font-family: 'Inter', -apple-system, sans-serif;
  font-size: clamp(30px, 4vw, 50px);
  font-weight: 700; letter-spacing: -0.025em; line-height: 1.08;
  color: #05184F; margin: 0 0 18px; text-wrap: balance;
}
.ucp-2026 .h-lead {
  font-size: 16px; line-height: 1.6; color: #4D4D4D;
  margin: 0 auto; max-width: 820px;
}
.ucp-2026 .h-head--left .h-lead { margin: 0; }

.ucp-2026 .h-btn {
  display: inline-flex; align-items: center; gap: 8px;
  font-family: 'Inter', sans-serif; font-size: 15px; font-weight: 600; line-height: 1;
  padding: 13px 22px; border-radius: 999px; text-decoration: none;
  border: 1px solid transparent;
  transition: background 0.15s ease, border-color 0.15s ease, transform 0.15s ease;
  cursor: pointer;
}
.ucp-2026 .h-btn--primary { background: #4068EB; color: #fff; }
.ucp-2026 .h-btn--primary:hover { background: #2D4FD4; transform: translateY(-1px); }
.ucp-2026 .h-btn--ghost { background: #fff; color: #1D1D1D; border-color: #E7EBF3; }
.ucp-2026 .h-btn--ghost:hover { background: #F5F5F7; border-color: #D8DDEA; }
.ucp-2026 .h-btn--light { background: #fff; color: #4068EB; }
.ucp-2026 .h-btn--light:hover { background: #EDF0FC; }
.ucp-2026 .h-btn--ghost-light { background: transparent; color: #fff; border-color: rgba(255,255,255,0.4); }
.ucp-2026 .h-btn--ghost-light:hover { background: rgba(255,255,255,0.08); border-color: rgba(255,255,255,0.65); }

/* ---- Hero -------------------------------------------------------------- */
.ucp-2026 .hero { position: relative; padding: 196px 24px 128px; background: #fff; overflow: hidden; }
.ucp-2026 .hero__halo { position: absolute; inset: 0; pointer-events: none; overflow: hidden; z-index: 0; }
.ucp-2026 .hero__halo::before {
  content: ""; position: absolute; top: -160px; left: -8%; width: 820px; height: 820px; border-radius: 50%;
  background: radial-gradient(circle, rgba(64,104,235,0.06) 0%, transparent 65%);
}
.ucp-2026 .hero__halo::after {
  content: ""; position: absolute; top: 40px; right: -10%; width: 560px; height: 560px; border-radius: 50%;
  background: radial-gradient(circle, rgba(0,255,218,0.05) 0%, transparent 65%);
}
.ucp-2026 .hero__grid {
  max-width: 1320px; margin: 0 auto; position: relative; z-index: 1;
  display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center;
}
.ucp-2026 .hero__title {
  font-size: clamp(2.2rem, 4.2vw, 3.5rem); font-weight: 700; line-height: 1.06;
  letter-spacing: -0.03em; color: #1D1D1D; margin: 0 0 24px; text-wrap: pretty;
}
.ucp-2026 .hero__title-accent {
  background: linear-gradient(135deg, #4068EB 0%, #00FFDA 85%);
  -webkit-background-clip: text; background-clip: text; color: transparent; display: inline;
}
.ucp-2026 .hero__subtitle { font-size: 16px; line-height: 1.6; color: #4D4D4D; max-width: 520px; margin: 0 0 36px; text-wrap: pretty; }
.ucp-2026 .hero__ctas { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; margin-bottom: 18px; }
.ucp-2026 .hero__trust { font-size: 13px; color: #7A7A8C; margin: 0; letter-spacing: 0.01em; }

.ucp-2026 .hero__demo { position: relative; }

/* ---- Hero chat widget ----------------------------------------------------
   Single dense "ask, then watch it answer" mockup: an empty-state composer
   (greeting + input + quick-action chips) that types a query, sends, and
   crossfades into a conversation view with a real inline result artifact.
   Deliberately tool-agnostic (Cirra works with Claude/ChatGPT/Cursor/etc.,
   see hero copy) — branded as "Cirra AI", not any single AI vendor's UI. */
.ucp-2026 .ccw {
  background: linear-gradient(180deg, #FAFBFE 0%, #F3F5FB 100%);
  border: 1px solid #E7EBF3; border-radius: 24px; padding: 36px 30px;
  box-shadow: 0 20px 56px rgba(5,24,79,0.1), 0 4px 12px rgba(5,24,79,0.05);
  /* Decorative mock (also aria-hidden + inert). pointer-events:none is the
     fallback for browsers without inert support so its fake controls
     can't be clicked or tapped anywhere. */
  pointer-events: none;
}
.ucp-2026 .ccw__body { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: 280px; }

/* Idle / composing state */
.ucp-2026 .ccw__idle {
  display: flex; flex-direction: column; align-items: center; gap: 26px;
  transition: opacity 0.35s ease; opacity: 1; width: 100%;
}
.ucp-2026 .ccw__idle.is-hidden { opacity: 0; position: absolute; inset: 0; pointer-events: none; }
.ucp-2026 .ccw__intro { display: flex; align-items: center; gap: 10px; }
.ucp-2026 .ccw__intro-icon { width: 26px; height: 26px; flex-shrink: 0; display: block; }
.ucp-2026 .ccw__intro-text { font-size: 19px; font-weight: 700; color: #05184F; letter-spacing: -0.01em; }

.ucp-2026 .ccw__inputcard {
  width: 100%; background: #fff; border: 1px solid #E7EBF3; border-radius: 16px;
  padding: 16px 18px; box-shadow: 0 2px 10px rgba(5,24,79,0.05);
}
.ucp-2026 .ccw__inputtext { font-size: 14.5px; line-height: 1.55; color: #1D1D1D; min-height: 44px; }
.ucp-2026 .ccw__cursor { display: inline-block; width: 2px; height: 15px; background: #4068EB; margin-left: 1px; vertical-align: -2px; animation: ucp-ccw-blink 1s step-end infinite; }
@keyframes ucp-ccw-blink { 0%, 100% { opacity: 1; } 50% { opacity: 0; } }
.ucp-2026 .ccw__toolbar { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 12px; }
.ucp-2026 .ccw__tools { display: flex; align-items: center; gap: 6px; }
.ucp-2026 .ccw__tool {
  width: 30px; height: 30px; border-radius: 9px; border: 1px solid #E7EBF3; background: #fff;
  display: flex; align-items: center; justify-content: center; color: #7A7A8C; flex-shrink: 0;
}
.ucp-2026 .ccw__toolbar-right { display: flex; align-items: center; gap: 10px; }
.ucp-2026 .ccw__connected {
  display: flex; align-items: center; gap: 6px; font-family: 'JetBrains Mono', monospace; font-size: 10.5px;
  color: #7A7A8C; white-space: nowrap;
}
.ucp-2026 .ccw__connected-dot { width: 6px; height: 6px; border-radius: 50%; background: #0DBF90; flex-shrink: 0; box-shadow: 0 0 0 3px rgba(13,191,144,0.18); }
.ucp-2026 .ccw__send {
  width: 32px; height: 32px; border-radius: 50%; border: none; flex-shrink: 0;
  background: linear-gradient(135deg, #4068EB 0%, #2D4FD4 100%); color: #fff;
  display: flex; align-items: center; justify-content: center; transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.ucp-2026 .ccw__send.is-flash { box-shadow: 0 0 0 6px rgba(64,104,235,0.24); transform: scale(1.08); }

/* Conversation state */
.ucp-2026 .ccw__convo { width: 100%; opacity: 0; transition: opacity 0.35s ease; }
.ucp-2026 .ccw__convo.is-visible { opacity: 1; }
.ucp-2026 .ccw__msgs { display: flex; flex-direction: column; gap: 20px; }
.ucp-2026 .ccw__bubble { max-width: 88%; font-size: 14px; line-height: 1.55; padding: 12px 15px; border-radius: 14px; opacity: 0; transform: translateY(6px); transition: opacity 0.3s ease, transform 0.3s ease; }
.ucp-2026 .ccw__bubble.is-visible { opacity: 1; transform: translateY(0); }
.ucp-2026 .ccw__bubble--user { align-self: flex-end; background: #4068EB; color: #fff; border-radius: 14px 14px 3px 14px; }
.ucp-2026 .ccw__bubble--ai { align-self: flex-start; background: #fff; border: 1px solid #E7EBF3; color: #1D1D1D; border-radius: 14px 14px 14px 3px; width: 88%; }

.ucp-2026 .ccw__thinking {
  display: flex; align-items: center; gap: 10px; align-self: flex-start;
  font-family: 'JetBrains Mono', monospace; font-size: 12px; color: #7A7A8C;
  background: #fff; border: 1px solid #E7EBF3; border-radius: 14px 14px 14px 3px;
  padding: 11px 18px; white-space: nowrap;
  opacity: 0; transition: opacity 0.25s ease;
}
.ucp-2026 .ccw__thinking.is-visible { opacity: 1; }
.ucp-2026 .ccw__thinking-dots { display: inline-flex; gap: 3px; flex-shrink: 0; }
.ucp-2026 .ccw__thinking-dot { width: 5px; height: 5px; border-radius: 50%; background: #4068EB; opacity: 0.3; animation: ucp-ccw-pulse 1.1s ease-in-out infinite; }
.ucp-2026 .ccw__thinking-dot:nth-child(2) { animation-delay: 0.15s; }
.ucp-2026 .ccw__thinking-dot:nth-child(3) { animation-delay: 0.3s; }
@keyframes ucp-ccw-pulse { 0%, 80%, 100% { opacity: 0.3; transform: scale(0.85); } 40% { opacity: 1; transform: scale(1); } }

.ucp-2026 .ccw__artifact { margin-top: 10px; border: 1px solid #E7EBF3; border-radius: 10px; overflow: hidden; background: #FAFBFE; }
.ucp-2026 .ccw__artifact-head {
  display: flex; align-items: center; gap: 6px; padding: 7px 12px; background: #F5F5F7;
  font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 700; color: #0A8A6C;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ucp-2026 .ccw__artifact-row { display: flex; align-items: center; justify-content: space-between; padding: 8px 12px; border-top: 1px solid #ECEFF5; font-size: 12.5px; }
.ucp-2026 .ccw__artifact-name { font-weight: 600; color: #1D1D1D; }
.ucp-2026 .ccw__artifact-sub { font-size: 10.5px; color: #7A7A8C; margin-top: 1px; }
.ucp-2026 .ccw__artifact-pill { font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 600; padding: 3px 8px; border-radius: 999px; flex-shrink: 0; }
.ucp-2026 .ccw__artifact-pill--edit { background: #FFF0DB; color: #B5730B; }
.ucp-2026 .ccw__artifact-pill--read { background: #E3F7F1; color: #0A8A6C; }

@media (prefers-reduced-motion: reduce) {
  .ucp-2026 .ccw__cursor, .ucp-2026 .ccw__thinking-dot { animation: none !important; opacity: 0.7; }
  .ucp-2026 .ccw__idle, .ucp-2026 .ccw__convo, .ucp-2026 .ccw__bubble, .ucp-2026 .ccw__thinking, .ucp-2026 .ccw__send { transition: none; }
}
@media (max-width: 560px) {
  .ucp-2026 .ccw { padding: 26px 18px; }
  .ucp-2026 .ccw__body { min-height: 260px; }
  .ucp-2026 .ccw__bubble, .ucp-2026 .ccw__bubble--ai { max-width: 100%; width: 100%; }
}

/* ---- Trusted-by logo marquee -------------------------------------------- */
.ucp-2026 .trusted-banner { width: 100%; max-width: 1280px; margin: 0 auto; padding: 8px 0 0; text-align: center; overflow: hidden; }
.ucp-2026 .trusted-banner__label {
  font-family: 'Inter', -apple-system, sans-serif; font-size: 12px; font-weight: 500;
  letter-spacing: 0.08em; text-transform: uppercase; color: #7A7A8C; margin: 0 0 24px;
}
.ucp-2026 .trusted-banner__track-wrapper {
  position: relative; width: 100%; overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%);
}
.ucp-2026 .trusted-banner__track {
  display: flex; flex-wrap: nowrap; align-items: center; gap: 48px; width: max-content;
  animation: ucp-trusted-scroll 45s linear infinite;
}
.ucp-2026 .trusted-banner__track:hover, .ucp-2026 .trusted-banner__track:focus-within { animation-play-state: paused; }
@keyframes ucp-trusted-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
/* The wrapper clips overflow, so stopping the animation leaves the first logo
   set static and hides the duplicated loop set. Matches the reduced-motion
   handling the chat widget already gets above. */
@media (prefers-reduced-motion: reduce) {
  .ucp-2026 .trusted-banner__track { animation: none !important; }
}
.ucp-2026 .trusted-banner__logo {
  flex-shrink: 0; height: 40px; width: 40px; object-fit: cover; border-radius: 8px;
  opacity: 0.78; filter: grayscale(100%); transition: opacity 0.2s ease, filter 0.2s ease;
}
.ucp-2026 .trusted-banner__logo:hover { opacity: 1; filter: grayscale(0%); }
@media (max-width: 640px) {
  .ucp-2026 .trusted-banner__track { gap: 36px; animation-duration: 35s; }
  .ucp-2026 .trusted-banner__logo { height: 30px; width: 30px; border-radius: 6px; }
}

/* ---- Comparison: generic AI vs Cirra AI ---------------------------------- */
.ucp-2026 .compare { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; align-items: stretch; }
.ucp-2026 .compare__col {
  border-radius: 18px; padding: 28px; display: flex; flex-direction: column;
}
.ucp-2026 .compare__col--bad { background: #F9F5F2; border: 1px solid #EEE0D6; }
.ucp-2026 .compare__col--good { background: #EEF2FF; border: 1px solid #C9D5FA; box-shadow: 0 14px 36px rgba(64,104,235,0.12); }
.ucp-2026 .compare__tag {
  display: inline-flex; align-items: center; gap: 6px; align-self: flex-start;
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; padding: 5px 11px; border-radius: 999px; margin-bottom: 16px;
}
.ucp-2026 .compare__col--bad .compare__tag { background: #EFE0D6; color: #8A5A2E; }
.ucp-2026 .compare__col--good .compare__tag { background: #4068EB; color: #fff; }
.ucp-2026 .compare__title { font-size: 16px; font-weight: 700; color: #1D1D1D; margin: 0 0 14px; }
.ucp-2026 .compare__body { font-size: 15px; line-height: 1.6; color: #4D4D4D; margin: 0 0 16px; }
.ucp-2026 .compare__list { list-style: none; margin: 0 0 18px; padding: 0; display: flex; flex-direction: column; gap: 9px; flex: 1; }
.ucp-2026 .compare__list li { display: flex; align-items: flex-start; gap: 9px; font-size: 13.5px; line-height: 1.5; color: #4D4D4D; }
.ucp-2026 .compare__col--bad .compare__list li::before { content: "•"; color: #C77C3D; font-weight: 700; flex-shrink: 0; }
.ucp-2026 .compare__col--good .compare__list li::before {
  content: ""; flex-shrink: 0; width: 16px; height: 16px; margin-top: 1px; border-radius: 50%;
  background: #0DBF90 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='20 6 9 17 4 12'/%3E%3C/svg%3E") no-repeat center;
}
.ucp-2026 .compare__foot {
  font-family: 'JetBrains Mono', monospace; font-size: 11px; padding-top: 14px; border-top: 1px solid rgba(0,0,0,0.08);
}
.ucp-2026 .compare__col--bad .compare__foot { color: #8A5A2E; }
.ucp-2026 .compare__col--good .compare__foot { color: #2D4FD4; font-weight: 600; }

/* ---- Realistic mini result-table mockup (used inside a h-card) ---------- */
.ucp-2026 .mocktable { border: 1px solid #E7EBF3; border-radius: 10px; overflow: hidden; margin-top: 16px; background: #fff; }
.ucp-2026 .mocktable__head {
  display: flex; justify-content: space-between; padding: 7px 12px; background: #F5F5F7;
  font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 600; color: #7A7A8C;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ucp-2026 .mocktable__row { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; border-top: 1px solid #F0F2F7; }
.ucp-2026 .mocktable__name { font-size: 12.5px; font-weight: 600; color: #1D1D1D; }
.ucp-2026 .mocktable__sub { font-size: 10.5px; color: #7A7A8C; margin-top: 1px; }
.ucp-2026 .mocktable__pill {
  font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 600; padding: 3px 9px; border-radius: 999px; flex-shrink: 0;
}
.ucp-2026 .mocktable__pill--edit { background: #FFF0DB; color: #B5730B; }
.ucp-2026 .mocktable__pill--read { background: #E3F7F1; color: #0A8A6C; }
.ucp-2026 .mocktable__pill--full { background: #EEF2FF; color: #2D4FD4; }

/* ---- Realistic mini field-security toggle mockup (used inside a h-card) - */
.ucp-2026 .mockfls { border: 1px solid #E7EBF3; border-radius: 10px; overflow: hidden; margin-top: 16px; background: #fff; }
.ucp-2026 .mockfls__head {
  display: flex; justify-content: space-between; padding: 7px 12px; background: #F5F5F7;
  font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 600; color: #7A7A8C;
  text-transform: uppercase; letter-spacing: 0.05em;
}
.ucp-2026 .mockfls__row { display: flex; justify-content: space-between; align-items: center; padding: 9px 12px; border-top: 1px solid #F0F2F7; font-size: 12.5px; color: #1D1D1D; }
.ucp-2026 .mockfls__switch { position: relative; width: 30px; height: 17px; border-radius: 999px; flex-shrink: 0; }
.ucp-2026 .mockfls__switch::after { content: ""; position: absolute; top: 2px; width: 13px; height: 13px; border-radius: 50%; background: #fff; }
.ucp-2026 .mockfls__switch--on { background: #4068EB; }
.ucp-2026 .mockfls__switch--on::after { right: 2px; }
.ucp-2026 .mockfls__switch--off { background: #E0E3EC; }
.ucp-2026 .mockfls__switch--off::after { left: 2px; }

/* ---- Realistic mini roster mockup (used inside a h-card) ----------------- */
.ucp-2026 .mockroster { border: 1px solid #E7EBF3; border-radius: 10px; overflow: hidden; margin-top: 16px; background: #fff; }
.ucp-2026 .mockroster__head {
  padding: 7px 12px; background: #F5F5F7; font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 600;
  color: #7A7A8C; text-transform: uppercase; letter-spacing: 0.05em;
}
.ucp-2026 .mockroster__row { display: flex; align-items: center; gap: 10px; padding: 9px 12px; border-top: 1px solid #F0F2F7; }
.ucp-2026 .mockroster__avatar {
  width: 24px; height: 24px; border-radius: 50%; flex-shrink: 0; color: #fff; font-size: 9.5px; font-weight: 700;
  background: linear-gradient(135deg, #4068EB 0%, #00FFDA 100%); display: flex; align-items: center; justify-content: center;
}
.ucp-2026 .mockroster__name { font-size: 12.5px; font-weight: 600; color: #1D1D1D; }
.ucp-2026 .mockroster__role { font-size: 10.5px; color: #7A7A8C; margin-top: 1px; }

/* ---- Realistic mini clone-flow mockup (used inside a h-card) ------------- */
.ucp-2026 .mockclone { border: 1px solid #E7EBF3; border-radius: 10px; margin-top: 16px; background: #fff; padding: 16px 12px; display: flex; align-items: center; justify-content: space-between; gap: 6px; }
.ucp-2026 .mockclone__person { display: flex; flex-direction: column; align-items: center; gap: 6px; width: 76px; }
.ucp-2026 .mockclone__avatar {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0; color: #fff; font-size: 11px; font-weight: 700;
  background: linear-gradient(135deg, #4068EB 0%, #00FFDA 100%); display: flex; align-items: center; justify-content: center;
}
.ucp-2026 .mockclone__name { font-size: 10.5px; font-weight: 600; color: #1D1D1D; text-align: center; }
.ucp-2026 .mockclone__role { font-size: 9px; color: #7A7A8C; text-align: center; }
.ucp-2026 .mockclone__mid { flex: 1; display: flex; flex-direction: column; align-items: center; gap: 5px; color: #0DBF90; }
.ucp-2026 .mockclone__label {
  font-family: 'JetBrains Mono', monospace; font-size: 8.5px; font-weight: 600; color: #0A8A6C;
  text-transform: uppercase; letter-spacing: 0.04em; white-space: nowrap;
}

/* ---- Realistic mini risk-flag mockup (used inside a h-card) -------------- */
.ucp-2026 .mockrisk { border: 1px solid #E7EBF3; border-radius: 10px; overflow: hidden; margin-top: 16px; background: #fff; }
.ucp-2026 .mockrisk__row { display: flex; align-items: center; justify-content: space-between; padding: 9px 12px; border-top: 1px solid #F0F2F7; }
.ucp-2026 .mockrisk__row:first-child { border-top: none; }
.ucp-2026 .mockrisk__left { display: flex; align-items: center; gap: 8px; }
.ucp-2026 .mockrisk__dot { width: 7px; height: 7px; border-radius: 50%; flex-shrink: 0; }
.ucp-2026 .mockrisk__dot--high { background: #E2543A; }
.ucp-2026 .mockrisk__dot--med { background: #E0A030; }
.ucp-2026 .mockrisk__name { font-size: 12px; color: #1D1D1D; }
.ucp-2026 .mockrisk__pill {
  font-family: 'JetBrains Mono', monospace; font-size: 9.5px; font-weight: 600; padding: 3px 8px; border-radius: 999px; flex-shrink: 0;
}
.ucp-2026 .mockrisk__pill--high { background: #FDEEEA; color: #C2452E; }
.ucp-2026 .mockrisk__pill--med { background: #FFF6E3; color: #9C6D0E; }

/* ---- Scenario cards ("the moments permissions matter") ------------------ */
.ucp-2026 .scenarios { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ucp-2026 .scenario {
  background: #fff; border: 1px solid #E7EBF3; border-radius: 16px; padding: 28px;
  display: flex; flex-direction: column; transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ucp-2026 .scenario:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(5,24,79,0.08); border-color: #D7DEF2; }
.ucp-2026 .scenario__tag {
  display: inline-flex; align-self: flex-start; font-family: 'JetBrains Mono', monospace; font-size: 10px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; color: #4068EB; background: #EDF0FC;
  padding: 5px 10px; border-radius: 999px; margin-bottom: 16px;
}
.ucp-2026 .scenario__t { font-size: 16px; font-weight: 700; color: #1D1D1D; margin: 0 0 10px; }
.ucp-2026 .scenario__b { font-size: 15px; line-height: 1.6; color: #4D4D4D; margin: 0 0 20px; flex: 1; }
.ucp-2026 .scenario__stat { display: flex; align-items: baseline; gap: 7px; padding-top: 16px; border-top: 1px solid #E7EBF3; }
.ucp-2026 .scenario__stat-v { font-size: 20px; font-weight: 700; color: #05184F; font-family: 'JetBrains Mono', monospace; }
.ucp-2026 .scenario__stat-l { font-size: 12px; color: #7A7A8C; }

/* ---- Problem statement -------------------------------------------------- */
.ucp-2026 .problem { background: #F5F5F7; padding-top: 56px; padding-bottom: 56px; }
.ucp-2026 .problem__rule { width: 40px; height: 2px; background: #4068EB; border-radius: 2px; margin-bottom: 32px; }
.ucp-2026 .problem__rule:last-child { margin-bottom: 0; margin-top: 32px; }
.ucp-2026 .problem p { font-size: 16px; line-height: 1.6; margin: 0 0 24px; text-wrap: pretty; }
.ucp-2026 .problem p:first-of-type { color: #1D1D1D; }
.ucp-2026 .problem p:last-of-type { color: #4D4D4D; margin-bottom: 0; }
.ucp-2026 .problem p a { color: #4068EB; text-decoration: underline; text-underline-offset: 3px; }

/* ---- How it works (borderless connected timeline, no cards) ------------- */
.ucp-2026 .hiw { display: flex; flex-direction: column; max-width: 900px; margin: 0 auto; }
.ucp-2026 .hiw__item { display: grid; grid-template-columns: 40px 1fr; column-gap: 24px; }
.ucp-2026 .hiw__marker { display: flex; flex-direction: column; align-items: center; }
.ucp-2026 .hiw__node {
  font-family: 'JetBrains Mono', monospace; font-size: 15px; font-weight: 700; color: #fff;
  background: linear-gradient(135deg, #4068EB 0%, #2D4FD4 100%); width: 40px; height: 40px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(64,104,235,0.28);
}
.ucp-2026 .hiw__line { flex: 1; width: 2px; min-height: 32px; margin-top: 8px; background: #E7EBF3; }
.ucp-2026 .hiw__item:last-child .hiw__line { display: none; }
.ucp-2026 .hiw__content { padding-bottom: 40px; }
.ucp-2026 .hiw__item:last-child .hiw__content { padding-bottom: 0; }
.ucp-2026 .hiw__t { font-size: 18px; font-weight: 700; line-height: 1.3; color: #1D1D1D; margin: 6px 0 10px; letter-spacing: -0.01em; }
.ucp-2026 .hiw__b { font-size: 15px; line-height: 1.6; color: #4D4D4D; margin: 0; max-width: 560px; }

/* ---- Built-in analysis (centered prose, no diagram) ---------------------- */
.ucp-2026 .whatdoes { max-width: 860px; margin: 0 auto; text-align: center; }
.ucp-2026 .whatdoes p { font-size: 16px; line-height: 1.6; color: #4D4D4D; margin: 0 0 16px; }
.ucp-2026 .whatdoes p:last-child { margin-bottom: 0; }
.ucp-2026 .whatdoes a { color: #4068EB; text-decoration: underline; text-underline-offset: 3px; }

/* ---- What you can build (card grid) -------------------------------------- */
.ucp-2026 .h-cards3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.ucp-2026 .h-card {
  background: #fff; border: 1px solid #E7EBF3; border-radius: 16px; padding: 32px;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.ucp-2026 .h-card:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(5,24,79,0.08); border-color: #D7DEF2; }
.ucp-2026 .h-card__icon {
  width: 44px; height: 44px; border-radius: 12px; background: linear-gradient(135deg, #EDF0FC 0%, #E3F7F1 100%);
  color: #4068EB; display: flex; align-items: center; justify-content: center; margin-bottom: 20px;
}
.ucp-2026 .h-card__icon svg { width: 22px; height: 22px; }
.ucp-2026 .h-card__t { font-size: 17px; font-weight: 700; line-height: 1.25; color: #1D1D1D; margin: 0 0 12px; letter-spacing: -0.01em; }
.ucp-2026 .h-card__b { font-size: 15px; line-height: 1.6; color: #4D4D4D; margin: 0; }
.ucp-2026 .h-card__b a { color: #4068EB; text-decoration: underline; text-underline-offset: 3px; }

/* ---- What you can build: CTA tile (6th card, links out) ------------------ */
.ucp-2026 .h-card--cta {
  display: flex; flex-direction: column; text-decoration: none;
  background: linear-gradient(135deg, #4068EB 0%, #2D4FD4 100%); border-color: transparent;
}
.ucp-2026 .h-card--cta:hover { border-color: transparent; box-shadow: 0 14px 36px rgba(45,79,212,0.28); }
.ucp-2026 .h-card--cta .h-card__icon { background: rgba(255,255,255,0.16); color: #fff; }
.ucp-2026 .h-card--cta .h-card__t { color: #fff; }
.ucp-2026 .h-card--cta .h-card__b { color: rgba(255,255,255,0.82); margin-bottom: 20px; }
.ucp-2026 .h-card--cta .h-card__cta-link {
  margin-top: auto; display: inline-flex; align-items: center; gap: 7px;
  font-size: 14.5px; font-weight: 700; color: #fff;
}
.ucp-2026 .h-card--cta .h-card__cta-link svg { transition: transform 0.2s ease; }
.ucp-2026 .h-card--cta:hover .h-card__cta-link svg { transform: translateX(3px); }

/* ---- Compatibility (real logo tiles, single wrapping row) ---------------- */
.ucp-2026 .aitools { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; }
.ucp-2026 .aitool {
  display: flex; align-items: center; gap: 13px; background: #fff; border: 1px solid #E7EBF3;
  border-radius: 16px; padding: 12px 22px 12px 12px; transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
.ucp-2026 .aitool:hover { transform: translateY(-3px); box-shadow: 0 14px 36px rgba(5,24,79,0.08); border-color: #D7DEF2; }
.ucp-2026 .aitool__logo { width: 40px; height: 40px; border-radius: 11px; object-fit: cover; flex-shrink: 0; display: block; }
.ucp-2026 .aitool__logo--contain { object-fit: contain; padding: 3px; }
.ucp-2026 .aitool__name { font-size: 14.5px; font-weight: 700; color: #05184F; line-height: 1.3; }
.ucp-2026 .aitool__sub { font-size: 11.5px; color: #7A7A8C; margin-top: 1px; }

/* ---- Testimonials (LinkedIn screenshot cards) --------------------------- */
.ucp-2026 .tshots { display: flex; gap: 22px; align-items: flex-start; }
.ucp-2026 .tshots__col { flex: 1; display: flex; flex-direction: column; gap: 22px; }
.ucp-2026 .tshot {
  display: block; text-decoration: none; border-radius: 16px; overflow: hidden;
  border: 1px solid #E7EBF3; background: #fff; box-shadow: 0 2px 8px rgba(5,24,79,0.04);
  transition: transform 0.25s cubic-bezier(0.22,1,0.36,1), box-shadow 0.25s cubic-bezier(0.22,1,0.36,1), border-color 0.25s ease;
}
.ucp-2026 .tshot:hover { transform: translateY(-4px); box-shadow: 0 14px 36px rgba(5,24,79,0.1); border-color: #D7DEF2; }
.ucp-2026 .tshot__img { display: block; width: 100%; height: auto; }

/* ---- Governance strip (dark band, text metrics) --------------------------- */
.ucp-2026 .secband {
  position: relative; overflow: hidden;
  background: linear-gradient(90deg, #07205A 0%, #0B2E63 48%, #0E4F63 100%); color: #fff;
}
.ucp-2026 .secband::before {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.5;
  background-image: radial-gradient(rgba(255,255,255,0.14) 1px, transparent 1px);
  background-size: 28px 28px;
  -webkit-mask-image: radial-gradient(ellipse 70% 90% at 50% 20%, black 0%, transparent 75%);
  mask-image: radial-gradient(ellipse 70% 90% at 50% 20%, black 0%, transparent 75%);
}
.ucp-2026 .secband__inner { max-width: 1280px; margin: 0 auto; padding: 80px 24px; position: relative; z-index: 1; }
.ucp-2026 .secband__label {
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; font-weight: 500; color: rgba(255,255,255,0.38);
  text-transform: uppercase; letter-spacing: 0.12em; margin-bottom: 48px;
}
.ucp-2026 .secband__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 48px; margin-bottom: 48px; }
.ucp-2026 .secband__k {
  font-family: 'JetBrains Mono', monospace; font-size: 10.5px; color: rgba(255,255,255,0.38);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 12px;
}
.ucp-2026 .secband__v { font-size: 22px; font-weight: 700; color: #fff; margin-bottom: 10px; letter-spacing: -0.01em; }
.ucp-2026 .secband__d { font-size: 15px; color: rgba(255,255,255,0.58); line-height: 1.6; }
.ucp-2026 .secband__d a { color: #9DB8FF; text-decoration: underline; text-underline-offset: 3px; }
.ucp-2026 .secband__d a:hover { color: #fff; }
.ucp-2026 .secband__rule { height: 1px; background: rgba(255,255,255,0.08); margin-bottom: 28px; }
.ucp-2026 .secband__note { font-size: 13.5px; color: rgba(255,255,255,0.42); line-height: 1.65; max-width: 580px; margin: 0; }
.ucp-2026 .secband__note a { color: #9DB8FF; text-decoration: underline; text-underline-offset: 3px; }
.ucp-2026 .secband__note a:hover { color: #fff; }

/* ---- FAQ (shared faq pattern) ------------------------------------------- */
.ucp-2026 .faq { max-width: 800px; margin: 0 auto; border-top: 1px solid #E7EBF3; }
.ucp-2026 .faq__item { border-bottom: 1px solid #E7EBF3; }
.ucp-2026 .faq__item summary {
  display: flex; align-items: center; justify-content: space-between; gap: 20px; list-style: none; cursor: pointer;
  padding: 24px 4px; font-size: 16px; font-weight: 600; color: #1D1D1D; line-height: 1.4;
  transition: color 0.15s ease;
}
.ucp-2026 .faq__item summary:hover { color: #4068EB; }
.ucp-2026 .faq__item summary::-webkit-details-marker { display: none; }
.ucp-2026 .faq__icon { width: 22px; height: 22px; position: relative; flex-shrink: 0; color: currentColor; }
.ucp-2026 .faq__icon::before, .ucp-2026 .faq__icon::after {
  content: ''; position: absolute; background: currentColor; border-radius: 2px; transition: transform 0.2s ease;
}
.ucp-2026 .faq__icon::before { top: 10px; left: 3px; width: 16px; height: 2px; }
.ucp-2026 .faq__icon::after { left: 10px; top: 3px; width: 2px; height: 16px; }
.ucp-2026 .faq__item[open] .faq__icon::after { transform: scaleY(0); }
.ucp-2026 .faq__a { padding: 0 4px 28px; font-size: 15px; color: #4D4D4D; line-height: 1.6; max-width: 92%; }

/* ---- Final CTA (shared finalcta pattern) -------------------------------- */
.ucp-2026 .finalcta { position: relative; overflow: hidden; background: #05184F; color: #fff; }
.ucp-2026 .finalcta::after {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 2px; z-index: 2;
  background: linear-gradient(90deg, transparent 0%, #00FFDA 32%, #4068EB 68%, transparent 100%); opacity: 0.65;
}
.ucp-2026 .finalcta::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: radial-gradient(ellipse 55% 60% at 78% 28%, rgba(64,104,235,0.5) 0%, transparent 60%),
              radial-gradient(ellipse 50% 55% at 18% 82%, rgba(0,255,218,0.2) 0%, transparent 60%);
}
.ucp-2026 .finalcta__dots {
  content: ""; position: absolute; inset: 0; pointer-events: none; opacity: 0.4; z-index: 0;
  background-image: radial-gradient(rgba(255,255,255,0.14) 1px, transparent 1px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 60% 80% at 50% 40%, black 0%, transparent 75%);
  mask-image: radial-gradient(ellipse 60% 80% at 50% 40%, black 0%, transparent 75%);
}
.ucp-2026 .finalcta__inner { position: relative; z-index: 1; max-width: 680px; margin: 0 auto; text-align: center; padding: 104px 24px; }
.ucp-2026 .finalcta h2 { font-size: clamp(30px, 4.5vw, 50px); font-weight: 700; letter-spacing: -0.025em; line-height: 1.08; margin: 0 0 24px; color: #fff; }
.ucp-2026 .finalcta__lead { font-size: 16px; line-height: 1.6; color: rgba(255,255,255,0.78); margin: 0 auto 34px; max-width: 500px; }
.ucp-2026 .finalcta__row { display: flex; justify-content: center; gap: 12px; flex-wrap: wrap; }
.ucp-2026 .finalcta__note { font-size: 13px; color: rgba(255,255,255,0.42); margin: 20px 0 0; letter-spacing: 0.01em; }

/* ---- Responsive ---------------------------------------------------------- */
@media (max-width: 1024px) {
  .ucp-2026 .hero__grid { grid-template-columns: 1fr; gap: 56px; }
  .ucp-2026 .hero { padding: 180px 24px 112px; }
  .ucp-2026 .hero__subtitle { max-width: 100%; }
  .ucp-2026 .h-cards3 { grid-template-columns: repeat(2, 1fr); }
  .ucp-2026 .secband__grid { grid-template-columns: 1fr; gap: 32px; }
  .ucp-2026 .compare { grid-template-columns: 1fr; }
  .ucp-2026 .scenarios { grid-template-columns: 1fr; }
}
@media (max-width: 767px) {
  .ucp-2026 .h-section { padding: 64px 20px; }
  .ucp-2026 .h-section--tight { padding: 56px 20px; }
  .ucp-2026 .hero { padding: 164px 20px 100px; }
  .ucp-2026 .h-cards3 { grid-template-columns: 1fr; }
  .ucp-2026 .aitool { width: 100%; padding: 12px 16px; }
  .ucp-2026 .hiw__item { grid-template-columns: 32px 1fr; column-gap: 16px; }
  .ucp-2026 .hiw__node { width: 32px; height: 32px; font-size: 13px; }
  .ucp-2026 .tshots { flex-direction: column; }
  .ucp-2026 .tshots__col { flex: unset; width: 100%; }
  .ucp-2026 .finalcta__inner { padding: 72px 20px; }
}
@media (max-width: 560px) {
  .ucp-2026 .h-cards3 { grid-template-columns: 1fr; }
}
