/*
Theme Name: Blocksy Child for AquaLabs
Theme URI: https://aqualabs.com/
Description: A custom child theme for Blocksy built for the AquaLabs Smart Data System storefront.
Author: Lead Frontend Architect (Antigravity)
Author URI: https://aqualabs.com/
Template: blocksy
Version: 2.3.2
License: GNU General Public License v2 or later
Text Domain: blocksy-child
*/

/* --- AQUALABS PRECISION BETA PROTOCOL DESIGN SYSTEM --- */

:root {
  --al-primary: #48C070;          /* Primary Action Green */
  --al-primary-hover: #3bb060;
  --al-revenue: #FFD700;          /* Gold Revenue Accent */
  --al-revenue-hover: #e6c200;
  --al-secondary: #206098;        /* Structural Blue */
  --al-bg-dark: #080D1A;          /* Corporate Calm Deep Navy Slate Canvas */
  --al-card-bg: #0d1627;          /* Dark SaaS Card Fill */
  --al-border-slate: #182842;     /* Production Slate Blue Border */
  --al-input-bg: #040913;         /* Production Field Input Fill */
  
  --al-glass-bg: rgba(13, 22, 39, 0.75);
  --al-glass-border: 1px solid #182842;
  --al-glass-blur: blur(15px);
  
  --al-text-light: #f8fafc;       /* High-contrast text */
  --al-text-muted-light: #94a3b8; /* Diagnostic metadata */
  --al-border-dark: #182842;
  
  --al-glow-green: 0 0 20px rgba(72, 192, 112, 0.35);
  --al-glow-gold: 0 0 25px rgba(255, 215, 0, 0.4);
  --al-glow-blue: 0 0 20px rgba(32, 96, 152, 0.3);
  --al-glow-cyan: 0 0 25px rgba(56, 189, 248, 0.25);
  
  --al-font-title: 'Outfit', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --al-font-body: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  --al-font-mono: 'SFMono-Regular', Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

/* Light Mode Overrides */
.aqualabs-storefront[data-theme="light"] {
  --al-bg-dark: #f8fafc;
  --al-card-bg: #ffffff;
  --al-border-slate: #cbd5e1;
  --al-input-bg: #f1f5f9;
  --al-glass-bg: rgba(255, 255, 255, 0.9);
  --al-glass-border: 1px solid #cbd5e1;
  --al-text-light: #0f172a;
  --al-text-muted-light: #475569;
  --al-border-dark: #cbd5e1;
}

.aqualabs-storefront[data-theme="light"] .al-navbar {
  background: rgba(255, 255, 255, 0.95);
}

.aqualabs-storefront[data-theme="light"] .al-grid-bg {
  background-color: #f8fafc;
  background-image: 
    linear-gradient(to right, rgba(32, 96, 152, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(32, 96, 152, 0.08) 1px, transparent 1px),
    linear-gradient(to right, rgba(72, 192, 112, 0.08) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(72, 192, 112, 0.08) 1px, transparent 1px);
}

/* Base Storefront Layout & Overflow Guard */
html, body {
  overflow-x: hidden;
  max-width: 100vw;
}

.aqualabs-storefront {
  font-family: var(--al-font-body);
  background-color: var(--al-bg-dark);
  color: var(--al-text-light);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  max-width: 100vw;
  width: 100%;
}

.aqualabs-storefront h1,
.aqualabs-storefront h2,
.aqualabs-storefront h3,
.aqualabs-storefront h4 {
  font-family: var(--al-font-title);
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--al-text-light);
}

.aqualabs-storefront p {
  color: var(--al-text-muted-light);
}

/* Glassmorphism & SaaS Card Utility */
.al-glass {
  background: var(--al-glass-bg);
  backdrop-filter: var(--al-glass-blur);
  -webkit-backdrop-filter: var(--al-glass-blur);
  border: var(--al-glass-border);
}

.al-container {
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .al-container {
    padding: 0 1.25rem;
  }
}

@media (max-width: 480px) {
  .al-container {
    padding: 0 1rem;
  }
}

/* Corporate Calm Tech Grid & Mild Ambient Glow Canvas */
.al-grid-bg {
  background-color: var(--al-bg-dark);
  background-size: 40px 40px, 40px 40px, 200px 200px, 200px 200px;
  background-image: 
    linear-gradient(to right, rgba(56, 189, 248, 0.045) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(56, 189, 248, 0.045) 1px, transparent 1px),
    linear-gradient(to right, rgba(72, 192, 112, 0.07) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(72, 192, 112, 0.07) 1px, transparent 1px);
  position: relative;
}

/* Mild Tech Ambient Radial Glow Layers */
.al-grid-bg::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: 
    radial-gradient(circle at 50% -5%, rgba(56, 189, 248, 0.14) 0%, rgba(72, 192, 112, 0.07) 35%, transparent 70%),
    radial-gradient(circle at 85% 20%, rgba(32, 96, 152, 0.12) 0%, transparent 45%),
    radial-gradient(ellipse at 50% 100%, transparent 30%, var(--al-bg-dark) 95%);
  pointer-events: none;
  z-index: 0;
}

.al-grid-bg::after {
  content: '';
  position: absolute;
  top: 25%; left: -10%;
  width: 50vw; height: 50vw;
  background: radial-gradient(circle, rgba(56, 189, 248, 0.04) 0%, transparent 70%);
  pointer-events: none;
  z-index: 0;
}

/* Plus markers */
.al-plus-marker {
  position: absolute;
  width: 9px;
  height: 9px;
  pointer-events: none;
}
.al-plus-marker::before,
.al-plus-marker::after {
  content: '';
  position: absolute;
  background-color: rgba(72, 192, 112, 0.5);
}
.al-plus-marker::before { top: 4px; left: 0; width: 9px; height: 1px; }
.al-plus-marker::after { top: 0; left: 4px; width: 1px; height: 9px; }

.al-pm-tl { top: -5px; left: -5px; }
.al-pm-tr { top: -5px; right: -5px; }
.al-pm-bl { bottom: -5px; left: -5px; }
.al-pm-br { bottom: -5px; right: -5px; }

/* --- ENLARGED LOGO & NAVBAR INTEGRATION --- */

.al-navbar {
  position: relative;
  z-index: 100;
  border-bottom: 1px solid var(--al-border-slate);
  background: rgba(9, 13, 20, 0.92);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  padding: 1.25rem 0;
}

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

.al-brand-wrapper {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  text-decoration: none !important;
}

