/* ==========================================================================
   AV Technologies Yamunanagar - Enterprise Web Studio Design System
   Aesthetic: Dark Neo-Glassmorphism, Sun Gold / Amber Brand Theme, Micro-Interactions
   ========================================================================== */

:root {
  --bg-main: #070a13;
  --bg-surface: #0c111e;
  --bg-card: rgba(13, 19, 36, 0.76);
  --bg-card-hover: rgba(22, 32, 56, 0.86);
  --bg-glass: rgba(255, 255, 255, 0.04);
  
  --border-glass: rgba(255, 255, 255, 0.10);
  --border-glass-glow: rgba(255, 199, 0, 0.35);

  /* Official AV Logo Theme: Vibrant Sun Gold & Flame Amber */
  --brand-gold: #ffc700;
  --brand-gold-light: #ffe266;
  --brand-amber: #ff9e00;
  --brand-orange: #f97316;
  --brand-gold-glow: rgba(255, 199, 0, 0.35);

  --accent-gold: #ffc700;
  --accent-cyan: #00e5ff;
  --accent-indigo: #6366f1;
  --accent-purple: #8b5cf6;
  --accent-rose: #f43f5e;
  --accent-emerald: #10b981;

  --text-main: #f8fafc;
  --text-muted: #94a3b8;
  --text-dim: #64748b;

  --gradient-primary: linear-gradient(135deg, #ffd700 0%, #ff9e00 55%, #f97316 100%);
  --gradient-gold: linear-gradient(135deg, #ffe033 0%, #ffc700 50%, #ea8c00 100%);
  --gradient-sql: linear-gradient(135deg, #ffc700 0%, #ff7700 100%);
  --gradient-card: linear-gradient(180deg, rgba(255, 255, 255, 0.06) 0%, rgba(255, 255, 255, 0.01) 100%);
  --gradient-glow: radial-gradient(circle at 50% 0%, rgba(255, 199, 0, 0.18), transparent 70%);

  --radius-sm: 8px;
  --radius-md: 14px;
  --radius-lg: 20px;
  --radius-xl: 28px;
  --radius-full: 9999px;

  --shadow-sm: 0 4px 6px -1px rgba(0, 0, 0, 0.3);
  --shadow-md: 0 10px 25px -3px rgba(0, 0, 0, 0.5);
  --shadow-glow: 0 0 35px rgba(255, 199, 0, 0.22);
  --shadow-gold-glow: 0 0 25px rgba(255, 199, 0, 0.35);

  --font-sans: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-smooth: 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

html {
  font-size: 15px; /* Clean, perfectly proportioned readability across all displays */
  -webkit-text-size-adjust: 100%;
}

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

body {
  font-family: var(--font-sans);
  background-color: var(--bg-main);
  color: var(--text-main);
  line-height: 1.6;
  font-size: 1rem;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-image: 
    radial-gradient(at 0% 0%, rgba(255, 199, 0, 0.09) 0px, transparent 50%),
    radial-gradient(at 100% 0%, rgba(99, 102, 241, 0.08) 0px, transparent 50%),
    radial-gradient(at 50% 100%, rgba(249, 115, 22, 0.06) 0px, transparent 50%);
  background-attachment: fixed;
  overflow-x: hidden;
  position: relative;
}

/* ==========================================================================
   Global Brand Watermark (avlog.png) - Clearly Visible Overall Across All Pages
   ========================================================================== */
.global-watermark-bg {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: min(720px, 86vw);
  height: min(720px, 86vw);
  background-image: url('../images/avlog.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  opacity: 0.16; /* Clearly visible, rich executive watermark */
  filter: drop-shadow(0 0 70px rgba(255, 199, 0, 0.55));
  pointer-events: none;
  z-index: 0;
  user-select: none;
}

/* Ensure all page content layers cleanly over the watermark */
.navbar,
.alerts-container,
.main-content,
.footer-simple {
  position: relative;
  z-index: 1;
}

/* Typography */
h1 { font-size: 2.1rem; letter-spacing: -0.02em; line-height: 1.25; }
h2 { font-size: 1.68rem; letter-spacing: -0.02em; line-height: 1.28; }
h3 { font-size: 1.32rem; line-height: 1.32; }
h4 { font-size: 1.1rem; line-height: 1.35; }
h5 { font-size: 0.98rem; line-height: 1.4; }
h6 { font-size: 0.88rem; line-height: 1.4; }

.gradient-text {
  background: var(--gradient-primary);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

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

a:hover {
  color: #fff;
}

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

/* Header & Navigation - Grouped & High-Visibility Sticky Bar */
.navbar {
  position: sticky;
  top: 0;
  z-index: 1000;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background: rgba(6, 9, 19, 0.94);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
  padding: 8px 0;
  transition: all var(--transition-fast);
}

.nav-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  flex-wrap: nowrap;
}

/* Group 1: Brand Logo */
.brand-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 800;
  font-size: 1.1rem;
  color: #fff;
  flex-shrink: 0;
  text-decoration: none;
}

.brand-logo-img {
  width: 44px;
  height: 44px;
  min-width: 44px;
  min-height: 44px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  box-shadow: 0 0 18px rgba(255, 199, 0, 0.6);
  border: 2px solid #ffc700;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  flex-shrink: 0;
}

.brand-logo:hover .brand-logo-img {
  transform: scale(1.08) rotate(2deg);
  box-shadow: 0 0 24px rgba(255, 199, 0, 0.85);
}

.brand-badge {
  background: var(--gradient-primary);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 900;
  color: #070a13;
  box-shadow: 0 0 14px rgba(255, 199, 0, 0.4);
  flex-shrink: 0;
}

.brand-title {
  display: flex;
  flex-direction: column;
}

.brand-company-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.brand-company {
  font-size: 1.05rem;
  font-weight: 800;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #ffffff;
}

.badge-sql {
  background: linear-gradient(135deg, #ffc700 0%, #ff8c00 100%);
  color: #070a13;
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  padding: 2px 7px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  box-shadow: 0 0 10px rgba(255, 199, 0, 0.45);
  line-height: 1.2;
  display: inline-block;
}

.brand-location {
  font-size: 0.72rem;
  color: var(--brand-gold);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.2;
}

/* Nav Groups */
.nav-group {
  display: flex;
  align-items: center;
}

/* Group 2: Public Nav Links Group */
.nav-group-main {
  gap: 3px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  padding: 4px 8px;
  border-radius: var(--radius-full);
}

.nav-group-main .nav-link {
  color: var(--text-muted);
  font-weight: 500;
  font-size: 0.88rem;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.nav-group-main .nav-link:hover {
  color: #fff;
  background: rgba(255, 199, 0, 0.1);
}

.nav-group-main .nav-link.active {
  color: #070a13;
  background: var(--gradient-primary);
  font-weight: 700;
  box-shadow: 0 2px 10px rgba(255, 199, 0, 0.35);
}

/* Group 3: App Workspace Group */
.nav-group-app {
  gap: 6px;
  background: rgba(255, 199, 0, 0.05);
  border: 1px solid rgba(255, 199, 0, 0.22);
  padding: 4px 8px;
  border-radius: var(--radius-full);
}

.nav-group-app .nav-link {
  color: #e2e8f0;
  font-weight: 600;
  font-size: 0.88rem;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.nav-group-app .nav-link:hover, .nav-group-app .nav-link.active {
  color: #fff;
  background: rgba(255, 199, 0, 0.15);
}

.nav-btn-publish {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  font-weight: 800;
  color: #070a13 !important;
  background: var(--gradient-primary);
  box-shadow: 0 2px 12px rgba(255, 199, 0, 0.4);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.nav-btn-publish:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(255, 199, 0, 0.6);
}

.nav-btn-admin {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  font-weight: 700;
  color: #fb7185 !important;
  background: rgba(244, 63, 94, 0.14);
  border: 1px solid rgba(244, 63, 94, 0.35);
  transition: all var(--transition-fast);
  white-space: nowrap;
}

.nav-btn-admin:hover {
  background: rgba(244, 63, 94, 0.25);
}

/* Group 4: Cart & User Account */
.nav-group-user {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.cart-badge-btn {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  padding: 6px 12px;
  border-radius: var(--radius-full);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 600;
  white-space: nowrap;
  transition: all var(--transition-fast);
}

.cart-badge-btn:hover {
  background: rgba(255, 199, 0, 0.12);
  border-color: var(--brand-gold);
}

.cart-count-pill {
  background: var(--brand-gold);
  color: #070a13;
  font-size: 0.74rem;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: var(--radius-full);
  line-height: 1.2;
}

.user-pill {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.09);
  padding: 4px 12px 4px 5px;
  border-radius: var(--radius-full);
  font-size: 0.88rem;
  color: #e2e8f0;
  white-space: nowrap;
}

.user-avatar {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--gradient-primary);
  color: #070a13;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.8rem;
}

.btn-signout {
  padding: 6px 13px;
  font-size: 0.84rem;
  color: var(--text-muted);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  transition: all var(--transition-fast);
  white-space: nowrap;
  text-decoration: none;
}

.btn-signout:hover {
  color: #fb7185;
  border-color: rgba(244, 63, 94, 0.4);
  background: rgba(244, 63, 94, 0.1);
}

.btn-signin {
  padding: 6px 14px;
  font-size: 0.86rem;
  color: #fff;
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  text-decoration: none;
  font-weight: 500;
  transition: all var(--transition-fast);
}

.btn-signin:hover {
  border-color: var(--brand-gold);
  color: var(--brand-gold);
}

.btn-getstarted {
  padding: 6px 15px;
  font-size: 0.86rem;
  color: #070a13;
  font-weight: 700;
  background: var(--gradient-primary);
  border-radius: var(--radius-sm);
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(255, 199, 0, 0.35);
  transition: all var(--transition-fast);
}

.btn-getstarted:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(255, 199, 0, 0.55);
}

/* Mobile Nav Toggle Button */
.mobile-nav-toggle {
  display: none;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  width: 40px;
  height: 40px;
  border-radius: var(--radius-sm);
  cursor: pointer;
  padding: 9px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  transition: all var(--transition-fast);
  flex-shrink: 0;
}

.mobile-nav-toggle:hover {
  background: rgba(255, 199, 0, 0.15);
  border-color: var(--brand-gold);
}

.mobile-nav-toggle .bar {
  width: 22px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
  transition: all 0.3s ease;
}

.mobile-nav-toggle.open .bar-1 {
  transform: translateY(6px) rotate(45deg);
}

.mobile-nav-toggle.open .bar-2 {
  opacity: 0;
}

.mobile-nav-toggle.open .bar-3 {
  transform: translateY(-6px) rotate(-45deg);
}

/* Mobile & Folding Nav Drawer */
.mobile-nav-menu {
  display: none;
  width: 100%;
  background: rgba(7, 10, 19, 0.98);
  border-top: 1px solid rgba(255, 199, 0, 0.22);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 16px 20px;
  backdrop-filter: blur(25px);
  -webkit-backdrop-filter: blur(25px);
  max-height: 80vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav-menu.open {
  display: block;
  animation: slideDownNav 0.22s ease-out forwards;
}

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

.mobile-sql-banner {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 199, 0, 0.08);
  border: 1px solid rgba(255, 199, 0, 0.28);
  padding: 9px 14px;
  border-radius: var(--radius-sm);
  font-size: 0.82rem;
  color: var(--brand-gold);
  font-weight: 700;
  margin-bottom: 16px;
}

.sql-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 8px #10b981;
}

.mobile-nav-section {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-bottom: 16px;
}

.mobile-nav-heading {
  font-size: 0.74rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-dim);
  font-weight: 700;
  margin-bottom: 4px;
}

.mobile-nav-item {
  color: #cbd5e1;
  font-size: 0.94rem;
  font-weight: 500;
  padding: 11px 14px;
  border-radius: var(--radius-sm);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all var(--transition-fast);
  text-decoration: none;
}

.mobile-nav-item:hover, .mobile-nav-item.active {
  background: rgba(255, 199, 0, 0.12);
  color: #fff;
  border-left: 3px solid var(--brand-gold);
}

.mobile-highlight {
  background: var(--gradient-primary) !important;
  color: #070a13 !important;
  font-weight: 800 !important;
}

.mobile-admin {
  background: rgba(244, 63, 94, 0.15) !important;
  color: #fb7185 !important;
  border: 1px solid rgba(244, 63, 94, 0.35) !important;
}

.mobile-user-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: var(--radius-sm);
  margin-bottom: 10px;
}

.mobile-user-name {
  font-weight: 700;
  color: #fff;
  font-size: 0.92rem;
}

.mobile-user-email {
  font-size: 0.78rem;
  color: var(--text-dim);
}

.btn-signout-mobile {
  display: block;
  text-align: center;
  padding: 10px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-sm);
  color: var(--text-muted);
  font-size: 0.88rem;
  font-weight: 600;
  text-decoration: none;
}

.btn-signout-mobile:hover {
  color: #fb7185;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: var(--radius-md);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-smooth);
  border: none;
  outline: none;
  text-decoration: none;
}

.btn-primary {
  background: var(--gradient-primary);
  color: #070a13;
  font-weight: 750;
  box-shadow: 0 4px 20px rgba(255, 199, 0, 0.3);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 28px rgba(255, 199, 0, 0.55);
  color: #070a13;
}

.btn-outline {
  background: transparent;
  color: #fff;
  border: 1px solid var(--border-glass);
}

.btn-outline:hover {
  border-color: var(--accent-cyan);
  color: var(--accent-cyan);
  background: rgba(0, 240, 255, 0.05);
  transform: translateY(-2px);
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border: 1px solid var(--border-glass);
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
}

.btn-success {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
}

.btn-danger {
  background: linear-gradient(135deg, #f43f5e, #e11d48);
  color: #fff;
}

.btn-lg {
  padding: 14px 32px;
  font-size: 1.05rem;
  border-radius: var(--radius-lg);
}

.btn-sm {
  padding: 6px 14px;
  font-size: 0.85rem;
  border-radius: var(--radius-sm);
}

.btn-block {
  width: 100%;
}

/* Glass Cards */
.card-glass {
  background: var(--bg-card);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-lg);
  padding: 28px;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.card-glass::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
}

.card-glass::after {
  content: '';
  position: absolute;
  bottom: 12px;
  right: 14px;
  width: 72px;
  height: 72px;
  background: url('../images/avlog.png') no-repeat center center / contain;
  opacity: 0.12;
  pointer-events: none;
  z-index: 0;
  transition: opacity var(--transition-fast), transform var(--transition-fast);
}

.card-glass:hover {
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
  box-shadow: var(--shadow-glow);
}

.card-glass:hover::after {
  opacity: 0.22;
  transform: scale(1.08) rotate(3deg);
}

/* Flash Alerts */
.alerts-container {
  margin-top: 20px;
}

.alert {
  padding: 14px 20px;
  border-radius: var(--radius-md);
  margin-bottom: 16px;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid transparent;
}

.alert-success {
  background: rgba(16, 185, 129, 0.12);
  border-color: rgba(16, 185, 129, 0.35);
  color: #34d399;
}

.alert-danger {
  background: rgba(244, 63, 94, 0.12);
  border-color: rgba(244, 63, 94, 0.35);
  color: #fb7185;
}

.alert-warning {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.35);
  color: #fbbf24;
}

