/*
Theme Name: WaterEject Pro
Theme URI: https://watereject.pro
Author: WaterEject Engineering
Author URI: https://watereject.pro
Description: Compact, sleek, and modern WordPress theme for phone & earbud speaker water ejection, acoustic cleaning, and device care. Features real-time Web Audio API tone synthesis, responsive layout, and mobile app download integration.
Version: 2.8.0
Requires at least: 5.8
Tested up to: 6.7
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: watereject-pro
Tags: one-column, custom-colors, custom-menu, custom-logo, featured-images, full-width-template, theme-options, translation-ready
*/

/* ==========================================================================
   CSS VARIABLES & DESIGN TOKENS (COMPACT & SLEEK)
   ========================================================================== */
:root {
  --primary: #2563eb;
  --primary-hover: #1d4ed8;
  --primary-light: #eff6ff;
  --primary-glow: rgba(37, 99, 235, 0.2);
  
  --sky-400: #38bdf8;
  --sky-500: #0ea5e9;
  --sky-50: #f0f9ff;
  --sky-100: #e0f2fe;
  
  --bg-main: #f8fafc;
  --bg-card: #ffffff;
  --bg-secondary: #f1f5f9;
  --bg-dark: #0f172a;
  --bg-darker: #020617;
  
  --text-main: #0f172a;
  --text-muted: #64748b;
  --text-dim: #94a3b8;
  --text-light: #f8fafc;
  
  --border: #e2e8f0;
  --border-subtle: #f1f5f9;
  --border-active: rgba(37, 99, 235, 0.4);
  
  --radius-sm: 0.375rem;
  --radius-md: 0.625rem;
  --radius-lg: 0.875rem;
  --radius-xl: 1.125rem;
  --radius-2xl: 1.35rem;
  --radius-full: 9999px;
  
  --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.04);
  --shadow-md: 0 3px 6px -1px rgba(0, 0, 0, 0.06), 0 2px 4px -2px rgba(0, 0, 0, 0.04);
  --shadow-lg: 0 8px 20px -3px rgba(37, 99, 235, 0.08), 0 3px 6px -3px rgba(0, 0, 0, 0.04);
  --shadow-glow: 0 8px 25px -6px rgba(37, 99, 235, 0.35);
  
  --font-sans: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --font-display: 'Plus Jakarta Sans', var(--font-sans);
  
  --transition-fast: 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ==========================================================================
   RESET & BASE STYLES
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: var(--font-sans);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.55;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, .font-display {
  font-family: var(--font-display);
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1.15;
  color: var(--text-main);
}

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

a {
  color: inherit;
  text-decoration: none;
  transition: color var(--transition-fast);
}

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

/* Strict Universal SVG Sizing */
svg {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  max-width: 100%;
  box-sizing: content-box;
}

/* Icon Sizing Utility Classes */
.h-3, .w-3 { width: 0.75rem !important; height: 0.75rem !important; max-width: 0.75rem !important; max-height: 0.75rem !important; }
.h-3\.5, .h-3-5, .w-3\.5, .w-3-5 { width: 0.875rem !important; height: 0.875rem !important; max-width: 0.875rem !important; max-height: 0.875rem !important; }
.h-4, .w-4 { width: 1rem !important; height: 1rem !important; max-width: 1rem !important; max-height: 1rem !important; }
.h-5, .w-5 { width: 1.15rem !important; height: 1.15rem !important; max-width: 1.15rem !important; max-height: 1.15rem !important; }
.h-6, .w-6 { width: 1.35rem !important; height: 1.35rem !important; max-width: 1.35rem !important; max-height: 1.35rem !important; }
.h-7, .w-7 { width: 1.6rem !important; height: 1.6rem !important; max-width: 1.6rem !important; max-height: 1.6rem !important; }
.h-8, .w-8 { width: 1.85rem !important; height: 1.85rem !important; max-width: 1.85rem !important; max-height: 1.85rem !important; }

button {
  font-family: inherit;
  cursor: pointer;
  border: none;
  background: none;
}

