/* Demo Page Styles — RevLeak × GoHighLevel Demo */

/* Nav tweaks */
.nav-links {
  margin-left: auto;
  display: flex;
  gap: 16px;
  align-items: center;
}
.nav-link {
  font-size: 13px;
  color: var(--fg-2);
  text-decoration: none;
  font-weight: 500;
}
.nav-link:hover { color: var(--fg); }
.nav-link--accent {
  color: var(--accent);
  padding: 6px 14px;
  border: 1px solid var(--accent);
  border-radius: 6px;
  font-size: 13px;
  font-weight: 600;
}
.nav-link--accent:hover {
  background: var(--accent-dim);
  color: var(--accent);
}

/* Demo Hero */
.demo-hero {
  background: linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
  border-bottom: 1px solid var(--border);
  padding: 60px 40px 80px;
}
.demo-hero-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.demo-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 20px;
}
.demo-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(36px, 4vw, 60px);
  font-weight: 900;
  letter-spacing: -2px;
  line-height: 1.1;
  color: var(--fg);
  margin-bottom: 20px;
}
.demo-title-accent { color: var(--accent); }
.demo-subtitle {
  font-size: 18px;
  color: var(--fg-2);
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 40px;
}
.demo-stats {
  display: flex;
  gap: 48px;
  flex-wrap: wrap;
}
.demo-stat {}
.demo-stat-num {
  font-family: 'Outfit', sans-serif;
  font-size: 32px;
  font-weight: 800;
  color: var(--accent);
  letter-spacing: -1px;
  display: block;
}
.demo-stat-label {
  font-size: 13px;
  color: var(--fg-3);
  margin-top: 2px;
}

/* Demo Section */
.demo-section {
  padding: 60px 40px;
}
.demo-section-inner {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
}
.demo-left, .demo-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* Demo Card */
.demo-card {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
}
.demo-card-header {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.demo-card-icon {
  font-size: 24px;
  line-height: 1;
  flex-shrink: 0;
}
.demo-card-title {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 4px;
}
.demo-card-sub {
  font-size: 12px;
  color: var(--fg-3);
}
.demo-status {
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
}
.demo-status--live {
  background: rgba(255, 107, 53, 0.15);
  color: var(--accent);
}
.demo-card-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-top: 1px solid var(--border);
  background: var(--bg);
}
.demo-tag {
  font-size: 11px;
  color: var(--fg-3);
  background: var(--bg-3);
  padding: 3px 8px;
  border-radius: 4px;
}

/* Chat Window */
.chat-window {
  margin: 0;
}
.chat-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid var(--border);
  background: var(--bg);
}
.chat-avatar {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--accent);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.chat-name {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: var(--fg);
}
.chat-online { font-size: 12px; color: var(--accent); }

