.imotive-product-shell {
  background: #f8fafc;
}
.imotive-product-shell .container {
  max-width: 1180px;
  margin: 0 auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.imotive-product-shell .section-space { padding: 5rem 0; }
.imotive-product-shell .section-space-tight { padding: 4rem 0; }
.imotive-product-shell .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .8rem;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  font-size: .73rem;
  line-height: 1;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #335fce;
  background: #fff;
  font-weight: 700;
}
.imotive-product-shell .eyebrow-dot {
  width: .45rem;
  height: .45rem;
  border-radius: 999px;
  background: #2563eb;
  display: inline-block;
}
.imotive-product-shell .hero {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid #e2e8f0;
}
.imotive-product-shell .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 2.75rem;
  align-items: center;
}
.imotive-product-shell .hero h1,
.imotive-product-shell .section-title {
  color: #0f172a;
  letter-spacing: -0.04em;
  line-height: 1.02;
  font-weight: 700;
}
.imotive-product-shell .hero h1 { font-size: clamp(2.6rem, 5vw, 4.7rem); margin: 1.25rem 0 1rem; }
.imotive-product-shell .section-title { font-size: clamp(2rem, 3.4vw, 3.2rem); margin: 0 0 1rem; }
.imotive-product-shell .hero p,
.imotive-product-shell .section-copy,
.imotive-product-shell p.section-copy {
  color: #475569;
  font-size: 1.06rem;
  line-height: 1.75;
}
.imotive-product-shell .hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; margin-top: 1.75rem; }
.imotive-product-shell .button-primary,
.imotive-product-shell .button-secondary {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  border-radius: 999px; padding: .92rem 1.35rem; font-weight: 600; text-decoration: none;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease;
}
.imotive-product-shell .button-primary {
  background: #0f172a; color: #fff; box-shadow: 0 12px 30px rgba(15,23,42,.12);
}
.imotive-product-shell .button-primary:hover { transform: translateY(-1px); box-shadow: 0 16px 34px rgba(15,23,42,.16); }
.imotive-product-shell .button-secondary {
  background: #fff; color: #0f172a; border: 1px solid #dbe3ef;
}
.imotive-product-shell .button-secondary:hover { transform: translateY(-1px); border-color: #cbd5e1; }
.imotive-product-shell .hero-meta {
  display: flex; flex-wrap: wrap; gap: .7rem; margin-top: 1.4rem;
}
.imotive-product-shell .meta-chip {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .875rem; color: #334155; background: #fff; border: 1px solid #e2e8f0;
  border-radius: 999px; padding: .65rem .95rem;
}
.imotive-product-shell .hero-visual {
  position: relative; padding: 1rem; border-radius: 28px; border: 1px solid #e2e8f0;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  box-shadow: 0 25px 60px rgba(15,23,42,.08);
}
.imotive-product-shell .hero-visual::before {
  content: ''; position: absolute; inset: -1px; border-radius: inherit;
  background: linear-gradient(135deg, rgba(37,99,235,.18), rgba(255,255,255,0), rgba(15,23,42,.06));
  z-index: 0;
}
.imotive-product-shell .hero-visual > * { position: relative; z-index: 1; }
.imotive-product-shell .browser-frame {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 22px; overflow: hidden;
  box-shadow: 0 14px 40px rgba(15,23,42,.08);
}
.imotive-product-shell .browser-bar {
  display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .8rem 1rem; background: #f8fafc; border-bottom: 1px solid #e2e8f0;
}
.imotive-product-shell .browser-dots { display: flex; gap: .38rem; }
.imotive-product-shell .browser-dots span {
  width: .6rem; height: .6rem; border-radius: 999px; background: #cbd5e1; display: block;
}
.imotive-product-shell .browser-url {
  font-size: .72rem; color: #64748b; background: #fff; border: 1px solid #e2e8f0;
  border-radius: 999px; padding: .35rem .7rem; min-width: 40%; text-align: center;
}
.imotive-product-shell .browser-image { display: block; width: 100%; height: auto; }
.imotive-product-shell .quick-panel {
  display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem;
  margin-top: 1rem;
}
.imotive-product-shell .quick-card,
.imotive-product-shell .metric-card,
.imotive-product-shell .feature-card,
.imotive-product-shell .step-card,
.imotive-product-shell .integration-card,
.imotive-product-shell .faq-card,
.imotive-product-shell .use-case-card {
  background: #fff; border: 1px solid #e2e8f0; border-radius: 22px;
}
.imotive-product-shell .quick-card { padding: 1rem; }
.imotive-product-shell .quick-card strong { display:block; font-size: .9rem; color:#0f172a; margin-bottom:.25rem; }
.imotive-product-shell .quick-card span { font-size: .8rem; color:#64748b; line-height:1.5; }
.imotive-product-shell .metrics-grid,
.imotive-product-shell .features-grid,
.imotive-product-shell .steps-grid,
.imotive-product-shell .integrations-grid,
.imotive-product-shell .use-case-grid {
  display: grid; gap: 1.25rem;
}
.imotive-product-shell .metrics-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.imotive-product-shell .features-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.imotive-product-shell .steps-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
.imotive-product-shell .integrations-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
.imotive-product-shell .use-case-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.imotive-product-shell .metric-card { padding: 1.4rem; }
.imotive-product-shell .metric-card .value { font-size: 1.75rem; font-weight: 700; color: #0f172a; letter-spacing: -.03em; }
.imotive-product-shell .metric-card .label { font-size: .9rem; color: #475569; margin-top: .25rem; }
.imotive-product-shell .metric-card .caption { font-size: .8rem; color: #94a3b8; margin-top: .55rem; }
.imotive-product-shell .section-heading { max-width: 760px; margin: 0 auto 2.8rem; text-align: center; }
.imotive-product-shell .feature-card,
.imotive-product-shell .step-card,
.imotive-product-shell .integration-card,
.imotive-product-shell .use-case-card,
.imotive-product-shell .faq-card { padding: 1.6rem; }
.imotive-product-shell .card-icon {
  width: 3rem; height: 3rem; border-radius: 14px; display: inline-flex; align-items:center; justify-content:center;
  background: #eff6ff; color: #2563eb; margin-bottom: 1rem;
}
.imotive-product-shell .feature-card h3,
.imotive-product-shell .step-card h3,
.imotive-product-shell .integration-card h3,
.imotive-product-shell .use-case-card h3,
.imotive-product-shell .faq-card h3 {
  font-size: 1.15rem; color: #0f172a; margin: 0 0 .65rem; letter-spacing: -.02em;
}
.imotive-product-shell .feature-card p,
.imotive-product-shell .step-card p,
.imotive-product-shell .integration-card p,
.imotive-product-shell .use-case-card p,
.imotive-product-shell .faq-card p,
.imotive-product-shell .feature-card li {
  color: #475569; line-height: 1.7; font-size: .97rem;
}
.imotive-product-shell .feature-list { margin: .8rem 0 0; padding: 0; list-style: none; display: grid; gap: .55rem; }
.imotive-product-shell .feature-list li { position: relative; padding-left: 1.2rem; }
.imotive-product-shell .feature-list li::before { content:'•'; position:absolute; left:0; top:0; color:#2563eb; font-weight:700; }
.imotive-product-shell .step-index {
  display:inline-flex; align-items:center; justify-content:center; width:2rem; height:2rem;
  border-radius:999px; background:#0f172a; color:#fff; font-size:.85rem; font-weight:700; margin-bottom:1rem;
}
.imotive-product-shell .soft-section {
  background: #fff; border-top: 1px solid #e2e8f0; border-bottom: 1px solid #e2e8f0;
}
.imotive-product-shell .split-panel {
  display:grid; grid-template-columns: .92fr 1.08fr; gap:2rem; align-items:center;
}
.imotive-product-shell .callout-card {
  background: #ffffff; border: 1px solid #e2e8f0; border-radius: 28px; padding: 1.8rem;
  box-shadow: 0 18px 40px rgba(15,23,42,.06);
}
.imotive-product-shell .pill-row { display:flex; flex-wrap:wrap; gap:.65rem; margin-top:1.25rem; }
.imotive-product-shell .pill {
  display:inline-flex; align-items:center; gap:.4rem; padding:.55rem .8rem; border-radius:999px;
  background:#f8fafc; border:1px solid #e2e8f0; color:#334155; font-size:.84rem; font-weight:500;
}
.imotive-product-shell .quote-card {
  padding: 2rem; border-radius: 28px; background: linear-gradient(180deg, #0f172a 0%, #1e293b 100%);
  color:#fff; box-shadow: 0 24px 60px rgba(15,23,42,.18);
}
.imotive-product-shell .quote-card p { color: rgba(255,255,255,.88); line-height:1.8; font-size:1.02rem; }
.imotive-product-shell .quote-card strong { color:#fff; display:block; margin-top:1rem; }
.imotive-product-shell .cta-band {
  border: 1px solid #dbe3ef; border-radius: 28px; padding: 2.1rem; background: #fff;
  display:grid; grid-template-columns: 1.2fr .8fr; gap:1.25rem; align-items:center;
}
.imotive-product-shell .tiny-overline {
  display:block; margin-bottom:.7rem; font-size:.72rem; text-transform:uppercase; letter-spacing:.08em;
  color:#2563eb; font-weight:700;
}
.imotive-product-shell .section-divider { height:1px; background:#e2e8f0; margin-top: 4rem; }
.imotive-product-shell .faq-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:1rem; }

@media (max-width: 1024px) {
  .imotive-product-shell .hero-grid,
  .imotive-product-shell .split-panel,
  .imotive-product-shell .cta-band { grid-template-columns: 1fr; }
  .imotive-product-shell .metrics-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .imotive-product-shell .features-grid,
  .imotive-product-shell .steps-grid,
  .imotive-product-shell .integrations-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 700px) {
  .imotive-product-shell .section-space { padding: 4rem 0; }
  .imotive-product-shell .section-space-tight { padding: 3.2rem 0; }
  .imotive-product-shell .hero-grid,
  .imotive-product-shell .metrics-grid,
  .imotive-product-shell .features-grid,
  .imotive-product-shell .steps-grid,
  .imotive-product-shell .integrations-grid,
  .imotive-product-shell .use-case-grid,
  .imotive-product-shell .faq-grid,
  .imotive-product-shell .quick-panel { grid-template-columns: 1fr; }
  .imotive-product-shell .hero h1 { font-size: clamp(2.35rem, 9vw, 3.2rem); }
}

/* 4.4.2 concise dealer-principal landing pages */
.imotive-product-shell .section-space-compact { padding: 3.75rem 0; }
.imotive-product-shell .proof-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  overflow: hidden;
  background: #fff;
}
.imotive-product-shell .proof-item {
  padding: 1.25rem 1.4rem;
  border-right: 1px solid #e2e8f0;
}
.imotive-product-shell .proof-item:last-child { border-right: 0; }
.imotive-product-shell .proof-item strong {
  display: block;
  color: #0f172a;
  font-size: 1rem;
  margin-bottom: .3rem;
}
.imotive-product-shell .proof-item span {
  display: block;
  color: #64748b;
  font-size: .87rem;
  line-height: 1.5;
}
.imotive-product-shell .showcase-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
}
.imotive-product-shell .showcase-card {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 14px 36px rgba(15, 23, 42, .055);
}
.imotive-product-shell .showcase-card.is-wide { grid-column: 1 / -1; }
.imotive-product-shell .showcase-image-wrap {
  position: relative;
  background: #f8fafc;
  border-bottom: 1px solid #e2e8f0;
  overflow: hidden;
}
.imotive-product-shell .showcase-image {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .35s ease;
  cursor: zoom-in;
}
.imotive-product-shell .showcase-card:hover .showcase-image { transform: scale(1.012); }
.imotive-product-shell .showcase-copy { padding: 1.25rem 1.35rem 1.4rem; }
.imotive-product-shell .showcase-copy h3 {
  margin: 0 0 .4rem;
  color: #0f172a;
  font-size: 1.08rem;
  letter-spacing: -.02em;
}
.imotive-product-shell .showcase-copy p {
  margin: 0;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.6;
}
.imotive-product-shell .compact-benefits {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.imotive-product-shell .compact-benefit {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 1.35rem;
}
.imotive-product-shell .compact-benefit h3 {
  margin: 0 0 .45rem;
  color: #0f172a;
  font-size: 1.02rem;
  letter-spacing: -.02em;
}
.imotive-product-shell .compact-benefit p {
  margin: 0;
  color: #64748b;
  font-size: .9rem;
  line-height: 1.55;
}
.imotive-product-shell .hero p { max-width: 660px; }
.imotive-product-shell .hero-visual .browser-image { max-height: 520px; object-fit: cover; object-position: top; }
.imotive-product-shell .single-line-cta {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:1.5rem;
  padding:1.75rem 2rem;
  border:1px solid #dbe3ef;
  border-radius:24px;
  background:#fff;
}
.imotive-product-shell .single-line-cta h2 {
  margin:0 0 .35rem;
  color:#0f172a;
  font-size:clamp(1.45rem,2.3vw,2.1rem);
  letter-spacing:-.03em;
}
.imotive-product-shell .single-line-cta p { margin:0; color:#64748b; }

#custom-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  background: rgba(2, 6, 23, .88);
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}
#custom-lightbox.active { opacity: 1; pointer-events: auto; }
#custom-lightbox img { max-width: min(1200px, 94vw); max-height: 86vh; border-radius: 16px; box-shadow: 0 30px 80px rgba(0,0,0,.35); }
#custom-lightbox .lightbox-close {
  position: fixed;
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,.25);
  background: rgba(15,23,42,.75);
  color: #fff;
  font-size: 1.5rem;
  cursor: pointer;
}

@media (max-width: 800px) {
  .imotive-product-shell .proof-strip,
  .imotive-product-shell .showcase-grid,
  .imotive-product-shell .compact-benefits { grid-template-columns: 1fr; }
  .imotive-product-shell .proof-item { border-right: 0; border-bottom: 1px solid #e2e8f0; }
  .imotive-product-shell .proof-item:last-child { border-bottom: 0; }
  .imotive-product-shell .showcase-card.is-wide { grid-column: auto; }
  .imotive-product-shell .single-line-cta { align-items:flex-start; flex-direction:column; }
}
.imotive-product-shell .report-wip-card {
  padding: 1.6rem;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  align-items: center;
}
@media (max-width: 700px) {
  .imotive-product-shell .report-wip-card { grid-template-columns: 1fr; }
}


/* 5.0.1 Virtual Advisors feature landing */
.imotive-product-shell .advisor-overview-visual {
  min-height: 285px;
  padding: 1.35rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  align-items: stretch;
  background: #f8fafc;
}
.imotive-product-shell .advisor-overview-pane {
  min-width: 0;
  padding: 1.2rem;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(15,23,42,.06);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.imotive-product-shell .advisor-overview-pane span,
.imotive-product-shell .advisor-overview-pane small { color: #64748b; }
.imotive-product-shell .advisor-overview-pane span { font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }
.imotive-product-shell .advisor-overview-pane strong { margin: .65rem 0 .3rem; color: #0f172a; font-size: 1.25rem; line-height: 1.2; }
.imotive-product-shell .advisor-overview-pane small { line-height: 1.5; }
.imotive-product-shell .advisor-overview-pane.is-service { border-top: 4px solid #2563eb; }
.imotive-product-shell .advisor-overview-pane.is-sales { border-top: 4px solid #0f766e; }

.imotive-product-shell .advisor-hero-visual { display: grid; gap: 1rem; }
.imotive-product-shell .advisor-preview-window {
  overflow: hidden;
  border: 1px solid #dbe3ef;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(15,23,42,.07);
}
.imotive-product-shell .advisor-preview-window.is-sales { margin-left: 2.75rem; }
.imotive-product-shell .advisor-preview-bar {
  min-height: 52px;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .7rem;
  padding: .75rem .9rem;
  border-bottom: 1px solid #e2e8f0;
  background: #f8fafc;
}
.imotive-product-shell .advisor-preview-bar > span { width: .7rem; height: .7rem; border-radius: 50%; background: #2563eb; }
.imotive-product-shell .advisor-preview-window.is-sales .advisor-preview-bar > span { background: #0f766e; }
.imotive-product-shell .advisor-preview-bar strong { color: #0f172a; font-size: .85rem; }
.imotive-product-shell .advisor-preview-bar small { color: #64748b; font-size: .72rem; }
.imotive-product-shell .advisor-preview-body { display: grid; gap: .7rem; padding: .9rem; }
.imotive-product-shell .advisor-preview-status {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: .75rem;
  padding: .85rem;
  border: 1px solid #e2e8f0;
  border-radius: 13px;
}
.imotive-product-shell .advisor-preview-status > span { color: #2563eb; font-weight: 800; font-size: .8rem; }
.imotive-product-shell .advisor-preview-status strong,
.imotive-product-shell .advisor-preview-status small { display: block; }
.imotive-product-shell .advisor-preview-status strong { color: #0f172a; font-size: .84rem; }
.imotive-product-shell .advisor-preview-status small { margin-top: .18rem; color: #64748b; font-size: .72rem; }
.imotive-product-shell .advisor-preview-status b { padding: .42rem .62rem; border-radius: 999px; background: #eff6ff; color: #1d4ed8; font-size: .7rem; }
.imotive-product-shell .advisor-match { padding: .9rem; border: 1px solid #e2e8f0; border-radius: 13px; }
.imotive-product-shell .advisor-match small,
.imotive-product-shell .advisor-match strong,
.imotive-product-shell .advisor-match span { display: block; }
.imotive-product-shell .advisor-match small { color: #64748b; font-size: .72rem; }
.imotive-product-shell .advisor-match strong { margin-top: .25rem; color: #0f172a; font-size: .88rem; }
.imotive-product-shell .advisor-match.is-result { background: #f0fdfa; border-color: #bfe7df; }
.imotive-product-shell .advisor-match span { margin-top: .55rem; color: #0f766e; font-size: .75rem; font-weight: 800; }

.imotive-product-shell .advisor-feature-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.35rem; }
.imotive-product-shell .advisor-feature-card {
  padding: 2rem;
  border: 1px solid #dbe3ef;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 15px 38px rgba(15,23,42,.055);
}
.imotive-product-shell .advisor-feature-topline { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.imotive-product-shell .advisor-feature-topline span { color: #2563eb; font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.imotive-product-shell .advisor-feature-card:nth-child(2) .advisor-feature-topline span { color: #0f766e; }
.imotive-product-shell .advisor-feature-card:nth-child(3) .advisor-feature-topline span { color: #7c3aed; }
.imotive-product-shell .advisor-feature-topline strong { color: #64748b; font-size: .76rem; }
.imotive-product-shell .advisor-feature-card h2 { margin: 1.1rem 0 .65rem; color: #0f172a; font-size: clamp(1.65rem, 2.6vw, 2.3rem); letter-spacing: -.035em; line-height: 1.1; }
.imotive-product-shell .advisor-feature-card > p { margin: 0; color: #475569; line-height: 1.65; }
.imotive-product-shell .advisor-feature-list { margin: 1.3rem 0 0; padding: 0; list-style: none; display: grid; gap: .65rem; }
.imotive-product-shell .advisor-feature-list li { position: relative; padding-left: 1.35rem; color: #334155; font-size: .9rem; }
.imotive-product-shell .advisor-feature-list li::before { content: '✓'; position: absolute; left: 0; color: #2563eb; font-weight: 900; }
.imotive-product-shell .advisor-feature-card:nth-child(2) .advisor-feature-list li::before { color: #0f766e; }
.imotive-product-shell .advisor-feature-card:nth-child(3) .advisor-feature-list li::before { color: #7c3aed; }
.imotive-product-shell .advisor-flow-strip {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  gap: 1rem;
  align-items: center;
  padding: 1.5rem;
  border: 1px solid #dbe3ef;
  border-radius: 24px;
  background: #fff;
}
.imotive-product-shell .advisor-flow-strip > div { min-width: 0; }
.imotive-product-shell .advisor-flow-strip span { display: inline-grid; place-items: center; width: 1.8rem; height: 1.8rem; border-radius: 50%; background: #0f172a; color: #fff; font-size: .72rem; font-weight: 800; }
.imotive-product-shell .advisor-flow-strip strong,
.imotive-product-shell .advisor-flow-strip small { display: block; }
.imotive-product-shell .advisor-flow-strip strong { margin-top: .65rem; color: #0f172a; font-size: .92rem; }
.imotive-product-shell .advisor-flow-strip small { margin-top: .25rem; color: #64748b; line-height: 1.45; }
.imotive-product-shell .advisor-flow-strip i { color: #94a3b8; font-size: 1.35rem; font-style: normal; }

@media (max-width: 800px) {
  .imotive-product-shell .advisor-feature-grid { grid-template-columns: 1fr; }
  .imotive-product-shell .advisor-flow-strip { grid-template-columns: 1fr; }
  .imotive-product-shell .advisor-flow-strip i { transform: rotate(90deg); justify-self: center; }
  .imotive-product-shell .advisor-preview-window.is-sales { margin-left: 0; }
}
@media (max-width: 560px) {
  .imotive-product-shell .advisor-overview-visual { grid-template-columns: 1fr; min-height: 0; }
  .imotive-product-shell .advisor-preview-status { grid-template-columns: auto 1fr; }
  .imotive-product-shell .advisor-preview-status b { grid-column: 1 / -1; justify-self: start; }
  .imotive-product-shell .advisor-feature-card { padding: 1.4rem; }
}


/* 5.2.0 customer-facing Virtual Advisors */
.imotive-product-shell .advisor-person-preview {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border-radius: 28px;
  background: #e9eef3;
}
.imotive-product-shell .advisor-person-preview > img {
  width: 100%;
  height: 100%;
  min-height: 520px;
  display: block;
  object-fit: cover;
  object-position: 50% 44%;
}
.imotive-product-shell .advisor-person-preview::after {
  content: '';
  position: absolute;
  inset: auto 0 0;
  height: 48%;
  background: linear-gradient(180deg, transparent, rgba(15,23,42,.74));
  pointer-events: none;
}
.imotive-product-shell .advisor-person-caption {
  position: absolute;
  z-index: 2;
  left: 1.4rem;
  right: 1.4rem;
  bottom: 1.4rem;
  color: #fff;
}
.imotive-product-shell .advisor-person-caption > span {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  padding: .45rem .72rem;
  border: 1px solid rgba(255,255,255,.34);
  border-radius: 999px;
  background: rgba(15,23,42,.6);
  backdrop-filter: blur(10px);
  font-size: .72rem;
  font-weight: 800;
}
.imotive-product-shell .advisor-person-caption i {
  width: .55rem;
  height: .55rem;
  border-radius: 50%;
  background: #22c55e;
}
.imotive-product-shell .advisor-person-caption strong,
.imotive-product-shell .advisor-person-caption small {
  display: block;
}
.imotive-product-shell .advisor-person-caption strong {
  margin-top: .9rem;
  font-size: 1.35rem;
  line-height: 1.18;
}
.imotive-product-shell .advisor-person-caption small {
  margin-top: .4rem;
  color: rgba(255,255,255,.8);
  line-height: 1.5;
}
@media (max-width: 760px) {
  .imotive-product-shell .advisor-person-preview,
  .imotive-product-shell .advisor-person-preview > img {
    min-height: 380px;
  }
}
