/* ============================================================
   NURSEMATE PRODUCT PAGES — SwiftCare / NursePrep (tokens)
   ============================================================ */

/* ---------- Hero ---------- */
.prod-hero {
  padding: var(--s-8) 0 var(--s-7);
  background:
    radial-gradient(ellipse 55% 45% at 75% -5%, rgba(77, 159, 255, 0.16), transparent 70%),
    radial-gradient(ellipse 40% 35% at 12% 100%, rgba(56, 210, 192, 0.09), transparent 70%),
    var(--bg-0);
}

.prod-hero-inner {
  max-width: 880px;
}

.prod-logo-badge {
  display: inline-flex;
  margin-bottom: var(--s-4);
}
.prod-logo-img {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: var(--shadow-md);
  border: 1px solid var(--border);
}

/* SwiftCare's outline logo needs ~23% more display size to match NursePrep's solid mark. */
.prod-logo-img-lg {
  width: 88px;
  height: 88px;
  border-radius: 22px;
}

.prod-hero .prod-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  border-radius: var(--r-pill);
  background: var(--accent-soft);
  border: 1px solid rgba(77, 159, 255, 0.3);
  color: var(--accent);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: var(--s-4);
}

.prod-hero .prod-tag-live {
  background: rgba(52, 201, 143, 0.14);
  border-color: rgba(52, 201, 143, 0.35);
  color: var(--success);
}

.prod-hero .prod-tag .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: currentColor;
}

.prod-hero-title {
  margin: 0 0 var(--s-4);
  font-size: clamp(2.4rem, 5.4vw, 3.8rem);
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: -0.03em;
}

.prod-hero-sub {
  margin: 0 0 var(--s-6);
  max-width: 700px;
  color: var(--text-2);
  font-size: 1.12rem;
}

.prod-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-3);
}

/* ---------- Sections ---------- */
.prod-section {
  padding: var(--s-8) 0;
  border-top: 1px solid var(--border);
}

.prod-section-alt {
  background: var(--bg-1);
}

.prod-section-head {
  max-width: 720px;
  margin-bottom: var(--s-6);
}

/* Feature grid */
.prod-features {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--s-4);
}

.prod-feature {
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  padding: var(--s-5);
  transition: transform var(--t) var(--ease-spring), border-color var(--t) var(--ease), box-shadow var(--t) var(--ease);
}

.prod-feature:hover {
  transform: translateY(-4px);
  border-color: rgba(77, 159, 255, 0.4);
  box-shadow: var(--glow);
}

.prod-feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 13px;
  background: var(--accent-soft);
  color: var(--accent);
  margin-bottom: var(--s-4);
}

.prod-feature h3 {
  margin: 0 0 var(--s-2);
  font-size: 1.08rem;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.prod-feature p {
  margin: 0;
  color: var(--text-2);
  font-size: 0.93rem;
  line-height: 1.55;
}

.prod-feature ul {
  margin: var(--s-2) 0 0;
  padding-left: 18px;
  color: var(--text-2);
  font-size: 0.9rem;
}

.prod-feature li {
  margin: 3px 0;
}

/* ---------- Comparison table ---------- */
.compare-wrap {
  overflow-x: auto;
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  background: var(--bg-1);
  box-shadow: var(--shadow-md);
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 720px;
  font-size: 0.9rem;
}

.compare-table th,
.compare-table td {
  padding: 14px 18px;
  text-align: left;
  border-bottom: 1px solid var(--border);
  vertical-align: top;
}

.compare-table thead th {
  background: var(--bg-2);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--text-2);
}

.compare-table thead th.ours {
  color: var(--text-1);
  background: var(--accent-soft);
  border-bottom: 2px solid var(--accent);
}

.compare-table tbody tr:last-child td {
  border-bottom: none;
}

.compare-table tbody tr:hover td {
  background: var(--glass);
}

.compare-table td.row-label {
  font-weight: 600;
  color: var(--text-1);
}

.compare-table td.ours-cell {
  background: rgba(77, 159, 255, 0.05);
  color: var(--text-1);
}