.alert-info {
  background: rgba(0, 240, 255, 0.1);
  border-color: rgba(0, 240, 255, 0.3);
  color: #67e8f9;
}

/* Hero Section */
.hero-section {
  padding: 80px 0 60px;
  text-align: center;
  position: relative;
}

.hero-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(0, 240, 255, 0.08);
  border: 1px solid rgba(0, 240, 255, 0.25);
  padding: 6px 16px;
  border-radius: var(--radius-full);
  font-size: 0.85rem;
  color: var(--accent-cyan);
  font-weight: 600;
  margin-bottom: 24px;
}

.hero-title {
  font-size: 2.3rem;
  font-weight: 850;
  line-height: 1.18;
  margin-bottom: 16px;
}

.hero-subtitle {
  font-size: 1.05rem;
  color: var(--text-muted);
  max-width: 740px;
  margin: 0 auto 28px;
}

.hero-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 16px;
  margin-top: 45px;
}

.stat-card {
  background: var(--bg-card);
  border: 1px solid var(--border-glass);
  padding: 18px;
  border-radius: var(--radius-md);
  text-align: center;
}

.stat-number {
  font-size: 1.7rem;
  font-weight: 800;
  color: #fff;
  margin-bottom: 3px;
}

.stat-label {
  color: var(--text-muted);
  font-size: 0.82rem;
  font-weight: 500;
}

