:root {
  --bg: #f6f8fc;
  --surface: #ffffff;
  --surface-soft: #f8fbff;
  --text: #142033;
  --muted: #5b677a;
  --line: #dfe7f2;
  --blue: #2563eb;
  --blue-dark: #1d4ed8;
  --green: #16a34a;
  --ink: #111827;
  --shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  --shadow-soft: 0 10px 28px rgba(15, 23, 42, 0.06);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
}

body.menuOpen {
  overflow: hidden;
}

a {
  color: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.siteShell {
  min-height: 100vh;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.94) 0%, rgba(246, 248, 252, 0.98) 42%, #eef4ff 100%);
}

.wrap {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.siteHeader {
  position: sticky;
  top: 0;
  z-index: 50;
  border-bottom: 1px solid rgba(223, 231, 242, 0.9);
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
}

.navBar {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text);
  text-decoration: none;
}

.brandMark {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 12px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 950;
}

.brandText {
  display: grid;
  gap: 2px;
}

.brandText strong {
  font-size: 16px;
  line-height: 1;
}

.brandText span {
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.navToggle {
  display: none;
  min-height: 42px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  color: var(--text);
  font-weight: 900;
}

.navLinks {
  display: flex;
  align-items: center;
  gap: 6px;
}

.navLinks a {
  padding: 10px 12px;
  border-radius: 12px;
  color: #334155;
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.navLinks a:hover,
.navLinks a.active {
  background: #eff6ff;
  color: var(--blue-dark);
}

.navCta {
  display: flex;
  align-items: center;
  gap: 10px;
}

.button {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid transparent;
  border-radius: 14px;
  background: #ffffff;
  color: var(--text);
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform 0.08s ease, box-shadow 0.18s ease, background 0.18s ease;
}

.button:active {
  transform: translateY(1px);
}

.buttonPrimary {
  background: var(--blue);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(37, 99, 235, 0.22);
}

.buttonPrimary:hover {
  background: var(--blue-dark);
}

.buttonSecondary {
  border-color: var(--line);
}

.buttonSoft {
  border-color: rgba(37, 99, 235, 0.18);
  background: #eff6ff;
  color: #1d4ed8;
}

.hero {
  padding: 72px 0 44px;
}

.imageHero {
  position: relative;
  min-height: min(760px, calc(100vh - 72px));
  display: grid;
  align-items: center;
  overflow: hidden;
  isolation: isolate;
  padding: 78px 0 58px;
  background: #142033;
}

.heroCarousel {
  position: relative;
  min-height: min(760px, calc(100svh - 72px));
  overflow: hidden;
  isolation: isolate;
  background: #142033;
}

.heroCarouselTrack {
  position: relative;
  min-height: inherit;
}

.heroSlide {
  position: absolute;
  inset: 0;
  min-height: inherit;
  display: grid;
  align-items: center;
  padding: 78px 0 86px;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.015);
  transition: opacity 680ms ease, transform 900ms ease;
}

.heroSlide.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1);
  z-index: 1;
}

.heroSlide .imageHeroGrid {
  position: relative;
  z-index: 2;
}

.heroSlide .imageHeroCopy,
.heroSlide .imageHeroMockups,
.heroSlide .imageHeroDesktop,
.heroSlide .imageHeroBrowser {
  transform: translateY(14px);
  opacity: 0;
  transition: opacity 560ms ease 140ms, transform 560ms ease 140ms;
}

.heroSlide.active .imageHeroCopy,
.heroSlide.active .imageHeroMockups,
.heroSlide.active .imageHeroDesktop,
.heroSlide.active .imageHeroBrowser {
  transform: translateY(0);
  opacity: 1;
}

.heroCarousel .imageHeroOverlay {
  background:
    linear-gradient(90deg, rgba(8, 15, 28, 0.9) 0%, rgba(8, 15, 28, 0.72) 42%, rgba(8, 15, 28, 0.22) 100%),
    linear-gradient(180deg, rgba(37, 99, 235, 0.22) 0%, rgba(8, 15, 28, 0.38) 100%);
}

.heroCarousel .eyebrow {
  color: #bfdbfe;
}

.heroCarousel h1 {
  color: #ffffff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.3);
}

.heroCarousel .heroLead {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}