.cell-yes {
  color: var(--success);
  font-weight: 700;
}

.cell-no {
  color: var(--text-3);
}

.cell-soon {
  color: var(--warning);
  font-weight: 600;
}

.cell-note {
  display: block;
  font-size: 0.78rem;
  color: var(--text-3);
  font-weight: 400;
  margin-top: 2px;
}

/* ---------- CTA band ---------- */
.prod-cta {
  padding: var(--s-8) 0;
  text-align: center;
  background:
    radial-gradient(ellipse 60% 60% at 50% 0%, rgba(77, 159, 255, 0.12), transparent 70%),
    var(--bg-1);
  border-top: 1px solid var(--border);
}

.prod-cta h2 {
  margin: 0 0 var(--s-3);
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 700;
  letter-spacing: -0.02em;
}

.prod-cta p {
  margin: 0 auto var(--s-5);
  max-width: 520px;
  color: var(--text-2);
}

/* ---------- Demo (See it in action) ---------- */
.demo-section {
  padding: var(--s-8) 0;
  border-top: 1px solid var(--border);
  background:
    radial-gradient(ellipse 50% 40% at 50% 0%, rgba(56, 210, 192, 0.07), transparent 70%),
    var(--bg-0);
}

.demo-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: var(--s-2);
  margin-bottom: var(--s-5);
}

.demo-tab {
  padding: 10px 20px;
  border-radius: var(--r-pill);
  border: 1px solid var(--border);
  background: var(--glass);
  color: var(--text-2);
  font-family: var(--font);
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--t-fast) var(--ease);
}

.demo-tab:hover {
  border-color: var(--border-strong);
  color: var(--text-1);
}

.demo-tab.active {
  background: var(--accent-soft);
  border-color: rgba(77, 159, 255, 0.5);
  color: var(--text-1);
}

.demo-panels {
  position: relative;
  display: grid;
}

.demo-panel {
  grid-area: 1 / 1;
  min-width: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.demo-panel.active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  animation: demo-in 0.45s var(--ease);
}

@keyframes demo-in {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.demo-window {
  border-radius: var(--r-lg);
  background: var(--bg-1);
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}

/* Demo: SwiftCare */
.demo-swift-body {
  display: flex;
  min-height: 320px;
  text-align: left;
}

.demo-swift-main {
  flex: 1;
  min-width: 0;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background:
    radial-gradient(ellipse 60% 45% at 90% 0%, rgba(77, 159, 255, 0.07), transparent 70%),
    var(--bg-1);
}

.demo-kpi-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.demo-kpi {
  padding: 10px 12px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.demo-kpi b {
  display: block;
  font-size: 16px;
  color: var(--text-1);
}

.demo-kpi span {
  font-size: 10.5px;
  color: var(--text-3);
}

.demo-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
}

.demo-table th,
.demo-table td {
  text-align: left;
  padding: 8px 10px;
  border-bottom: 1px solid var(--border);
}

.demo-table th {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-3);
  background: var(--glass);
}

.demo-status {
  padding: 2px 9px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
}

.demo-status.given { background: rgba(52, 201, 143, 0.14); color: var(--success); }
.demo-status.due { background: rgba(240, 180, 41, 0.14); color: var(--warning); }
.demo-status.missed { background: rgba(255, 107, 107, 0.14); color: var(--danger); }

.demo-obs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.demo-obs {
  padding: 12px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.demo-obs b {
  display: block;
  font-size: 18px;
  color: var(--text-1);
}

.demo-obs span {
  font-size: 10.5px;
  color: var(--text-3);
}

.demo-news2 {
  margin-top: 2px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(240, 180, 41, 0.12);
  border: 1px solid rgba(240, 180, 41, 0.35);
  font-size: 12px;
  font-weight: 600;
  color: var(--warning);
}

.demo-handover {
  padding: 14px 16px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 12.5px;
  color: var(--text-2);
  line-height: 1.6;
}

.demo-handover b {
  color: var(--text-1);
}

/* Demo: NursePrep */
.demo-prep-body {
  padding: 22px 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: left;
  background:
    radial-gradient(ellipse 60% 45% at 90% 0%, rgba(77, 159, 255, 0.08), transparent 70%),
    var(--bg-1);
}

.demo-prep-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-3);
}