/* Section Common */
.section {
  padding: 50px 0;
}

.section-header {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 36px;
}

.section-header h2 {
  font-size: 1.75rem;
  margin-bottom: 8px;
}

.section-header p {
  color: var(--text-muted);
  font-size: 0.92rem;
}

/* Pricing Grid */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 20px;
}

.pricing-card {
  position: relative;
  display: flex;
  flex-direction: column;
  overflow: visible !important;
}

.pricing-card.popular {
  border-color: rgba(0, 240, 255, 0.55);
  box-shadow: 0 0 35px rgba(0, 240, 255, 0.22);
}

.popular-badge {
  position: absolute;
  top: -14px;
  right: 28px;
  background: var(--gradient-primary);
  color: #060913;
  font-size: 0.75rem;
  font-weight: 800;
  padding: 5px 16px;
  border-radius: var(--radius-full);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  z-index: 10;
  box-shadow: 0 4px 16px rgba(0, 240, 255, 0.4);
  white-space: nowrap;
  line-height: 1.2;
}

.pricing-price {
  font-size: 2.2rem;
  font-weight: 850;
  color: #fff;
  margin: 14px 0;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.pricing-currency {
  font-size: 1.3rem;
  color: var(--accent-cyan);
}

.pricing-period {
  font-size: 0.85rem;
  color: var(--text-muted);
  font-weight: 400;
}

.pricing-features {
  list-style: none;
  margin: 24px 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex-grow: 1;
}

.pricing-feature {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--text-muted);
  font-size: 0.95rem;
}