.chat-messages {
  padding: 16px 20px;
  min-height: 180px;
  max-height: 240px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.chat-msg { display: flex; flex-direction: column; gap: 4px; }
.chat-msg--bot { align-items: flex-start; }
.chat-msg--user { align-items: flex-end; }
.chat-bubble {
  max-width: 80%;
  padding: 10px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.5;
}
.chat-bubble--bot {
  background: var(--bg-3);
  color: var(--fg);
  border-bottom-left-radius: 4px;
}
.chat-bubble--user {
  background: var(--accent);
  color: var(--bg);
  border-bottom-right-radius: 4px;
}
.chat-time { font-size: 11px; color: var(--fg-3); }

.chat-input-area {
  border-top: 1px solid var(--border);
  padding: 12px 16px;
  background: var(--bg);
}
.chat-quick-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.quick-btn {
  background: var(--bg-3);
  border: 1px solid var(--border);
  color: var(--fg-2);
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.15s;
  font-family: 'Source Sans 3', sans-serif;
}
.quick-btn:hover {
  border-color: var(--accent);
  color: var(--accent);
  background: var(--accent-dim);
}
.chat-input-row {
  display: flex;
  gap: 8px;
  align-items: center;
}
.chat-input {
  flex: 1;
  background: var(--bg-3);
  border: 1px solid var(--border);
  color: var(--fg);
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Source Sans 3', sans-serif;
  outline: none;
}
.chat-input:focus { border-color: var(--accent); }
.chat-send {
  background: var(--accent);
  color: var(--bg);
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Source Sans 3', sans-serif;
}

/* Call Log */
.call-log { padding: 16px 20px; }
.call-entry {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}
.call-entry-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}
.call-entry-icon--missed { background: rgba(255, 80, 80, 0.15); }
.call-entry-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--fg);
}
.call-entry-phone { font-weight: 400; color: var(--fg-3); font-size: 13px; }
.call-entry-time { font-size: 12px; color: var(--fg-3); margin-top: 2px; }
.call-status {
  margin-left: auto;
  font-size: 11px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
}
.call-status--auto {
  background: rgba(255, 107, 53, 0.15);
  color: var(--accent);
}
.text-thread {
  background: var(--bg);
  border-radius: 12px;
  padding: 12px;
  border: 1px solid var(--border);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.text-msg { display: flex; flex-direction: column; gap: 3px; }
.text-msg--incoming { align-items: flex-start; }
.text-msg--outgoing { align-items: flex-end; }
.text-bubble {
  max-width: 90%;
  padding: 9px 12px;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}
.text-bubble--in {
  background: var(--bg-3);
  color: var(--fg);
  border-bottom-left-radius: 4px;
}
.text-bubble--out {
  background: var(--accent);
  color: var(--bg);
  border-bottom-right-radius: 4px;
}
.text-time { font-size: 11px; color: var(--fg-3); padding: 0 4px; }

/* Booking Calendar */
.booking-calendar {
  padding: 16px 20px;
}
.cal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cal-month {
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: var(--fg);
}
.cal-nav {
  background: var(--bg-3);
  border: 1px solid var(--border);
  color: var(--fg-2);
  width: 28px;
  height: 28px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cal-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 4px;
  margin-bottom: 16px;
}
.cal-day-label {
  font-size: 10px;
  color: var(--fg-3);
  text-align: center;
  padding: 4px 0;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.cal-day {
  background: var(--bg-3);
  border: 1px solid transparent;
  border-radius: 6px;
  text-align: center;
  font-size: 12px;
  color: var(--fg-2);
  padding: 6px 2px;
  cursor: pointer;
  position: relative;
  transition: all 0.15s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cal-day:hover { border-color: var(--accent); color: var(--fg); }
.cal-day--past { opacity: 0.3; cursor: default; }
.cal-day--selected {
  background: var(--accent);
  color: var(--bg);
  font-weight: 700;
}
.cal-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--accent);
  margin-top: 2px;
}
.cal-day--selected .cal-dot { background: var(--bg); }

.time-header {
  font-size: 12px;
  color: var(--fg-3);
  margin-bottom: 10px;
}
.time-slots-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
  margin-bottom: 12px;
}
.time-btn {
  background: var(--bg-3);
  border: 1px solid var(--border);
  color: var(--fg-2);
  padding: 8px;
  border-radius: 8px;
  font-size: 12px;
  cursor: pointer;
  text-align: center;
  font-family: 'Source Sans 3', sans-serif;
  transition: all 0.15s;
}
.time-btn:hover { border-color: var(--accent); color: var(--fg); }
.time-btn--selected { border-color: var(--accent); background: var(--accent-dim); color: var(--accent); font-weight: 600; }
.time-btn--taken {
  opacity: 0.3;
  cursor: not-allowed;
  text-decoration: line-through;
}

.booking-confirm {
  background: var(--accent-dim);
  border: 1px solid var(--accent);
  border-radius: 10px;
  padding: 14px;
  margin-top: 8px;
}
.booking-confirm-inner {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 12px;
}
.booking-check {
  width: 28px;
  height: 28px;
  background: var(--accent);
  color: var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  flex-shrink: 0;
}
.booking-detail { font-size: 13px; color: var(--fg); }
.booking-detail strong { font-family: 'Outfit', sans-serif; }
.booking-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.booking-tag {
  font-size: 11px;
  color: var(--fg-3);
}
.btn-primary {
  background: var(--accent);
  color: var(--bg);
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  font-family: 'Source Sans 3', sans-serif;
}

.booking-success {
  text-align: center;
  padding: 24px 16px;
  background: rgba(255, 107, 53, 0.05);
}
.booking-success-icon { font-size: 40px; margin-bottom: 8px; }
.booking-success h4 {
  font-family: 'Outfit', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: var(--fg);
  margin-bottom: 8px;
}
.booking-success p { font-size: 13px; color: var(--fg-2); margin-bottom: 16px; }
.success-timeline {
  display: flex;
  flex-direction: column;
  gap: 8px;
  text-align: left;
  max-width: 300px;
  margin: 0 auto;
}
.timeline-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 12px;
  color: var(--fg-2);
}
.timeline-icon { font-size: 16px; }