.demo-prep-timer { color: var(--accent); }

.demo-prep-progress {
  height: 6px;
  border-radius: 999px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  overflow: hidden;
}

.demo-prep-progress span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--gradient);
  transition: width 0.6s var(--ease);
}

.demo-prep-q {
  font-size: 15px;
  font-weight: 600;
  color: var(--text-1);
  line-height: 1.5;
  padding: 6px 0 2px;
}

.demo-prep-opt {
  padding: 11px 14px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 12px;
  font-size: 13.5px;
  color: var(--text-2);
  transition: border-color var(--t-fast) var(--ease), background var(--t-fast) var(--ease);
}

.demo-prep-opt.correct {
  border-color: rgba(52, 201, 143, 0.55);
  background: rgba(52, 201, 143, 0.1);
  color: var(--text-1);
  font-weight: 600;
}

.demo-prep-explain {
  padding: 12px 14px;
  background: var(--accent-soft);
  border: 1px solid rgba(77, 159, 255, 0.3);
  border-radius: 12px;
  font-size: 13px;
  color: var(--text-2);
  line-height: 1.55;
}

.demo-prep-explain b { color: var(--text-1); }

.demo-topic-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.demo-topic-row .demo-topic-name {
  width: 130px;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-2);
}

.demo-topic-bar {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: var(--bg-2);
  border: 1px solid var(--border);
  overflow: hidden;
}

.demo-topic-bar span {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--gradient);
}

.demo-topic-pct {
  width: 40px;
  text-align: right;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-1);
}

/* ---------- Responsive ---------- */
@media (max-width: 640px) {
  .prod-hero,
  .prod-section,
  .prod-cta,
  .demo-section {
    padding: var(--s-6) 0;
  }
  .compare-table th,
  .compare-table td {
    padding: 11px 12px;
    font-size: 0.82rem;
  }
  .demo-kpi-row,
  .demo-obs-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .demo-topic-row .demo-topic-name {
    width: 96px;
    font-size: 11px;
  }
}

/* ---------- SwiftCare demo mockup (moved from landing.css — was missing on /swiftcare) ---------- */
.mockup-bar {
  display: flex;
  align-items: center;
  gap: var(--s-2);
  padding: 12px 16px;
  background: var(--glass);
  border-bottom: 1px solid var(--border);
}