.pricing-feature svg {
  color: var(--accent-cyan);
  flex-shrink: 0;
}

/* Forms & Inputs */
.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: var(--text-main);
}

.form-control {
  width: 100%;
  background: rgba(11, 17, 32, 0.8);
  border: 1px solid var(--border-glass);
  border-radius: var(--radius-md);
  padding: 12px 16px;
  color: #fff;
  font-size: 0.95rem;
  font-family: inherit;
  transition: all var(--transition-fast);
}

.form-control:focus {
  outline: none;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 15px rgba(0, 240, 255, 0.2);
  background: rgba(15, 23, 42, 0.95);
}

.form-help {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 6px;
}

.input-group {
  display: flex;
  align-items: stretch;
}

.input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-addon {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--border-glass);
  border-left: none;
  padding: 0 16px;
  display: flex;
  align-items: center;
  color: var(--accent-cyan);
  font-weight: 600;
  font-size: 0.9rem;
  border-top-right-radius: var(--radius-md);
  border-bottom-right-radius: var(--radius-md);
}

/* Wizard Stepper */
.wizard-steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  position: relative;
}

.wizard-steps::before {
  content: '';
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}

.wizard-step {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  width: 120px;
}

.step-circle {
  width: 42px;
  height: 42px;
  border-radius: var(--radius-full);
  background: var(--bg-surface);
  border: 2px solid rgba(255, 255, 255, 0.15);
  color: var(--text-muted);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  transition: all var(--transition-fast);
}