ul, ol {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

/* ==========================================================================
   UTILITY CLASSES & EFFECTS
   ========================================================================== */
.hero-wash {
  background:
    radial-gradient(ellipse 70% 60% at 75% 25%, rgba(186, 230, 253, 0.65), transparent 55%),
    radial-gradient(ellipse 50% 40% at 20% 20%, rgba(224, 242, 254, 0.7), transparent 50%),
    linear-gradient(180deg, #f0f9ff 0%, #f8fafc 60%, #ffffff 100%);
}

.gradient-text {
  background: linear-gradient(135deg, var(--primary) 0%, var(--sky-500) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.ripple-ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(37, 99, 235, 0.35);
  animation: rippleOut 2.8s ease-out infinite;
  pointer-events: none;
}

@keyframes rippleOut {
  0% { transform: scale(0.75); opacity: 0.6; }
  100% { transform: scale(1.5); opacity: 0; }
}

@keyframes marqueeX {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: marqueeX 30s linear infinite;
}

.marquee-track:hover {
  animation-play-state: paused;
}

/* Compact Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  padding: 0.55rem 1.15rem;
  font-size: 0.85rem;
  font-weight: 600;
  border-radius: var(--radius-full);
  transition: all var(--transition-normal);
  line-height: 1;
}

.btn svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  flex-shrink: 0;
}

.btn-primary {
  background-color: var(--primary);
  color: #ffffff;
  box-shadow: 0 3px 10px rgba(37, 99, 235, 0.25);
}

.btn-primary:hover {
  background-color: var(--primary-hover);
  box-shadow: 0 5px 15px rgba(37, 99, 235, 0.35);
  transform: translateY(-1px);
}

.btn-secondary {
  background-color: #ffffff;
  color: var(--text-main);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
}

.btn-secondary:hover {
  background-color: var(--bg-secondary);
  border-color: var(--text-dim);
  transform: translateY(-1px);
}

.btn-sm {
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
}

.btn-sm svg {
  width: 12px !important;
  height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
}

/* Compact Badges */
.badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.65rem;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(37, 99, 235, 0.2);
  border-radius: var(--radius-full);
  font-size: 0.7rem;
  font-weight: 700;
  color: var(--primary);
  box-shadow: 0 1px 4px rgba(37, 99, 235, 0.06);
}

.badge-pill svg {
  width: 12px !important;
  height: 12px !important;
  max-width: 12px !important;
  max-height: 12px !important;
  flex-shrink: 0;
}

/* ==========================================================================
   HEADER / NAVBAR (COMPACT)
   ========================================================================== */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all var(--transition-normal);
  padding: 0.65rem 0;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border);
}

.site-header.scrolled {
  box-shadow: var(--shadow-sm);
  padding: 0.5rem 0;
}

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

.brand-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 800;
  color: var(--text-main);
}

.logo-badge-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--sky-400));
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.25);
}

.logo-badge-icon svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  flex-shrink: 0;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.nav-link {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color var(--transition-fast);
  white-space: nowrap;
  padding: 0.25rem 0.15rem;
}

.nav-link:hover, .nav-link.active {
  color: var(--primary);
  font-weight: 700;
}

.mobile-menu-btn {
  display: none;
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: #ffffff;
  align-items: center;
  justify-content: center;
  color: var(--text-main);
}

.mobile-nav-drawer {
  display: none;
  background: #ffffff;
  border-top: 1px solid var(--border);
  padding: 1rem;
  box-shadow: var(--shadow-lg);
}

.mobile-nav-drawer.open {
  display: block;
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.mobile-nav-links a {
  padding: 0.5rem 0.75rem;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: var(--radius-sm);
  color: var(--text-main);
}

.mobile-nav-links a:hover {
  background: var(--bg-secondary);
  color: var(--primary);
}

/* ==========================================================================
   HERO SECTION (COMPACT)
   ========================================================================== */
.hero-section {
  position: relative;
  overflow: hidden;
  padding: 5.5rem 0 2.25rem 0;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
}

.hero-content {
  position: relative;
  z-index: 10;
}

.hero-title {
  font-size: clamp(1.85rem, 3.8vw, 2.75rem);
  font-weight: 800;
  line-height: 1.12;
  margin: 0.85rem 0 0.75rem 0;
  letter-spacing: -0.025em;
}

.hero-subtitle {
  font-size: 0.9375rem;
  color: var(--text-muted);
  line-height: 1.6;
  max-width: 29rem;
  margin-bottom: 1.25rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-bottom: 1.25rem;
}

.store-badges-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-bottom: 1.15rem;
}