/* Prominent Logo Badge */
.al-logo-badge {
  background: rgba(12, 24, 43, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid var(--al-border-slate);
  padding: 0.5rem 1.25rem;
  border-radius: 8px;
  box-shadow: inset 0 0 15px rgba(32, 96, 152, 0.3), 0 0 25px rgba(32, 96, 152, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.al-brand-wrapper:hover .al-logo-badge {
  border-color: var(--al-primary);
  box-shadow: inset 0 0 20px rgba(72, 192, 112, 0.35), 0 0 35px rgba(72, 192, 112, 0.45);
  transform: scale(1.04);
}

.al-logo-img {
  height: clamp(68px, 7vw, 105px);
  width: auto;
  display: block;
  object-fit: contain;
}

.al-saas-brand-img {
  height: 24px;
  width: auto;
  vertical-align: middle;
  display: inline-block;
  filter: drop-shadow(0 0 6px rgba(88, 176, 246, 0.4));
}

/* Sub-brand AQUAKLEEN Badge & BETA Tag */
.al-brand-extras {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.al-aquakleen-badge {
  background: linear-gradient(135deg, #10243d 0%, #061121 100%);
  border: 1px solid #1C2D4A;
  color: #58b0f6 !important;
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  box-shadow: inset 0 0 10px rgba(32, 96, 152, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  text-decoration: none !important;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.al-aquakleen-badge:hover {
  border-color: #58b0f6;
  box-shadow: inset 0 0 12px rgba(88, 176, 246, 0.4), 0 0 15px rgba(88, 176, 246, 0.3);
  transform: translateY(-1px);
}

.al-beta-tag {
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #040a12;
  background-color: var(--al-revenue);
  border: 1px solid var(--al-revenue);
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
  text-decoration: none !important;
  box-shadow: var(--al-glow-gold);
  transition: transform 0.2s, box-shadow 0.2s;
}

.al-beta-tag:hover {
  transform: translateY(-1px);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.6);
}

.al-nav-links {
  display: flex;
  align-items: center;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 1024px) {
  .al-nav-links {
    display: none;
  }
}

.al-nav-link {
  font-family: var(--al-font-title);
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--al-text-muted-light);
  text-decoration: none !important;
  transition: color 0.2s;
}

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

.al-nav-cta {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.al-lang-badge {
  font-family: var(--al-font-mono);
  font-size: 0.75rem;
  color: var(--al-primary);
  background: rgba(72, 192, 112, 0.08);
  border: 1px solid rgba(72, 192, 112, 0.3);
  padding: 0.35rem 0.75rem;
  border-radius: 3px;
  text-decoration: none !important;
  transition: all 0.2s;
  white-space: nowrap;
}

.al-lang-badge:hover {
  background: rgba(72, 192, 112, 0.18);
  box-shadow: var(--al-glow-green);
}

.al-theme-toggle {
  background: rgba(18, 35, 62, 0.6);
  border: 1px solid var(--al-border-slate);
  color: var(--al-text-light);
  font-family: var(--al-font-mono);
  font-size: 0.75rem;
  padding: 0.35rem 0.75rem;
  border-radius: 3px;
  cursor: pointer;
  white-space: nowrap;
  transition: all 0.2s;
}

.al-theme-toggle:hover {
  border-color: var(--al-primary);
  background: rgba(28, 48, 80, 0.8);
}

@media (max-width: 768px) {
  .al-navbar {
    padding: 0.85rem 0;
  }
  .al-nav-container {
    gap: 0.75rem;
  }
  .al-brand-wrapper {
    gap: 0.5rem;
  }
  .al-logo-badge {
    padding: 0.35rem 0.75rem;
  }
  .al-logo-img {
    height: clamp(40px, 9vw, 56px);
  }
  .al-brand-extras {
    display: none; /* Hide decorative badges on mobile header to avoid pushing CTA off screen */
  }
  .al-nav-cta {
    gap: 0.4rem;
  }
  .al-nav-cta .al-btn {
    padding: 0.45rem 0.75rem !important;
    font-size: 0.78rem !important;
  }
}

@media (max-width: 480px) {
  .al-nav-cta .al-lang-badge,
  .al-nav-cta .al-theme-toggle {
    padding: 0.3rem 0.45rem;
    font-size: 0.68rem;
  }
  .al-nav-cta .al-btn {
    padding: 0.4rem 0.65rem !important;
    font-size: 0.72rem !important;
  }
}

/* --- HERO SECTION --- */

.al-hero-section {
  padding: clamp(3rem, 6vw, 6rem) 0;
  position: relative;
  border-bottom: 1px solid var(--al-border-slate);
}

.al-hero-layout {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(2.5rem, 4vw, 4rem);
  align-items: center;
}

@media (max-width: 1100px) {
  .al-hero-layout {
    grid-template-columns: 1fr;
    gap: 3.5rem;
  }
}

.al-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--al-font-mono);
  font-size: clamp(0.7rem, 1.2vw, 0.75rem);
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--al-primary);
  background: rgba(72, 192, 112, 0.08);
  padding: 0.35rem 0.75rem;
  border: 1px solid rgba(72, 192, 112, 0.3);
  border-radius: 3px;
  margin-bottom: 1.75rem;
  max-width: 100%;
  box-sizing: border-box;
  white-space: normal;
  word-break: break-word;
  line-height: 1.4;
}

.al-tag::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--al-primary);
  box-shadow: 0 0 8px var(--al-primary);
  animation: pulse-dot 2s infinite;
  flex-shrink: 0;
}

@keyframes pulse-dot {
  0% { opacity: 0.4; }
  50% { opacity: 1; }
  100% { opacity: 0.4; }
}

.al-hero-title {
  font-size: clamp(2.25rem, 5vw, 3.5rem);
  line-height: 1.15;
  margin-bottom: 1.5rem;
  word-break: break-word;
}

.al-hero-title .highlight {
  display: block;
  background: linear-gradient(90deg, var(--al-primary) 0%, #a3e9ba 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.al-hero-description {
  font-size: clamp(1rem, 1.8vw, 1.125rem);
  line-height: 1.75;
  margin-bottom: 2.5rem;
  max-width: 620px;
  color: var(--al-text-muted-light);
}

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

@media (max-width: 560px) {
  .al-hero-actions {
    flex-direction: column;
    width: 100%;
    gap: 0.85rem;
    margin-bottom: 2.5rem;
  }
  .al-hero-actions .al-btn {
    width: 100%;
    text-align: center;
  }
}

/* Production Beveled Glass Buttons */
.al-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--al-font-title);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 0.9rem 2rem;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

.al-btn-primary {
  background-color: var(--al-primary);
  color: #040a12 !important;
  border: 1px solid var(--al-primary);
  box-shadow: var(--al-glow-green);
}

.al-btn-primary:hover {
  background-color: var(--al-primary-hover);
  border-color: var(--al-primary-hover);
  transform: translateY(-2px);
  box-shadow: 0 0 25px rgba(72, 192, 112, 0.5);
}

.al-btn-secondary {
  background: rgba(18, 35, 62, 0.6);
  color: var(--al-text-light) !important;
  border: 1px solid var(--al-border-slate);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.08), 0 4px 12px rgba(0,0,0,0.3);
  backdrop-filter: blur(10px);
}

.al-btn-secondary:hover {
  background: rgba(28, 48, 80, 0.8);
  border-color: #2b456e;
  transform: translateY(-2px);
}

.al-bullet-specs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
  border-top: 1px dashed var(--al-border-slate);
  padding-top: 2rem;
  max-width: 720px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  .al-bullet-specs {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
  }
}

@media (max-width: 560px) {
  .al-bullet-specs {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.al-spec-label {
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  color: var(--al-text-muted-light);
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 0.25rem;
}

.al-spec-value {
  font-family: var(--al-font-title);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--al-text-light);
}

.al-spec-dot {
  color: var(--al-primary);
  margin-right: 0.35rem;
}

/* --- ACTIVE BETA TENANTS SECTION & CARDS --- */

.al-tenants-section {
  padding: clamp(3.5rem, 6vw, 6rem) 0;
  border-bottom: 1px solid var(--al-border-slate);
  position: relative;
  background: rgba(9, 18, 34, 0.4);
}

.al-tenants-header {
  text-align: center;
  margin-bottom: clamp(2rem, 4vw, 3.5rem);
}

.al-tenants-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(280px, 45vw, 480px), 1fr));
  gap: clamp(1.5rem, 3vw, 2.5rem);
}