/* GHL Dashboard */
.ghl-dashboard { padding: 0; }
.ghl-header-bar {
  display: flex;
  align-items: center;
  gap: 0;
  background: var(--bg-3);
  border-bottom: 1px solid var(--border);
  padding: 0 16px;
}
.ghl-logo-text {
  width: 32px;
  height: 32px;
  background: var(--accent);
  color: var(--bg);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Outfit', sans-serif;
  font-weight: 800;
  font-size: 14px;
  margin-right: 12px;
}
.ghl-nav-item {
  padding: 12px 14px;
  font-size: 12px;
  color: var(--fg-3);
  cursor: pointer;
  border-bottom: 2px solid transparent;
}
.ghl-nav-item--active {
  color: var(--fg);
  border-bottom-color: var(--accent);
}
.ghl-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid var(--border);
}
.ghl-stat {
  padding: 12px 16px;
  border-right: 1px solid var(--border);
  text-align: center;
}
.ghl-stat:last-child { border-right: none; }
.ghl-stat-val {
  font-family: 'Outfit', sans-serif;
  font-size: 20px;
  font-weight: 800;
  color: var(--fg);
  letter-spacing: -0.5px;
}
.ghl-stat-key { font-size: 10px; color: var(--fg-3); margin-top: 2px; }

.ghl-pipeline {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
}
.pipeline-stage {
  padding: 12px;
  border-right: 1px solid var(--border);
  min-height: 120px;
}
.pipeline-stage:last-child { border-right: none; }
.pipeline-stage--active { background: var(--accent-dim); }
.pipeline-stage-header {
  font-size: 11px;
  font-weight: 600;
  color: var(--fg-3);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.pipeline-count {
  background: var(--bg-3);
  color: var(--fg-3);
  padding: 1px 6px;
  border-radius: 4px;
  font-size: 10px;
}
.pipeline-stage--active .pipeline-count {
  background: var(--accent);
  color: var(--bg);
}
.pipeline-card {
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 8px;
  margin-bottom: 6px;
}
.pipeline-card-name {
  font-size: 12px;
  font-weight: 600;
  color: var(--fg);
  margin-bottom: 4px;
}
.pipeline-card-source { font-size: 11px; color: var(--accent); margin-bottom: 2px; }
.pipeline-card-value { font-size: 11px; color: var(--fg-3); }

.demo-cta-link {
  font-size: 13px;
  color: var(--accent);
  text-decoration: none;
  font-weight: 600;
  display: block;
  text-align: center;
  width: 100%;
}
.demo-cta-link:hover { text-decoration: underline; }

/* FAQ */
.faq-section {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 40px;
}
.faq-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.faq-title {
  font-family: 'Outfit', sans-serif;
  font-size: 28px;
  font-weight: 800;
  color: var(--fg);
  margin-bottom: 36px;
  letter-spacing: -0.5px;
}
.faq-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.faq-item {
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 12px;
  padding: 20px;
}
.faq-q {
  font-family: 'Outfit', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--accent);
  margin-bottom: 10px;
  line-height: 1.4;
}
.faq-a {
  font-size: 13px;
  color: var(--fg-2);
  line-height: 1.6;
}

/* CTA Section */
.demo-cta {
  padding: 80px 40px;
  text-align: center;
}
.demo-cta-inner {
  max-width: 600px;
  margin: 0 auto;
}
.demo-cta-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: var(--fg);
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.demo-cta-sub {
  font-size: 16px;
  color: var(--fg-2);
  line-height: 1.7;
  margin-bottom: 32px;
}
.btn-demo {
  display: inline-block;
  background: var(--accent);
  color: var(--bg);
  padding: 16px 32px;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Outfit', sans-serif;
  letter-spacing: -0.3px;
  transition: background 0.2s;
}
.btn-demo:hover { background: var(--accent-2); }
.demo-cta-note {
  font-size: 12px;
  color: var(--fg-3);
  margin-top: 12px;
}

/* === Video Section === */
.video-section {
  background: var(--bg-2);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 60px 40px;
}
.video-inner { max-width: 860px; margin: 0 auto; }
.video-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 16px;
}
.video-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: var(--fg);
  margin-bottom: 8px;
  letter-spacing: -1px;
}
.video-sub {
  font-size: 15px;
  color: var(--fg-2);
  margin-bottom: 28px;
}
.video-frame {
  width: 100%;
  aspect-ratio: 16/9;
  background: var(--bg-3);
  border: 1px solid var(--border);
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.video-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-placeholder-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-align: center;
}
.video-play-icon {
  width: 64px;
  height: 64px;
  background: var(--accent);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--bg);
  padding-left: 4px;
}
.video-placeholder-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.video-placeholder-text strong { font-size: 16px; color: var(--fg); }
.video-placeholder-text span { font-size: 13px; color: var(--fg-2); }
.btn-record-loom {
  background: var(--bg-3);
  color: var(--fg);
  border: 1px solid var(--border);
  padding: 8px 16px;
  border-radius: 8px;
  font-size: 13px;
  cursor: pointer;
  font-family: 'Source Sans 3', sans-serif;
  transition: background 0.2s, border-color 0.2s;
}
.btn-record-loom:hover { background: var(--bg); border-color: var(--accent); }

