:root {
  --bg-dark: #f5f2eb;
  --bg-card: #ffffff;
  --border-glow: rgba(234, 88, 12, 0.15);
  --border-light: rgba(15, 23, 42, 0.08);
  --text-main: #0f172a;
  --text-muted: #475569;
  
  --accent-blue: #ea580c;
  --accent-pink: #f97316;
  
  --font-heading: 'Plus Jakarta Sans', sans-serif;
  --font-body: 'Plus Jakarta Sans', sans-serif;
  
  /* Default Sapphire/Blue Theme Variables for OmeCam Control Deck */
  --theme-bg: radial-gradient(circle at top left, rgba(12, 17, 35, 0.96), rgba(6, 9, 20, 0.99));
  --theme-border: rgba(37, 99, 235, 0.25);
  --theme-shadow-glow: rgba(96, 165, 250, 0.1);
  --theme-accent-start: #2563eb;
  --theme-accent-end: #60a5fa;
  --theme-accent-rgb: 37, 99, 235;
  --theme-title-gradient: linear-gradient(135deg, #2563eb, #60a5fa);
  --theme-btn-primary-bg: linear-gradient(135deg, #2563eb, #1d4ed8);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #3b82f6, #2563eb);
  --theme-btn-primary-glow: rgba(37, 99, 235, 0.25);
  --theme-text: #f0fdf4;
  --theme-text-muted: #93c5fd;
  --theme-section-bg: rgba(37, 99, 235, 0.04);
  --theme-input-bg: #050812;
  --theme-input-border: rgba(37, 99, 235, 0.15);
  --theme-switch-checked-bg: #2563eb;
}

/* OmeCam Theme Overrides for Simulated Control Deck */
.theme-cyberpunk {
  --theme-bg: radial-gradient(circle at top left, rgba(15, 10, 25, 0.96), rgba(8, 5, 15, 0.99));
  --theme-border: rgba(217, 70, 239, 0.25);
  --theme-shadow-glow: rgba(6, 182, 212, 0.12);
  --theme-accent-start: #d946ef;
  --theme-accent-end: #06b6d4;
  --theme-accent-rgb: 217, 70, 239;
  --theme-title-gradient: linear-gradient(135deg, #d946ef, #06b6d4);
  --theme-btn-primary-bg: linear-gradient(135deg, #d946ef, #06b6d4);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #f472b6, #22d3ee);
  --theme-btn-primary-glow: rgba(217, 70, 239, 0.25);
  --theme-text: #fdf4ff;
  --theme-text-muted: #c084fc;
  --theme-section-bg: rgba(217, 70, 239, 0.05);
  --theme-input-bg: #09050f;
  --theme-input-border: rgba(217, 70, 239, 0.15);
  --theme-switch-checked-bg: #d946ef;
}

.theme-sunset {
  --theme-bg: radial-gradient(circle at top left, rgba(28, 15, 20, 0.96), rgba(15, 8, 12, 0.99));
  --theme-border: rgba(255, 107, 107, 0.25);
  --theme-shadow-glow: rgba(255, 142, 83, 0.1);
  --theme-accent-start: #ff6b6b;
  --theme-accent-end: #ff8e53;
  --theme-accent-rgb: 255, 107, 107;
  --theme-title-gradient: linear-gradient(135deg, #ff6b6b, #ff8e53);
  --theme-btn-primary-bg: linear-gradient(135deg, #ff6b6b, #ff8e53);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #ff8787, #ffa97a);
  --theme-btn-primary-glow: rgba(255, 107, 107, 0.25);
  --theme-text: #fff5f5;
  --theme-text-muted: #ffb3b3;
  --theme-section-bg: rgba(255, 107, 107, 0.05);
  --theme-input-bg: #140b0f;
  --theme-input-border: rgba(255, 107, 107, 0.15);
  --theme-switch-checked-bg: #ff6b6b;
}

.theme-frost {
  --theme-bg: radial-gradient(circle at top left, rgba(15, 23, 42, 0.96), rgba(8, 12, 24, 0.99));
  --theme-border: rgba(148, 163, 184, 0.2);
  --theme-shadow-glow: rgba(148, 163, 184, 0.05);
  --theme-accent-start: #e2e8f0;
  --theme-accent-end: #64748b;
  --theme-accent-rgb: 226, 232, 240;
  --theme-title-gradient: linear-gradient(135deg, #ffffff, #94a3b8);
  --theme-btn-primary-bg: linear-gradient(135deg, #64748b, #475569);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #94a3b8, #64748b);
  --theme-btn-primary-glow: rgba(148, 163, 184, 0.15);
  --theme-text: #f8fafc;
  --theme-text-muted: #94a3b8;
  --theme-section-bg: rgba(255, 255, 255, 0.03);
  --theme-input-bg: #090d16;
  --theme-input-border: rgba(255, 255, 255, 0.08);
  --theme-switch-checked-bg: #64748b;
}

.theme-forest {
  --theme-bg: radial-gradient(circle at top left, rgba(10, 25, 20, 0.96), rgba(5, 15, 12, 0.99));
  --theme-border: rgba(52, 211, 153, 0.2);
  --theme-shadow-glow: rgba(52, 211, 153, 0.08);
  --theme-accent-start: #34d399;
  --theme-accent-end: #059669;
  --theme-accent-rgb: 52, 211, 153;
  --theme-title-gradient: linear-gradient(135deg, #34d399, #059669);
  --theme-btn-primary-bg: linear-gradient(135deg, #059669, #047857);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #34d399, #059669);
  --theme-btn-primary-glow: rgba(5, 150, 105, 0.25);
  --theme-text: #ecfdf5;
  --theme-text-muted: #a7f3d0;
  --theme-section-bg: rgba(52, 211, 153, 0.04);
  --theme-input-bg: #050d0a;
  --theme-input-border: rgba(52, 211, 153, 0.12);
  --theme-switch-checked-bg: #34d399;
}

.theme-aura {
  --theme-bg: radial-gradient(circle at top left, rgba(22, 18, 30, 0.96), rgba(12, 10, 18, 0.99));
  --theme-border: rgba(168, 85, 247, 0.25);
  --theme-shadow-glow: rgba(236, 72, 153, 0.1);
  --theme-accent-start: #a855f7;
  --theme-accent-end: #ec4899;
  --theme-accent-rgb: 168, 85, 247;
  --theme-title-gradient: linear-gradient(135deg, #a855f7, #ec4899);
  --theme-btn-primary-bg: linear-gradient(135deg, #a855f7, #ec4899);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #c084fc, #f472b6);
  --theme-btn-primary-glow: rgba(168, 85, 247, 0.25);
  --theme-text: #faf5ff;
  --theme-text-muted: #d8b4fe;
  --theme-section-bg: rgba(168, 85, 247, 0.05);
  --theme-input-bg: #0a080d;
  --theme-input-border: rgba(168, 85, 247, 0.15);
  --theme-switch-checked-bg: #a855f7;
}

.theme-carbon {
  --theme-bg: radial-gradient(circle at top left, rgba(20, 20, 20, 0.98), rgba(10, 10, 10, 0.99));
  --theme-border: rgba(255, 255, 255, 0.1);
  --theme-shadow-glow: rgba(255, 255, 255, 0.02);
  --theme-accent-start: #f8fafc;
  --theme-accent-end: #64748b;
  --theme-accent-rgb: 248, 250, 252;
  --theme-title-gradient: linear-gradient(135deg, #ffffff, #94a3b8);
  --theme-btn-primary-bg: linear-gradient(135deg, #334155, #1e293b);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #475569, #334155);
  --theme-btn-primary-glow: rgba(255, 255, 255, 0.05);
  --theme-text: #ffffff;
  --theme-text-muted: #94a3b8;
  --theme-section-bg: rgba(255, 255, 255, 0.02);
  --theme-input-bg: #090909;
  --theme-input-border: rgba(255, 255, 255, 0.06);
  --theme-switch-checked-bg: #f8fafc;
}

.theme-amber {
  --theme-bg: radial-gradient(circle at top left, rgba(25, 20, 15, 0.96), rgba(15, 12, 8, 0.99));
  --theme-border: rgba(245, 158, 11, 0.25);
  --theme-shadow-glow: rgba(234, 88, 12, 0.1);
  --theme-accent-start: #f59e0b;
  --theme-accent-end: #ea580c;
  --theme-accent-rgb: 245, 158, 11;
  --theme-title-gradient: linear-gradient(135deg, #f59e0b, #ea580c);
  --theme-btn-primary-bg: linear-gradient(135deg, #f59e0b, #ea580c);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #fbbf24, #f97316);
  --theme-btn-primary-glow: rgba(245, 158, 11, 0.25);
  --theme-text: #fffbeb;
  --theme-text-muted: #fde68a;
  --theme-section-bg: rgba(245, 158, 11, 0.05);
  --theme-input-bg: #120e0a;
  --theme-input-border: rgba(245, 158, 11, 0.15);
  --theme-switch-checked-bg: #f59e0b;
}

.theme-matrix {
  --theme-bg: radial-gradient(circle at top left, rgba(10, 18, 12, 0.97), rgba(5, 10, 6, 0.99));
  --theme-border: rgba(34, 197, 94, 0.25);
  --theme-shadow-glow: rgba(74, 222, 128, 0.12);
  --theme-accent-start: #22c55e;
  --theme-accent-end: #4ade80;
  --theme-accent-rgb: 34, 197, 94;
  --theme-title-gradient: linear-gradient(135deg, #22c55e, #4ade80);
  --theme-btn-primary-bg: linear-gradient(135deg, #15803d, #166534);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #22c55e, #15803d);
  --theme-btn-primary-glow: rgba(34, 197, 94, 0.25);
  --theme-text: #f0fdf4;
  --theme-text-muted: #86efac;
  --theme-section-bg: rgba(34, 197, 94, 0.04);
  --theme-input-bg: #050a06;
  --theme-input-border: rgba(34, 197, 94, 0.12);
  --theme-switch-checked-bg: #22c55e;
}

.theme-sapphire {
  --theme-bg: radial-gradient(circle at top left, rgba(12, 17, 35, 0.96), rgba(6, 9, 20, 0.99));
  --theme-border: rgba(37, 99, 235, 0.25);
  --theme-shadow-glow: rgba(96, 165, 250, 0.1);
  --theme-accent-start: #2563eb;
  --theme-accent-end: #60a5fa;
  --theme-accent-rgb: 37, 99, 235;
  --theme-title-gradient: linear-gradient(135deg, #2563eb, #60a5fa);
  --theme-btn-primary-bg: linear-gradient(135deg, #2563eb, #1d4ed8);
  --theme-btn-primary-hover-bg: linear-gradient(135deg, #3b82f6, #2563eb);
  --theme-btn-primary-glow: rgba(37, 99, 235, 0.25);
  --theme-text: #f0fdf4;
  --theme-text-muted: #93c5fd;
  --theme-section-bg: rgba(37, 99, 235, 0.04);
  --theme-input-bg: #050812;
  --theme-input-border: rgba(37, 99, 235, 0.15);
  --theme-switch-checked-bg: #2563eb;
}

/* Base resets & styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  background-color: var(--bg-dark);
  background-image: radial-gradient(circle at top center, rgba(234, 88, 12, 0.03) 0%, transparent 60%);
  background-size: 100% 100%;
  background-position: center top;
  color: var(--text-muted);
  font-family: var(--font-body);
  overflow-x: hidden;
  line-height: 1.6;
}

/* Container */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border-bottom: 1px solid var(--border-light);
  transition: all 0.3s;
}

.nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.logo-img {
  width: 42px;
  height: 42px;
}

.logo-text {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 800;
  color: var(--text-main);
  letter-spacing: -0.5px;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 12px;
  align-items: center;
}

nav a {
  color: var(--text-muted);
  text-decoration: none;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 6px 14px;
  border-radius: 99px;
  border: 1px solid transparent;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: inline-block;
}

/* Hover State - clean transparent button hover */
nav a:hover {
  color: var(--text-main);
  background: rgba(15, 23, 42, 0.04);
}

/* Active State - highlighted capsule pill button with neon shadow glow */
nav a.active {
  color: var(--accent-blue);
  background: rgba(234, 88, 12, 0.08);
  border-color: rgba(234, 88, 12, 0.15);
}

.header-cta-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}

.cta-badge-text {
  font-size: 8px;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  opacity: 0.8;
  margin-top: 1px;
}

.download-btn-header {
  background: transparent;
  border: 1.5px solid var(--accent-blue);
  color: var(--accent-blue);
  padding: 6px 14px;
  border-radius: 8px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.download-btn-header:hover {
  background: var(--accent-blue);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.2);
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .nav-wrapper {
    flex-direction: column;
    height: auto;
    padding: 16px 0;
    gap: 12px;
  }
  nav ul {
    gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }
  nav a {
    font-size: 12px;
    padding: 4px 10px;
  }
  .header-cta-wrapper {
    margin-top: 4px;
  }
}

/* Hero Section */
.hero {
  padding: 100px 0 80px 0;
  position: relative;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
  align-items: center;
}

@media (min-width: 968px) {
  .hero-grid {
    grid-template-columns: 5.5fr 6.5fr;
  }
}

.hero-slider-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

@media (min-width: 968px) {
  .hero-slider-wrapper {
    margin-top: -100px;
  }
}

.hero-text-slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  position: relative;
  width: 100%;
  min-height: 220px;
}

@media (min-width: 968px) {
  .hero-text-slider {
    min-height: 260px;
  }
}

.hero-slide {
  grid-column: 1;
  grid-row: 1;
  opacity: 0;
  transform: translateY(15px);
  pointer-events: none;
  transition: opacity 0.45s ease-in-out, transform 0.45s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  z-index: 1;
}

.hero-slide.active {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  z-index: 2;
}

.hero-slide h1,
.hero-slide h2 {
  font-family: var(--font-heading);
  font-size: clamp(26px, 3.6vw, 42px);
  line-height: 1.25;
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 14px;
  color: var(--text-main);
}

.hero-slide p {
  color: var(--text-muted);
  font-size: clamp(17px, 2.2vw, 22px);
  line-height: 1.75;
  margin-bottom: 24px;
  max-width: 520px;
}

/* Text Highlights for Brand Accents */
.highlight-blue {
  color: var(--accent-blue) !important;
  font-weight: 800;
}

.highlight-pink {
  color: var(--accent-pink) !important;
  font-weight: 800;
}

.highlight-text-blue {
  color: var(--accent-blue) !important;
  font-weight: 700;
}

.highlight-text-pink {
  color: var(--accent-pink) !important;
  font-weight: 700;
}

/* Ambient glow behind hero text column */
.hero-slider-wrapper::before {
  content: '';
  position: absolute;
  top: -10%;
  left: -20%;
  width: 140%;
  height: 120%;
  background: radial-gradient(circle, rgba(234, 88, 12, 0.03) 0%, transparent 70%);
  filter: blur(50px);
  z-index: -1;
  pointer-events: none;
}

/* Feature Badge styling */
.slide-badge {
  display: inline-flex;
  align-items: center;
  padding: 6px 14px;
  background: rgba(234, 88, 12, 0.05);
  border: 1px solid rgba(234, 88, 12, 0.15);
  border-radius: 99px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--accent-blue);
  margin-bottom: 16px;
  width: fit-content;
  text-transform: uppercase;
}

/* Slide Specs checklist */
.slide-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  list-style: none;
  margin-top: 18px;
  margin-bottom: 8px;
  padding: 0;
}

.slide-specs li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  font-weight: 600;
  color: var(--text-muted);
}

.spec-check {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: var(--accent-blue);
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 0 4px rgba(234, 88, 12, 0.2));
}

/* Alternate color styling for even slides */
.hero-slide[data-slide="1"] .slide-badge,
.hero-slide[data-slide="3"] .slide-badge {
  color: var(--accent-pink);
  border-color: rgba(249, 115, 22, 0.15);
  background: rgba(249, 115, 22, 0.05);
}

.hero-slide[data-slide="1"] .spec-check,
.hero-slide[data-slide="3"] .spec-check {
  stroke: var(--accent-pink);
  filter: drop-shadow(0 0 4px rgba(249, 115, 22, 0.2));
}

.slider-controls {
  display: flex;
  align-items: center;
  gap: 28px;
  margin-top: 25px;
  margin-bottom: 10px;
  z-index: 10;
  flex-wrap: wrap;
}

.playground-slider-wrapper {
  position: relative;
  width: 100%;
}

.slider-arrow {
  background: #ffffff;
  border: 1px solid var(--border-light);
  color: var(--text-muted);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}

.playground-slider-wrapper .slider-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: #ffffff;
  backdrop-filter: blur(12px);
  color: var(--accent-blue);
  border: 1px solid var(--border-light);
}

.playground-slider-wrapper .floating-prev {
  left: -22px;
}

.playground-slider-wrapper .floating-next {
  right: -22px;
}

.playground-slider-wrapper .slider-arrow:hover {
  background: #ffffff;
  border-color: rgba(234, 88, 12, 0.3);
  color: var(--accent-blue);
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 6px 16px rgba(234, 88, 12, 0.12);
}

.playground-slider-wrapper .slider-arrow:active {
  transform: translateY(-50%) scale(0.95);
}

@media (max-width: 1200px) {
  .playground-slider-wrapper .floating-prev {
    left: -12px;
  }
  .playground-slider-wrapper .floating-next {
    right: -12px;
  }
}

@media (max-width: 968px) {
  .playground-slider-wrapper .floating-prev {
    left: -6px;
  }
  .playground-slider-wrapper .floating-next {
    right: -6px;
  }
}

.slider-dots {
  display: flex;
  align-items: center;
  gap: 8px;
}

.slider-dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(15, 23, 42, 0.08);
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

.slider-dots .dot:hover {
  background: rgba(15, 23, 42, 0.16);
}

.slider-dots .dot.active {
  background: var(--accent-blue);
  box-shadow: 0 2px 8px rgba(234, 88, 12, 0.3);
  width: 20px;
  border-radius: 99px;
}

.hero-ctas {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 30px;
}

.primary-cta {
  background: linear-gradient(135deg, var(--accent-blue), var(--accent-pink));
  color: #ffffff;
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(234, 88, 12, 0.25);
  transition: all 0.25s;
}

.primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(234, 88, 12, 0.35);
}

.secondary-cta {
  background: #ffffff;
  border: 1px solid var(--border-light);
  color: var(--text-main);
  padding: 16px 32px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s;
}

.secondary-cta:hover {
  background: #ffffff;
  border-color: rgba(15, 23, 42, 0.15);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.04);
}



/* Simulator Playground */
.playground-container {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  backdrop-filter: none;
  overflow: visible;
  scroll-margin-top: 80px; /* offset for sticky header */
}

.screenshot-slider {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  width: 100%;
  border-radius: 12px;
  overflow: visible;
}

.app-screenshot {
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  height: auto;
  opacity: 0;
  transform: scale(0.97);
  transition: opacity 0.5s ease-in-out, transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: opacity, transform;
  z-index: 1;
  display: block;
  border-radius: 12px;
  box-shadow: 0 20px 50px -10px rgba(15, 23, 42, 0.08);
  border: 1px solid var(--border-light);
}

.app-screenshot.active {
  opacity: 1;
  transform: scale(1);
  z-index: 2;
}

/* Simulated OmeCam Control Deck panel */
.sim-deck {
  background: var(--theme-bg);
  border: 1px solid var(--theme-border);
  border-radius: 18px;
  padding: 16px;
  box-shadow: 0 15px 30px rgba(0,0,0,0.5), 0 0 20px var(--theme-shadow-glow);
  color: var(--theme-text);
  font-family: var(--font-heading);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.35s ease;
}

.sim-deck-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding-bottom: 8px;
}

.sim-deck-title {
  font-size: 16px;
  font-weight: 800;
  background: var(--theme-title-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sim-deck-status {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10.5px;
  color: var(--theme-text-muted);
}

.sim-deck-status-dot {
  width: 7px;
  height: 7px;
  background-color: var(--accent-blue);
  border-radius: 50%;
  box-shadow: 0 0 8px var(--accent-blue);
}

/* Control Deck layout components */
.sim-deck-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.sim-section {
  background: var(--theme-section-bg);
  border: 1px solid var(--theme-input-border);
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sim-section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: var(--theme-text-muted);
  margin-bottom: 4px;
}

/* Media selections */
.media-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.media-btn {
  background: var(--theme-input-bg);
  border: 1px solid var(--theme-input-border);
  color: var(--theme-text);
  padding: 8px;
  border-radius: 8px;
  font-size: 11.5px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.media-btn:hover {
  border-color: var(--theme-accent-start);
  background: rgba(255, 255, 255, 0.03);
}

.media-btn.active {
  background: var(--theme-btn-primary-bg);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 0 10px var(--theme-btn-primary-glow);
}

/* Beauty enhancements */
.slider-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.slider-labels {
  display: flex;
  justify-content: space-between;
  font-size: 11.5px;
  color: var(--theme-text);
}

.slider-val {
  font-weight: 700;
  color: var(--theme-accent-end);
}

.custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 3px;
  background: var(--theme-input-bg);
  border: 1px solid var(--theme-input-border);
  outline: none;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--theme-btn-primary-bg);
  cursor: pointer;
  box-shadow: 0 0 8px var(--theme-btn-primary-glow);
  transition: transform 0.1s;
}

.custom-range::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

/* Theme grid selector */
.theme-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6px;
}

.theme-select-btn {
  background: var(--theme-input-bg);
  border: 1px solid var(--theme-input-border);
  color: var(--theme-text-muted);
  padding: 6px 4px;
  border-radius: 6px;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
  text-align: center;
}

.theme-select-btn:hover {
  color: var(--theme-text);
  border-color: var(--theme-accent-start);
}

.theme-select-btn.active {
  background: var(--theme-btn-primary-bg);
  border-color: transparent;
  color: #ffffff;
  box-shadow: 0 0 10px var(--theme-btn-primary-glow);
}

/* Simulated OmeTV Stream Window */
.sim-tv {
  background: #f1f5f9;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 45px rgba(15, 23, 42, 0.08);
}

.sim-tv-header {
  background: #f8fafc;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(15, 23, 42, 0.05);
}

.sim-tv-browser-dots {
  display: flex;
  gap: 6px;
}

.sim-tv-dot {
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.sim-tv-dot:nth-child(1) { background-color: #ff5f56; }
.sim-tv-dot:nth-child(2) { background-color: #ffbd2e; }
.sim-tv-dot:nth-child(3) { background-color: #27c93f; }

.sim-tv-address {
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  border-radius: 6px;
  padding: 3px 12px;
  font-size: 10.5px;
  color: #64748b;
  width: 140px;
  text-align: center;
}

/* Video viewport */
.sim-tv-screen {
  position: relative;
  aspect-ratio: 16 / 9;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Simulated Video content */
.sim-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: filter 0.1s ease;
}

.sim-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  transition: filter 0.1s ease;
}

/* SVG overlay (OmeTV logo & interface) */
.tv-overlay-top {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  padding: 6px 12px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255,255,255,0.06);
}

.tv-logo-dot {
  width: 8px;
  height: 8px;
  background-color: #ef4444;
  border-radius: 50%;
  box-shadow: 0 0 10px #ef4444;
}

.tv-logo-text {
  font-family: var(--font-heading);
  font-size: 11px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 0.5px;
}

.tv-overlay-bottom {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(10px);
  padding: 8px 16px;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.08);
}

.tv-btn {
  background: transparent;
  border: none;
  color: #ffffff;
  font-size: 10.5px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.tv-btn:hover {
  opacity: 1;
}

.tv-btn-next {
  color: var(--accent-blue);
}

/* Features Section & Grid */
.features {
  padding: 30px 0 50px 0;
  position: relative;
  scroll-margin-top: 80px; /* matches sticky header height */
}

/* Background ambient glows behind features grid */
.features::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  height: 60%;
  background: radial-gradient(circle, rgba(255, 96, 0, 0.03) 0%, transparent 70%);
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}

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

.section-header {
  text-align: center;
  margin-bottom: 20px;
}

.section-header h2 {
  font-family: var(--font-heading);
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 800;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
  color: var(--text-main);
}

.section-header p {
  color: var(--text-muted);
  font-size: 16.5px;
  max-width: 650px;
  margin: 0 auto;
  line-height: 1.6;
}

.features-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 768px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Premium Minimalist Feature Cards */
.feature-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

/* Feature Icon Wrapper */
.feature-icon-wrapper {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
  background: rgba(234, 88, 12, 0.05);
  border: 1px solid rgba(234, 88, 12, 0.15);
  color: var(--accent-blue);
}

.feature-card h3 {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 12px;
  position: relative;
  z-index: 2;
  color: var(--text-main);
  letter-spacing: -0.02em;
}

.feature-card p {
  color: var(--text-muted);
  font-size: 14.5px;
  line-height: 1.7;
  position: relative;
  z-index: 2;
  margin-top: auto; /* pushes paragraph to occupy bottom space uniformly */
}

.feature-card:hover {
  transform: translateY(-4px);
  border-color: rgba(234, 88, 12, 0.25);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.feature-card:hover .feature-icon-wrapper {
  transform: scale(1.05) rotate(3deg);
  background: rgba(234, 88, 12, 0.08);
  border-color: rgba(234, 88, 12, 0.3);
}

/* Pricing Section */
.pricing {
  padding: 80px 0 100px 0;
  scroll-margin-top: 80px; /* matches sticky header height */
  background: var(--bg-dark);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.pricing-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

@media (min-width: 600px) {
  .pricing-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .pricing-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.price-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 26px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
  gap: 12px;
}

.trial-card {
  border-color: var(--border-light);
}

.trial-card-subtext {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--text-muted);
  margin-top: -8px;
  opacity: 0.8;
  pointer-events: none;
}

.blue-card {
  border-color: var(--border-light);
}

.pink-card {
  border-color: rgba(234, 88, 12, 0.25);
}

.price-card:hover {
  transform: translateY(-4px);
  border-color: rgba(234, 88, 12, 0.25);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.price-card.popular:hover {
  border-color: var(--accent-blue);
  box-shadow: 0 16px 36px rgba(234, 88, 12, 0.12);
}

.popular-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--accent-blue);
  color: #ffffff;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 5px 14px;
  border-radius: 99px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.2);
}

.price-badge-cute {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 5px 12px;
  border-radius: 6px;
  display: inline-block;
}

.trial-card .price-badge-cute {
  background: rgba(71, 85, 105, 0.06);
  color: #475569;
  border: 1px solid rgba(71, 85, 105, 0.12);
}

.blue-card .price-badge-cute {
  background: rgba(234, 88, 12, 0.06);
  color: var(--accent-blue);
  border: 1px solid rgba(234, 88, 12, 0.15);
}

.pink-card .price-badge-cute {
  background: var(--accent-blue);
  color: #ffffff;
  border: 1px solid var(--accent-blue);
}

.price-name {
  font-family: var(--font-heading);
  font-size: 17px;
  font-weight: 800;
  color: var(--text-main);
  margin-top: 4px;
}

.price-num {
  font-family: var(--font-heading);
  font-size: 34px;
  font-weight: 800;
  color: var(--text-main);
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  margin: 6px 0;
}

.price-num span {
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
}

.price-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px 16px;
  border-radius: 99px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.trial-card .price-btn {
  background: transparent;
  border: 1.5px solid var(--text-muted);
  color: var(--text-muted);
}

.trial-card .price-btn:hover {
  background: var(--text-muted);
  color: #ffffff;
}

.blue-card .price-btn {
  background: transparent;
  border: 1.5px solid var(--accent-blue);
  color: var(--accent-blue);
}

.blue-card .price-btn:hover {
  background: var(--accent-blue);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.15);
}

.pink-card .price-btn {
  background: var(--accent-blue);
  border: 1.5px solid var(--accent-blue);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.15);
}

.pink-card .price-btn:hover {
  background: #d94e08;
  border-color: #d94e08;
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.25);
  transform: translateY(-1px);
}

/* Footer */
footer {
  background: #0f172a;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 60px 0;
  color: #f8fafc;
}

.footer-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (min-width: 768px) {
  .footer-content {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 12px;
}

.footer-brand-text {
  font-family: var(--font-heading);
  font-size: 20px;
  font-weight: 800;
  color: #ffffff;
}

.footer-links {
  display: flex;
  gap: 24px;
}

.footer-links a {
  color: #94a3b8;
  text-decoration: none;
  font-size: 13.5px;
  transition: color 0.2s;
}

.footer-links a:hover {
  color: var(--accent-blue);
}

.footer-copy {
  color: #64748b;
  font-size: 13px;
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 20px;
}

/* Compatibility Section */
.compatibility {
  padding: 50px 0;
  position: relative;
  z-index: 10;
  background: var(--bg-dark);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
}

.compatibility-box {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
}

.compatibility-title {
  font-family: var(--font-heading);
  font-size: clamp(20px, 3vw, 26px);
  font-weight: 800;
  margin-bottom: 12px;
  color: var(--text-main);
  letter-spacing: -0.5px;
}

.compatibility-desc {
  color: var(--text-muted);
  font-size: 15px;
  max-width: 760px;
  margin: 0 auto 32px auto;
  line-height: 1.6;
}

.compatibility-desc strong {
  color: var(--text-main);
  font-weight: 700;
}

.platforms-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px 16px;
}

.platform-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px;
  background: rgba(15, 23, 42, 0.02);
  border: 1px solid rgba(15, 23, 42, 0.04);
  border-radius: 99px;
  font-size: 13.5px;
  font-weight: 600;
  color: #475569;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.platform-item:hover {
  background: rgba(15, 23, 42, 0.04);
  border-color: rgba(15, 23, 42, 0.1);
  color: var(--text-main);
  transform: translateY(-2px);
}

.platform-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
}

.platform-dot.pink {
  background-color: var(--accent-pink);
  box-shadow: 0 0 8px rgba(249, 115, 22, 0.2);
}

.platform-dot.blue {
  background-color: var(--accent-blue);
  box-shadow: 0 0 8px rgba(234, 88, 12, 0.2);
}

.platform-dot.gradient {
  background: linear-gradient(135deg, var(--accent-blue), var(--accent-pink));
  box-shadow: 0 0 8px rgba(234, 88, 12, 0.3);
}

.platform-item.universal {
  background: rgba(234, 88, 12, 0.05);
  border-color: rgba(234, 88, 12, 0.15);
  color: var(--accent-blue);
}

.platform-item.universal:hover {
  background: rgba(234, 88, 12, 0.08);
  border-color: var(--accent-blue);
  color: var(--accent-blue);
}

/* Download Section */
.download {
  padding: 60px 0 80px 0;
  position: relative;
  scroll-margin-top: 80px; /* matches sticky header height */
}

/* Background glow for download fold */
.download::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 96, 0, 0.02) 0%, transparent 80%);
  filter: blur(80px);
  z-index: 1;
  pointer-events: none;
}

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

.download-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: stretch;
  margin-top: 30px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .download-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.download-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 20px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
  gap: 12px;
}

.download-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

/* Platform-specific glows */
.apple-chip-card {
  border-color: var(--border-light);
}
.apple-chip-card:hover {
  border-color: var(--text-main);
}

.intel-card {
  border-color: var(--border-light);
}
.intel-card:hover {
  border-color: var(--accent-blue);
}

.windows-card {
  border-color: var(--border-light);
}
.windows-card:hover {
  border-color: var(--accent-pink);
}

.platform-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4px;
}

