/* ==========================================================================
   WAPIM WEB: Dubai Property Management Workflow Audit
   Target URL: https://wapimweb.com/property-management-workflow-dubai
   Design System: ui-ux-pro-max-skill & WAPIM Web Dark Aesthetic
   ========================================================================== */

:root {
  /* Color Tokens - Glassmorphic for 3D Background Visibility */
  --bg-deep: #05070d;
  --bg-body: #070a12;
  --bg-surface: rgba(13, 19, 34, 0.74);
  --bg-card: rgba(14, 21, 38, 0.78);
  --bg-card-hover: rgba(22, 33, 60, 0.88);
  --bg-elevated: rgba(26, 39, 74, 0.90);
  
  --border-subtle: rgba(255, 255, 255, 0.07);
  --border-card: rgba(255, 255, 255, 0.12);
  --border-glow: rgba(99, 102, 241, 0.35);
  
  --text-main: #ffffff;
  --text-muted: #e2e8f0;
  --text-dim: #94a3b8;
  --text-subtle: #64748b;
  --text-inverse: #090d16;
  
  /* Brand & Status Accents */
  --brand-indigo: #6366f1;
  --brand-indigo-light: #818cf8;
  --brand-indigo-glow: rgba(99, 102, 241, 0.3);
  
  --status-emerald: #10b981;
  --status-emerald-light: #34d399;
  --status-emerald-glow: rgba(16, 185, 129, 0.25);
  
  --status-amber: #f59e0b;
  --status-amber-light: #fbbf24;
  --status-amber-glow: rgba(245, 158, 11, 0.2);
  
  --status-cyan: #06b6d4;
  --status-rose: #f43f5e;
  
  /* Typography */
  --font-sans: 'Plus Jakarta Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  
  /* Spacing */
  --container-max: 1200px;
  --container-narrow: 860px;
  --section-pad: clamp(4rem, 8vw, 6.5rem);
  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-pill: 9999px;
  
  /* Transitions */
  --ease-fast: 150ms cubic-bezier(0.16, 1, 0.3, 1);
  --ease-smooth: 250ms cubic-bezier(0.16, 1, 0.3, 1);
}

/* Base Styles */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-family: var(--font-sans);
  background-color: var(--bg-deep);
  color: var(--text-main);
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: var(--bg-body);
  color: var(--text-main);
  line-height: 1.65;
  font-size: 1rem;
  overflow-x: hidden;
  position: relative;
}

/* Typography Helpers */
h1, h2, h3, h4, h5, h6 {
  color: var(--text-main);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.025em;
}

p {
  color: var(--text-muted);
}

a {
  color: var(--brand-indigo-light);
  text-decoration: none;
  transition: color var(--ease-fast);
}

a:hover {
  color: #a5b4fc;
}

/* Layout Containers */
.container {
  width: 100%;
  max-width: var(--container-max);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

.container-narrow {
  width: 100%;
  max-width: var(--container-narrow);
  margin-inline: auto;
  padding-inline: 1.5rem;
}

/* Ambient Background Glows */
.ambient-glow-top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
  height: 520px;
  background: radial-gradient(circle at 50% 10%, rgba(99, 102, 241, 0.18) 0%, rgba(16, 185, 129, 0.08) 45%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* ==========================================================================
   Header & Navigation
   ========================================================================== */
.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(9, 13, 22, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--border-subtle);
  transition: border-color var(--ease-fast);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-img {
  height: 38px;
  width: auto;
  object-fit: contain;
}

.logo-text {
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 6px;
}

.logo-badge {
  font-size: 0.65rem;
  font-weight: 700;
  background: var(--brand-indigo);
  color: #fff;
  padding: 2px 7px;
  border-radius: var(--radius-pill);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.header-nav {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.nav-link {
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-muted);
  transition: color var(--ease-fast);
}

.nav-link:hover {
  color: var(--text-main);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 1rem;
}

/* ==========================================================================
   Buttons & CTAs
   ========================================================================== */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-sans);
  font-size: 0.95rem;
  font-weight: 600;
  padding: 0.75rem 1.4rem;
  min-height: 48px; /* Strict >= 44px touch target */
  border-radius: var(--radius-sm);
  cursor: pointer;
  transition: all var(--ease-smooth);
  border: 1px solid transparent;
  white-space: nowrap;
}

.btn-primary {
  background: linear-gradient(135deg, #6366f1 0%, #4f46e5 100%);
  color: #ffffff;
  box-shadow: 0 4px 18px var(--brand-indigo-glow);
}

.btn-primary:hover {
  background: linear-gradient(135deg, #7175f3 0%, #5a52ec 100%);
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(99, 102, 241, 0.4);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.06);
  color: var(--text-main);
  border: 1px solid var(--border-card);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-2px);
}

.btn-sm {
  padding: 0.55rem 1.15rem;
  font-size: 0.88rem;
  min-height: 44px; /* Strict 44px minimum touch target */
}

.btn-lg {
  padding: 0.95rem 1.8rem;
  font-size: 1.05rem;
  min-height: 52px;
}

.btn-block {
  width: 100%;
}

/* ==========================================================================
   Hero Section
   ========================================================================== */
.hero-section {
  position: relative;
  padding-top: calc(76px + clamp(1.75rem, 4vw, 4rem));
  padding-bottom: clamp(3.5rem, 7vw, 6rem);
  text-align: center;
  z-index: 1;
  overflow: hidden;
}

.hero-section .container {
  position: relative;
  z-index: 2;
}

.page-3d-background,
.hero-canvas-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  pointer-events: none;
  z-index: 0;
  overflow: hidden;
  opacity: 1;
}

