/* ═══════════════════════════════════════════════════════════
   IoTFIY Sales Hub — Velocity Field Theme
   Warm light · orange/violet · Sora + DM Sans
   ═══════════════════════════════════════════════════════════ */

.sales-hub-page {
  --vf-bg: #f8f9fc;
  --vf-bg-2: #eef1f7;
  --vf-ink: #0f172a;
  --vf-ink-soft: #475569;
  --vf-muted: #94a3b8;
  --vf-orange: #ea580c;
  --vf-orange-soft: #fff7ed;
  --vf-violet: #7c3aed;
  --vf-violet-soft: #f5f3ff;
  --vf-teal: #0d9488;
  --vf-green: #059669;
  --vf-border: rgba(15, 23, 42, 0.08);
  --vf-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
  --vf-shadow-sm: 0 8px 24px rgba(15, 23, 42, 0.06);
  --vf-dark: #0f172a;
  --background-color: var(--vf-bg);
  --default-color: var(--vf-ink-soft);
  --heading-color: var(--vf-ink);
  --surface-color: #fff;
  --accent-color: var(--vf-orange);
  --contrast-color: #fff;
  font-family: 'DM Sans', system-ui, sans-serif;
  background: var(--vf-bg);
  color: var(--vf-ink-soft);
  -webkit-font-smoothing: antialiased;
}

.sales-hub-page h1,
.sales-hub-page h2,
.sales-hub-page h3 {
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: var(--vf-ink);
}

.sales-hub-page h4,
.sales-hub-page h5 {
  font-family: 'Sora', system-ui, sans-serif;
  font-weight: 600;
  color: var(--vf-ink);
}

.sales-hub-page .header {
  background: rgba(248, 249, 252, 0.92) !important;
  backdrop-filter: blur(16px) !important;
  border-bottom: 1px solid var(--vf-border) !important;
  box-shadow: none !important;
}

.sales-hub-page .header .logo img {
  max-height: 34px;
  filter: none;
}

.sales-hub-page .header .navmenu > ul > li > a {
  color: var(--vf-ink-soft) !important;
}

.sales-hub-page .header .navmenu > ul > li > a.active,
.sales-hub-page .header .navmenu > ul > li > a:hover {
  color: var(--vf-orange) !important;
}

.sales-hub-page .header .btn-getstarted {
  background: var(--vf-ink) !important;
  border: none !important;
  border-radius: 100px !important;
  font-weight: 600 !important;
  box-shadow: var(--vf-shadow) !important;
}

.sales-hub-page .main { padding-top: 0; }

/* Buttons */
.vf-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 26px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 0.9375rem;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: transform 0.2s, box-shadow 0.2s;
}

.vf-btn--primary {
  background: linear-gradient(135deg, var(--vf-orange), #c2410c);
  color: #fff;
  box-shadow: 0 10px 28px rgba(234, 88, 12, 0.28);
}

.vf-btn--primary:hover {
  transform: translateY(-2px);
  color: #fff;
  box-shadow: 0 14px 32px rgba(234, 88, 12, 0.35);
}

.vf-btn--dark {
  background: var(--vf-ink);
  color: #fff;
  box-shadow: var(--vf-shadow);
}

.vf-btn--dark:hover {
  transform: translateY(-2px);
  color: #fff;
}

.vf-btn--orange {
  background: var(--vf-orange);
  color: #fff;
}

.vf-btn--orange:hover { color: #fff; transform: translateY(-2px); }

.vf-btn--outline {
  background: #fff;
  border: 2px solid var(--vf-border);
  color: var(--vf-ink);
}

.vf-btn--outline:hover {
  border-color: var(--vf-ink);
  color: var(--vf-ink);
}

.vf-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 7px 14px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--vf-border);
  color: var(--vf-ink);
  font-size: 0.8125rem;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: var(--vf-shadow-sm);
}

.vf-section {
  padding: clamp(4rem, 8vw, 6.5rem) 0;
  position: relative;
}

.vf-section--cream { background: var(--vf-bg-2); }
.vf-section--dark {
  background: var(--vf-dark);
  color: rgba(255, 255, 255, 0.75);
}

