.imotive-master-home {
  background: #fff;
  color: #0f172a;
}
.imotive-master-home .home-container {
  width: min(1180px, calc(100% - 2rem));
  margin-inline: auto;
}
.imotive-master-home .consumer-hero {
  position: relative;
  overflow: hidden;
  padding: 5.75rem 0 4.75rem;
  background:
    radial-gradient(circle at 50% 0%, rgba(14,165,233,.08), transparent 34rem),
    linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border-bottom: 1px solid #e2e8f0;
}
.imotive-master-home .consumer-hero-inner {
  max-width: 920px;
  text-align: center;
}
.imotive-master-home .consumer-eyebrow,
.imotive-master-home .consumer-section-heading > span,
.imotive-master-home .dealer-secondary-copy > span {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: #0284c7;
  font-size: .74rem;
  font-weight: 750;
  letter-spacing: .09em;
  text-transform: uppercase;
}
.imotive-master-home .consumer-eyebrow::before,
.imotive-master-home .consumer-section-heading > span::before,
.imotive-master-home .dealer-secondary-copy > span::before {
  content: '';
  width: .45rem;
  height: .45rem;
  border-radius: 999px;
  background: #0ea5e9;
}
.imotive-master-home .consumer-hero h1 {
  margin: 1rem auto 1.2rem;
  max-width: 850px;
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: .96;
  letter-spacing: -.06em;
  font-weight: 760;
  color: #0f172a;
}
.imotive-master-home .consumer-hero h1 span { color: #64748b; }
.imotive-master-home .consumer-hero > .home-container > p,
.imotive-master-home .consumer-hero-inner > p {
  max-width: 690px;
  margin: 0 auto;
  color: #475569;
  font-size: 1.08rem;
  line-height: 1.75;
}
.imotive-master-home .consumer-search {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: .75rem;
  max-width: 920px;
  margin: 2rem auto 0;
  padding: .85rem;
  border: 1px solid #dbe3ef;
  border-radius: 26px;
  background: rgba(255,255,255,.96);
  box-shadow: 0 22px 58px rgba(15,23,42,.09);
}
.imotive-master-home .consumer-vrm-wrap {
  position: relative;
  min-height: 4.7rem;
  display: grid;
  grid-template-columns: 3.1rem 1fr;
  overflow: hidden;
  border: 1px solid #cbd5e1;
  border-radius: 18px;
  background: #facc15;
}
.imotive-master-home .consumer-vrm-country {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: .7rem;
  background: #003399;
  color: #fce000;
  font-size: .72rem;
  font-weight: 800;
}
.imotive-master-home .consumer-vrm-input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  padding: .5rem 1rem;
  background: #facc15;
  color: #111827;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: .18em;
  font: 800 clamp(1.8rem, 4vw, 2.8rem)/1 ui-monospace, SFMono-Regular, Menlo, monospace;
}
.imotive-master-home .consumer-vrm-input::placeholder {
  color: rgba(17,24,39,.38);
  letter-spacing: .08em;
  font-family: Inter, sans-serif;
  font-size: 1rem;
}
.imotive-master-home .consumer-vrm-input:focus { box-shadow: inset 0 0 0 3px rgba(14,165,233,.25); }
.imotive-master-home .consumer-search-actions {
  display: flex;
  gap: .65rem;
}
.imotive-master-home .consumer-button {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: .88rem 1.25rem;
  border: 1px solid #dbe3ef;
  border-radius: 999px;
  background: #fff;
  color: #0f172a;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease;
}
.imotive-master-home .consumer-search-actions .consumer-button {
  min-width: 9.2rem;
  border-radius: 18px;
}
.imotive-master-home .consumer-button:hover {
  transform: translateY(-1px);
  border-color: #cbd5e1;
  box-shadow: 0 12px 26px rgba(15,23,42,.08);
}
.imotive-master-home .consumer-button.is-primary {
  border-color: #0f172a;
  background: #0f172a;
  color: #fff;
  box-shadow: 0 12px 28px rgba(15,23,42,.14);
}
.imotive-master-home .consumer-button.is-primary:hover { background: #020617; }
.imotive-master-home .consumer-form-message {
  min-height: 1.25rem;
  margin: .65rem auto 0;
  color: #b91c1c;
  font-size: .86rem;
}
.imotive-master-home .consumer-trust {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .7rem;
  margin-top: 1rem;
}
.imotive-master-home .consumer-trust span {
  display: inline-flex;
  align-items: center;
  gap: .42rem;
  padding: .52rem .75rem;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: rgba(255,255,255,.84);
  color: #475569;
  font-size: .8rem;
}
.imotive-master-home .consumer-trust span::before {
  content: '✓';
  color: #0284c7;
  font-weight: 800;
}
.imotive-master-home .consumer-destinations,
.imotive-master-home .consumer-protection,
.imotive-master-home .consumer-aimee,
.imotive-master-home .dealer-secondary {
  padding: 5.5rem 0;
}
.imotive-master-home .consumer-destinations { background: #fff; }
.imotive-master-home .consumer-protection,
.imotive-master-home .dealer-secondary {
  background: #f8fafc;
  border-top: 1px solid #e2e8f0;
  border-bottom: 1px solid #e2e8f0;
}
.imotive-master-home .consumer-section-heading {
  max-width: 760px;
  margin: 0 auto 2.6rem;
  text-align: center;
}
.imotive-master-home .consumer-section-heading h2,
.imotive-master-home .consumer-aimee h2,
.imotive-master-home .dealer-secondary h2 {
  margin: .9rem 0 .8rem;
  color: #0f172a;
  font-size: clamp(2.2rem, 4.5vw, 4rem);
  line-height: 1.04;
  letter-spacing: -.048em;
}
.imotive-master-home .consumer-section-heading p,
.imotive-master-home .consumer-aimee p,
.imotive-master-home .dealer-secondary p {
  margin: 0;
  color: #475569;
  font-size: 1.03rem;
  line-height: 1.75;
}
.imotive-master-home .consumer-primary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 1.4rem;
}
.imotive-master-home .consumer-product-card {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  border-radius: 28px;
  background: #fff;
  color: inherit;
  text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.imotive-master-home .consumer-product-card:hover {
  transform: translateY(-4px);
  border-color: #cbd5e1;
  box-shadow: 0 25px 58px rgba(15,23,42,.09);
}
.imotive-master-home .consumer-product-visual {
  position: relative;
  min-height: 335px;
  overflow: hidden;
  border-bottom: 1px solid #e2e8f0;
  background:
    radial-gradient(circle at 20% 20%, rgba(14,165,233,.10), transparent 16rem),
    #f8fafc;
}
.imotive-master-home .consumer-product-visual img {
  position: absolute;
  border: 1px solid #e2e8f0;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(15,23,42,.12);
  object-fit: cover;
  object-position: top;
  transition: transform .45s ease;
}
.imotive-master-home .consumer-product-card:hover img { transform: translateY(-4px) scale(1.015); }
.imotive-master-home .report-back,
.imotive-master-home .market-back {
  top: 1.25rem;
  right: -3%;
  width: 73%;
  transform: rotate(3deg);
  opacity: .84;
}
.imotive-master-home .report-front,
.imotive-master-home .market-front {
  top: 3.4rem;
  left: -2%;
  width: 79%;
  transform: rotate(-2deg);
  z-index: 2;
}
.imotive-master-home .market-back { left: -2%; right: auto; transform: rotate(-2deg); }
.imotive-master-home .market-front { left: auto; right: -2%; transform: rotate(2deg); }
.imotive-master-home .consumer-product-copy {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 1.65rem 1.7rem 1.8rem;
}
.imotive-master-home .consumer-product-label {
  color: #0284c7;
  font-size: .72rem;
  font-weight: 750;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.imotive-master-home .consumer-product-copy h3 {
  margin: .5rem 0 .55rem;
  color: #0f172a;
  font-size: 1.75rem;
  letter-spacing: -.03em;
}
.imotive-master-home .consumer-product-copy p,
.imotive-master-home .consumer-product-copy li {
  color: #475569;
  line-height: 1.68;
}
.imotive-master-home .consumer-product-copy p { margin: 0; }
.imotive-master-home .consumer-product-copy ul {
  display: grid;
  gap: .55rem;
  margin: 1.1rem 0 1.35rem;
  padding: 0;
  list-style: none;
}
.imotive-master-home .consumer-product-copy li {
  position: relative;
  padding-left: 1.25rem;
  font-size: .92rem;
}
.imotive-master-home .consumer-product-copy li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #0284c7;
  font-weight: 800;
}
.imotive-master-home .consumer-product-copy strong {
  margin-top: auto;
  color: #0284c7;
  font-size: .92rem;
}
.imotive-master-home .consumer-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 1rem;
}
.imotive-master-home .consumer-benefit-grid article {
  padding: 1.55rem;
  border: 1px solid #e2e8f0;
  border-radius: 22px;
  background: #fff;
}
.imotive-master-home .consumer-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  margin-bottom: .95rem;
  border-radius: 13px;
  background: #eff6ff;
  color: #0284c7;
  font-weight: 800;
  font-size: .82rem;
}
.imotive-master-home .consumer-benefit-grid h3 {
  margin: 0 0 .55rem;
  color: #0f172a;
  font-size: 1.15rem;
}
.imotive-master-home .consumer-benefit-grid p {
  margin: 0;
  color: #475569;
  line-height: 1.68;
}
.imotive-master-home .consumer-aimee { background: #fff; }
.imotive-master-home .consumer-aimee-grid {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 2rem;
  align-items: center;
}
.imotive-master-home .consumer-aimee .consumer-button { margin-top: 1.35rem; }
.imotive-master-home .consumer-chat-card {
  padding: 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 26px;
  background: #f8fafc;
}
.imotive-master-home .consumer-chat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: .85rem;
  padding: .3rem .3rem .7rem;
}
.imotive-master-home .consumer-chat-head strong { color: #0f172a; }
.imotive-master-home .consumer-chat-head span { color: #64748b; font-size: .82rem; }
.imotive-master-home .consumer-chat-bubble {
  max-width: 88%;
  margin: .65rem 0;
  padding: .9rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 18px 18px 18px 6px;
  background: #fff;
  color: #334155;
  line-height: 1.65;
}
.imotive-master-home .consumer-chat-bubble.is-user {
  margin-left: auto;
  border-radius: 18px 18px 6px 18px;
  border-color: #bae6fd;
  background: #f0f9ff;
}
.imotive-master-home .dealer-secondary-inner {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 2rem;
  border: 1px solid #dbe3ef;
  border-radius: 26px;
  background: #fff;
}
.imotive-master-home .dealer-secondary h2 {
  margin: .6rem 0 .5rem;
  font-size: clamp(1.8rem, 3vw, 2.8rem);
}
.imotive-master-home .dealer-secondary-actions {
  display: flex;
  gap: .75rem;
  flex-wrap: wrap;
}
.imotive-master-home .reveal-on-scroll {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity .75s cubic-bezier(.16,1,.3,1), transform .75s cubic-bezier(.16,1,.3,1);
}
.imotive-master-home .reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .imotive-master-home .consumer-search,
  .imotive-master-home .consumer-aimee-grid,
  .imotive-master-home .dealer-secondary-inner {
    grid-template-columns: 1fr;
  }
  .imotive-master-home .consumer-search-actions { width: 100%; }
  .imotive-master-home .consumer-search-actions .consumer-button { flex: 1; }
  .imotive-master-home .consumer-primary-grid { grid-template-columns: 1fr; }
  .imotive-master-home .consumer-benefit-grid { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .imotive-master-home .home-container { width: min(100% - 1.25rem, 1180px); }
  .imotive-master-home .consumer-hero { padding: 4.35rem 0 3.7rem; }
  .imotive-master-home .consumer-hero h1 { font-size: clamp(2.65rem, 14vw, 4rem); }
  .imotive-master-home .consumer-search { padding: .65rem; border-radius: 22px; }
  .imotive-master-home .consumer-vrm-wrap { min-height: 4rem; }
  .imotive-master-home .consumer-search-actions { flex-direction: column; }
  .imotive-master-home .consumer-search-actions .consumer-button { width: 100%; }
  .imotive-master-home .consumer-destinations,
  .imotive-master-home .consumer-protection,
  .imotive-master-home .consumer-aimee,
  .imotive-master-home .dealer-secondary { padding: 4rem 0; }
  .imotive-master-home .consumer-product-visual { min-height: 250px; }
  .imotive-master-home .dealer-secondary-actions { flex-direction: column; }
  .imotive-master-home .dealer-secondary-actions .consumer-button { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
  .imotive-master-home *,
  .imotive-master-home *::before,
  .imotive-master-home *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    transition-duration: .01ms !important;
  }
  .imotive-master-home .reveal-on-scroll { opacity: 1; transform: none; }
}