.store-badge-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 0.85rem;
  background: var(--bg-dark);
  color: #ffffff;
  border-radius: var(--radius-md);
  transition: all var(--transition-normal);
}

.store-badge-btn svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex-shrink: 0;
}

.store-badge-btn:hover {
  background: #1e293b;
  transform: translateY(-1px);
}

.store-badge-meta {
  display: flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.1;
}

.store-badge-subtitle {
  font-size: 0.55rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  opacity: 0.7;
}

.store-badge-title {
  font-size: 0.78rem;
  font-weight: 700;
}

.user-trust-row {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.avatar-stack {
  display: flex;
  margin-left: 0.2rem;
}

.avatar-stack-item {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #ffffff;
  background: linear-gradient(135deg, var(--sky-400), var(--primary));
  color: #ffffff;
  font-size: 0.58rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -0.4rem;
}

.hero-image-wrap {
  position: relative;
  text-align: center;
}

.hero-image-glow {
  position: absolute;
  inset: -5%;
  background: radial-gradient(circle, rgba(186, 230, 253, 0.5), transparent 70%);
  border-radius: 50%;
  z-index: 0;
}

.hero-phone-img {
  position: relative;
  z-index: 1;
  max-width: 270px;
  margin: 0 auto;
  filter: drop-shadow(0 15px 25px rgba(37, 99, 235, 0.18));
}

/* ==========================================================================
   4-FEATURE STRIP (SLEEK & REFINED)
   ========================================================================== */
.features-strip-container {
  margin-top: 1rem;
  padding-bottom: 2.5rem;
}

.features-strip-card {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  overflow: hidden;
  box-shadow: 0 10px 25px -10px rgba(37, 99, 235, 0.1);
}

.feature-strip-item {
  display: flex;
  gap: 0.75rem;
  padding: 1.15rem 1.25rem;
  border-right: 1px solid var(--border);
  align-items: flex-start;
}

.feature-strip-item:last-child {
  border-right: none;
}

.feature-strip-icon {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-md);
  background: var(--sky-50);
  border: 1px solid rgba(37, 99, 235, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  flex-shrink: 0;
  font-size: 1.05rem;
}

.feature-strip-icon svg {
  width: 18px !important;
  height: 18px !important;
  max-width: 18px !important;
  max-height: 18px !important;
  flex-shrink: 0;
}

.feature-strip-title {
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 0.2rem;
}

.feature-strip-body {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.45;
}

/* ==========================================================================
   INTERACTIVE EJECTION TOOL CONSOLE (COMPACT & PROFESSIONAL)
   ========================================================================== */
.tool-section {
  padding: 3.5rem 0;
  scroll-margin-top: 4rem;
}

.section-tag-center {
  text-align: center;
  max-width: 32rem;
  margin: 0 auto 2.25rem auto;
}

.section-tag {
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary);
  display: inline-block;
  margin-bottom: 0.35rem;
}

.section-title {
  font-size: clamp(1.45rem, 3.2vw, 2rem);
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.2;
}

.section-divider {
  width: 36px;
  height: 3px;
  border-radius: var(--radius-full);
  background: var(--primary);
  margin: 0.5rem auto 0 auto;
}

/* Tutorial 4 Cards */
.tutorial-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.75rem;
}

.tutorial-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 0.85rem 1rem;
  display: flex;
  flex-direction: column;
  box-shadow: var(--shadow-sm);
}

.tutorial-card-header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}