.vf-section--dark h2,
.vf-section--dark h3 { color: #fff; }

.vf-head {
  max-width: 640px;
  margin-bottom: 3rem;
}

.vf-head--center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.vf-head h2 {
  font-size: clamp(2.25rem, 4.5vw, 3.25rem);
  line-height: 1.05;
  margin-bottom: 1rem;
}

.vf-head h2 em {
  font-style: normal;
  color: var(--vf-orange);
}

.vf-head p {
  font-size: 1.0625rem;
  line-height: 1.7;
  margin: 0;
}

/* Hero */
.vf-hero {
  min-height: 100vh;
  padding: clamp(110px, 12vw, 140px) 0 clamp(60px, 8vw, 90px);
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
  background: linear-gradient(165deg, #fff 0%, var(--vf-bg) 45%, var(--vf-bg-2) 100%);
}

.vf-hero__mesh {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(124, 58, 237, 0.06), transparent 45%),
    radial-gradient(circle at 80% 70%, rgba(234, 88, 12, 0.07), transparent 40%),
    linear-gradient(rgba(15, 23, 42, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(15, 23, 42, 0.03) 1px, transparent 1px);
  background-size: auto, auto, 40px 40px, 40px 40px;
  mask-image: linear-gradient(180deg, black 60%, transparent);
}

.vf-hero__glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
}

.vf-hero__glow--1 {
  width: 420px;
  height: 420px;
  background: rgba(124, 58, 237, 0.12);
  top: -60px;
  right: 5%;
}

.vf-hero__glow--2 {
  width: 320px;
  height: 320px;
  background: rgba(234, 88, 12, 0.1);
  bottom: 10%;
  left: -40px;
}

.vf-hero__grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  position: relative;
  z-index: 2;
}

.vf-hero__badge-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 1.25rem;
}

.vf-hero__pill {
  padding: 5px 12px;
  border-radius: 100px;
  background: var(--vf-violet-soft);
  color: var(--vf-violet);
  font-size: 0.75rem;
  font-weight: 700;
}

.vf-hero__copy h1 {
  font-size: clamp(2.25rem, 4.8vw, 3.5rem);
  line-height: 1.08;
  margin-bottom: 1.25rem;
  font-weight: 800;
}

.vf-hero__highlight {
  background: linear-gradient(135deg, var(--vf-orange), var(--vf-violet));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.vf-hero__lead {
  font-size: 1.0625rem;
  line-height: 1.75;
  max-width: 500px;
  margin-bottom: 2rem;
  color: var(--vf-ink-soft);
}

.vf-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 2.25rem;
}

.vf-hero__stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.vf-hero__stat {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--vf-border);
  box-shadow: var(--vf-shadow-sm);
}

.vf-hero__stat-icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vf-orange-soft);
  color: var(--vf-orange);
  font-size: 1.125rem;
  flex-shrink: 0;
}

.vf-hero__stat strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  color: var(--vf-ink);
  line-height: 1.2;
}

.vf-hero__stat span {
  font-size: 0.75rem;
  color: var(--vf-muted);
  line-height: 1.3;
}

.vf-hero__showcase {
  position: relative;
  padding: 12px 12px 40px;
}

.vf-hero__browser {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid var(--vf-border);
  box-shadow: var(--vf-shadow);
}

.vf-hero__browser-bar {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 12px 16px;
  background: #f1f5f9;
  border-bottom: 1px solid var(--vf-border);
}

.vf-hero__browser-bar span {
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

.vf-hero__browser-bar span:nth-child(1) { background: #f87171; }
.vf-hero__browser-bar span:nth-child(2) { background: #fbbf24; }
.vf-hero__browser-bar span:nth-child(3) { background: #4ade80; }

.vf-hero__browser-bar em {
  margin-left: auto;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: 500;
  color: var(--vf-muted);
}

.vf-hero__browser img {
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: top;
}

.vf-hero__phone-mini {
  position: absolute;
  left: -24px;
  bottom: 0;
  width: 130px;
  z-index: 3;
}

.vf-hero__phone-mini-frame {
  border-radius: 22px;
  padding: 8px;
  background: var(--vf-ink);
  box-shadow: var(--vf-shadow);
}

.vf-hero__phone-mini-frame img {
  width: 100%;
  border-radius: 16px;
  display: block;
  aspect-ratio: 9/16;
  object-fit: cover;
  object-position: top;
  transition: opacity 0.35s;
}

.vf-hero__phone-mini-frame img.is-fading { opacity: 0; }

.vf-hero__phone-mini-label {
  margin-top: 8px;
  text-align: center;
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--vf-muted);
}

.vf-hero__phone-mini-label i {
  color: var(--vf-violet);
  margin-right: 4px;
}

.vf-hero__chip {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--vf-border);
  box-shadow: var(--vf-shadow-sm);
  z-index: 4;
  animation: vf-chip-float 5s ease-in-out infinite;
}

.vf-hero__chip i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--vf-violet-soft);
  color: var(--vf-violet);
  font-size: 0.9375rem;
}