.mockup-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.mockup-dot:nth-child(1) { background: #ff5f57; }
.mockup-dot:nth-child(2) { background: #febc2e; }
.mockup-dot:nth-child(3) { background: #28c840; }

.mockup-url {
  flex: 1;
  margin-left: 8px;
  padding: 5px 14px;
  background: var(--bg-0);
  border: 1px solid var(--border);
  border-radius: var(--r-pill);
  font-size: 12px;
  color: var(--text-3);
  text-align: center;
}

.swift-side {
  width: 128px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 14px 10px;
  background: var(--bg-1);
  border-right: 1px solid var(--border);
  font-size: 11px;
}

.swift-side-logo {
  font-size: 18px;
  margin-bottom: 8px;
}
.swift-side-logo-img {
  width: 28px;
  height: 28px;
  border-radius: 7px;
  display: block;
  object-fit: cover;
}

.swift-side-item {
  padding: 7px 10px;
  border-radius: 8px;
  color: var(--text-3);
  font-weight: 600;
}

.swift-side-item.active {
  background: var(--accent-soft);
  color: var(--text-1);
}

.swift-main {
  flex: 1;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.swift-main-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
}

.swift-pill {
  padding: 3px 10px;
  border-radius: 999px;
  background: var(--glass);
  border: 1px solid var(--border);
  color: var(--text-2);
  font-size: 10px;
  font-weight: 700;
}

.swift-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.swift-card {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding: 10px;
  background: var(--bg-0);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.swift-card-name {
  font-size: 11px;
  font-weight: 700;
  color: var(--text-1);
}

.swift-card-meta {
  font-size: 9.5px;
  color: var(--text-3);
}

.swift-badge {
  align-self: flex-start;
  margin-top: 4px;
  padding: 2px 8px;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 700;
}

.swift-badge.ok {
  background: rgba(52, 201, 143, 0.14);
  color: var(--success);
}

.swift-badge.warn {
  background: rgba(240, 180, 41, 0.14);
  color: var(--warning);
}

.swift-emar {
  padding: 10px 12px;
  background: var(--bg-0);
  border: 1px solid var(--border);
  border-radius: 10px;
}

.swift-emar-label {
  display: block;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-3);
  margin-bottom: 6px;
}

.swift-emar-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 14px;
  font-size: 10.5px;
  color: var(--text-2);
}

.swift-check {
  color: var(--success);
  font-weight: 700;
}

/* Demo: platform panels extras */
.demo-chip-row {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.demo-chip-row .swift-pill {
  cursor: default;
}

.demo-bars {
  display: flex;
  align-items: flex-end;
  gap: 6px;
  height: 54px;
  flex: 1;
}

.demo-bars span {
  flex: 1;
  min-width: 8px;
  border-radius: 5px 5px 0 0;
  background: var(--gradient);
  opacity: 0.85;
}

.demo-bars span.warn {
  background: var(--warning);
  opacity: 0.95;
}

/* Deep analysis highlight — AI pattern-recognition insights */
.ai-insights {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: var(--s-4);
}

.ai-insight {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: var(--s-5);
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid var(--border);
  border-radius: var(--r-lg);
  overflow: hidden;
}

.ai-insight::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(ellipse 60% 50% at 92% 0%, rgba(77, 159, 255, 0.08), transparent 70%);
  pointer-events: none;
}

.ai-insight-head {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ai-avatar {
  width: 30px;
  height: 30px;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(77, 159, 255, 1), rgba(56, 210, 192, 1));
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  overflow: hidden;
}

.ai-insight-head strong {
  display: block;
  font-size: 13px;
  color: var(--text-1);
  letter-spacing: -0.01em;
}

.ai-insight-meta {
  display: block;
  font-size: 11px;
  color: var(--text-3);
  margin-top: 1px;
}

.ai-insight-finding {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-2);
}

.ai-insight-finding b {
  color: var(--text-1);
}

.ai-insight-action {
  margin: 0;
  font-size: 13.5px;
  line-height: 1.55;
  color: var(--text-1);
}

.ai-insight-ask {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--accent);
}

.ai-insight-cta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 2px;
}

/* Pipo — Deep Analysis AI persona */
.pipo-intro {
  position: relative;
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 640px;
  margin-top: var(--s-5);
  margin-bottom: var(--s-5);
  padding: 14px 18px;
  background: linear-gradient(180deg, var(--bg-2), var(--bg-1));
  border: 1px solid var(--border-strong);
  border-radius: var(--r-lg);
  box-shadow: var(--shadow-md);
  overflow: hidden;
}

.pipo-intro::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 30%, rgba(255, 255, 255, 0.07) 50%, transparent 70%);
  transform: translateX(-100%);
  animation: pipo-sheen 5s var(--ease) infinite;
  pointer-events: none;
}

@keyframes pipo-sheen {
  0% { transform: translateX(-100%); }
  55% { transform: translateX(100%); }
  100% { transform: translateX(100%); }
}

.pipo-avatar {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(77, 159, 255, 1), rgba(56, 210, 192, 1));
  color: #fff;
  font-weight: 800;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  animation: pipo-float 4s ease-in-out infinite;
  overflow: hidden;
}

.pipo-avatar img,
.ai-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

@keyframes pipo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

.pipo-ring {
  position: absolute;
  inset: -6px;
  border-radius: 18px;
  border: 2px solid rgba(77, 159, 255, 0.35);
  animation: pipo-pulse 2.6s var(--ease) infinite;
}