.page-3d-background canvas,
.hero-canvas-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  display: block;
}

.hero-pill-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: var(--radius-pill);
  background: rgba(99, 102, 241, 0.12);
  border: 1px solid rgba(99, 102, 241, 0.3);
  color: var(--brand-indigo-light);
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1.5rem;
  max-width: 100%;
  box-sizing: border-box;
}

.hero-pill-badge i {
  color: var(--status-emerald-light);
  flex-shrink: 0;
}

@media (max-width: 640px) {
  .hero-section {
    padding-top: calc(72px + 1.5rem) !important;
  }
  .hero-pill-badge {
    font-size: 0.72rem !important;
    letter-spacing: 0.03em !important;
    padding: 7px 12px !important;
    flex-wrap: wrap !important;
    text-align: center !important;
    line-height: 1.45 !important;
    max-width: 96% !important;
    margin-inline: auto !important;
    border-radius: 12px !important;
  }
}

.hero-title {
  font-size: clamp(2.2rem, 4.5vw, 3.8rem);
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 1.4rem;
  max-width: 980px;
  margin-inline: auto;
}

.hero-title span.highlight-gradient {
  background: linear-gradient(135deg, #f8fafc 40%, #818cf8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-subtitle {
  font-size: clamp(1.05rem, 2vw, 1.25rem);
  line-height: 1.65;
  color: var(--text-muted);
  max-width: 800px;
  margin-inline: auto;
  margin-bottom: 2.2rem;
}

.hero-cta-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}

.hero-trust-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
  flex-wrap: wrap;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.85rem;
  color: var(--text-dim);
  font-weight: 500;
}

.trust-item i {
  color: var(--status-emerald);
}

/* ==========================================================================
   The Problem Section (Inbound Triad)
   ========================================================================== */
.problem-section {
  padding-block: var(--section-pad);
  background: linear-gradient(180deg, rgba(8, 12, 22, 0.65) 0%, rgba(13, 19, 34, 0.72) 100%);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
  z-index: 1;
}

.section-header {
  text-align: center;
  margin-bottom: 3.5rem;
}

.section-tag {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--brand-indigo-light);
  margin-bottom: 0.6rem;
  display: block;
}

.section-title {
  font-size: clamp(1.8rem, 3.2vw, 2.6rem);
  font-weight: 800;
  letter-spacing: -0.025em;
  margin-bottom: 0.8rem;
}

.section-desc {
  max-width: 680px;
  margin-inline: auto;
  font-size: 1.05rem;
}

.problem-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 1.75rem;
}

.problem-card {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 2rem;
  position: relative;
  transition: transform var(--ease-smooth), border-color var(--ease-smooth);
}

.problem-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
}

.problem-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 1.25rem;
}

.problem-icon-wrapper {
  width: 46px;
  height: 46px;
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  flex-shrink: 0;
}

.icon-amber {
  background: var(--status-amber-glow);
  color: var(--status-amber);
}

.icon-rose {
  background: rgba(244, 63, 94, 0.15);
  color: var(--status-rose);
}

.icon-cyan {
  background: rgba(6, 182, 212, 0.15);
  color: var(--status-cyan);
}

.problem-card-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
}

.problem-reality {
  background: rgba(0, 0, 0, 0.35);
  border-left: 3px solid var(--brand-indigo-light);
  padding: 0.9rem 1.1rem;
  border-radius: 0 var(--radius-sm) var(--radius-sm) 0;
  margin-bottom: 1.25rem;
  font-size: 0.98rem;
  color: #f8fafc;
  line-height: 1.55;
}

.problem-reality span.tag {
  font-size: 0.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: var(--text-dim);
  display: block;
  margin-bottom: 4px;
}

.problem-impact {
  font-size: 0.98rem;
  line-height: 1.68;
  color: #e2e8f0;
}

.problem-impact strong {
  color: #fca5a5;
}

/* ==========================================================================
   The 5-Step Solution Section
   ========================================================================== */
.solution-section {
  padding-block: var(--section-pad);
  position: relative;
}

.pipeline-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 1rem;
  margin-top: 3rem;
}