.vf-hero__chip small {
  display: block;
  font-size: 0.6875rem;
  color: var(--vf-muted);
  font-weight: 500;
}

.vf-hero__chip strong {
  display: block;
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  color: var(--vf-ink);
  font-weight: 700;
}

.vf-hero__chip--1 { top: 8%; right: -12px; }
.vf-hero__chip--2 { bottom: 22%; right: -20px; animation-delay: 1.5s; }
.vf-hero__chip--2 i { background: var(--vf-orange-soft); color: var(--vf-orange); }

@keyframes vf-chip-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}

/* Phone (day section) */
.vf-phone {
  width: min(300px, 78vw);
  border-radius: 36px;
  padding: 12px;
  background: var(--vf-ink);
  box-shadow: var(--vf-shadow), 0 0 0 1px rgba(255, 255, 255, 0.06) inset;
  position: relative;
  z-index: 2;
}

.vf-phone__notch {
  width: 90px;
  height: 24px;
  background: #000;
  border-radius: 0 0 14px 14px;
  margin: 0 auto 8px;
}

.vf-phone__screen {
  border-radius: 26px;
  overflow: hidden;
  background: #fff;
  aspect-ratio: 9/19;
  position: relative;
}

.vf-phone__screen img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  transition: opacity 0.4s;
}

.vf-phone__screen img.is-fading { opacity: 0; }

.vf-day__phone-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Marquee */
.vf-marquee {
  overflow: hidden;
  border-top: 1px solid var(--vf-border);
  border-bottom: 1px solid var(--vf-border);
  background: #fff;
  padding: 18px 0;
}

.vf-marquee__track {
  display: flex;
  gap: 2rem;
  width: max-content;
  animation: vf-marquee 28s linear infinite;
}

.vf-marquee__track span {
  flex-shrink: 0;
  padding: 8px 20px;
  border-radius: 100px;
  background: var(--vf-bg);
  border: 1px solid var(--vf-border);
  font-weight: 600;
  font-size: 0.875rem;
  color: var(--vf-ink);
  white-space: nowrap;
}

@keyframes vf-marquee {
  to { transform: translateX(-50%); }
}

/* Day simulator */
.vf-day {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 3rem;
  align-items: start;
}

.vf-day__timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vf-day__step {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  border-bottom: 1px solid var(--vf-border);
  width: 100%;
  transition: background 0.2s;
}

.vf-day__step:hover,
.vf-day__step.active {
  background: linear-gradient(90deg, var(--vf-orange-soft), transparent);
}

.vf-day__time {
  font-size: 0.75rem;
  font-weight: 800;
  color: var(--vf-orange);
  padding-top: 4px;
}

.vf-day__dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 3px solid var(--vf-border);
  background: #fff;
  margin-top: 6px;
  transition: all 0.25s;
}

.vf-day__step.active .vf-day__dot {
  border-color: var(--vf-orange);
  background: var(--vf-orange);
  box-shadow: 0 0 0 4px var(--vf-orange-soft);
}

.vf-day__step h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 6px;
}

.vf-day__step p {
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.55;
}

.vf-day__phone-wrap {
  position: sticky;
  top: 120px;
}

.vf-day__detail {
  margin-top: 1rem;
  padding: 1.25rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vf-border);
  box-shadow: var(--vf-shadow);
}

.vf-day__detail h4 {
  font-size: 0.9375rem;
  margin-bottom: 8px;
}

.vf-day__stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.vf-day__stats div {
  padding: 10px;
  border-radius: 10px;
  background: var(--vf-bg);
  font-size: 0.75rem;
}

.vf-day__stats strong {
  display: block;
  font-size: 1.125rem;
  color: var(--vf-ink);
}

/* Horizontal module rail */
.vf-rail {
  display: flex;
  gap: 1.25rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding-bottom: 12px;
  scrollbar-width: thin;
}