.tutorial-card-icon {
  width: 30px;
  height: 30px;
  border-radius: var(--radius-sm);
  background: var(--sky-50);
  border: 1px solid rgba(37, 99, 235, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 0.95rem;
}

.tutorial-card-icon svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  flex-shrink: 0;
}

.tutorial-step-tag {
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--primary);
  font-family: var(--font-display);
}

.tutorial-card-title {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

.tutorial-card-body {
  font-size: 0.75rem;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Eject Console Grid */
.eject-console-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
}

.eject-console-main, .eject-console-settings {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.35rem 1.5rem;
  box-shadow: var(--shadow-md);
}

.console-header {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--primary);
  margin-bottom: 1rem;
}

.console-header svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  flex-shrink: 0;
}

.timer-hub-stage {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 0;
}

.timer-dial-outer {
  position: relative;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid rgba(37, 99, 235, 0.25);
  background: radial-gradient(circle at 50% 30%, rgba(37, 99, 235, 0.1), transparent 70%);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 0 25px rgba(37, 99, 235, 0.06);
}

.timer-dial-seconds {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1;
}

.timer-dial-state {
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  color: var(--text-muted);
  margin-top: 0.2rem;
}

/* Audio Visualizer Canvas */
.visualizer-canvas-container {
  width: 100%;
  height: 42px;
  margin: 0.85rem 0 0.35rem 0;
  border-radius: var(--radius-sm);
  overflow: hidden;
  background: #f8fafc;
  border: 1px solid var(--border);
}

#visualizer-canvas {
  width: 100%;
  height: 100%;
}

.progress-track {
  width: 100%;
  height: 6px;
  background: var(--sky-100);
  border-radius: var(--radius-full);
  overflow: hidden;
  margin: 0.85rem 0;
}

.progress-bar-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--sky-400), var(--primary));
  border-radius: var(--radius-full);
  transition: width 1s linear;
}

.console-btn-row {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
}

.btn-trigger-eject {
  flex: 1;
  min-height: 42px;
  background: var(--primary);
  color: #ffffff;
  border-radius: var(--radius-full);
  font-weight: 700;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  box-shadow: var(--shadow-glow);
  transition: all var(--transition-normal);
}

.btn-trigger-eject svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  flex-shrink: 0;
}

.btn-trigger-eject:hover {
  background: var(--primary-hover);
  transform: translateY(-1px);
}

.btn-trigger-eject.running {
  background: #dc2626;
  box-shadow: 0 6px 18px rgba(220, 38, 38, 0.3);
}

.btn-reset-eject {
  padding: 0 1.15rem;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 0.8125rem;
  color: var(--text-main);
  transition: all var(--transition-fast);
}

.btn-reset-eject:hover {
  background: #e2e8f0;
}

.console-status-text {
  margin-top: 0.75rem;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
}

/* Console Settings Panel */
.settings-group {
  margin-bottom: 1.15rem;
}

.settings-label {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--text-muted);
  display: block;
  margin-bottom: 0.5rem;
}

.mode-selector-list {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.mode-btn-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.85rem;
  border-radius: var(--radius-md);
  border: 1px solid var(--border);
  background: var(--bg-secondary);
  transition: all var(--transition-fast);
  text-align: left;
  width: 100%;
}

.mode-btn-card svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  color: var(--primary);
  flex-shrink: 0;
}

.mode-btn-card:hover {
  border-color: var(--border-active);
}

.mode-btn-card.active {
  background: var(--sky-50);
  border-color: var(--primary);
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.08);
}

.mode-btn-title {
  font-weight: 700;
  font-size: 0.85rem;
  color: var(--text-main);
  display: block;
}

.mode-btn-hint {
  font-size: 0.7rem;
  color: var(--text-muted);
  display: block;
}

.duration-pills-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.duration-pill-btn {
  padding: 0.38rem 0.85rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
  background: var(--bg-secondary);
  font-weight: 700;
  font-size: 0.78rem;
  color: var(--text-main);
  transition: all var(--transition-fast);
}

.duration-pill-btn:hover {
  background: #e2e8f0;
}