.heroCarousel .buttonSecondary {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.heroCarouselControls {
  position: absolute;
  left: 50%;
  bottom: 24px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  transform: translateX(-50%);
  pointer-events: none;
}

.heroArrow,
.heroDot {
  pointer-events: auto;
}

.heroArrow {
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 999px;
  background: rgba(8, 15, 28, 0.42);
  color: #ffffff;
  font-size: 30px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(12px);
  transition: background 0.18s ease, transform 0.12s ease;
}

.heroArrow:hover,
.heroArrow:focus-visible {
  background: rgba(37, 99, 235, 0.8);
}

.heroArrow:active {
  transform: translateY(1px);
}

.heroDots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 999px;
  background: rgba(8, 15, 28, 0.36);
  backdrop-filter: blur(12px);
  pointer-events: auto;
}

.heroDot {
  width: 36px;
  height: 6px;
  border: 0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.42);
  cursor: pointer;
  transition: width 0.2s ease, background 0.2s ease;
}

.heroDot.active {
  width: 54px;
  background: #ffffff;
}

.imageHeroMedia,
.imageHeroOverlay {
  position: absolute;
  inset: 0;
}

.imageHeroMedia {
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sentinelImageHero .imageHeroMedia {
  object-position: center 58%;
}

.dealdeskImageHero .imageHeroMedia {
  object-position: center;
}

.websitesImageHero .imageHeroMedia,
.tradeImageHero .imageHeroMedia,
.homeImageHero .imageHeroMedia {
  object-position: center;
}

.imageHeroOverlay {
  z-index: -1;
  background:
    linear-gradient(90deg, rgba(8, 15, 28, 0.88) 0%, rgba(8, 15, 28, 0.7) 42%, rgba(8, 15, 28, 0.28) 100%),
    linear-gradient(180deg, rgba(37, 99, 235, 0.26) 0%, rgba(8, 15, 28, 0.32) 100%);
}

.imageHeroGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.94fr) minmax(360px, 0.9fr);
  gap: 34px;
  align-items: center;
}

.imageHeroCopy {
  max-width: 760px;
}

.imageHero .eyebrow {
  color: #bfdbfe;
}

.imageHero h1 {
  color: #ffffff;
  text-shadow: 0 16px 42px rgba(0, 0, 0, 0.28);
}

.imageHero .heroLead {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.imageHero .buttonSecondary,
.imageHero .buttonSoft {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.13);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.imageHero .metric {
  border-color: rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
}

.imageHero .metric strong {
  color: #ffffff;
}

.imageHero .metric span {
  color: rgba(255, 255, 255, 0.78);
}

.imageHeroMockups {
  min-height: 480px;
}

.imageHeroDesktop,
.imageHeroBrowser {
  justify-self: end;
  width: min(100%, 650px);
  background: rgba(255, 255, 255, 0.96);
}

.imageHeroBrowser {
  max-width: 520px;
}

.marketplaceHeroMock .marketGrid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.heroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(340px, 0.96fr);
  gap: 28px;
  align-items: center;
}

.eyebrow {
  margin: 0 0 14px;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 860px;
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(42px, 8vw, 76px);
  line-height: 0.95;
  letter-spacing: 0;
}

.heroLead {
  max-width: 680px;
  color: #405066;
  font-size: clamp(18px, 3.8vw, 23px);
  font-weight: 650;
  line-height: 1.45;
}

.heroActions,
.cardActions,
.ctaActions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.heroVisual {
  position: relative;
  min-height: 460px;
  display: grid;
  align-items: end;
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 18px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.heroVisual img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.visualOverlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.1) 0%, rgba(20, 32, 51, 0.76) 100%);
}

.visualPanel {
  position: relative;
  z-index: 2;
  display: grid;
  gap: 12px;
  margin: 18px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.18);
}

.visualPanel strong {
  font-size: 18px;
}

.visualPanel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.metricRow,
.trustStrip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 28px;
}

.metric,
.trustItem {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.84);
  box-shadow: var(--shadow-soft);
}

.metric strong,
.trustItem strong {
  display: block;
  color: var(--text);
  font-size: 15px;
}

.metric span,
.trustItem span {
  display: block;
  margin-top: 5px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
}

.section {
  padding: 48px 0;
}

.sectionHead {
  max-width: 780px;
  margin-bottom: 22px;
}

.sectionHead h2 {
  margin-bottom: 10px;
  font-size: clamp(30px, 6vw, 48px);
  line-height: 1;
  letter-spacing: 0;
}