.vf-rail__card {
  flex: 0 0 min(320px, 85vw);
  scroll-snap-align: start;
  border-radius: 20px;
  background: #fff;
  border: 1px solid var(--vf-border);
  overflow: hidden;
  box-shadow: var(--vf-shadow);
  transition: transform 0.25s;
}

.vf-rail__card:hover { transform: translateY(-4px); }

.vf-rail__card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.vf-rail__body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.vf-rail__body h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.0625rem;
  font-weight: 800;
  margin-bottom: 8px;
}

.vf-rail__body p {
  font-size: 0.875rem;
  margin: 0;
  line-height: 1.55;
}

.vf-rail__num {
  font-size: 0.6875rem;
  font-weight: 800;
  color: var(--vf-violet);
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

/* Sticky chapters */
.vf-chapters {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.vf-chapter {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
  padding: clamp(3rem, 6vw, 5rem) 0;
  border-bottom: 1px solid var(--vf-border);
}

.vf-chapter:nth-child(even) .vf-chapter__visual { order: -1; }

.vf-chapter__label {
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--vf-violet);
  margin-bottom: 1rem;
}

.vf-chapter h2 {
  font-size: clamp(1.75rem, 3vw, 2.5rem);
  margin-bottom: 1rem;
}

.vf-chapter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vf-chapter li {
  display: flex;
  gap: 10px;
  margin-bottom: 12px;
  font-size: 0.9375rem;
}

.vf-chapter li i {
  color: var(--vf-teal);
  margin-top: 3px;
}

.vf-chapter__visual {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--vf-border);
  box-shadow: var(--vf-shadow);
  background: #fff;
}

.vf-chapter__visual img {
  width: 100%;
  display: block;
}

/* Dashboard collage */
.vf-collage {
  position: relative;
  min-height: 420px;
}

.vf-collage__main {
  width: 72%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid var(--vf-border);
  box-shadow: var(--vf-shadow);
  background: #fff;
}

.vf-collage__main img { width: 100%; display: block; }

.vf-collage__side {
  position: absolute;
  width: 42%;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--vf-border);
  box-shadow: var(--vf-shadow);
  background: #fff;
  cursor: pointer;
  transition: transform 0.2s, opacity 0.2s;
}

.vf-collage__side:hover { transform: scale(1.02); }

.vf-collage__side--1 { bottom: 0; right: 0; }
.vf-collage__side--2 { top: 10%; right: 4%; width: 36%; opacity: 0.92; }

.vf-collage__side img { width: 100%; display: block; }

.vf-collage__tabs {
  display: flex;
  gap: 8px;
  margin-top: 1.5rem;
  flex-wrap: wrap;
}

.vf-collage__tab {
  padding: 8px 16px;
  border-radius: 100px;
  border: 1px solid var(--vf-border);
  background: #fff;
  font-size: 0.8125rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}

.vf-collage__tab.active,
.vf-collage__tab:hover {
  background: var(--vf-ink);
  color: #fff;
  border-color: var(--vf-ink);
}

/* AI panel */
.vf-ai {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 2rem;
  align-items: stretch;
}