.al-tenant-card {
  background: var(--al-card-bg);
  border: 1px solid var(--al-border-slate);
  border-radius: 8px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.al-tenant-card:hover {
  transform: translateY(-4px);
  border-color: var(--al-primary);
  box-shadow: 0 0 25px rgba(72, 192, 112, 0.35), inset 0 0 15px rgba(72, 192, 112, 0.1);
}

.al-tenant-logo-wrapper {
  background: rgba(4, 10, 18, 0.85);
  border: 1px solid var(--al-border-slate);
  padding: clamp(1rem, 2vw, 1.5rem);
  border-radius: 6px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.25rem;
  box-sizing: border-box;
  min-height: 100px;
}

.al-tenant-logo {
  max-height: clamp(45px, 6vw, 65px);
  max-width: 85%;
  object-fit: contain;
  filter: grayscale(100%) opacity(0.7);
  transition: filter 0.4s cubic-bezier(0.16, 1, 0.3, 1), transform 0.3s;
}

/* Grayscale-to-Color hover transition using #48C070 glow/highlight */
.al-tenant-card:hover .al-tenant-logo {
  filter: grayscale(0%) opacity(1) drop-shadow(0 0 8px rgba(72, 192, 112, 0.5));
  transform: scale(1.03);
}

.al-tenant-info {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.al-tenant-name {
  font-family: var(--al-font-title);
  font-size: clamp(1.05rem, 2vw, 1.2rem);
  font-weight: 700;
  color: var(--al-text-light);
}

.al-tenant-caption {
  font-family: var(--al-font-mono);
  font-size: clamp(0.7rem, 1.2vw, 0.75rem);
  color: var(--al-primary);
  letter-spacing: 0.04em;
}

/* --- TELEMETRY CONSOLE: MIRRORING PRODUCTION SAAS BILREGISTER SANDBOX --- */

.al-console-wrapper {
  position: relative;
  width: 100%;
  max-width: 580px;
  margin: 0 auto;
}

.al-console {
  border-radius: 8px;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18), 0 0 25px rgba(72, 192, 112, 0.2);
  overflow: hidden;
  position: relative;
  color: #0F172A;
}

.al-saas-header {
  background-color: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
  padding: 0.85rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.al-saas-brand {
  font-family: var(--al-font-title);
  font-size: 0.85rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  color: #0F172A;
}

.al-saas-sub {
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  color: #475569;
}

.al-room-pill {
  font-family: var(--al-font-mono);
  font-size: 0.65rem;
  background: rgba(32, 96, 152, 0.1);
  border: 1px solid var(--al-secondary);
  color: #206098;
  padding: 0.15rem 0.5rem;
  border-radius: 12px;
  font-weight: 700;
}

.al-saas-rooms {
  background: #F1F5F9;
  border-bottom: 1px solid #E2E8F0;
  padding: 0.5rem 1rem;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
}

.al-room-btn {
  font-family: var(--al-font-mono);
  font-size: 0.65rem;
  color: #475569;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  padding: 0.25rem 0.6rem;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 600;
  transition: all 0.2s;
}

.al-room-btn.active,
.al-room-btn:hover {
  color: #0F172A;
  border-color: var(--al-primary);
  background: rgba(72, 192, 112, 0.18);
}

.al-saas-subtabs {
  background: #F8FAFC;
  border-bottom: 1px solid #E2E8F0;
  padding: 0.6rem 1.25rem;
  display: flex;
  gap: 0.75rem;
}

.al-subtab {
  font-family: var(--al-font-title);
  font-size: 0.75rem;
  font-weight: 600;
  padding: 0.35rem 0.9rem;
  border-radius: 4px;
  border: 1px solid #CBD5E1;
  color: #475569;
  background: #FFFFFF;
  cursor: pointer;
  transition: all 0.2s;
}

.al-subtab.active {
  background: #0F172A;
  border-color: #0F172A;
  color: #FFFFFF;
}

.al-saas-body {
  padding: 1.25rem;
  background: #FFFFFF;
}

.al-field-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}

.al-field-card-title {
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #206098;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.al-field-card-value {
  font-family: var(--al-font-title);
  font-size: 0.95rem;
  font-weight: 600;
  color: #0F172A;
}

.al-saas-group {
  margin-bottom: 0.85rem;
}

.al-saas-label {
  font-family: var(--al-font-mono);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #475569;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
  display: block;
}

.al-saas-input {
  width: 100%;
  background: #F1F5F9;
  border: 1px solid #CBD5E1;
  color: #0F172A;
  font-family: var(--al-font-mono);
  font-size: 0.8rem;
  padding: 0.5rem 0.75rem;
  border-radius: 4px;
  box-sizing: border-box;
}

.al-saas-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.75rem;
}

.al-saas-alert-gold {
  background: rgba(255, 215, 0, 0.08);
  border: 1px solid var(--al-revenue);
  border-radius: 4px;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: var(--al-revenue);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.al-console-screen {
  padding: 1.25rem;
  font-family: var(--al-font-mono);
  font-size: 0.8rem;
  color: #c0d1e5;
  background: radial-gradient(circle at top right, rgba(72, 192, 112, 0.03), transparent 60%);
}

.al-console-line {
  margin-bottom: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.al-console-prompt {
  color: var(--al-primary);
  margin-right: 0.5rem;
  user-select: none;
}

.al-console-output {
  color: var(--al-text-light);
}

.al-console-output.gold {
  color: var(--al-revenue);
  font-weight: 700;
  text-shadow: var(--al-glow-gold);
}

.al-console-metric-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin-top: 1rem;
}

.al-console-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  padding: 0.75rem;
  border-radius: 4px;
}

.al-card-label {
  font-size: 0.65rem;
  color: #64748B;
  text-transform: uppercase;
  margin-bottom: 0.25rem;
}

.al-card-value {
  font-size: 1.15rem;
  font-weight: 700;
  font-family: var(--al-font-title);
  color: #0F172A;
  transition: all 0.3s;
}

.al-card-value.primary {
  color: var(--al-primary);
  text-shadow: 0 0 10px rgba(72, 192, 112, 0.2);
}

.al-card-value.gold {
  color: var(--al-revenue);
  text-shadow: var(--al-glow-gold);
}

.al-console-chart {
  height: 50px;
  border-bottom: 1px solid var(--al-border-slate);
  margin-top: 1rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 4px;
}

.al-chart-bar {
  flex: 1;
  background-color: var(--al-secondary);
  border-top-left-radius: 1px;
  border-top-right-radius: 1px;
  transition: height 0.6s cubic-bezier(0.16, 1, 0.3, 1), background-color 0.4s;
  height: 10%;
}

.al-chart-bar.glow {
  background-color: var(--al-primary);
  box-shadow: 0 0 8px rgba(72, 192, 112, 0.4);
}

.al-chart-bar.gold-glow {
  background-color: var(--al-revenue) !important;
  box-shadow: 0 0 12px rgba(255, 215, 0, 0.6) !important;
}