.apple-chip-card .platform-icon {
  background: rgba(15, 23, 42, 0.04);
  color: var(--text-main);
  border: 1px solid rgba(15, 23, 42, 0.08);
}

.intel-card .platform-icon {
  background: rgba(234, 88, 12, 0.05);
  color: var(--accent-blue);
  border: 1px solid rgba(234, 88, 12, 0.15);
}

.windows-card .platform-icon {
  background: rgba(249, 115, 22, 0.05);
  color: var(--accent-pink);
  border: 1px solid rgba(249, 115, 22, 0.15);
}

.download-card h3 {
  font-family: var(--font-heading);
  font-size: 18px;
  font-weight: 800;
  color: var(--text-main);
}

.download-platform-subtitle {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.5;
  min-height: 36px;
}

.download-specs-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin: 4px 0;
}

.download-specs-list span {
  font-size: 11.5px;
  font-weight: 600;
  color: var(--text-muted);
  background: rgba(15, 23, 42, 0.02);
  padding: 3px 10px;
  border-radius: 99px;
  border: 1px solid rgba(15, 23, 42, 0.05);
}

.download-platform-btn {
  display: block;
  width: 100%;
  text-align: center;
  padding: 9px 16px;
  border-radius: 99px;
  font-size: 12.5px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  margin-top: 8px;
}