@media (max-width: 1024px) {
  .pipeline-flow {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.pipeline-step-card {
  background: var(--bg-card);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 1.6rem 1.35rem;
  position: relative;
  display: flex;
  flex-direction: column;
  transition: all var(--ease-smooth);
}

.pipeline-step-card:hover {
  border-color: var(--brand-indigo-light);
  background: var(--bg-card-hover);
  transform: translateY(-3px);
}

.step-num-badge {
  font-size: 0.8rem;
  font-weight: 800;
  color: var(--brand-indigo-light);
  background: var(--brand-indigo-glow);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  align-self: flex-start;
  margin-bottom: 1rem;
}

.step-title {
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.6rem;
}

.step-desc {
  font-size: 0.96rem;
  color: #e2e8f0;
  line-height: 1.6;
  margin-bottom: 1.1rem;
  flex-grow: 1;
}

.step-tech-tag {
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: var(--status-emerald-light);
  background: var(--status-emerald-glow);
  padding: 4px 8px;
  border-radius: 4px;
  align-self: flex-start;
}

/* Clear Sample Data Badge (Requirement 5 & 9) */
.demo-sample-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: rgba(15, 23, 42, 0.96);
  border: 1.5px solid rgba(129, 140, 248, 0.65);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
  margin-bottom: 1.5rem;
  letter-spacing: 0.02em;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.6);
  text-align: center;
}

.demo-sample-badge i {
  color: var(--status-amber);
  font-size: 1.1rem;
}

/* ==========================================================================
   Interactive Demonstration (Zero PII)
   ========================================================================== */
.demo-section {
  padding-block: var(--section-pad);
  background: rgba(10, 15, 28, 0.72);
  border-top: 1px solid var(--border-subtle);
  border-bottom: 1px solid var(--border-subtle);
  position: relative;
  z-index: 1;
}

.demo-wrapper {
  background: rgba(8, 12, 22, 0.85);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.4);
}

.demo-tabs-bar {
  display: flex;
  background: rgba(15, 23, 42, 0.8);
  border-bottom: 1px solid var(--border-subtle);
  overflow-x: auto;
  scrollbar-width: none;
}

.demo-tabs-bar::-webkit-scrollbar {
  display: none;
}

.demo-tab-btn {
  flex: 1;
  min-width: 220px;
  padding: 1rem 1.25rem;
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  color: var(--text-muted);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all var(--ease-fast);
}

.demo-tab-btn:hover {
  color: var(--text-main);
  background: rgba(255, 255, 255, 0.03);
}

.demo-tab-btn.active {
  color: var(--text-main);
  border-bottom-color: var(--brand-indigo);
  background: rgba(99, 102, 241, 0.08);
}

.demo-tab-btn .badge {
  font-size: 0.65rem;
  font-weight: 700;
  padding: 2px 6px;
  border-radius: 4px;
}

.badge-p1 {
  background: var(--status-amber-glow);
  color: var(--status-amber);
}

.badge-p2 {
  background: rgba(99, 102, 241, 0.2);
  color: var(--brand-indigo-light);
}

.badge-p3 {
  background: var(--status-emerald-glow);
  color: var(--status-emerald);
}

.demo-content-body {
  padding: 2rem;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 2rem;
}

@media (max-width: 900px) {
  .demo-content-body {
    grid-template-columns: 1fr;
    padding: 1.5rem;
  }
}

.demo-pane-left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.demo-card-box {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.25rem;
}

.demo-box-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.8rem;
}

.demo-box-label {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-dim);
}

.demo-channel-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  padding: 3px 8px;
  border-radius: 4px;
  font-weight: 600;
}

.badge-whatsapp {
  background: rgba(37, 211, 102, 0.15);
  color: #25d366;
}

.badge-portal {
  background: rgba(99, 102, 241, 0.15);
  color: var(--brand-indigo-light);
}

.badge-web {
  background: rgba(6, 182, 212, 0.15);
  color: var(--status-cyan);
}

.demo-message-bubble {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-sm);
  padding: 1rem;
  font-size: 0.95rem;
  color: #f1f5f9;
  line-height: 1.5;
}

.demo-metadata-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.85rem;
  margin-top: 0.75rem;
}