.al-console-action-bar {
  background-color: #0b1629;
  border-top: 1px solid var(--al-border-slate);
  padding: 0.75rem 1.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.al-console-btn {
  background: rgba(18, 35, 62, 0.6);
  color: var(--al-text-light);
  border: 1px solid var(--al-border-slate);
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  padding: 0.4rem 0.8rem;
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.2s;
}

.al-console-btn:hover {
  background-color: rgba(28, 48, 80, 0.8);
  border-color: var(--al-primary);
}

/* --- VALUE PROP SECTION --- */

.al-value-section {
  padding: clamp(4rem, 7vw, 8rem) 0;
  position: relative;
  border-bottom: 1px solid var(--al-border-slate);
}

.al-section-header {
  text-align: center;
  margin-bottom: clamp(3rem, 5vw, 5rem);
}

.al-section-tag {
  font-family: var(--al-font-mono);
  font-size: clamp(0.7rem, 1.2vw, 0.75rem);
  font-weight: 600;
  color: var(--al-primary);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1rem;
  display: block;
}

.al-section-title {
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  margin-bottom: 1.25rem;
}

.al-section-desc {
  font-size: clamp(1rem, 1.6vw, 1.1rem);
  max-width: 720px;
  margin: 0 auto;
  line-height: 1.7;
}

.al-value-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1.5rem, 3vw, 2.5rem);
  margin-bottom: clamp(4rem, 6vw, 6rem);
}

@media (max-width: 1024px) {
  .al-value-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

.al-value-card {
  background: var(--al-card-bg);
  border: 1px solid var(--al-border-slate);
  border-radius: 6px;
  padding: clamp(1.75rem, 3vw, 2.5rem) clamp(1.5rem, 2.5vw, 2rem);
  position: relative;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  height: 100%;
  box-sizing: border-box;
}

.al-value-card:hover {
  transform: translateY(-4px);
  border-color: rgba(72, 192, 112, 0.4);
  box-shadow: var(--al-glow-green);
}

.al-card-icon-wrapper {
  background-color: rgba(72, 192, 112, 0.08);
  border: 1px solid rgba(72, 192, 112, 0.3);
  width: 48px;
  height: 48px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2rem;
  color: var(--al-primary);
}

.al-card-icon-wrapper svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.al-card-title {
  font-size: clamp(1.15rem, 2.2vw, 1.35rem);
  margin-bottom: 1rem;
}

.al-card-desc {
  font-size: clamp(0.9rem, 1.5vw, 0.95rem);
  line-height: 1.65;
  margin-bottom: 1.5rem;
  flex-grow: 1;
}

.al-card-spec-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px dashed var(--al-border-slate);
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.al-card-spec-item {
  font-family: var(--al-font-mono);
  font-size: 0.75rem;
  color: var(--al-text-muted-light);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.al-card-spec-check {
  width: 6px;
  height: 6px;
  background-color: var(--al-primary);
  border-radius: 50%;
  box-shadow: 0 0 4px var(--al-primary);
}

/* --- TELEMETRY COMPARISON MATRIX --- */

.al-comparison-wrapper {
  background: var(--al-card-bg);
  border: 1px solid var(--al-border-slate);
  border-radius: 6px;
  padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2.5rem);
  position: relative;
}

.al-comp-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid var(--al-border-slate);
  padding-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .al-comp-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}

.al-comp-title {
  font-size: clamp(1.2rem, 2.5vw, 1.5rem);
}

.al-comp-meta {
  font-family: var(--al-font-mono);
  font-size: 0.75rem;
  color: var(--al-primary);
  background-color: rgba(72, 192, 112, 0.08);
  border: 1px solid rgba(72, 192, 112, 0.3);
  padding: 0.25rem 0.75rem;
  border-radius: 2px;
}

.al-comp-table {
  width: 100%;
  border-collapse: collapse;
}

.al-comp-row {
  border-bottom: 1px solid var(--al-border-slate);
  transition: background-color 0.2s;
}

.al-comp-row:hover {
  background-color: rgba(255, 255, 255, 0.02);
}

.al-comp-cell {
  padding: 1.25rem 1rem;
  font-size: 0.95rem;
}

.al-comp-cell.label {
  font-family: var(--al-font-title);
  font-weight: 600;
  width: 30%;
  color: var(--al-text-light);
}

.al-comp-cell.legacy {
  color: var(--al-text-muted-light);
  width: 35%;
  border-left: 1px solid var(--al-border-slate);
}

.al-comp-cell.aqualabs {
  color: var(--al-text-light);
  font-weight: 500;
  width: 35%;
  border-left: 1px solid var(--al-border-slate);
  position: relative;
}

.al-badge-status {
  font-family: var(--al-font-mono);
  font-size: 0.725rem;
  padding: 0.2rem 0.5rem;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}

.al-badge-status.alert {
  background-color: rgba(244, 63, 94, 0.1);
  border: 1px solid rgba(244, 63, 94, 0.3);
  color: #f43f5e;
}

.al-badge-status.optimal {
  background-color: rgba(72, 192, 112, 0.1);
  border: 1px solid rgba(72, 192, 112, 0.3);
  color: var(--al-primary);
}

.al-badge-status.gold {
  background-color: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.3);
  color: var(--al-revenue);
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

/* --- COMPLIANCE FOOTER --- */

.al-footer-compliance {
  background-color: #060e1a;
  border-top: 1px solid var(--al-border-slate);
  padding: 4rem 0 2.5rem 0;
  font-size: 0.8rem;
  color: var(--al-text-muted-light);
}

.al-footer-brand-hero {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
}

.al-footer-logo-card {
  background: rgba(255, 255, 255, 0.97);
  border: 2px solid rgba(72, 192, 112, 0.55);
  border-radius: 16px;
  padding: 1.5rem 2.5rem;
  box-shadow: 0 0 45px rgba(32, 96, 152, 0.45), 0 0 75px rgba(72, 192, 112, 0.35);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.al-footer-logo-card:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 0 60px rgba(72, 192, 112, 0.7), 0 0 95px rgba(32, 96, 152, 0.6);
}

.al-footer-video-badge {
  position: absolute;
  bottom: -14px;
  background: var(--al-primary);
  color: #040913;
  font-family: var(--al-font-mono);
  font-size: 0.72rem;
  font-weight: 700;
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
  box-shadow: 0 4px 18px rgba(72, 192, 112, 0.55);
  display: flex;
  align-items: center;
  gap: 0.45rem;
  transition: transform 0.2s ease, background 0.2s ease;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.al-footer-logo-card:hover .al-footer-video-badge {
  transform: scale(1.06);
  background: #5ce688;
}

.al-footer-logo-img {
  width: 420px;
  height: 210px;
  max-width: 90vw;
  object-fit: contain;
  display: block;
}

.al-yt-iframe-wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  background: #000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.6);
}