.wizard-step.active .step-circle {
  background: var(--accent-cyan);
  color: #060913;
  border-color: var(--accent-cyan);
  box-shadow: 0 0 18px rgba(0, 240, 255, 0.5);
}

.wizard-step.completed .step-circle {
  background: var(--accent-emerald);
  color: #fff;
  border-color: var(--accent-emerald);
}

.step-label {
  font-size: 0.8rem;
  color: var(--text-muted);
  font-weight: 600;
}

.wizard-step.active .step-label {
  color: #fff;
}

/* Tables */
.table-responsive {
  overflow-x: auto;
}

.table-custom {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.table-custom th {
  padding: 14px 18px;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-muted);
  border-bottom: 1px solid var(--border-glass);
}

.table-custom td {
  padding: 16px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 0.95rem;
}

.table-custom tr:hover td {
  background: rgba(255, 255, 255, 0.02);
}

/* Status Badges */
.status-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: var(--radius-full);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.status-approved {
  background: rgba(16, 185, 129, 0.15);
  color: #34d399;
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.status-pending {
  background: rgba(245, 158, 11, 0.15);
  color: #fbbf24;
  border: 1px solid rgba(245, 158, 11, 0.3);
}

.status-rejected {
  background: rgba(244, 63, 94, 0.15);
  color: #fb7185;
  border: 1px solid rgba(244, 63, 94, 0.3);
}

/* Legal Disclaimer Box */
.disclaimer-box {
  background: rgba(245, 158, 11, 0.05);
  border: 1px solid rgba(245, 158, 11, 0.25);
  border-radius: var(--radius-md);
  padding: 20px;
  margin: 20px 0;
  font-size: 0.9rem;
  color: #fde68a;
  line-height: 1.6;
}

.disclaimer-checkbox-label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 500;
  margin-top: 14px;
}