.duration-pill-btn.active {
  background: var(--primary);
  color: #ffffff;
  border-color: var(--primary);
}

.intensity-slider-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.intensity-range {
  flex: 1;
  height: 6px;
  border-radius: var(--radius-full);
  background: var(--sky-100);
  accent-color: var(--primary);
  cursor: pointer;
}

.intensity-value-display {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 0.875rem;
  width: 2.8rem;
  text-align: right;
}

.safety-note-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 0.85rem;
  border-radius: var(--radius-md);
  background: var(--sky-50);
  border: 1px solid rgba(37, 99, 235, 0.15);
  margin-top: 1rem;
}

.safety-note-box svg {
  width: 16px !important;
  height: 16px !important;
  max-width: 16px !important;
  max-height: 16px !important;
  color: var(--primary);
  flex-shrink: 0;
}

.safety-note-text {
  font-size: 0.75rem;
  color: #1e3a8a;
  line-height: 1.4;
}

/* ==========================================================================
   HOW IT WORKS (3 STEPS)
   ========================================================================== */
.how-section {
  padding: 3.5rem 0;
  background: #ffffff;
}

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

.step-card-3 {
  position: relative;
  background: var(--bg-main);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.15rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.85rem;
}

.step-number-badge {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--primary);
  color: #ffffff;
  font-size: 0.68rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}

.step-icon-box {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-lg);
  background: linear-gradient(135deg, var(--primary), var(--sky-400));
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.2);
  font-size: 1.2rem;
}

.step-icon-box svg {
  width: 20px !important;
  height: 20px !important;
  max-width: 20px !important;
  max-height: 20px !important;
  flex-shrink: 0;
}

.step-arrow-divider {
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  z-index: 10;
}

/* ==========================================================================
   BLUE CTA BAND
   ========================================================================== */
.cta-band-section {
  padding: 1.5rem 0;
}

.cta-band-card {
  background: linear-gradient(135deg, var(--primary) 0%, #3b82f6 50%, var(--sky-500) 100%);
  border-radius: var(--radius-xl);
  padding: 1.75rem 2.25rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.25);
  gap: 1.5rem;
}

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

.cta-band-icon {
  width: 44px;
  height: 44px;
  border-radius: var(--radius-lg);
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 1.35rem;
}

.cta-band-title {
  font-size: 1.25rem;
  font-weight: 800;
  color: #ffffff;
}

.cta-band-desc {
  font-size: 0.8125rem;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 0.2rem;
}

/* ==========================================================================
   TESTIMONIALS & REVIEWS (COMPACT)
   ========================================================================== */
.reviews-section {
  padding: 3.5rem 0;
  background: #ffffff;
}

.reviews-header-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 2rem;
  flex-wrap: wrap;
  gap: 1rem;
}

.reviews-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.testimonial-card-item {
  background: var(--bg-main);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-shadow: var(--shadow-sm);
}

.testimonial-stars {
  color: #f59e0b;
  font-size: 0.8125rem;
  margin-bottom: 0.4rem;
}

.testimonial-quote {
  font-size: 0.8125rem;
  color: var(--text-main);
  line-height: 1.5;
}

.testimonial-author {
  margin-top: 0.85rem;
  padding-top: 0.65rem;
  border-top: 1px solid var(--border);
}

.author-name {
  font-size: 0.8125rem;
  font-weight: 700;
  color: var(--text-main);
}

.author-role {
  font-size: 0.7rem;
  color: var(--text-muted);
}

/* ==========================================================================
   FAQ ACCORDION (COMPACT)
   ========================================================================== */
.faq-section {
  padding: 3.5rem 0;
  background: var(--bg-main);
}

.faq-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
  max-width: 58rem;
  margin: 2rem auto 0 auto;
}

.faq-accordion-item {
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  background: #ffffff;
  overflow: hidden;
  transition: border-color var(--transition-fast);
}

.faq-accordion-item.active {
  border-color: rgba(37, 99, 235, 0.4);
}

.faq-question-btn {
  width: 100%;
  padding: 0.85rem 1.15rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: left;
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-main);
}