.al-yt-iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.al-footer-layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.al-footer-badges {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.al-compliance-badge {
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  color: var(--al-text-muted-light);
  border: 1px solid var(--al-border-slate);
  padding: 0.2rem 0.6rem;
  border-radius: 2px;
  display: flex;
  align-items: center;
  gap: 0.35rem;
}

.al-compliance-badge .dot {
  width: 5px;
  height: 5px;
  background-color: var(--al-primary);
  border-radius: 50%;
}

@media (max-width: 600px) {
  .al-footer-logo-card {
    padding: 1rem 1.25rem;
    max-width: 100%;
    box-sizing: border-box;
  }
  .al-footer-logo-img {
    width: 100%;
    max-width: 280px;
    height: auto;
    max-height: 140px;
  }
  .al-footer-video-badge {
    font-size: 0.65rem;
    padding: 0.3rem 0.75rem;
    bottom: -12px;
  }
  .al-footer-badges {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}

/* --- AUDIT & BETA MODALS --- */

.al-modal-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: rgba(6, 14, 26, 0.88);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.al-modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.al-modal {
  background: var(--al-card-bg);
  border: 1px solid var(--al-border-slate);
  border-radius: 8px;
  width: 100%;
  max-width: 540px;
  margin: 1.5rem;
  box-shadow: var(--al-glow-green), 0 25px 50px rgba(0,0,0,0.8);
  position: relative;
  transform: translateY(20px);
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.al-modal-overlay.active .al-modal {
  transform: translateY(0);
}

.al-modal-header {
  background-color: #091222;
  border-bottom: 1px solid var(--al-border-slate);
  padding: 1.25rem 1.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.al-modal-title {
  font-size: 1.25rem;
  font-family: var(--al-font-title);
  color: var(--al-text-light);
}

.al-modal-close {
  background: none;
  border: none;
  color: var(--al-text-muted-light);
  font-size: 1.5rem;
  cursor: pointer;
  line-height: 1;
  transition: color 0.2s;
}

.al-modal-close:hover {
  color: var(--al-text-light);
}

.al-modal-body {
  padding: 2rem 1.75rem;
}

.al-form-group {
  margin-bottom: 1.5rem;
}

.al-form-label {
  display: block;
  font-family: var(--al-font-title);
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: var(--al-text-light);
}

.al-form-input,
.al-form-select {
  width: 100%;
  background-color: var(--al-input-bg);
  border: 1px solid var(--al-border-slate);
  color: var(--al-text-light);
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-family: var(--al-font-body);
  font-size: 0.925rem;
  box-sizing: border-box;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.al-form-input:focus,
.al-form-select:focus {
  outline: none;
  border-color: var(--al-primary);
  box-shadow: 0 0 10px rgba(72, 192, 112, 0.2);
}

.al-form-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.al-form-submit {
  width: 100%;
  margin-top: 1rem;
}

.al-audit-success-screen {
  text-align: center;
  padding: 2rem 1rem;
}

.al-success-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(72, 192, 112, 0.1);
  border: 1px solid rgba(72, 192, 112, 0.3);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--al-primary);
  margin-bottom: 1.5rem;
  box-shadow: var(--al-glow-green);
}

.al-success-icon svg {
  width: 32px;
  height: 32px;
  fill: currentColor;
}

/* ==========================================================================
   PICASSO TIME DESIGN SYSTEM EXTENSIONS: DUAL THEME & PROGRESSIVE DISCOVERY
   ========================================================================== */

/* Corporate Light Mode Theme Overrides */
.aqualabs-storefront[data-theme="light"] {
  --al-bg-dark: #F8FAFC;
  --al-card-bg: #FFFFFF;
  --al-border-slate: #E2E8F0;
  --al-input-bg: #F1F5F9;
  --al-glass-bg: rgba(255, 255, 255, 0.88);
  --al-glass-border: 1px solid #E2E8F0;
  --al-text-light: #0F172A;
  --al-text-muted-light: #475569;
  --al-glow-green: 0 4px 20px rgba(72, 192, 112, 0.2);
  --al-glow-gold: 0 4px 20px rgba(234, 179, 8, 0.25);
  --al-glow-blue: 0 4px 20px rgba(32, 96, 152, 0.15);
}

.aqualabs-storefront[data-theme="light"] .al-navbar {
  background: rgba(255, 255, 255, 0.92);
  border-bottom: 1px solid #E2E8F0;
}

.aqualabs-storefront[data-theme="light"] .al-grid-bg {
  background-image: 
    linear-gradient(to right, rgba(226, 232, 240, 0.6) 1px, transparent 1px),
    linear-gradient(to bottom, rgba(226, 232, 240, 0.6) 1px, transparent 1px);
}

.aqualabs-storefront[data-theme="light"] .al-grid-bg::before {
  background: radial-gradient(circle at 50% 25%, transparent 10%, #F8FAFC 85%);
}

.aqualabs-storefront[data-theme="light"] .al-logo-badge {
  background: rgba(255, 255, 255, 0.95);
  border-color: #CBD5E1;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.aqualabs-storefront[data-theme="light"] .al-card,
.aqualabs-storefront[data-theme="light"] .al-modal-content {
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
}

/* Theme Toggle Button */
.al-theme-toggle {
  background: var(--al-card-bg);
  border: 1px solid var(--al-border-slate);
  color: var(--al-text-light);
  padding: 0.45rem 0.85rem;
  border-radius: 6px;
  font-family: var(--al-font-mono);
  font-size: 0.75rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.al-theme-toggle:hover {
  border-color: var(--al-primary);
  transform: translateY(-1px);
  box-shadow: var(--al-glow-green);
}

/* --- VISIBLE PROGRESSIVE DISCOVERY MODULE MATRIX --- */
.al-progressive-discovery-section {
  padding: 5rem 0;
  position: relative;
}

.al-section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 3.5rem auto;
}

.al-section-header .al-tag {
  display: inline-block;
  margin-bottom: 0.75rem;
}

.al-section-title {
  font-size: clamp(2rem, 3.5vw, 2.75rem);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.al-section-desc {
  font-size: 1.1rem;
  color: var(--al-text-muted-light);
}

/* Module Grid Layout */
.al-module-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 1.75rem;
}

/* Individual Module Card */
.al-module-card {
  border-radius: 12px;
  padding: 1.75rem;
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.al-module-card:hover {
  transform: translateY(-4px);
}

/* Active Module Card */
.al-module-card.al-mod-active {
  border: 1px solid rgba(72, 192, 112, 0.4);
  box-shadow: inset 0 0 20px rgba(72, 192, 112, 0.08), 0 8px 30px rgba(72, 192, 112, 0.15);
}

.al-module-card.al-mod-active:hover {
  border-color: var(--al-primary);
  box-shadow: inset 0 0 25px rgba(72, 192, 112, 0.15), var(--al-glow-green);
}

/* Partial / Amber Module Card */
.al-module-card.al-mod-partial {
  border: 1px solid rgba(255, 215, 0, 0.4);
  box-shadow: inset 0 0 20px rgba(255, 215, 0, 0.06), 0 8px 30px rgba(255, 215, 0, 0.12);
}

.al-module-card.al-mod-partial:hover {
  border-color: var(--al-revenue);
  box-shadow: inset 0 0 25px rgba(255, 215, 0, 0.12), var(--al-glow-gold);
}

/* Locked Aspirational Module Card (Grayed-Out) */
.al-module-card.al-mod-locked {
  border: 1px dashed var(--al-border-slate);
  opacity: 0.78;
  filter: grayscale(35%);
  cursor: pointer;
}

.al-module-card.al-mod-locked:hover {
  opacity: 1;
  filter: grayscale(0%);
  border-color: #58b0f6;
  border-style: solid;
  box-shadow: 0 8px 30px rgba(88, 176, 246, 0.2);
}

/* Card Header & Status Indicator Lights */
.al-module-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.al-module-title-wrap {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.al-module-icon {
  width: 42px;
  height: 42px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(32, 96, 152, 0.2);
  border: 1px solid var(--al-border-slate);
  color: #58b0f6;
}

.al-mod-active .al-module-icon {
  background: rgba(72, 192, 112, 0.15);
  border-color: rgba(72, 192, 112, 0.3);
  color: var(--al-primary);
}

.al-mod-partial .al-module-icon {
  background: rgba(255, 215, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.3);
  color: var(--al-revenue);
}

.al-module-name {
  font-size: 1.2rem;
  font-family: var(--al-font-title);
  font-weight: 700;
  margin: 0;
  color: var(--al-text-light);
}

.al-status-light-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.3rem 0.65rem;
  border-radius: 20px;
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/* Green Indicator Light */
.al-light-green {
  background: rgba(72, 192, 112, 0.12);
  color: var(--al-primary);
  border: 1px solid rgba(72, 192, 112, 0.3);
}

.al-light-dot-green {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--al-primary);
  box-shadow: 0 0 8px var(--al-primary);
}

/* Amber Pulse Indicator Light */
.al-light-amber {
  background: rgba(255, 215, 0, 0.12);
  color: var(--al-revenue);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.al-light-dot-amber {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--al-revenue);
  box-shadow: 0 0 8px var(--al-revenue);
  animation: alPulse 1.8s infinite ease-in-out;
}

/* Locked / Dim Indicator Light */
.al-light-dim {
  background: rgba(148, 163, 184, 0.1);
  color: var(--al-text-muted-light);
  border: 1px solid var(--al-border-slate);
}

.al-light-dot-dim {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #64748B;
}

@keyframes alPulse {
  0% { transform: scale(0.95); opacity: 0.7; }
  50% { transform: scale(1.3); opacity: 1; box-shadow: 0 0 12px var(--al-revenue); }
  100% { transform: scale(0.95); opacity: 0.7; }
}

/* L2 Sub-feature Tree List */
.al-l2-tree {
  list-style: none;
  padding: 0;
  margin: 1.25rem 0;
  border-top: 1px dashed var(--al-border-slate);
  padding-top: 1rem;
}

.al-l2-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.4rem 0;
  font-size: 0.875rem;
  color: var(--al-text-muted-light);
}

.al-l2-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-family: var(--al-font-body);
}

.al-l2-name::before {
  content: '├─';
  font-family: var(--al-font-mono);
  color: var(--al-border-slate);
  font-size: 0.8rem;
}

.al-l2-item:last-child .al-l2-name::before {
  content: '└─';
}

.al-l2-status {
  font-family: var(--al-font-mono);
  font-size: 0.725rem;
  padding: 0.15rem 0.45rem;
  border-radius: 3px;
}

.al-l2-on {
  color: var(--al-primary);
  background: rgba(72, 192, 112, 0.1);
}

.al-l2-locked {
  color: #e2e8f0;
  background: rgba(226, 232, 240, 0.1);
}

/* Module Teaser CTA Button */
.al-module-cta {
  width: 100%;
  margin-top: 1rem;
  padding: 0.65rem 1rem;
  font-size: 0.85rem;
  font-family: var(--al-font-title);
  border-radius: 6px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.25s ease;
}

.al-cta-unlocked {
  background: rgba(72, 192, 112, 0.12);
  border: 1px solid rgba(72, 192, 112, 0.4);
  color: var(--al-primary);
}

.al-cta-unlocked:hover {
  background: var(--al-primary);
  color: #040a12;
}

.al-cta-teaser {
  background: rgba(88, 176, 246, 0.1);
  border: 1px solid rgba(88, 176, 246, 0.3);
  color: #58b0f6;
}

.al-cta-teaser:hover {
  background: #58b0f6;
  color: #040a12;
  box-shadow: 0 0 15px rgba(88, 176, 246, 0.4);
}

/* Locked Module Teaser Modal Styling */
.al-teaser-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 215, 0, 0.12);
  color: var(--al-revenue);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 0.35rem 0.85rem;
  border-radius: 4px;
  font-family: var(--al-font-mono);
  font-size: 0.8rem;
  margin-bottom: 1rem;
}

/* --- WORDPRESS GUTENBERG & BLOCKSY CONTAINER OVERRIDES --- */
.wp-block-post-content .aqualabs-storefront,
.entry-content .aqualabs-storefront,
.ct-container .aqualabs-storefront,
.aqualabs-storefront {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
}

.aqualabs-storefront .al-hero-layout {
  display: grid !important;
  grid-template-columns: 1.05fr 0.95fr !important;
  gap: clamp(2.5rem, 4vw, 4rem) !important;
  align-items: center !important;
}

.aqualabs-storefront .al-tenants-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)) !important;
  gap: clamp(1.5rem, 3vw, 2.5rem) !important;
}