.disclaimer-checkbox-label input[type="checkbox"] {
  margin-top: 4px;
  width: 18px;
  height: 18px;
  accent-color: var(--accent-cyan);
}

/* Simple Modern Footer */
.footer-simple {
  margin-top: auto;
  border-top: 1px solid var(--border-glass);
  background: rgba(6, 9, 19, 0.95);
  padding: 30px 0 20px;
  font-size: 0.88rem;
}

.footer-simple-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-simple-brand {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}

.footer-simple-brand .brand-name strong {
  color: #fff;
  font-size: 0.95rem;
}

.footer-simple-brand .brand-sub {
  color: var(--text-muted);
  font-size: 0.85rem;
}

.footer-simple-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

.footer-simple-nav a {
  color: var(--text-muted);
  font-weight: 500;
  transition: color var(--transition-fast);
}

.footer-simple-nav a:hover {
  color: var(--accent-cyan);
}

.footer-simple-contacts {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--text-muted);
  font-size: 0.85rem;
  flex-wrap: wrap;
}

.footer-simple-contacts a {
  color: var(--accent-cyan);
  font-weight: 500;
}

.footer-simple-bottom {
  padding-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: var(--text-dim);
  font-size: 0.8rem;
  flex-wrap: wrap;
  gap: 12px;
}

.footer-disclaimer-note {
  color: #fbbf24;
  opacity: 0.85;
}

/* ==========================================================================
   Comprehensive Responsive System - Folding Mobiles, Phones, Tablets & Desktops
   ========================================================================== */

/* Tablet & Intermediate Screens (<= 992px) */
@media (max-width: 992px) {
  html {
    font-size: 14.5px;
  }
  
  .container {
    padding: 0 18px;
  }

  /* Switch desktop top bar nav groups to mobile toggle */
  .nav-group-main,
  .nav-group-app {
    display: none !important;
  }

  .mobile-nav-toggle {
    display: flex !important;
  }

  .hero-title {
    font-size: 2.3rem;
  }

  .pricing-grid {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
  }

  .footer-simple-content {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer-simple-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

/* Standard Mobile Devices (<= 640px) */
@media (max-width: 640px) {
  html {
    font-size: 14px;
  }

  .container {
    padding: 0 14px;
  }

  .navbar {
    padding: 6px 0;
  }

  .nav-container {
    gap: 8px;
  }

  .brand-logo-img {
    width: 34px;
    height: 34px;
  }

  .brand-company {
    font-size: 0.98rem;
  }

  .brand-location {
    display: none;
  }

  .user-pill .user-name {
    display: none;
  }

  .user-pill {
    padding: 3px 5px;
  }

  .hero-title {
    font-size: 1.95rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .stat-card {
    padding: 14px;
  }

  .stat-number {
    font-size: 1.5rem;
  }

  .table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  table {
    min-width: 550px;
  }
}

/* Folding Mobile Displays (Galaxy Z Fold, Razr, Clamshells <= 340px) */
@media (max-width: 340px) {
  html {
    font-size: 13px;
  }

  .container {
    padding: 0 8px;
  }

  .brand-logo {
    gap: 7px;
  }

  .brand-logo-img {
    width: 28px;
    height: 28px;
  }

  .brand-company {
    font-size: 0.9rem;
  }

  .badge-sql {
    font-size: 0.6rem;
    padding: 1px 5px;
  }

  .nav-group-user {
    gap: 5px;
  }

  .cart-label {
    display: none;
  }

  .cart-badge-btn {
    padding: 5px 8px;
    gap: 4px;
    font-size: 0.78rem;
  }

  .mobile-nav-toggle {
    width: 34px;
    height: 34px;
    padding: 7px;
  }

  .btn-signout {
    padding: 4px 8px;
    font-size: 0.75rem;
  }

  .btn-signin {
    padding: 4px 8px;
    font-size: 0.78rem;
  }

  .btn-getstarted {
    padding: 4px 9px;
    font-size: 0.78rem;
  }

  .card-glass {
    padding: 14px 10px;
  }
}