.faq-chevron-icon {
  transition: transform var(--transition-fast);
  color: var(--text-muted);
}

.faq-chevron-icon svg {
  width: 14px !important;
  height: 14px !important;
  max-width: 14px !important;
  max-height: 14px !important;
  flex-shrink: 0;
}

.faq-accordion-item.active .faq-chevron-icon {
  transform: rotate(180deg);
  color: var(--primary);
}

.faq-answer-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-out;
  padding: 0 1.15rem;
}

.faq-accordion-item.active .faq-answer-content {
  max-height: 250px;
  padding-bottom: 0.85rem;
}

.faq-answer-text {
  font-size: 0.78rem;
  color: var(--text-muted);
  line-height: 1.5;
}

/* ==========================================================================
   NEWSLETTER SECTION (COMPACT)
   ========================================================================== */
.newsletter-section {
  padding: 3.5rem 0;
  background: #ffffff;
}

.newsletter-box {
  background: radial-gradient(circle at 50% 0%, #f0f9ff, var(--bg-main));
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2.25rem 2rem;
  text-align: center;
  max-width: 44rem;
  margin: 0 auto;
  box-shadow: var(--shadow-sm);
}

.newsletter-form {
  display: flex;
  gap: 0.5rem;
  max-width: 26rem;
  margin: 1.25rem auto 0 auto;
}

.newsletter-input {
  flex: 1;
  padding: 0.55rem 0.95rem;
  border-radius: var(--radius-full);
  border: 1px solid var(--border);
  font-size: 0.8125rem;
  outline: none;
  background: #ffffff;
}

.newsletter-input:focus {
  border-color: var(--primary);
}

/* ==========================================================================
   TICKER BAND
   ========================================================================== */
.ticker-band {
  background: var(--bg-dark);
  color: #94a3b8;
  padding: 0.65rem 0;
  overflow: hidden;
  border-top: 1px solid #1e293b;
  border-bottom: 1px solid #1e293b;
}

.ticker-item {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin: 0 1.25rem;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
}

/* ==========================================================================
   FOOTER (COMPACT & MODERN)
   ========================================================================== */
.site-footer {
  background: var(--bg-dark);
  color: #cbd5e1;
  padding: 3rem 0 1.5rem 0;
}

.footer-grid-4col {
  display: grid;
  grid-template-columns: 1.25fr 0.8fr 0.8fr 1.05fr;
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand-title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 800;
  color: #ffffff;
}

.footer-heading {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 0.75rem;
}

.footer-links-list {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-links-list a {
  font-size: 0.78rem;
  color: #94a3b8;
}

.footer-links-list a:hover {
  color: #ffffff;
}

.footer-bottom-bar {
  border-top: 1px solid #1e293b;
  padding-top: 1.25rem;
  text-align: center;
  font-size: 0.75rem;
  color: #64748b;
}

/* ==========================================================================
   SEO CONTENT PILLARS, COMPARISON TABLES & TROUBLESHOOTING
   ========================================================================== */
.content-pillar-section {
  padding: 3.5rem 0;
  background: #ffffff;
}

.content-pillar-section.bg-alt {
  background: var(--bg-main);
}

.pillar-prose {
  max-width: 52rem;
  margin: 0 auto;
  font-size: 0.9375rem;
  line-height: 1.7;
  color: var(--text-main);
}

.pillar-prose p {
  margin-bottom: 1.15rem;
}

.pillar-prose h2 {
  font-size: 1.65rem;
  font-weight: 800;
  color: var(--text-main);
  margin: 2.25rem 0 0.85rem 0;
  line-height: 1.25;
}

.pillar-prose h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--text-main);
  margin: 1.5rem 0 0.6rem 0;
}

/* Comparison Table */
.seo-comparison-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.75rem 0 2rem 0;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-sm);
  background: #ffffff;
}

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