.aqualabs-storefront .al-value-grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: clamp(1.5rem, 3vw, 2.25rem) !important;
}

.aqualabs-storefront .al-matrix-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 300px), 1fr)) !important;
  gap: 1.5rem !important;
}

.aqualabs-storefront .al-saas-grid-2 {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.75rem !important;
}

.aqualabs-storefront .al-bullet-specs {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 1.5rem !important;
  max-width: 100% !important;
}

.aqualabs-storefront .al-console-metric-grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 0.75rem !important;
}

@media (max-width: 1100px) {
  .aqualabs-storefront .al-hero-layout {
    grid-template-columns: 1fr !important;
  }
  .aqualabs-storefront .al-value-grid {
    grid-template-columns: 1fr !important;
  }
  .aqualabs-storefront .al-helper-layout {
    grid-template-columns: 1fr !important;
  }
  .aqualabs-storefront .al-roi-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  .aqualabs-storefront .al-bullet-specs {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 1.25rem !important;
  }
}

@media (max-width: 640px) {
  .aqualabs-storefront .al-saas-grid-2 {
    grid-template-columns: 1fr !important;
  }
  .aqualabs-storefront .al-tenants-grid {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 560px) {
  .aqualabs-storefront .al-bullet-specs {
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
  }
}

@media (max-width: 480px) {
  .aqualabs-storefront .al-console-metric-grid {
    grid-template-columns: 1fr !important;
  }
}

/* --- MOBILE RESPONSIVE OPTIMIZATIONS FOR NORDIC SECURITY MATRIX --- */
.al-comp-table-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 0 -0.25rem;
  padding: 0 0.25rem;
}

@media (max-width: 768px) {
  .al-comparison-wrapper {
    padding: 1.25rem 0.85rem !important;
    border-radius: 6px;
  }
  
  .al-comp-header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
    margin-bottom: 1.25rem !important;
    padding-bottom: 0.85rem !important;
  }
  
  .al-comp-title {
    font-size: 1.05rem !important;
    line-height: 1.3 !important;
  }
  
  .al-comp-meta {
    font-size: 0.65rem !important;
    padding: 0.2rem 0.5rem !important;
  }
  
  .al-comp-table {
    min-width: 520px; /* Smooth touch scroll target preventing word squishing */
  }
  
  .al-comp-cell {
    padding: 0.65rem 0.5rem !important;
    font-size: 0.75rem !important;
  }
  
  .al-comp-cell.label {
    width: 28% !important;
    font-size: 0.75rem !important;
  }
  
  .al-comp-cell.legacy {
    width: 36% !important;
    font-size: 0.725rem !important;
  }
  
  .al-comp-cell.aqualabs {
    width: 36% !important;
    font-size: 0.725rem !important;
  }

  .al-badge-status {
    font-size: 0.675rem !important;
    padding: 0.15rem 0.4rem !important;
    white-space: normal !important;
  }
}