.apple-btn {
  background: var(--text-main);
  color: #ffffff;
}
.apple-btn:hover {
  background: #1e293b;
  transform: translateY(-1px);
}

.intel-mac-btn {
  background: transparent;
  border: 1.5px solid var(--accent-blue);
  color: var(--accent-blue);
}
.intel-mac-btn:hover {
  background: var(--accent-blue);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.15);
  transform: translateY(-1px);
}

.windows-btn {
  background: transparent;
  border: 1.5px solid var(--accent-pink);
  color: var(--accent-pink);
}
.windows-btn:hover {
  background: var(--accent-pink);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(249, 115, 22, 0.15);
  transform: translateY(-1px);
}

/* FAQ Section */
.faq {
  padding: 80px 0 100px 0;
  background: var(--bg-dark);
  border-top: 1px solid var(--border-light);
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  max-width: 900px;
  margin: 30px auto 0 auto;
}

@media (min-width: 768px) {
  .faq-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.faq-card {
  background: var(--bg-card);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.faq-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(15, 23, 42, 0.06);
}

.faq-card h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 10px;
  line-height: 1.4;
}

.faq-card p {
  color: var(--text-muted);
  font-size: 13.5px;
  line-height: 1.6;
}

/* Setup Guides Section */
.guides-section {
  padding: 80px 0;
  background: var(--bg-card);
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  position: relative;
  scroll-margin-top: 80px;
}