.sectionHead p {
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.48;
}

.productGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.productCard,
.featureCard,
.legalCard,
.formCard,
.supportCard {
  position: relative;
  overflow: hidden;
  padding: 20px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow-soft);
}

.productCard h3,
.featureCard h3,
.supportCard h3 {
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.05;
}

.productCard p,
.featureCard p,
.supportCard p,
.legalCard p,
.formCard p {
  color: var(--muted);
  font-size: 15px;
  font-weight: 650;
  line-height: 1.5;
}

.productBadge {
  display: inline-flex;
  margin-bottom: 14px;
  padding: 7px 10px;
  border-radius: 999px;
  background: #eff6ff;
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 950;
}

.productMedia {
  margin: 18px -4px 0;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border: 1px solid rgba(148, 163, 184, 0.28);
  border-radius: 14px;
  background: #f8fbff;
  box-shadow: 0 18px 34px rgba(15, 23, 42, 0.12);
}

.productMedia img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.workflowStep {
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--shadow-soft);
}

.workflowStep span {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  margin-bottom: 14px;
  border-radius: 11px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 950;
}

.workflowStep strong {
  display: block;
  font-size: 16px;
}

.workflowStep p {
  margin: 8px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.45;
}

.split {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.86fr);
  gap: 18px;
  align-items: center;
}

.phoneTeaser {
  display: grid;
  gap: 12px;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.15);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.phoneFrame {
  width: min(100%, 280px);
  margin: 0 auto;
  padding: 14px;
  border: 9px solid #101827;
  border-radius: 32px;
  background: #f8fbff;
}

.screenshotPhoneFrame {
  width: min(100%, 330px);
  max-height: 560px;
  overflow: hidden;
}

.phoneScreenshot {
  width: 100%;
  height: 100%;
  max-height: 520px;
  border-radius: 22px;
  object-fit: cover;
  object-position: top center;
}

.phoneScreen {
  display: grid;
  gap: 10px;
}

.screenTop {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}

.screenPill,
.screenCard,
.screenButton {
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.06);
}

.screenPill {
  width: 46%;
  height: 24px;
}

.screenCard {
  min-height: 84px;
  padding: 12px;
}

.screenCard strong,
.screenCard span {
  display: block;
}