.seo-comparison-table th {
  background: var(--bg-dark);
  color: #ffffff;
  padding: 0.85rem 1.15rem;
  font-weight: 700;
  font-size: 0.8125rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.seo-comparison-table td {
  padding: 0.85rem 1.15rem;
  border-bottom: 1px solid var(--border);
  color: var(--text-main);
}

.seo-comparison-table tr:last-child td {
  border-bottom: none;
}

.seo-comparison-table tr:nth-child(even) td {
  background: var(--bg-secondary);
}

/* Does it work? Yes/No Boxes */
.works-grid-2col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin: 1.5rem 0 2rem 0;
}

.works-box {
  border-radius: var(--radius-lg);
  padding: 1.35rem 1.5rem;
  border: 1px solid var(--border);
}

.works-box-yes {
  background: #f0fdf4;
  border-color: #bbf7d0;
}

.works-box-yes h4 {
  color: #166534;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.works-box-no {
  background: #fef2f2;
  border-color: #fecaca;
}

.works-box-no h4 {
  color: #991b1b;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.75rem;
}

.works-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.85rem;
}

.works-list li {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

/* Troubleshooting Grid */
.troubleshoot-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin: 1.5rem 0 2rem 0;
}

.troubleshoot-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: transform var(--transition-fast);
}

.troubleshoot-card:hover {
  transform: translateY(-2px);
  border-color: var(--border-active);
}

.troubleshoot-card h4 {
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--text-main);
  margin-bottom: 0.4rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}

.troubleshoot-card p {
  font-size: 0.8125rem;
  color: var(--text-muted);
  line-height: 1.5;
  margin-bottom: 0;
}

/* Callouts */
.callout-box {
  padding: 1rem 1.25rem;
  border-radius: var(--radius-md);
  margin: 1.35rem 0;
  font-size: 0.85rem;
  line-height: 1.55;
  border-left: 4px solid var(--primary);
  background: var(--sky-50);
}

.callout-warning {
  border-left-color: #ef4444;
  background: #fef2f2;
  color: #991b1b;
}

.callout-tip {
  border-left-color: #10b981;
  background: #f0fdf4;
  color: #065f46;
}

/* Breadcrumbs */
.breadcrumb-nav {
  padding: 0.75rem 0;
  font-size: 0.78rem;
  color: var(--text-muted);
  margin-bottom: 1.5rem;
}

.breadcrumb-list {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  list-style: none;
}

.breadcrumb-list a {
  color: var(--primary);
  font-weight: 600;
}

.breadcrumb-separator {
  color: #cbd5e1;
}

/* Author / E-E-A-T Box */
.author-eeat-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 1.25rem;
  border-radius: var(--radius-lg);
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  margin: 2rem 0;
}

.author-avatar-circle {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary), var(--sky-400));
  color: #ffffff;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.author-meta-info h5 {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-main);
}

.author-meta-info p {
  font-size: 0.75rem;
  color: var(--text-muted);
  margin: 0;
}

/* ==========================================================================
   RESPONSIVE DESIGN
   ========================================================================== */
/* Review Submission Block & Cards */
.review-section {
  padding: 3.5rem 0;
  background: #ffffff;
  border-top: 1px solid var(--border);
}

.review-grid-layout {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 2rem;
}

.review-form-card {
  background: var(--bg-main);
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 1.5rem 1.75rem;
  box-shadow: var(--shadow-sm);
}

.review-form-title {
  font-size: 1.15rem;
  font-weight: 800;
  margin-bottom: 0.35rem;
  color: var(--text-main);
}

.review-form-subtitle {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.star-rating-select {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  margin-bottom: 1.15rem;
}

.star-btn {
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #cbd5e1;
  transition: all 0.15s ease;
  line-height: 1;
  padding: 0.1rem;
}

.star-btn.hover, .star-btn.selected {
  color: #f59e0b;
  transform: scale(1.1);
}

.star-rating-label {
  font-size: 0.8rem;
  font-weight: 700;
  color: #d97706;
  margin-left: 0.5rem;
}

.review-input-group {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 0.85rem;
}

.review-input-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: var(--text-muted);
}