@keyframes pipo-pulse {
  0% { transform: scale(0.92); opacity: 0.9; }
  70% { transform: scale(1.2); opacity: 0; }
  100% { opacity: 0; }
}

.pipo-text strong {
  display: block;
  font-size: 14px;
  color: var(--text-1);
  letter-spacing: -0.01em;
}

.pipo-text p {
  margin: 3px 0 6px;
  font-size: 13px;
  line-height: 1.55;
  color: var(--text-2);
}

.pipo-live {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11.5px;
  color: var(--text-3);
}

.pipo-live b {
  color: var(--accent);
}

.pipo-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--success);
  animation: pipo-live-pulse 2.2s var(--ease) infinite;
}

@keyframes pipo-live-pulse {
  0% { box-shadow: 0 0 0 0 rgba(52, 201, 143, 0.55); }
  70% { box-shadow: 0 0 0 6px rgba(52, 201, 143, 0); }
  100% { box-shadow: 0 0 0 0 rgba(52, 201, 143, 0); }
}

.ai-avatar {
  animation: pipo-float 4s ease-in-out infinite;
}

.ai-insight {
  transition: transform var(--t-fast) var(--ease), border-color var(--t-fast) var(--ease);
}

.ai-insight:hover {
  transform: translateY(-3px);
  border-color: var(--border-strong);
}

@media (prefers-reduced-motion: reduce) {
  .pipo-avatar, .pipo-ring, .pipo-intro::after, .pipo-live-dot, .ai-avatar {
    animation: none;
  }
  .ai-insight {
    transition: none;
  }
}

/* ---------- nursemate-4b page extras ---------- */

/* Hero visual */
.hero-visual {
  border-radius: var(--r-lg, 22px);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: 0 24px 60px rgba(10, 12, 15, 0.18);
}

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

/* Chat-style demo panels */
.demo-chat-body {
  display: flex;
  flex-direction: column;
  gap: 14px;
  padding: 22px;
  background: var(--bg-1);
}

.demo-chat-row {
  display: flex;
}

.demo-chat-row.demo-chat-user {
  justify-content: flex-end;
}

.demo-chat-row.demo-chat-ai {
  justify-content: flex-start;
}

.demo-chat-bubble {
  max-width: min(88%, 640px);
  padding: 13px 16px;
  border-radius: 16px;
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-1);
}

.demo-chat-user .demo-chat-bubble {
  background: linear-gradient(135deg, #4d9fff, #38d2c0);
  color: #fff;
  border-bottom-right-radius: 5px;
}

.demo-chat-ai .demo-chat-bubble {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-bottom-left-radius: 5px;
}

.demo-chat-tag {
  display: inline-block;
  margin-bottom: 7px;
  padding: 2px 9px;
  border-radius: 999px;
  background: rgba(56, 210, 192, 0.14);
  color: #38d2c0;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

/* Spec table (attribute / value) */
.spec-table .row-label {
  font-weight: 600;
  color: var(--text-1);
}

/* FAQ */
.faq-list {
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: var(--r-md, 14px);
  background: var(--bg-1);
  overflow: hidden;
}

.faq-item summary {
  padding: 16px 20px;
  font-weight: 600;
  font-size: 15px;
  color: var(--text-1);
  cursor: pointer;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  transition: color 0.15s var(--ease);
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: "+";
  font-size: 20px;
  font-weight: 400;
  color: var(--text-3);
  transition: transform 0.2s var(--ease);
  flex-shrink: 0;
}

.faq-item[open] summary::after {
  transform: rotate(45deg);
}

.faq-item summary:hover {
  color: var(--text-1);
}

.faq-item p {
  margin: 0;
  padding: 0 20px 18px;
  font-size: 14px;
  line-height: 1.65;
  color: var(--text-2);
}

/* CTA actions row */
.prod-cta-actions {
  display: flex;
  justify-content: center;
  gap: var(--s-3);
  flex-wrap: wrap;
}

@media (max-width: 640px) {
  .demo-chat-bubble {
    max-width: 94%;
    font-size: 13px;
  }
  .demo-chat-body {
    padding: 14px;
  }
}