.vf-ai__panel {
  padding: 2rem;
  border-radius: 24px;
  background: linear-gradient(145deg, var(--vf-violet-soft), #fff);
  border: 1px solid rgba(124, 58, 237, 0.15);
}

.vf-ai__panel h3 {
  font-family: 'Sora', sans-serif;
  font-weight: 800;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.vf-ai__bars {
  display: flex;
  align-items: flex-end;
  gap: 10px;
  height: 160px;
  margin-top: 1.5rem;
}

.vf-ai__bar {
  flex: 1;
  border-radius: 8px 8px 0 0;
  background: linear-gradient(180deg, var(--vf-violet), #5b21b6);
  min-height: 20px;
  position: relative;
  transition: height 0.6s ease;
}

.vf-ai__bar.is-future {
  background: linear-gradient(180deg, var(--vf-orange), #ea580c);
}

.vf-ai__bar span {
  position: absolute;
  bottom: -22px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6875rem;
  font-weight: 700;
  color: var(--vf-muted);
}

.vf-ai__cards {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.vf-ai__card {
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  background: #fff;
  border: 1px solid var(--vf-border);
  display: flex;
  gap: 14px;
  align-items: flex-start;
}

.vf-ai__card i {
  font-size: 1.25rem;
  color: var(--vf-orange);
}

/* Industries pills */
.vf-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
}

.vf-pill {
  padding: 12px 22px;
  border-radius: 100px;
  background: #fff;
  border: 1px solid var(--vf-border);
  font-weight: 700;
  font-size: 0.9375rem;
  color: var(--vf-ink);
  transition: all 0.2s;
}

.vf-pill:hover {
  background: var(--vf-ink);
  color: #fff;
  border-color: var(--vf-ink);
}

.vf-pill i {
  margin-right: 8px;
  color: var(--vf-orange);
}

.vf-pill:hover i { color: #fff; }

/* Compare strip */
.vf-compare {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem;
}

.vf-compare__col {
  padding: 2rem;
  border-radius: 20px;
}

.vf-compare__col--old {
  background: #fff;
  border: 1px dashed var(--vf-border);
}

.vf-compare__col--new {
  background: var(--vf-ink);
  color: rgba(255, 255, 255, 0.85);
}

.vf-compare__col--new h3 { color: #fff; }

.vf-compare__col h3 {
  font-family: 'Sora', sans-serif;
  font-size: 1.125rem;
  font-weight: 800;
  margin-bottom: 1.25rem;
}

.vf-compare__col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.vf-compare__col li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  font-size: 0.9375rem;
  display: flex;
  gap: 10px;
}

.vf-compare__col--new li { border-color: rgba(255, 255, 255, 0.1); }

/* CTA */
.vf-cta {
  text-align: center;
  padding: 5rem 0;
}

.vf-cta h2 {
  font-size: clamp(2rem, 4vw, 3rem);
  color: #fff;
  margin-bottom: 1rem;
}

.vf-cta p {
  max-width: 520px;
  margin: 0 auto 2rem;
  line-height: 1.65;
}

.vf-cta__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.vf-cta .vf-btn--outline {
  border-color: rgba(255, 255, 255, 0.3);
  background: transparent;
  color: #fff;
}

.vf-cta .vf-btn--outline:hover {
  background: #fff;
  color: var(--vf-ink);
}

/* Progress nav (top dots, not side rail) */
.vf-progress-nav {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 980;
  display: flex;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 100px;
  background: rgba(26, 16, 37, 0.92);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.vf-progress-nav a {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.25);
  text-indent: -9999px;
  overflow: hidden;
  transition: all 0.2s;
}

.vf-progress-nav a.active,
.vf-progress-nav a:hover {
  background: var(--vf-orange);
  transform: scale(1.2);
}

/* Mobile dock */
.vf-dock {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
  display: none;
  justify-content: space-around;
  padding: 8px 4px calc(8px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid var(--vf-border);
  box-shadow: 0 -4px 24px rgba(26, 16, 37, 0.06);
}

.vf-dock a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  font-size: 0.625rem;
  font-weight: 700;
  color: var(--vf-muted);
  text-decoration: none;
}

.vf-dock a i { font-size: 1.125rem; }
.vf-dock a.active { color: var(--vf-orange); }

/* Mobile menu */
.sales-hub-page .mobile-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: rgba(248, 249, 252, 0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--vf-border);
  padding: calc(8px + env(safe-area-inset-top, 0px)) 16px 10px;
}

.sales-hub-page .mobile-nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sales-hub-page .mobile-logo img { max-height: 32px; }

.sales-hub-page .mobile-nav-cta {
  font-size: 0.75rem;
  font-weight: 700;
  padding: 8px 14px;
  border-radius: 100px;
  background: var(--vf-ink);
  color: #fff !important;
  text-decoration: none;
}

.sales-hub-page .mobile-menu-toggle {
  width: 38px;
  height: 38px;
  border: 1px solid var(--vf-border);
  border-radius: 10px;
  background: #fff;
  color: var(--vf-ink);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.sales-hub-page .mobile-menu-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10040;
  background: rgba(26, 16, 37, 0.4);
  opacity: 0;
  visibility: hidden;
  border: none;
  cursor: pointer;
}

.sales-hub-page.mobile-menu-open .mobile-menu-backdrop {
  opacity: 1;
  visibility: visible;
}

.sales-hub-page .mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: min(300px, 86vw);
  height: 100dvh;
  background: var(--vf-bg);
  border-left: 1px solid var(--vf-border);
  z-index: 10045;
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  overflow-y: auto;
}

.sales-hub-page .mobile-menu.active { transform: translateX(0); }

.sales-hub-page .mobile-menu-header {
  padding: calc(56px + env(safe-area-inset-top, 0px) + 8px) 20px 16px;
  border-bottom: 1px solid var(--vf-border);
}

.sales-hub-page .mobile-menu-header span {
  font-family: 'Sora', sans-serif;
  font-size: 1.25rem;
  color: var(--vf-ink);
  display: block;
}

.sales-hub-page .mobile-menu-header small {
  font-size: 0.6875rem;
  color: var(--vf-orange);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.sales-hub-page .mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 12px;
}

.sales-hub-page .mobile-menu ul li a {
  display: block;
  padding: 13px 14px;
  margin-bottom: 4px;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--vf-border);
  color: var(--vf-ink-soft);
  text-decoration: none;
  font-weight: 600;
}

.sales-hub-page.mobile-menu-open { overflow: hidden; }

/* Footer — dark band */
.sales-hub-page .footer {
  background: var(--vf-dark) !important;
  border-top: none;
}

.sales-hub-page .footer h4,
.sales-hub-page .footer .sitename { color: #fff !important; }

.sales-hub-page .footer p,
.sales-hub-page .footer .footer-contact p { color: rgba(255, 255, 255, 0.6) !important; }

.sales-hub-page .footer .footer-newsletter .newsletter-form {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.sales-hub-page .footer .footer-newsletter .newsletter-form input[type=email] {
  background: transparent !important;
  color: #fff !important;
}

.sales-hub-page .footer .footer-newsletter .newsletter-form input[type=submit] {
  background: var(--vf-orange) !important;
  color: #fff !important;
}

.sales-hub-page .footer .footer-links ul a,
.sales-hub-page .footer .footer-links ul i { color: rgba(255, 255, 255, 0.55) !important; }

.sales-hub-page .footer .footer-links ul a:hover { color: var(--vf-orange) !important; }

.sales-hub-page .footer .footer-contact a { color: var(--vf-orange) !important; }

.sales-hub-page .footer .social-links a {
  background: rgba(255, 255, 255, 0.06) !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7) !important;
}

.sales-hub-page .footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.sales-hub-page .footer .copyright p { color: rgba(255, 255, 255, 0.45) !important; }

.sales-hub-page .scroll-top {
  background: var(--vf-orange) !important;
  border: none;
  bottom: calc(72px + env(safe-area-inset-bottom, 0px));
}

.sales-hub-page .scroll-top i { color: #fff !important; }

@media (max-width: 1199px) {
  .sales-hub-page #header { display: none !important; }
  .vf-dock { display: flex; }
  .vf-progress-nav { display: none; }
  .sales-hub-page .main {
    padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px));
  }
}

@media (min-width: 1200px) {
  .sales-hub-page .mobile-navbar { display: none !important; }
  .vf-dock { display: none !important; }
  .sales-hub-page .scroll-top { bottom: 24px; }
}

@media (max-width: 991px) {
  .vf-day,
  .vf-chapter,
  .vf-ai,
  .vf-compare {
    grid-template-columns: 1fr;
  }

  .vf-collage__side--2 { display: none; }

  .vf-chapter:nth-child(even) .vf-chapter__visual { order: 0; }

  .vf-chapter { gap: 1.5rem; }

  .vf-day__phone-wrap {
    position: relative;
    top: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }

  .vf-ai { grid-template-columns: 1fr; }

  .vf-compare { grid-template-columns: 1fr; }

  .vf-collage__main { width: 100%; }
  .vf-collage__side--1 {
    position: relative;
    width: 100%;
    margin-top: 1rem;
  }

  .vf-hero__chip { display: none; }

  .vf-hero {
    min-height: auto;
    padding-top: 100px;
  }

  .vf-hero__grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .vf-hero__badge-row { justify-content: center; }
  .vf-hero__lead { margin-left: auto; margin-right: auto; }
  .vf-hero__actions { justify-content: center; }

  .vf-hero__stats {
    grid-template-columns: 1fr;
    max-width: 320px;
    margin: 0 auto;
  }

  .vf-hero__showcase {
    margin-top: 2rem;
    padding: 0;
  }

  .vf-hero__phone-mini {
    left: 8px;
    width: 100px;
  }
}