.review-input, .review-textarea {
  width: 100%;
  padding: 0.6rem 0.85rem;
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  font-size: 0.85rem;
  font-family: inherit;
  background: #ffffff;
  color: var(--text-main);
  outline: none;
  transition: border-color 0.15s;
}

.review-input:focus, .review-textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.review-textarea {
  min-height: 80px;
  resize: vertical;
}

.review-success-banner {
  display: none;
  padding: 0.75rem 1rem;
  border-radius: var(--radius-md);
  background: #ecfdf5;
  border: 1px solid #a7f3d0;
  color: #065f46;
  font-size: 0.8125rem;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.reviews-list-container {
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  max-height: 520px;
  overflow-y: auto;
  padding-right: 0.25rem;
}

.review-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.25rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.15s ease;
}

.review-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.review-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.review-author-info {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.review-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--sky-400), var(--primary));
  color: #ffffff;
  font-weight: 800;
  font-size: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.review-author-name {
  font-size: 0.875rem;
  font-weight: 700;
  color: var(--text-main);
}

.review-device-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.15rem 0.5rem;
  background: var(--bg-secondary);
  border: 1px solid var(--border);
  border-radius: var(--radius-full);
  font-size: 0.68rem;
  color: var(--text-muted);
  font-weight: 600;
}

.review-stars {
  color: #f59e0b;
  font-size: 0.85rem;
  letter-spacing: 0.1em;
}

.review-card-text {
  font-size: 0.8125rem;
  color: var(--text-main);
  line-height: 1.5;
}

.review-card-date {
  font-size: 0.7rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

/* Guide Step Cards */
.guide-step-card {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: var(--radius-xl);
  padding: 2rem;
  margin-bottom: 2.5rem;
  box-shadow: var(--shadow-sm);
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 2rem;
  align-items: center;
}

.guide-step-card:nth-child(even) {
  grid-template-columns: 1fr 1.15fr;
}

.guide-step-card:nth-child(even) .guide-step-media {
  order: 1;
}

.guide-step-card:nth-child(even) .guide-step-content {
  order: 2;
}

.guide-step-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0.8rem;
  border-radius: var(--radius-full);
  background: var(--sky-50);
  color: var(--primary);
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 0.85rem;
}

.guide-step-title {
  font-size: 1.45rem;
  font-weight: 800;
  color: var(--text-main);
  margin-bottom: 0.85rem;
  line-height: 1.25;
}

.guide-step-desc {
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.65;
  margin-bottom: 1.25rem;
}

.guide-tips-box {
  background: var(--bg-secondary);
  border-left: 4px solid var(--primary);
  padding: 0.85rem 1rem;
  border-radius: 0 var(--radius-md) var(--radius-md) 0;
  font-size: 0.8125rem;
  color: var(--text-main);
  line-height: 1.5;
}

.guide-step-img {
  width: 100%;
  height: auto;
  border-radius: var(--radius-lg);
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
  transition: transform 0.2s ease;
}

.guide-step-img:hover {
  transform: scale(1.02);
}

@media (max-width: 992px) {
  .hero-grid,
  .eject-console-grid,
  .features-strip-card,
  .tutorial-grid,
  .steps-3-grid,
  .reviews-grid-3,
  .faq-grid-2col,
  .footer-grid-4col,
  .works-grid-2col,
  .review-grid-layout,
  .guide-step-card,
  .guide-step-card:nth-child(even) {
    grid-template-columns: 1fr;
  }
  
  .guide-step-card:nth-child(even) .guide-step-media {
    order: 2;
  }
  
  .guide-step-card:nth-child(even) .guide-step-content {
    order: 1;
  }
  
  .features-strip-card {
    border-radius: var(--radius-lg);
  }
  
  .feature-strip-item {
    border-right: none;
    border-bottom: 1px solid var(--border);
  }
  
  .feature-strip-item:last-child {
    border-bottom: none;
  }
  
  .main-nav, .nav-cta-btn {
    display: none;
  }
  
  .mobile-menu-btn {
    display: flex;
  }
  
  .cta-band-card {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem;
  }
  
  .cta-band-content {
    flex-direction: column;
  }
}