@media (max-width: 480px) {
  .al-comparison-wrapper {
    padding: 1rem 0.65rem !important;
  }
  .al-comp-title {
    font-size: 0.95rem !important;
  }
  .al-comp-cell {
    padding: 0.55rem 0.4rem !important;
    font-size: 0.7rem !important;
  }
}

/* ==========================================================================
   PICASSO ULTRA-MODERN EXTENSIONS // AQUALABS MULTI-TENANT WORKSPACE
   ========================================================================== */

/* --- SECTION 1: VIRTUAL DESKTOP 2.4 CINEMA & BLUEPRINT STAGE --- */
.al-cinema-section {
  padding: clamp(3.5rem, 6vw, 6.5rem) 0;
  position: relative;
}

.al-cinema-card {
  background: var(--al-glass-bg);
  backdrop-filter: var(--al-glass-blur);
  -webkit-backdrop-filter: var(--al-glass-blur);
  border: 1px solid var(--al-border-slate);
  border-radius: 12px;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4), inset 0 0 30px rgba(32, 96, 152, 0.15);
  overflow: hidden;
}

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

.al-cinema-nav {
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.al-cinema-tab-btn {
  background: var(--al-input-bg);
  color: var(--al-text-muted-light);
  border: 1px solid var(--al-border-slate);
  padding: 0.55rem 1.15rem;
  border-radius: 6px;
  font-family: var(--al-font-mono);
  font-size: 0.78rem;
  font-weight: 600;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.al-cinema-tab-btn:hover {
  color: var(--al-text-light);
  border-color: rgba(72, 192, 112, 0.4);
  background: rgba(72, 192, 112, 0.05);
}

.al-cinema-tab-btn.active {
  color: var(--al-text-light);
  background: linear-gradient(135deg, rgba(32, 96, 152, 0.35) 0%, rgba(72, 192, 112, 0.2) 100%);
  border-color: var(--al-primary);
  box-shadow: 0 0 15px rgba(72, 192, 112, 0.25);
}

.al-cinema-tab-badge {
  font-size: 0.65rem;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  background: rgba(255, 215, 0, 0.15);
  color: var(--al-revenue);
  border: 1px solid rgba(255, 215, 0, 0.3);
}

/* Video Stage Viewport */
.al-cinema-viewport {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #020610;
  border: 1px solid var(--al-border-slate);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.8);
}

.al-cinema-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* Cyber Scanlines Overlay */
.al-scanlines-layer {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(rgba(18, 16, 16, 0) 50%, rgba(0, 0, 0, 0.25) 50%), linear-gradient(90deg, rgba(255, 0, 0, 0.03), rgba(0, 255, 0, 0.01), rgba(0, 0, 255, 0.03));
  background-size: 100% 3px, 6px 100%;
  pointer-events: none;
  z-index: 5;
  opacity: 0.65;
  transition: opacity 0.3s;
}

.al-scanlines-layer.disabled {
  opacity: 0;
}

/* Video Custom Control HUD */
.al-cinema-hud {
  position: absolute;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 10;
  pointer-events: none;
}

.al-hud-pill {
  background: rgba(4, 9, 19, 0.8);
  backdrop-filter: blur(8px);
  border: 1px solid var(--al-border-slate);
  padding: 0.35rem 0.75rem;
  border-radius: 4px;
  font-family: var(--al-font-mono);
  font-size: 0.7rem;
  color: var(--al-primary);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.al-hud-pill.gold {
  color: var(--al-revenue);
  border-color: rgba(255, 215, 0, 0.3);
}

.al-cinema-controls-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(to top, rgba(4, 9, 19, 0.95) 0%, rgba(4, 9, 19, 0.6) 80%, transparent 100%);
  padding: 1.25rem 1.25rem 0.85rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  z-index: 15;
  transition: opacity 0.3s;
}

.al-cinema-play-btn {
  background: var(--al-primary);
  color: #020610;
  border: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(72, 192, 112, 0.5);
  transition: transform 0.2s, box-shadow 0.2s;
  flex-shrink: 0;
}

.al-cinema-play-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 22px rgba(72, 192, 112, 0.8);
}

.al-cinema-progress-track {
  flex-grow: 1;
  height: 6px;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}

.al-cinema-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--al-primary) 0%, #58b0f6 100%);
  border-radius: 3px;
  width: 0%;
  position: relative;
}

.al-cinema-time {
  font-family: var(--al-font-mono);
  font-size: 0.75rem;
  color: var(--al-text-light);
  flex-shrink: 0;
}

.al-cinema-action-btn {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--al-border-slate);
  color: var(--al-text-light);
  padding: 0.35rem 0.65rem;
  border-radius: 4px;
  font-size: 0.72rem;
  font-family: var(--al-font-mono);
  cursor: pointer;
  transition: background 0.2s;
}

.al-cinema-action-btn:hover {
  background: rgba(255, 255, 255, 0.18);
}

/* 2K Blueprint Canvas Stage */
.al-blueprint-canvas-wrap {
  position: relative;
  width: 100%;
  background: #020610;
  border: 1px solid var(--al-border-slate);
  border-radius: 8px;
  overflow: hidden;
  display: none;
}

.al-blueprint-canvas-wrap.active {
  display: block;
}

.al-blueprint-img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Interactive Hotspot Pins */
.al-hotspot-pin {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  z-index: 20;
  transform: translate(-50%, -50%);
}

.al-hotspot-dot {
  width: 14px;
  height: 14px;
  background: var(--al-revenue);
  border-radius: 50%;
  margin: 5px;
  box-shadow: 0 0 12px var(--al-revenue);
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.al-hotspot-pin:hover .al-hotspot-dot,
.al-hotspot-pin.active .al-hotspot-dot {
  transform: scale(1.35);
  background: var(--al-primary);
  box-shadow: 0 0 16px var(--al-primary);
}

.al-hotspot-ring {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  border: 2px solid var(--al-revenue);
  border-radius: 50%;
  animation: alHotspotPulse 2s infinite cubic-bezier(0.25, 1, 0.5, 1);
}

@keyframes alHotspotPulse {
  0% { transform: scale(0.6); opacity: 1; }
  100% { transform: scale(2.2); opacity: 0; }
}

.al-hotspot-card {
  position: absolute;
  bottom: calc(100% + 12px);
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  background: rgba(4, 9, 19, 0.95);
  backdrop-filter: blur(16px);
  border: 1px solid var(--al-primary);
  border-radius: 8px;
  padding: 1rem;
  width: 260px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.6), 0 0 20px rgba(72, 192, 112, 0.25);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 30;
}

.al-hotspot-pin:hover .al-hotspot-card,
.al-hotspot-pin.active .al-hotspot-card {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
  pointer-events: auto;
}

.al-hotspot-title {
  font-family: var(--al-font-title);
  font-size: 0.9rem;
  font-weight: 700;
  color: var(--al-text-light);
  margin-bottom: 0.35rem;
}

.al-hotspot-desc {
  font-size: 0.78rem;
  color: var(--al-text-muted-light);
  line-height: 1.45;
  margin: 0;
}