.guides-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 40px;
}

@media (min-width: 640px) {
  .guides-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 1024px) {
  .guides-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.guide-card {
  background: var(--bg-dark);
  border: 1px solid var(--border-light);
  border-radius: 16px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 12px rgba(15, 23, 42, 0.02);
}

.guide-card:hover {
  transform: translateY(-2px);
  border-color: rgba(234, 88, 12, 0.2);
  box-shadow: 0 10px 24px rgba(15, 23, 42, 0.05);
}

.guide-card-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guide-badge-platform {
  background: rgba(234, 88, 12, 0.06);
  color: var(--accent-blue);
  border: 1px solid rgba(234, 88, 12, 0.15);
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  border-radius: 6px;
  width: fit-content;
}

.guide-card h4 {
  font-family: var(--font-heading);
  font-size: 16px;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.4;
}

.guide-card-body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.guide-card-body p {
  color: var(--text-muted);
  font-size: 13px;
  line-height: 1.5;
  margin: 0;
  padding-left: 4px;
}

.hero-cta-group {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.hero-primary-cta {
  background: linear-gradient(135deg, var(--accent-blue), var(--accent-pink));
  color: #ffffff !important;
  padding: 9px 20px;
  border-radius: 99px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  width: fit-content;
  box-shadow: 0 4px 12px rgba(234, 88, 12, 0.2);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-align: center;
  border: 1px solid transparent;
  margin-top: -4px;
  margin-left: 40px;
}

.hero-primary-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(234, 88, 12, 0.3);
  background: linear-gradient(135deg, #fb7185, #f43f5e);
}

.hero-primary-cta:active {
  transform: translateY(0);
}

.hero-cta-subtitle {
  font-size: 10.5px;
  font-weight: 600;
  color: var(--text-muted);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-left: 10px;
  opacity: 0.8;
}

@media (max-width: 968px) {
  .hero-cta-group {
    align-items: center;
  }
  .hero-primary-cta {
    margin-top: 0;
    margin-left: 0;
  }
  .hero-cta-subtitle {
    margin-left: 0;
  }
}

/* Language Switcher Styles */
.lang-selector {
  position: relative;
  display: inline-block;
}

.lang-selector-btn {
  display: flex;
  align-items: center;
  gap: 6px;
  background: #ffffff;
  border: 1px solid var(--border-light);
  padding: 6px 12px;
  border-radius: 99px;
  color: var(--text-main);
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-selector-btn:hover {
  background: rgba(15, 23, 42, 0.03);
  border-color: rgba(15, 23, 42, 0.15);
}

.lang-globe-icon {
  stroke: var(--text-muted);
}

.lang-chevron-icon {
  stroke: var(--text-muted);
  transition: transform 0.2s ease;
}

.lang-selector:hover .lang-chevron-icon {
  transform: rotate(180deg);
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.08);
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
  padding: 6px;
  min-width: 160px;
  display: flex;
  flex-direction: column;
  gap: 2px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1000;
}

.lang-selector:hover .lang-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.lang-option {
  display: block;
  padding: 8px 12px;
  color: var(--text-muted);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.15s ease;
  text-align: left;
}

.lang-option:hover {
  background: rgba(15, 23, 42, 0.03);
  color: var(--text-main);
}

.lang-option.active {
  background: rgba(234, 88, 12, 0.06);
  color: var(--accent-pink);
  font-weight: 600;
}

@media (max-width: 968px) {
  .lang-selector {
    margin-right: 0;
    margin-bottom: 0;
  }
  .lang-dropdown {
    right: 50%;
    transform: translateX(50%) translateY(5px);
  }
  .lang-selector:hover .lang-dropdown {
    transform: translateX(50%) translateY(0);
  }
}

/* Language-Specific Typography */
html[lang="th"] body,
html[lang="th"] button,
html[lang="th"] input,
html[lang="th"] select,
html[lang="th"] textarea {
  font-family: 'IBM Plex Sans Thai', 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

html[lang="th"] p {
  line-height: 1.55;
}

html[lang="th"] li {
  line-height: 1.55;
}

html[lang="th"] .hero-slide p {
  line-height: 1.5;
}

html[lang="th"] h1,
html[lang="th"] h2,
html[lang="th"] h3 {
  line-height: 1.25;
}

html[lang="zh"] body,
html[lang="zh"] button,
html[lang="zh"] input,
html[lang="zh"] select,
html[lang="zh"] textarea {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", sans-serif;
}