.screenCard span {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.screenButton {
  min-height: 42px;
  display: grid;
  place-items: center;
  background: var(--blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.screenshotSplit {
  align-items: center;
}

.sentinelScreenshotPanel {
  display: grid;
  place-items: center;
  padding: 18px;
  border: 1px solid rgba(37, 99, 235, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(180deg, #ffffff 0%, #eef5ff 100%);
  box-shadow: var(--shadow);
}

.sentinelScreenshot {
  width: min(100%, 360px);
  max-height: 720px;
  border-radius: 28px;
  object-fit: contain;
  box-shadow: 0 18px 42px rgba(15, 23, 42, 0.14);
}

.heroShowcase {
  position: relative;
  min-height: 520px;
  display: grid;
  align-items: center;
}

.heroDesktop {
  width: min(100%, 620px);
}

.heroPhone {
  position: absolute;
  right: 0;
  bottom: 8px;
  width: min(42%, 260px);
}

.soloPhone {
  position: relative;
  right: auto;
  bottom: auto;
  width: min(100%, 340px);
  margin: 0 auto;
}

.desktopMockup,
.browserMockup,
.phoneMockup {
  overflow: hidden;
  border: 1px solid rgba(37, 99, 235, 0.14);
  background: #ffffff;
  box-shadow: var(--shadow);
}

.desktopMockup,
.browserMockup {
  border-radius: 18px;
}

.desktopMockup.compact {
  min-width: 0;
}

.browserBar {
  min-height: 42px;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0 14px;
  border-bottom: 1px solid var(--line);
  background: #f8fbff;
  color: #64748b;
  font-size: 12px;
  font-weight: 900;
}

.browserBar span {
  width: 10px;
  height: 10px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #cbd5e1;
}

.browserBar strong {
  margin-left: 6px;
  color: #334155;
}

.dashboardShell {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  min-height: 360px;
}

.dashboardNav {
  display: grid;
  align-content: start;
  gap: 10px;
  padding: 18px;
  background: #142033;
  color: #ffffff;
}

.dashboardNav strong {
  margin-bottom: 8px;
  font-size: 16px;
}

.dashboardNav span {
  padding: 9px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.78);
  font-size: 12px;
  font-weight: 850;
}

.dashboardMain {
  display: grid;
  align-content: start;
  gap: 14px;
  padding: 18px;
  background: #f8fbff;
}

.dashboardHeader {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
}

.dashboardHeader span,
.marketToolbar span,
.stockBoard span,
.vehiclePageMock span,
.reportSheet span,
.pipelineBoard span {
  display: block;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.dashboardHeader strong,
.marketToolbar strong {
  display: block;
  margin-top: 3px;
  font-size: 24px;
  line-height: 1.05;
}

.dashboardHeader button,
.vehiclePageMock button {
  min-height: 36px;
  border: 0;
  border-radius: 10px;
  padding: 8px 12px;
  background: var(--blue);
  color: #ffffff;
  font-weight: 900;
}

.kpiGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.kpiGrid div,
.dealRows div,
.stockBoard div,
.marketGrid article,
.reportSheet,
.pipelineBoard div {
  border: 1px solid var(--line);
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}

.kpiGrid div {
  padding: 12px;
}

.kpiGrid strong {
  display: block;
  font-size: 26px;
}

.kpiGrid span,
.dealRows span,
.marketGrid span {
  display: block;
  margin-top: 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.dealRows {
  display: grid;
  gap: 9px;
}

.dealRows div {
  padding: 12px;
}

.phoneMockup {
  border-radius: 34px;
  background: #101827;
  padding: 10px;
}

.phoneChrome {
  height: 18px;
  display: grid;
  place-items: center;
}

.phoneChrome span {
  width: 54px;
  height: 5px;
  border-radius: 999px;
  background: #273449;
}

.phoneApp {
  min-height: 430px;
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px;
  border-radius: 25px;
  background: #f8fbff;
}

.phoneAppHeader {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}

.phoneAppHeader span {
  color: var(--blue-dark);
  font-size: 12px;
  font-weight: 950;
}

.phoneAppHeader strong {
  font-size: 22px;
}

.appCard {
  padding: 14px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
}

.appCard.active {
  border-color: rgba(37, 99, 235, 0.28);
  box-shadow: 0 10px 22px rgba(37, 99, 235, 0.1);
}

.appCard strong,
.appCard span {
  display: block;
}

.appCard span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 800;
}

.miniPhotoGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.miniPhotoGrid.large {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.miniPhotoGrid span {
  min-height: 74px;
  border-radius: 14px;
  background:
    linear-gradient(135deg, rgba(37, 99, 235, 0.18), rgba(22, 163, 74, 0.12)),
    #e8eef8;
}

.inspectionSteps {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.inspectionSteps span {
  padding: 7px 9px;
  border-radius: 999px;
  background: #e2e8f0;
  color: #475569;
  font-size: 11px;
  font-weight: 900;
}

.inspectionSteps .done {
  background: #dcfce7;
  color: #166534;
}

.reportReady {
  min-height: 42px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: var(--blue);
  color: #ffffff;
  font-size: 13px;
  font-weight: 950;
}

.reportReady.muted {
  background: #e2e8f0;
  color: #334155;
}

.reportSheet {
  display: grid;
  gap: 9px;
  padding: 16px;
}

.signatureLine {
  height: 58px;
  border: 1px solid var(--line);
  border-radius: 14px;
  background:
    linear-gradient(135deg, transparent 0 42%, rgba(37, 99, 235, 0.35) 43% 45%, transparent 46%),
    #ffffff;
}

.phoneGallery,
.desktopGallery,
.websitePreviewGrid {
  display: grid;
  gap: 16px;
}

.phoneGallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: start;
}

.desktopGallery {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stockBoard,
.marketGrid {
  display: grid;
  gap: 12px;
  padding: 16px;
}

.stockBoard {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.stockBoard img,
.marketGrid img,
.vehiclePageMock img,
.websiteHeroShot img {
  width: 100%;
  object-fit: cover;
}

.stockBoard img,
.marketGrid img {
  height: 118px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.pipelineBoard {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
  padding: 16px;
}

.pipelineBoard span {
  padding-bottom: 4px;
}

.pipelineBoard div {
  min-height: 74px;
  padding: 12px;
  color: #334155;
  font-size: 12px;
  font-weight: 850;
}

.websitePreviewGrid {
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
  align-items: stretch;
}

.websiteHeroShot {
  position: relative;
  min-height: 380px;
  overflow: hidden;
}

.websiteHeroShot img {
  height: 100%;
  position: absolute;
  inset: 0;
}

.websiteHeroShot::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 32, 51, 0.08), rgba(20, 32, 51, 0.74));
}

.websiteHeroShot div {
  position: absolute;
  left: 22px;
  right: 22px;
  bottom: 22px;
  z-index: 1;
  color: #ffffff;
}

.websiteHeroShot strong {
  display: block;
  max-width: 520px;
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1;
}

.websiteHeroShot span {
  display: block;
  margin-top: 12px;
  font-weight: 850;
}

.vehiclePageMock {
  display: grid;
  gap: 14px;
  padding: 16px;
}

.vehiclePageMock img {
  height: 230px;
  border-radius: 12px;
}

.vehiclePageMock div {
  display: grid;
  gap: 8px;
}

.marketplaceMock {
  background: #f8fbff;
}

.marketToolbar {
  padding: 18px 18px 0;
}

.marketGrid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.marketGrid article {
  padding: 12px;
}

.panelImage {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.panelImage img {
  width: 100%;
  height: 360px;
  object-fit: cover;
}

.ctaBand {
  padding: 28px;
  border: 1px solid rgba(37, 99, 235, 0.16);
  border-radius: 18px;
  background:
    linear-gradient(135deg, #ffffff 0%, #eff6ff 100%);
  box-shadow: var(--shadow);
}

.ctaBand h2 {
  max-width: 760px;
  margin-bottom: 10px;
  font-size: clamp(30px, 6vw, 52px);
  line-height: 1;
}

.ctaBand p {
  max-width: 760px;
  color: var(--muted);
  font-size: 17px;
  font-weight: 650;
  line-height: 1.5;
}

.pageHero {
  padding: 64px 0 28px;
}

.pageHero h1 {
  max-width: 900px;
}

.featureGrid,
.supportGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.formGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 18px;
}

label {
  display: grid;
  gap: 7px;
  color: #334155;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

input,
select,
textarea {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 12px 14px;
  background: #ffffff;
  color: var(--text);
  font: inherit;
}

textarea {
  min-height: 120px;
  resize: vertical;
}

.fieldGrid {
  display: grid;
  gap: 12px;
}

.formStatus {
  min-height: 20px;
  margin: 12px 0 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.chatLauncher {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 40;
}

.chatButton {
  min-height: 50px;
  padding: 12px 15px;
  border: 0;
  border-radius: 999px;
  background: var(--ink);
  color: #ffffff;
  font-weight: 950;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.25);
  cursor: pointer;
}

.chatPanel {
  position: absolute;
  right: 0;
  bottom: 62px;
  width: min(320px, calc(100vw - 36px));
  display: none;
  gap: 10px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: #ffffff;
  box-shadow: var(--shadow);
}

.chatPanel.open {
  display: grid;
}

.chatPanel h3 {
  margin-bottom: 0;
  font-size: 18px;
}

.chatPanel p {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.45;
}

.siteFooter {
  margin-top: 48px;
  padding: 36px 0;
  border-top: 1px solid var(--line);
  background: #ffffff;
}

.footerGrid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) repeat(4, minmax(0, 0.7fr));
  gap: 22px;
}

.footerGrid h3,
.footerGrid h4 {
  margin: 0 0 10px;
}

.footerGrid p,
.footerGrid a {
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.footerGrid nav {
  display: grid;
  gap: 8px;
}

.footerGrid a {
  text-decoration: none;
}

.legalStack {
  display: grid;
  gap: 14px;
}

.legalCard h2 {
  margin-bottom: 8px;
}

@media (max-width: 980px) {
  .heroGrid,
  .imageHeroGrid,
  .split,
  .formGrid {
    grid-template-columns: 1fr;
  }

  .imageHero {
    min-height: auto;
    padding: 56px 0 42px;
  }

  .heroCarousel {
    min-height: auto;
  }

  .heroCarouselTrack,
  .heroSlide {
    min-height: 760px;
  }

  .heroSlide {
    padding: 54px 0 96px;
  }

  .imageHeroOverlay {
    background:
      linear-gradient(180deg, rgba(8, 15, 28, 0.9) 0%, rgba(8, 15, 28, 0.76) 48%, rgba(8, 15, 28, 0.52) 100%),
      linear-gradient(180deg, rgba(37, 99, 235, 0.24), rgba(8, 15, 28, 0.2));
  }

  .heroCarousel .imageHeroOverlay {
    background:
      linear-gradient(180deg, rgba(8, 15, 28, 0.92) 0%, rgba(8, 15, 28, 0.78) 50%, rgba(8, 15, 28, 0.52) 100%),
      linear-gradient(180deg, rgba(37, 99, 235, 0.22), rgba(8, 15, 28, 0.22));
  }

  .imageHeroCopy {
    max-width: 860px;
  }

  .imageHeroDesktop,
  .imageHeroBrowser {
    justify-self: stretch;
    width: 100%;
  }

  .heroVisual {
    min-height: 360px;
  }

  .productGrid,
  .featureGrid,
  .supportGrid,
  .workflow,
  .phoneGallery,
  .desktopGallery,
  .websitePreviewGrid,
  .marketGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .heroShowcase {
    min-height: auto;
    gap: 16px;
  }

  .imageHeroMockups {
    min-height: auto;
  }

  .heroCarouselControls {
    bottom: 18px;
  }

  .heroPhone {
    position: relative;
    right: auto;
    bottom: auto;
    width: min(100%, 320px);
    margin: 0 auto;
  }

  .desktopGallery {
    align-items: start;
  }

  .footerGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .wrap {
    width: min(100% - 24px, 1180px);
  }

  .navToggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 12px;
  }

  .navLinks {
    position: fixed;
    inset: 72px 12px auto;
    display: none;
    padding: 12px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: #ffffff;
    box-shadow: var(--shadow);
  }

  .navLinks.open {
    display: grid;
  }

  .navCta .buttonSecondary {
    display: none;
  }

  .hero {
    padding-top: 44px;
  }

  .imageHero {
    min-height: calc(100vh - 72px);
    padding: 42px 0 30px;
  }

  .heroCarouselTrack,
  .heroSlide {
    min-height: calc(100svh - 72px);
  }

  .heroSlide {
    padding: 36px 0 98px;
  }

  .imageHero h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .heroCarousel h1 {
    font-size: clamp(39px, 12.2vw, 56px);
  }

  .imageHero .heroLead {
    font-size: 18px;
  }

  .heroCarousel .heroLead {
    font-size: 17px;
  }

  .metricRow,
  .trustStrip,
  .productGrid,
  .featureGrid,
  .supportGrid,
  .workflow,
  .phoneGallery,
  .desktopGallery,
  .websitePreviewGrid,
  .marketGrid,
  .stockBoard,
  .pipelineBoard,
  .footerGrid {
    grid-template-columns: 1fr;
  }

  .dashboardShell {
    grid-template-columns: 1fr;
  }

  .dashboardNav {
    display: none;
  }

  .dashboardHeader,
  .kpiGrid {
    grid-template-columns: 1fr;
  }

  .kpiGrid {
    display: grid;
  }

  .phoneApp {
    min-height: 390px;
  }

  .imageHero .heroActions .button {
    width: 100%;
  }

  .heroCarousel .heroActions .button {
    width: 100%;
  }

  .heroCarouselControls {
    bottom: 16px;
    gap: 10px;
  }

  .heroArrow {
    width: 42px;
    height: 42px;
    font-size: 26px;
  }

  .heroDots {
    gap: 7px;
    padding: 10px 11px;
  }

  .heroDot {
    width: 24px;
  }

  .heroDot.active {
    width: 38px;
  }

  .imageHeroDesktop .dashboardShell {
    min-height: auto;
  }

  .imageHeroBrowser .vehiclePageMock img,
  .marketplaceHeroMock .marketGrid img {
    height: 140px;
  }

  .heroVisual {
    min-height: 320px;
  }

  .websiteHeroShot {
    min-height: 320px;
  }

  .panelImage img {
    height: 260px;
  }

  .chatLauncher {
    right: 12px;
    bottom: 12px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .heroSlide,
  .heroSlide .imageHeroCopy,
  .heroSlide .imageHeroMockups,
  .heroSlide .imageHeroDesktop,
  .heroSlide .imageHeroBrowser,
  .heroArrow,
  .heroDot {
    transition: none;
  }
}