@media (max-width: 768px) {
  .al-cinema-card {
    padding: 1rem 0.85rem;
  }
  .al-cinema-header-bar {
    gap: 0.5rem;
    margin-bottom: 1rem;
  }
  .al-cinema-tab-btn {
    padding: 0.4rem 0.75rem;
    font-size: 0.72rem;
  }
  .al-cinema-controls-bar {
    padding: 0.75rem 0.65rem 0.5rem;
    gap: 0.5rem;
    flex-wrap: wrap;
  }
  .al-cinema-progress-track {
    order: -1;
    width: 100%;
    flex-basis: 100%;
  }
  .al-cinema-time {
    font-size: 0.68rem;
  }
  .al-cinema-action-btn {
    padding: 0.25rem 0.5rem;
    font-size: 0.68rem;
  }
  .al-hotspot-card {
    width: min(230px, 75vw);
    padding: 0.75rem;
  }
  .al-hotspot-title {
    font-size: 0.82rem;
  }
  .al-hotspot-desc {
    font-size: 0.72rem;
  }
}

/* --- SECTION 2: AI HELPER CO-PILOT ENGINE --- */
.al-helper-section {
  padding: clamp(3rem, 5vw, 6rem) 0;
  position: relative;
}

.al-helper-layout {
  display: grid;
  grid-template-columns: 1fr 1.35fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  align-items: center;
}

@media (max-width: 1024px) {
  .al-helper-layout {
    grid-template-columns: 1fr;
  }
}

.al-helper-profile-card {
  background: var(--al-glass-bg);
  backdrop-filter: var(--al-glass-blur);
  -webkit-backdrop-filter: var(--al-glass-blur);
  border: 1px solid var(--al-border-slate);
  border-radius: 12px;
  padding: 2rem;
  position: relative;
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.al-helper-avatar-row {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.al-helper-avatar-ring {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  padding: 3px;
  background: linear-gradient(135deg, var(--al-primary) 0%, #58b0f6 50%, var(--al-revenue) 100%);
  position: relative;
  flex-shrink: 0;
  box-shadow: 0 0 20px rgba(72, 192, 112, 0.35);
}

.al-helper-avatar-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  display: block;
}

.al-helper-status-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  background: rgba(72, 192, 112, 0.1);
  border: 1px solid rgba(72, 192, 112, 0.3);
  padding: 0.25rem 0.65rem;
  border-radius: 4px;
  font-family: var(--al-font-mono);
  font-size: 0.72rem;
  color: var(--al-primary);
  margin-bottom: 0.35rem;
}

.al-helper-pulse-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: var(--al-primary);
  box-shadow: 0 0 8px var(--al-primary);
  animation: alPulse 1.5s infinite ease-in-out;
}

/* Interactive Helper Terminal */
.al-helper-terminal {
  background: #040913;
  border: 1px solid var(--al-border-slate);
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.5), inset 0 0 25px rgba(32, 96, 152, 0.15);
  position: relative;
}

.al-terminal-top-bar {
  background: #081020;
  border-bottom: 1px solid var(--al-border-slate);
  padding: 0.75rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.al-terminal-dots {
  display: flex;
  gap: 6px;
}

.al-terminal-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.al-dot-red { background: #f43f5e; }
.al-dot-yellow { background: #f59e0b; }
.al-dot-green { background: #10b981; }

.al-terminal-prompt-chips {
  padding: 0.85rem 1rem;
  background: rgba(13, 22, 39, 0.8);
  border-bottom: 1px solid var(--al-border-slate);
  display: flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.al-helper-prompt-btn {
  background: var(--al-input-bg);
  border: 1px solid var(--al-border-slate);
  color: var(--al-text-muted-light);
  padding: 0.4rem 0.85rem;
  border-radius: 4px;
  font-family: var(--al-font-mono);
  font-size: 0.72rem;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.2s;
}

.al-helper-prompt-btn:hover,
.al-helper-prompt-btn.active {
  color: var(--al-text-light);
  border-color: var(--al-primary);
  background: rgba(72, 192, 112, 0.1);
  box-shadow: 0 0 10px rgba(72, 192, 112, 0.2);
}

.al-helper-output-screen {
  padding: 1.25rem;
  min-height: 240px;
  font-family: var(--al-font-mono);
  font-size: 0.8rem;
  line-height: 1.6;
  color: #a7f3d0;
  max-height: 340px;
  overflow-y: auto;
}

.al-json-key { color: #38bdf8; }
.al-json-str { color: #fde047; }
.al-json-bool { color: #48c070; font-weight: bold; }
.al-json-num { color: #fb923c; }

/* --- SECTION 3: NORDIC ENTERPRISE ROI & REVENUE LEAKAGE CALCULATOR --- */
.al-roi-section {
  padding: clamp(3.5rem, 6vw, 6.5rem) 0;
  position: relative;
}

.al-roi-container-card {
  background: var(--al-glass-bg);
  backdrop-filter: var(--al-glass-blur);
  -webkit-backdrop-filter: var(--al-glass-blur);
  border: 1px solid var(--al-border-slate);
  border-radius: 12px;
  padding: clamp(1.5rem, 3.5vw, 3rem);
  position: relative;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
}

.al-roi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 4vw, 3.5rem);
  margin-top: 2rem;
  align-items: stretch;
}

@media (max-width: 992px) {
  .al-roi-grid {
    grid-template-columns: 1fr;
  }
}

.al-roi-controls {
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}

.al-roi-slider-group {
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.al-roi-slider-label-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.al-roi-label {
  font-family: var(--al-font-title);
  font-size: 0.95rem;
  font-weight: 600;
  color: var(--al-text-light);
}

.al-roi-val-chip {
  font-family: var(--al-font-mono);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--al-primary);
  background: rgba(72, 192, 112, 0.1);
  border: 1px solid rgba(72, 192, 112, 0.3);
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
}

.al-roi-slider {
  -webkit-appearance: none;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #040913;
  border: 1px solid var(--al-border-slate);
  outline: none;
  cursor: pointer;
}

.al-roi-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--al-primary);
  cursor: pointer;
  box-shadow: 0 0 12px var(--al-primary);
  border: 2px solid #ffffff;
  transition: transform 0.15s;
}

.al-roi-slider::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

.al-roi-slider::-moz-range-thumb {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--al-primary);
  cursor: pointer;
  box-shadow: 0 0 12px var(--al-primary);
  border: 2px solid #ffffff;
}

/* ROI Results Display */
.al-roi-results {
  background: rgba(4, 9, 19, 0.85);
  border: 1px solid var(--al-border-slate);
  border-radius: 10px;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1.5rem;
}

.al-roi-stat-list {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.al-roi-stat-card {
  background: rgba(13, 22, 39, 0.7);
  border: 1px solid var(--al-border-slate);
  border-radius: 8px;
  padding: 1.1rem 1.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.al-roi-stat-card.featured {
  border-color: rgba(255, 215, 0, 0.5);
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.08) 0%, rgba(13, 22, 39, 0.9) 100%);
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
}

.al-roi-stat-label {
  font-size: 0.875rem;
  color: var(--al-text-muted-light);
}

.al-roi-stat-val {
  font-family: var(--al-font-title);
  font-size: 1.6rem;
  font-weight: 800;
  color: var(--al-text-light);
}

.al-roi-stat-val.gold {
  color: var(--al-revenue);
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.al-roi-stat-val.green {
  color: var(--al-primary);
  text-shadow: 0 0 15px rgba(72, 192, 112, 0.4);
}

.al-roi-stat-val.blue {
  color: #58b0f6;
  text-shadow: 0 0 15px rgba(88, 176, 246, 0.4);
}