/* Loom instructions modal */
.loom-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
}
.loom-modal-inner {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
  max-width: 560px;
  width: 90%;
  position: relative;
}
.loom-modal-close {
  position: absolute;
  top: 16px; right: 16px;
  background: none;
  border: none;
  color: var(--fg-2);
  font-size: 18px;
  cursor: pointer;
}
.loom-modal-inner h3 { font-family: 'Outfit', sans-serif; font-size: 18px; font-weight: 700; color: var(--fg); margin-bottom: 20px; }
.loom-steps { padding-left: 20px; }
.loom-steps li { margin-bottom: 10px; font-size: 14px; color: var(--fg-2); }
.loom-steps li a { color: var(--accent); }
.loom-tip { font-size: 12px; color: var(--fg-3); background: var(--bg); border: 1px solid var(--border); border-radius: 8px; padding: 12px; margin-top: 16px; }
.video-cta-hint { font-size: 12px; color: var(--fg-3); margin-top: 12px; text-align: center; }
.video-cta-hint code { background: var(--bg-3); padding: 2px 6px; border-radius: 4px; color: var(--accent); }

/* === Lead Capture Section === */
.lead-section {
  padding: 80px 40px;
  background: var(--bg);
}
.lead-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.lead-badge {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.lead-title {
  font-family: 'Outfit', sans-serif;
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 900;
  color: var(--fg);
  margin-bottom: 16px;
  letter-spacing: -1px;
}
.lead-desc { font-size: 15px; color: var(--fg-2); margin-bottom: 24px; line-height: 1.7; }
.lead-list { list-style: none; padding: 0; }
.lead-list li { font-size: 14px; color: var(--fg-2); padding: 6px 0; border-bottom: 1px solid var(--border); }
.lead-list li:last-child { border-bottom: none; }
.lead-form {
  background: var(--bg-2);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 32px;
}
.lead-form-title { font-family: 'Outfit', sans-serif; font-size: 20px; font-weight: 700; color: var(--fg); margin-bottom: 4px; }
.lead-form-sub { font-size: 13px; color: var(--fg-2); margin-bottom: 24px; line-height: 1.6; }
.lead-field { margin-bottom: 16px; }
.lead-label { display: block; font-size: 12px; font-weight: 600; color: var(--fg-2); margin-bottom: 6px; letter-spacing: 0.5px; text-transform: uppercase; }
.lead-input {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 10px 14px;
  font-size: 15px;
  color: var(--fg);
  font-family: 'Source Sans 3', sans-serif;
  outline: none;
  transition: border-color 0.2s;
}
.lead-input:focus { border-color: var(--accent); }
.lead-input::placeholder { color: var(--fg-3); }
.lead-submit {
  width: 100%;
  background: var(--accent);
  color: var(--bg);
  padding: 14px;
  border: none;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Outfit', sans-serif;
  cursor: pointer;
  margin-top: 8px;
  transition: background 0.2s;
}
.lead-submit:hover { background: var(--accent-2); }
.lead-success {
  margin-top: 12px;
  padding: 12px 16px;
  background: rgba(0,200,83,0.1);
  border: 1px solid rgba(0,200,83,0.3);
  border-radius: 8px;
  font-size: 14px;
  color: #00c853;
}
.lead-privacy { font-size: 11px; color: var(--fg-3); text-align: center; margin-top: 12px; }

/* Responsive */
@media (max-width: 900px) {
  .demo-section-inner { grid-template-columns: 1fr; }
  .faq-grid { grid-template-columns: 1fr; }
  .ghl-stats-row { grid-template-columns: repeat(2, 1fr); }
  .ghl-pipeline { grid-template-columns: repeat(2, 1fr); }
  .lead-inner { grid-template-columns: 1fr; }
}
@media (max-width: 640px) {
  .demo-hero { padding: 40px 24px 60px; }
  .demo-section { padding: 40px 24px; }
  .faq-section { padding: 40px 24px; }
  .demo-cta { padding: 60px 24px; }
  .demo-stats { gap: 24px; }
  .video-section { padding: 48px 24px; }
  .lead-section { padding: 48px 24px; }
}