.demo-metadata-table td {
  padding: 6px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.demo-metadata-table td:first-child {
  color: var(--text-dim);
  width: 40%;
}

.demo-metadata-table td:last-child {
  color: var(--text-main);
  font-weight: 600;
}

.demo-pane-right {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.demo-sim-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.demo-timeline {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  position: relative;
  padding-left: 1.5rem;
}

.demo-timeline::before {
  content: '';
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 6px;
  width: 2px;
  background: var(--border-card);
}

.timeline-event {
  position: relative;
  font-size: 0.85rem;
}

.timeline-dot {
  position: absolute;
  left: -1.5rem;
  top: 4px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--brand-indigo);
  border: 2px solid var(--bg-deep);
}

.timeline-dot.done {
  background: var(--status-emerald);
}

.timeline-title {
  color: var(--text-main);
  font-weight: 600;
  margin-bottom: 2px;
}

.timeline-detail {
  color: var(--text-dim);
  font-size: 0.8rem;
}

.json-preview-box {
  background: #05070d;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: var(--radius-sm);
  padding: 1rem;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  color: #93c5fd;
  overflow-x: auto;
  max-height: 180px;
}

.demo-privacy-notice {
  font-size: 0.92rem;
  color: #f1f5f9;
  padding: 1.1rem 2rem;
  background: rgba(15, 23, 42, 0.92);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  display: flex;
  align-items: center;
  gap: 12px;
  line-height: 1.6;
}

.demo-privacy-notice i {
  color: var(--status-emerald);
  font-size: 1.2rem;
  flex-shrink: 0;
}

/* ==========================================================================
   Honest WAPIM Proof & Architecture Comparison
   ========================================================================== */
.proof-section {
  padding-block: var(--section-pad);
}

.comparison-table-wrapper {
  background: var(--bg-card);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  overflow-x: auto;
  margin-top: 2.5rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  font-size: 0.95rem;
}

.comparison-table th, 
.comparison-table td {
  padding: 1.3rem 1.6rem;
  border-bottom: 1px solid var(--border-subtle);
  font-size: 1.02rem;
  line-height: 1.6;
}

.comparison-table th {
  background: rgba(255, 255, 255, 0.03);
  font-weight: 800;
  color: #ffffff;
  font-size: 1.05rem;
}

.comparison-table th:first-child {
  width: 35%;
}

.comparison-table th.col-wapim {
  background: rgba(99, 102, 241, 0.15);
  color: #c7d2fe;
  border-inline: 1px solid rgba(99, 102, 241, 0.35);
}

.comparison-table td.col-wapim {
  background: rgba(99, 102, 241, 0.06);
  border-inline: 1px solid rgba(99, 102, 241, 0.2);
  color: #ffffff;
  font-weight: 700;
}

.comparison-table td.col-saas {
  color: #e2e8f0;
}

.proof-commitments-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  margin-top: 3rem;
}

.commitment-card {
  background: var(--bg-surface);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  padding: 1.75rem;
}

.commitment-card h4 {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 10px;
}

.commitment-card h4 i {
  color: var(--status-emerald-light);
}

.commitment-card p {
  font-size: 0.96rem;
  color: #e2e8f0;
  line-height: 1.65;
}

/* ==========================================================================
   Booking & Lead Generation Section (Two-Step Form)
   ========================================================================== */
.booking-section {
  padding-block: var(--section-pad);
  background: linear-gradient(180deg, rgba(8, 12, 22, 0.7) 0%, rgba(6, 9, 17, 0.82) 100%);
  position: relative;
  z-index: 1;
}

.booking-card {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-glow);
  border-radius: var(--radius-lg);
  padding: clamp(2rem, 5vw, 3.5rem);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  position: relative;
  overflow: visible;
}

.booking-header {
  text-align: center;
  margin-bottom: 2.5rem;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

@media (max-width: 860px) {
  .form-grid {
    grid-template-columns: 1fr;
  }
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  position: relative;
}

.form-group.span-2 {
  grid-column: span 2;
}

@media (max-width: 860px) {
  .form-group.span-2 {
    grid-column: span 1;
  }
}

.form-label {
  font-size: 0.95rem;
  font-weight: 700;
  color: #f8fafc;
}

.form-label span.req {
  color: var(--status-rose);
}

.form-control {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: rgba(9, 13, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.1rem;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 1.02rem;
  transition: all var(--ease-fast);
}

.form-control:focus {
  outline: none;
  border-color: var(--brand-indigo-light);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35);
  background: rgba(9, 13, 22, 1);
}

select.form-control {
  cursor: pointer;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

select.form-control option {
  background: #0b0f19;
  color: #ffffff;
}

/* ==========================================================================
   Custom Dropdown Component (Strictly 100% Contained, Prevents OS Overflow)
   ========================================================================== */
.custom-select-wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

.custom-select-wrapper select.form-control {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.custom-select-trigger {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: rgba(9, 13, 22, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: var(--radius-sm);
  padding: 0.9rem 1.1rem;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 1.02rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  cursor: pointer;
  transition: all var(--ease-fast);
  user-select: none;
}

.custom-select-trigger:hover {
  border-color: rgba(99, 102, 241, 0.4);
  background: rgba(12, 17, 29, 0.95);
}

.custom-select-trigger:focus,
.custom-select-wrapper.open .custom-select-trigger {
  outline: none;
  border-color: var(--brand-indigo-light);
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.35);
  background: rgba(10, 15, 26, 1);
}

.custom-select-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
}

.custom-select-label.placeholder {
  color: #64748b;
}

.custom-select-icon {
  font-size: 0.82rem;
  color: #818cf8;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  flex-shrink: 0;
}

.custom-select-wrapper.open .custom-select-icon {
  transform: rotate(180deg);
}

.custom-select-options {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  background: #090d16;
  border: 1px solid rgba(99, 102, 241, 0.45);
  border-radius: var(--radius-sm);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(255, 255, 255, 0.05);
  max-height: 250px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 120;
  display: none;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}

.custom-select-wrapper.open .custom-select-options {
  display: block;
  animation: dropdownFadeIn 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}

@keyframes dropdownFadeIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.custom-select-option {
  padding: 0.85rem 1.15rem;
  color: #cbd5e1;
  font-size: 0.96rem;
  line-height: 1.45;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  white-space: normal;
  word-break: break-word;
}

.custom-select-option:last-child {
  border-bottom: none;
}

.custom-select-option:hover {
  background: rgba(99, 102, 241, 0.2);
  color: #ffffff;
}

.custom-select-option.selected {
  background: rgba(99, 102, 241, 0.3);
  color: #a5b4fc;
  font-weight: 700;
}

.form-note {
  font-size: 0.85rem;
  color: #94a3b8;
  margin-top: 4px;
}

/* Honeypot field (hidden from genuine users) */
.honeypot-field {
  display: none !important;
  visibility: hidden !important;
  opacity: 0;
  position: absolute;
  left: -9999px;
}

.form-submit-container {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.form-guarantee-text {
  font-size: 0.8rem;
  color: var(--text-dim);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.form-guarantee-text i {
  color: var(--status-emerald);
}

/* Step 2: Confirmation & Calendar View */
.step-calendar-container {
  display: none;
  animation: fadeIn 0.4s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.step-calendar-container.active {
  display: block;
}

.confirmed-banner {
  background: rgba(16, 185, 129, 0.12);
  border: 1px solid rgba(16, 185, 129, 0.3);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 2rem;
}

.confirmed-title {
  font-size: 1.3rem;
  color: #34d399;
  font-weight: 700;
  margin-bottom: 0.4rem;
}

.confirmed-desc {
  font-size: 0.95rem;
  color: #cbd5e1;
}

.calendar-embed-wrapper {
  background: #05070d;
  border: 1px solid var(--border-card);
  border-radius: var(--radius-md);
  padding: 1.5rem;
  min-height: 480px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.cal-header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--border-subtle);
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.8rem;
}

.cal-timezone-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  background: rgba(255, 255, 255, 0.06);
  padding: 4px 10px;
  border-radius: var(--radius-pill);
  color: #94a3b8;
}

.cal-slots-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 0.75rem;
  margin-top: 1rem;
}

.cal-slot-btn {
  background: var(--bg-surface);
  border: 1px solid var(--border-card);
  border-radius: var(--radius-sm);
  padding: 0.8rem 0.5rem;
  color: var(--text-main);
  font-family: var(--font-sans);
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  transition: all var(--ease-fast);
}

.cal-slot-btn:hover {
  background: var(--brand-indigo);
  border-color: var(--brand-indigo-light);
  transform: translateY(-2px);
}

.cal-slot-btn.selected {
  background: var(--status-emerald);
  border-color: var(--status-emerald-light);
  color: #fff;
}

.audit-prep-card {
  background: rgba(255, 255, 255, 0.02);
  border: 1px dashed var(--border-card);
  border-radius: var(--radius-md);
  padding: 1.25rem;
  margin-top: 1.5rem;
}

.audit-prep-card h5 {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  color: #e2e8f0;
}

.audit-prep-list {
  list-style: none;
  font-size: 0.85rem;
  color: var(--text-dim);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.audit-prep-list li::before {
  content: '✓ ';
  color: var(--status-emerald);
}

/* ==========================================================================
   FAQ Section
   ========================================================================== */
.faq-section {
  padding-block: var(--section-pad);
  border-top: 1px solid var(--border-subtle);
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 2.5rem;
}

.faq-item {
  background: var(--bg-card);
  border: 1px solid var(--border-subtle);
  border-radius: var(--radius-md);
  overflow: hidden;
  transition: border-color var(--ease-fast);
}

.faq-item:hover {
  border-color: rgba(255, 255, 255, 0.15);
}

.faq-item.active {
  border-color: var(--brand-indigo);
}

.faq-trigger {
  width: 100%;
  padding: 1.35rem 1.6rem;
  background: transparent;
  border: none;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  color: #ffffff;
  font-family: var(--font-sans);
  font-size: 1.15rem;
  font-weight: 700;
  gap: 1rem;
}

.faq-icon {
  font-size: 1rem;
  color: #94a3b8;
  transition: transform var(--ease-fast);
}

.faq-item.active .faq-icon {
  transform: rotate(180deg);
  color: var(--brand-indigo-light);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(0, 1, 0, 1);
}

.faq-item.active .faq-content {
  max-height: 500px;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
}

.faq-content-inner {
  padding: 0 1.6rem 1.4rem 1.6rem;
  font-size: 1.02rem;
  color: #e2e8f0;
  line-height: 1.72;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.site-footer {
  background: var(--bg-deep);
  border-top: 1px solid var(--border-subtle);
  padding-block: 3.5rem 2rem;
  font-size: 0.85rem;
  color: var(--text-dim);
}

.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand {
  max-width: 360px;
}

.footer-brand p {
  font-size: 0.85rem;
  margin-top: 0.75rem;
  color: var(--text-dim);
}

.footer-links-col h6 {
  color: var(--text-main);
  font-size: 0.9rem;
  margin-bottom: 0.75rem;
  font-weight: 700;
}

.footer-links-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-links-list a {
  color: var(--text-dim);
  font-size: 0.85rem;
}

.footer-links-list a:hover {
  color: var(--text-main);
}

.footer-disclaimers {
  border-top: 1px solid var(--border-subtle);
  padding-top: 1.5rem;
  font-size: 0.75rem;
  line-height: 1.6;
  color: var(--text-dim);
}

/* ==========================================================================
   Mobile Sticky Booking Bar
   ========================================================================== */
.mobile-sticky-bar {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(7, 10, 18, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-top: 1px solid var(--border-card);
  padding: 0.75rem 1.25rem;
  z-index: 99;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
}

@media (max-width: 768px) {
  .mobile-sticky-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
  }
}

.mobile-sticky-info {
  display: flex;
  flex-direction: column;
}

.mobile-sticky-title {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-main);
}

.mobile-sticky-sub {
  font-size: 0.7rem;
  color: var(--status-emerald-light);
}

/* ==========================================================================
   Mobile Readability, Font Size & Contrast Enhancements (Requirement 10)
   ========================================================================== */
@media (max-width: 768px) {
  /* Base mobile typography & readability */
  body {
    font-size: 1.05rem;
    line-height: 1.68;
  }

  p {
    color: #f1f5f9;
  }

  /* Hero typography */
  .hero-title {
    font-size: clamp(2rem, 6vw, 2.45rem);
    line-height: 1.22;
  }
  .hero-subtitle {
    font-size: 1.1rem;
    line-height: 1.68;
    color: #f8fafc;
  }

  /* Buttons on Mobile - All >= 44px high */
  .btn,
  .btn.small {
    min-height: 48px;
    font-size: 0.96rem;
  }
  .btn-sm,
  .btn.small {
    min-height: 44px !important;
    padding: 0.6rem 1.15rem;
    font-size: 0.9rem;
  }
  .btn-lg {
    min-height: 52px;
    font-size: 1.05rem;
  }

  /* Cards contrast and spacing */
  .problem-card {
    padding: 1.75rem 1.4rem;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }
  .problem-card-title {
    font-size: 1.25rem;
    font-weight: 800;
    color: #ffffff;
  }
  .problem-reality {
    font-size: 1.05rem;
    color: #ffffff;
    line-height: 1.62;
    padding: 1.1rem 1.2rem;
    background: rgba(0, 0, 0, 0.55);
    border-left: 3.5px solid #818cf8;
  }
  .problem-reality span.tag {
    font-size: 0.84rem;
    color: #cbd5e1;
    font-weight: 800;
  }
  .problem-impact {
    font-size: 1.04rem;
    color: #f8fafc;
    line-height: 1.72;
  }
  .problem-impact strong {
    color: #fca5a5;
    font-weight: 700;
  }

  /* Pipeline step cards */
  .pipeline-step-card {
    padding: 1.75rem 1.4rem;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }
  .step-title {
    font-size: 1.3rem;
    font-weight: 800;
    color: #ffffff;
  }
  .step-desc {
    font-size: 1.04rem;
    color: #f8fafc;
    line-height: 1.68;
  }

  /* Comparison Section - Transformed into Native Stacked Mobile Cards */
  .comparison-table-wrapper {
    margin-top: 1.75rem;
    border: none;
    background: transparent;
    overflow-x: visible;
  }
  .comparison-table {
    display: block;
    width: 100%;
    min-width: unset;
    border-collapse: separate;
  }
  .comparison-table thead {
    display: none;
  }
  .comparison-table tbody {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
    width: 100%;
  }
  .comparison-table tr {
    display: flex;
    flex-direction: column;
    background: rgba(14, 21, 38, 0.95);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: var(--radius-md);
    padding: 1.4rem 1.25rem;
    gap: 0.95rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  }
  .comparison-table td {
    padding: 0;
    border: none;
    display: block;
    width: 100%;
  }
  .comparison-table td:first-child {
    font-size: 1.18rem;
    font-weight: 800;
    color: #ffffff;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .comparison-table td.col-approach {
    background: rgba(99, 102, 241, 0.16);
    border: 1px solid rgba(99, 102, 241, 0.4);
    border-radius: var(--radius-sm);
    padding: 0.95rem 1.1rem;
    color: #ffffff;
    font-size: 1.05rem;
    line-height: 1.6;
    font-weight: 600;
  }
  .comparison-table td.col-approach::before {
    content: "Possible Approach";
    display: block;
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: #818cf8;
    margin-bottom: 6px;
  }

  .commitment-card {
    padding: 1.6rem 1.35rem;
    background: rgba(15, 23, 42, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.16);
  }
  .commitment-card h4 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #ffffff;
  }
  .commitment-card p {
    font-size: 1.04rem;
    color: #f1f5f9;
    line-height: 1.68;
  }

  /* Form & Inputs */
  .booking-card {
    padding: 1.85rem 1.35rem;
  }
  .form-label {
    font-size: 1.02rem;
    font-weight: 700;
    color: #ffffff;
  }
  .form-control {
    font-size: 1.02rem;
    padding: 1rem 1.15rem;
    color: #ffffff;
    background: rgba(10, 15, 26, 0.95);
    border-color: rgba(255, 255, 255, 0.25);
    min-height: 48px;
  }
  .form-note {
    font-size: 0.88rem;
    color: #cbd5e1;
  }
  .form-guarantee-text {
    font-size: 0.88rem;
    color: #e2e8f0;
  }

  /* FAQs */
  .faq-trigger {
    font-size: 1.12rem;
    font-weight: 700;
    padding: 1.35rem 1.35rem;
    color: #ffffff;
    min-height: 52px;
  }
  .faq-content-inner {
    font-size: 1.05rem;
    color: #f8fafc;
    line-height: 1.75;
    padding: 0 1.35rem 1.4rem 1.35rem;
  }

  /* Interactive demo text */
  .demo-message-bubble {
    font-size: 1.04rem;
    line-height: 1.62;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.55);
  }
  .demo-metadata-table {
    font-size: 0.98rem;
  }
  .demo-metadata-table td:last-child {
    color: #ffffff;
    font-weight: 700;
  }
  .demo-privacy-notice {
    font-size: 0.88rem;
    color: #e2e8f0;
    padding: 0.95rem 1.35rem;
    line-height: 1.6;
  }

  /* Mobile sticky bar button - Minimum 44px */
  .mobile-sticky-bar {
    padding: 0.85rem 1.25rem;
  }
  .mobile-sticky-bar .btn {
    font-size: 0.88rem;
    padding: 0.65rem 1.1rem;
    min-height: 44px; /* Strict 44px */
    white-space: nowrap;
  }
  .mobile-sticky-title {
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
  }
  .mobile-sticky-sub {
    font-size: 0.78rem;
    color: #34d399;
  }
}

/* ==========================================================================
   Executive Video Walkthrough Section
   ========================================================================== */
.video-walkthrough-section {
  padding-block: var(--space-2xl);
  position: relative;
  z-index: 2;
  border-top: 1px solid var(--border-subtle);
  background: radial-gradient(circle at 50% 10%, rgba(99, 102, 241, 0.08), transparent 70%);
}

.video-showcase-grid {
  display: grid;
  grid-template-columns: minmax(320px, 390px) 1fr;
  gap: 3.5rem;
  align-items: center;
  margin-top: 2.5rem;
}

.video-player-wrapper {
  position: relative;
  display: flex;
  justifyContent: center;
}

.video-device-frame {
  width: 100%;
  max-width: 380px;
  background: #07090e;
  border-radius: 28px;
  border: 1.5px solid rgba(255, 255, 255, 0.14);
  box-shadow: 0 25px 70px rgba(0, 0, 0, 0.85), 0 0 40px rgba(99, 102, 241, 0.22);
  overflow: hidden;
  position: relative;
}

.video-device-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 16px;
  background: rgba(15, 23, 42, 0.95);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.video-device-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.video-device-dot:first-child { background: #ef4444; }
.video-device-dot:nth-child(2) { background: #f59e0b; }
.video-device-dot:nth-child(3) { background: #10b981; }

.video-device-title {
  margin-left: auto;
  font-size: 0.72rem;
  font-weight: 700;
  color: #94a3b8;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.video-media-box {
  width: 100%;
  aspect-ratio: 9 / 16;
  background: #000;
  position: relative;
}

.video-takeaways-col {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.video-takeaway-card {
  display: flex;
  align-items: flex-start;
  gap: 1.25rem;
  padding: 1.35rem 1.5rem;
  border-radius: var(--radius-md);
  background: rgba(15, 23, 42, 0.75);
  border: 1px solid var(--border-subtle);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.video-takeaway-card:hover {
  transform: translateY(-2px);
  border-color: rgba(99, 102, 241, 0.4);
}

.takeaway-icon-box {
  width: 52px;
  height: 52px;
  min-width: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.45rem;
  flex-shrink: 0;
  margin-top: 1px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.takeaway-icon-box i {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.video-takeaway-card:hover .takeaway-icon-box {
  transform: scale(1.08);
}

.icon-ac-emergency {
  background: rgba(239, 68, 68, 0.16);
  color: #ef4444;
  border: 1px solid rgba(239, 68, 68, 0.35);
  box-shadow: 0 4px 18px rgba(239, 68, 68, 0.22);
}

.icon-whatsapp-dispatch {
  background: rgba(37, 211, 102, 0.16);
  color: #25d366;
  border: 1px solid rgba(37, 211, 102, 0.35);
  box-shadow: 0 4px 18px rgba(37, 211, 102, 0.22);
}

.icon-code-ownership {
  background: rgba(99, 102, 241, 0.16);
  color: #818cf8;
  border: 1px solid rgba(99, 102, 241, 0.35);
  box-shadow: 0 4px 18px rgba(99, 102, 241, 0.22);
}

.icon-audit-pill {
  width: 44px;
  height: 44px;
  min-width: 44px;
  border-radius: 12px;
  font-size: 1.25rem;
  background: rgba(99, 102, 241, 0.2);
  color: #a5b4fc;
  border: 1px solid rgba(99, 102, 241, 0.4);
}

.takeaway-text h4 {
  margin: 0 0 0.4rem 0 !important;
  font-size: 1.15rem;
  font-weight: 800;
  color: #ffffff;
  line-height: 1.35;
}

.takeaway-text p {
  margin: 0 !important;
  font-size: 0.94rem;
  color: #94a3b8;
  line-height: 1.6;
}

.video-cta-content-group {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.video-cta-banner {
  margin-top: 0.5rem;
  padding: 1.4rem 1.6rem;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, rgba(99, 102, 241, 0.12), rgba(16, 185, 129, 0.08));
  border: 1.5px solid rgba(99, 102, 241, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.video-cta-title {
  display: block;
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 0.25rem;
}

.video-cta-sub {
  display: block;
  font-size: 0.85rem;
  color: #94a3b8;
}

@media (max-width: 900px) {
  .video-showcase-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .video-device-frame {
    max-width: 320px;
    margin: 0 auto;
  }
  .video-takeaway-card {
    padding: 1.3rem 1.25rem;
  }
  .takeaway-text h4 {
    font-size: 1.15rem;
    color: #ffffff;
  }
  .takeaway-text p {
    font-size: 1rem;
    color: #cbd5e1;
    line-height: 1.65;
  }
  .video-cta-banner {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
    gap: 1.25rem;
  }
  .video-cta-content-group {
    flex-direction: column;
    text-align: center;
  }
}

/* ==========================================================================
   Header & Responsive Navigation Hardening (Anti-Truncation & Unified CTA)
   ========================================================================== */
.header .container,
.header-container {
  width: 96% !important;
  max-width: 1380px !important;
  margin: 0 auto !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0.6rem 1rem !important;
  box-sizing: border-box !important;
}

.desktop-nav {
  display: flex !important;
  align-items: center !important;
  gap: 0.25rem !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 40px !important;
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  backdrop-filter: blur(16px) !important;
}

.desktop-nav a,
.desktop-nav .dropdown-trigger {
  font-size: 0.84rem !important;
  color: #94a3b8 !important;
  padding: 0.35rem 0.75rem !important;
  border-radius: 30px !important;
  white-space: nowrap !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
}

.desktop-nav a:hover,
.desktop-nav .dropdown-trigger:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.08) !important;
}

.header-action-group {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0.65rem !important;
  flex-shrink: 0 !important;
}

.header-cta-btn {
  font-size: 0.82rem !important;
  padding: 0.48rem 1.05rem !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  min-height: 40px !important;
  box-sizing: border-box !important;
  border-radius: 8px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

@media (min-width: 1181px) {
  .desktop-nav {
    display: flex !important;
  }
  .mobile-menu-btn {
    display: none !important;
  }
  .header .header-action-group .header-cta-btn,
  .header .btn-primary.header-cta-btn {
    display: inline-flex !important;
  }
}

@media (max-width: 1180px) {
  .desktop-nav {
    display: none !important;
  }
  .mobile-menu-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 0 !important;
  }
  .header .header-action-group .header-cta-btn,
  .header .btn-primary.header-cta-btn {
    display: inline-flex !important;
    font-size: 0.78rem !important;
    padding: 0.4rem 0.85rem !important;
    min-height: 38px !important;
  }
}

@media (max-width: 540px) {
  .header .container,
  .header-container {
    padding: 0.4rem 0.6rem !important;
    gap: 0.3rem !important;
  }
  .header .logo {
    gap: 4px !important;
    flex-shrink: 0 !important;
  }
  .header .logo span {
    font-size: 0.82rem !important;
  }
  .header .logo .atom-icon {
    width: 18px !important;
    height: 18px !important;
  }
  .header-action-group {
    gap: 0.35rem !important;
    flex-shrink: 0 !important;
  }
  .header .header-action-group .header-cta-btn,
  .header .btn-primary.header-cta-btn {
    display: inline-flex !important;
    font-size: 0.66rem !important;
    padding: 0.3rem 0.45rem !important;
    min-height: 30px !important;
    letter-spacing: -0.025em !important;
  }
  .header .header-action-group .header-cta-btn i,
  .header .btn-primary.header-cta-btn i {
    margin-right: 3px !important;
    font-size: 0.64rem !important;
  }
  .mobile-menu-btn {
    width: 32px !important;
    height: 32px !important;
    padding: 4px !important;
  }
}

