/* ==========================================================================
   PiksoBot 2.0 - Super Design System & Master Responsive Stylesheet
   Ultra-Luxury Glassmorphism, Zero-Scrollbar, Flawless Fullscreen Mobile UI
   ========================================================================== */

:root {
  /* Brand Core Palette */
  --primary: #FF5100;
  --primary-hover: #E64800;
  --primary-dark: #C23D00;
  --primary-light: #FFF5F0;
  --primary-glow: rgba(255, 81, 0, 0.28);
  --primary-gradient: linear-gradient(135deg, #FF5100 0%, #FF7A00 50%, #FF3D00 100%);

  /* AI & Accent Palette */
  --ai-purple: #7C3AED;
  --ai-purple-light: #F5F3FF;
  --ai-purple-border: #DDD6FE;
  --ai-gradient: linear-gradient(135deg, #8B5CF6 0%, #6366F1 50%, #7C3AED 100%);
  --cyan-accent: #06B6D4;
  --emerald-success: #10B981;
  --emerald-light: #ECFDF5;
  --emerald-border: #A7F3D0;
  
  /* Neutral Dark & Grayscale */
  --bg-page: #F8FAFC;
  --bg-surface: #FFFFFF;
  --dark-bg: #09090E;
  --dark-surface: #111118;
  --dark-card: #181824;
  
  --text-main: #0B0F19;
  --text-body: #334155;
  --text-muted: #64748B;
  --text-light: #94A3B8;
  
  --border-light: rgba(226, 232, 240, 0.85);
  --border-glass: rgba(255, 255, 255, 0.85);
  --white: #FFFFFF;

  /* Elevation & Shadows */
  --shadow-xs: 0 1px 3px rgba(0, 0, 0, 0.04);
  --shadow-sm: 0 4px 12px rgba(15, 23, 42, 0.05);
  --shadow-md: 0 12px 32px -4px rgba(15, 23, 42, 0.08), 0 4px 12px -2px rgba(15, 23, 42, 0.04);
  --shadow-lg: 0 24px 48px -8px rgba(15, 23, 42, 0.12), 0 12px 24px -4px rgba(15, 23, 42, 0.06);
  --shadow-xl: 0 32px 64px -12px rgba(15, 23, 42, 0.18);
  --shadow-glow: 0 14px 40px rgba(255, 81, 0, 0.28);

  /* Radius */
  --radius-xs: 6px;
  --radius-sm: 10px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;

/* ==========================================================================
   0. SUPER-LUXURY PURE WHITE PRELOADER WITH chatbotanimation.svg
   ========================================================================== */
.site-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background: #FFFFFF !important;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1), transform 0.55s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.5s ease;
  overflow: hidden;
  pointer-events: auto;
}

.site-preloader.fade-out {
  opacity: 0 !important;
  transform: scale(1.05) !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

.preloader-center-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
  z-index: 2;
  text-align: center;
}

.preloader-svg-img {
  width: 170px;
  height: 170px;
  max-width: 75vw;
  max-height: 50vh;
  object-fit: contain;
  animation: preloaderSvgFloat 1.8s ease-in-out infinite alternate;
  filter: drop-shadow(0 12px 28px rgba(255, 81, 0, 0.16));
}

@keyframes preloaderSvgFloat {
  0% { transform: translateY(0) scale(1); }
  100% { transform: translateY(-8px) scale(1.04); }
}

.preloader-tagline {
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #64748B;
  margin: 0;
}

.preloader-progress-bar {
  width: 170px;
  height: 4.5px;
  background: #F1F5F9;
  border-radius: 999px;
  overflow: hidden;
  position: relative;
}

.preloader-progress-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, #FF5100, #FF7A00, #7C3AED);
  border-radius: 999px;
  animation: preloaderFillProgress 0.75s cubic-bezier(0.2, 0.8, 0.2, 1) 0.15s forwards;
}

@keyframes preloaderFillProgress {
  0% { width: 0%; }
  60% { width: 85%; }
  100% { width: 100%; }
}

/* Logo Image across Navigation & Footers (Böyüdülmüş Lüks Loqo) */
.site-logo-img {
  height: 48px;
  width: auto;
  max-width: 200px;
  object-fit: contain;
  display: block;
  transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.logo:hover .site-logo-img {
  transform: scale(1.06);
}

.logo-footer-img {
  height: 50px;
  width: auto;
  max-width: 210px;
  object-fit: contain;
  display: block;
}

.logo-mobile-img {
  height: 42px;
  width: auto;
  max-width: 175px;
  object-fit: contain;
  display: block;
}

/* ==========================================================================
   Zero Scrollbars Everywhere (Sola, Sağa, Yuxarı, Aşağı Bütün Sürüşdürmə Çubuqları Tam Silindi)
   ========================================================================== */
*, *::before, *::after {
  box-sizing: border-box !important;
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

*::-webkit-scrollbar,
html::-webkit-scrollbar,
body::-webkit-scrollbar,
div::-webkit-scrollbar,
section::-webkit-scrollbar,
nav::-webkit-scrollbar,
aside::-webkit-scrollbar,
main::-webkit-scrollbar,
ul::-webkit-scrollbar,
p::-webkit-scrollbar {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  background: transparent !important;
}

html, body {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
  overflow-x: hidden !important;
}

html {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 72px 0 0 0 !important;
  scroll-behavior: smooth;
  font-family: 'Plus Jakarta Sans', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-page);
  color: var(--text-main);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box !important;
}

main {
  width: 100% !important;
  max-width: 100% !important;
}

/* Ambient Glowing Background Beams */
.ambient-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
  opacity: 0.55;
  max-width: 100vw;
  overflow: hidden;
  animation: floatAmbient 18s ease-in-out infinite alternate;
}

.glow-1 {
  top: -120px;
  right: -50px;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(255, 81, 0, 0.15) 0%, transparent 70%);
}

.glow-2 {
  top: 450px;
  left: -120px;
  width: 480px;
  height: 480px;
  background: radial-gradient(circle, rgba(124, 58, 237, 0.12) 0%, transparent 70%);
}

.glow-3 {
  top: 1800px;
  right: 5%;
  width: 450px;
  height: 450px;
  background: radial-gradient(circle, rgba(16, 185, 129, 0.1) 0%, transparent 70%);
}

@keyframes floatAmbient {
  0% { transform: translateY(0) scale(1); }
  50% { transform: translateY(30px) scale(1.06); }
  100% { transform: translateY(-20px) scale(0.96); }
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Outfit', 'Plus Jakarta Sans', sans-serif;
  font-weight: 800;
  letter-spacing: -0.03em;
  color: var(--text-main);
  line-height: 1.15;
}

p {
  color: var(--text-muted);
  font-size: 1.05rem;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: 100%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 24px;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

/* Glassmorphism Classes */
.glass-panel {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(20px) saturate(180%);
  -webkit-backdrop-filter: blur(20px) saturate(180%);
  border: 1px solid var(--border-glass);
  box-shadow: var(--shadow-md);
  border-radius: var(--radius-lg);
  transition: var(--transition);
  max-width: 100%;
  box-sizing: border-box;
}

.glass-panel:hover {
  border-color: rgba(255, 81, 0, 0.35);
  box-shadow: var(--shadow-lg);
}

.glass-inner {
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(12px);
  border: 1px solid var(--border-light);
  border-radius: var(--radius-md);
  max-width: 100%;
  box-sizing: border-box;
}

/* Button System */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-weight: 700;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: var(--radius-full);
  border: none;
  cursor: pointer;
  transition: var(--transition);
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}

.btn-primary {
  background: var(--primary-gradient);
  color: var(--white);
  box-shadow: 0 6px 18px rgba(255, 81, 0, 0.35);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(255, 81, 0, 0.45);
}

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

.glow-btn::after {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(60deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transform: rotate(30deg);
  animation: shineGlow 4s infinite ease-in-out;
}

@keyframes shineGlow {
  0%, 70% { transform: translateX(-100%) rotate(30deg); }
  100% { transform: translateX(100%) rotate(30deg); }
}

.btn-secondary {
  background: rgba(255, 255, 255, 0.92);
  color: var(--text-main);
  border: 1px solid var(--border-light);
  backdrop-filter: blur(8px);
}

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

.btn-sm {
  padding: 8px 18px;
  font-size: 13px;
  font-weight: 700;
}

.btn-lg {
  padding: 16px 32px;
  font-size: 16px;
}

.w-full {
  width: 100%;
}

/* ==========================================================================
   1. Announcement Bar
   ========================================================================== */
.product-bar {
  background: linear-gradient(90deg, #09090E 0%, #161622 50%, #09090E 100%);
  color: #E2E8F0;
  font-size: 13px;
  padding: 8px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 1001;
  text-align: center;
  width: 100%;
}

.product-bar-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #10B981;
  border-radius: 50%;
  box-shadow: 0 0 10px #10B981;
  animation: pulseRadar 1.8s infinite;
}

.bar-badge {
  background: var(--primary);
  color: var(--white);
  font-size: 10px;
  font-weight: 800;
  padding: 2px 7px;
  border-radius: var(--radius-full);
}

.bar-cta-link {
  color: #FFA366;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* ==========================================================================
   2. Permanent Fixed Glass Navbar (Bütün Cihazlarda və Səhifələrdə Sabit Qalır)
   ========================================================================== */
.navbar {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(20px) saturate(180%) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.85) !important;
  z-index: 999999 !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05) !important;
  transition: var(--transition);
}

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

.nav-left {
  display: flex;
  align-items: center;
  gap: 36px;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 900;
  letter-spacing: -0.04em;
  color: var(--text-main);
  text-decoration: none;
}

.logo-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-sup {
  font-size: 10px;
  top: -8px;
  position: relative;
  color: var(--primary);
  font-weight: 800;
}

.desktop-nav .nav-links {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
}

.nav-item {
  position: relative;
}

.nav-link {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-muted);
  border-radius: var(--radius-full);
  background: transparent;
  border: none;
  cursor: pointer;
  transition: var(--transition);
}

.nav-link:hover {
  color: var(--text-main);
  background: rgba(0, 0, 0, 0.04);
}

.nav-link.badge-link {
  color: var(--ai-purple);
  background: var(--ai-purple-light);
  border: 1px solid var(--ai-purple-border);
  font-weight: 700;
}

.nav-hot-pill {
  font-size: 10px;
  font-weight: 800;
  background: var(--ai-purple);
  color: var(--white);
  padding: 1px 6px;
  border-radius: var(--radius-full);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* ==========================================================================
   Mobile Burger Button & 100% FULLSCREEN TOTAL OVERLAY (ARXA FONU TAM GİZLƏYİR)
   ========================================================================== */
.mobile-menu-toggle {
  display: none;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid var(--border-light);
  cursor: pointer;
  padding: 8px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 10002;
  transition: var(--transition);
}

.mobile-menu-toggle:hover {
  background: var(--primary-light);
  border-color: var(--primary);
}

.burger-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--text-main);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu-toggle.active .top-bar {
  transform: translateY(7.5px) rotate(45deg);
  background: var(--primary);
}

.mobile-menu-toggle.active .mid-bar {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-toggle.active .bot-bar {
  transform: translateY(-7.5px) rotate(-45deg);
  background: var(--primary);
}

/* ==========================================================================
   Mobile Burger Button & 100% FULLSCREEN WHITE LUXURY OVERLAY (SAĞDAN SOLA AÇILIR)
   ========================================================================== */
.mobile-menu-toggle {
  display: none;
  background: rgba(0, 0, 0, 0.04);
  border: 1px solid var(--border-light);
  cursor: pointer;
  padding: 8px;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5px;
  z-index: 10002;
  transition: var(--transition);
}

.mobile-menu-toggle:hover {
  background: var(--primary-light);
  border-color: var(--primary);
}

.burger-bar {
  display: block;
  width: 22px;
  height: 2.5px;
  background: var(--text-main);
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.mobile-menu-toggle.active .top-bar {
  transform: translateY(7.5px) rotate(45deg);
  background: var(--primary);
}

.mobile-menu-toggle.active .mid-bar {
  opacity: 0;
  transform: scaleX(0);
}

.mobile-menu-toggle.active .bot-bar {
  transform: translateY(-7.5px) rotate(-45deg);
  background: var(--primary);
}

/* 100% TAM EKRANI TUTAN, AĞ FONLU VƏ SAĞDAN SOLA AÇILAN LÜKS MOBİL BURGER MENYU */
.mobile-nav-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  background: rgba(15, 23, 42, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  z-index: 9999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.35s ease;
  overflow: hidden;
}

.mobile-nav-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

/* SAĞDAN SOLA SÜRÜŞƏN VƏ TƏMİZ AĞ LÜKS DİZAYN */
.mobile-nav-drawer {
  position: fixed;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: 100vw;
  width: 100dvw;
  height: 100vh;
  height: 100dvh;
  max-width: 100vw;
  background: #FFFFFF;
  color: #0F172A;
  display: flex;
  flex-direction: column;
  padding: 18px 20px 50px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 10000000;
  transform: translateX(100%);
  transition: transform 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  box-sizing: border-box;
  box-shadow: -16px 0 50px rgba(15, 23, 42, 0.15);
}

.mobile-nav-overlay.active .mobile-nav-drawer {
  transform: translateX(0);
}

.mobile-nav-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 16px;
  border-bottom: 1px solid #E2E8F0;
  margin-bottom: 18px;
  width: 100%;
  flex-shrink: 0;
}

.mobile-nav-close {
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 18px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0F172A;
  transition: var(--transition);
}

.mobile-nav-close:hover {
  background: #FFF5F0;
  border-color: #FF5100;
  color: #FF5100;
  transform: rotate(90deg);
}

.mobile-nav-links {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
  flex: 1;
}

.mobile-cta-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 8px;
  width: 100%;
}

.mobile-cta-buttons .btn-primary {
  background: linear-gradient(135deg, #FF5100 0%, #FF7A00 100%);
  color: #FFFFFF;
  box-shadow: 0 6px 18px rgba(255, 81, 0, 0.32);
}

.mobile-cta-buttons .btn-secondary {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  color: #0F172A;
}

.mobile-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  color: #0F172A;
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  width: 100%;
  transition: var(--transition);
}

.mobile-nav-item:hover, .mobile-nav-item:active {
  background: #FFF5F0;
  border-color: #FFD4C2;
  color: #FF5100;
  transform: translateX(-4px);
}

.mobile-ai-link {
  background: linear-gradient(135deg, #FAF5FF 0%, #F5F3FF 100%);
  border: 1px solid #DDD6FE;
  color: #7C3AED;
}

.mobile-pill {
  margin-left: auto;
  font-size: 10px;
  font-weight: 800;
  background: var(--ai-purple);
  color: var(--white);
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

/* MOBİL BURGER MENYU DAXİLİNDƏKİ SUPER AĞ FOOTER */
.mobile-burger-footer {
  margin-top: 14px;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.mobile-footer-card {
  background: #F8FAFC;
  border: 1px solid #E2E8F0;
  border-radius: var(--radius-lg);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-card-heading {
  font-size: 11.5px;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #64748B;
  display: flex;
  align-items: center;
  gap: 6px;
}

.mobile-company-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}

.mob-comp-btn {
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 12px;
  padding: 10px 12px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  transition: var(--transition);
  color: #0F172A;
}

.mob-comp-btn:hover, .mob-comp-btn:active {
  background: #FFF5F0;
  border-color: #FFD4C2;
}

.btn-dot {
  color: #FF5100;
  font-size: 8px;
}

.mob-comp-btn strong {
  font-size: 13.5px;
  color: #0F172A;
}

.btn-sub {
  font-size: 11px;
  color: #64748B;
}

.mobile-brand-card {
  background: linear-gradient(135deg, #FFF7ED 0%, #FFFFFF 100%);
  border: 1px solid #FFEDD5;
  border-radius: var(--radius-lg);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mob-brand-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.mob-status-pill {
  font-size: 10px;
  font-weight: 800;
  color: #10B981;
  background: #ECFDF5;
  border: 1px solid #A7F3D0;
  padding: 2px 8px;
  border-radius: var(--radius-full);
}

.mob-brand-desc {
  font-size: 12px;
  line-height: 1.5;
  color: #475569;
  margin: 0;
}

.mob-social-row {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.mob-social-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #F1F5F9;
  border: 1px solid #E2E8F0;
  color: #334155;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  transition: var(--transition);
}

.mob-social-btn:hover {
  background: var(--primary);
  color: #FFFFFF;
  border-color: var(--primary);
}

.mob-copyright {
  font-size: 11px;
  color: #94A3B8;
  margin-top: 4px;
  text-align: center;
}

/* ==========================================================================
   BURGER MENYU AÇIQ OLANDA CHATBOT SİMGƏSİNİ GİZLƏDƏN ANIMASİYA
   ========================================================================== */
body.menu-open .livechat-widget-container,
body.mobile-menu-active .livechat-widget-container,
.mobile-nav-overlay.active ~ .livechat-widget-container,
.livechat-widget-container.menu-hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  transform: scale(0.2) translateY(80px) !important;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0.25s ease !important;
}

/* ==========================================================================
   Section Arrival & Reveal Pulse Animation
   ========================================================================== */
.section-highlight {
  animation: sectionFocusPulse 1.4s cubic-bezier(0.16, 1, 0.3, 1) both;
}

/* ========================================================================== 
   Global Motion System — page transitions, scroll reveal and micro motion
   ========================================================================== */
.site-page-transition {
  position: fixed;
  inset: 0;
  z-index: 99999998;
  pointer-events: none;
  background: linear-gradient(135deg, #FF5100 0%, #FF7A00 48%, #7C3AED 100%);
  transform: scaleY(0);
  transform-origin: bottom;
  transition: transform 0.28s cubic-bezier(0.76, 0, 0.24, 1);
}

body.site-leaving .site-page-transition {
  transform: scaleY(1);
  transform-origin: top;
}

body.site-leaving main,
body.site-leaving .main-footer,
body.site-leaving .navbar {
  opacity: 0;
  translate: 0 -10px;
  filter: blur(3px);
  transition: opacity 0.2s ease, translate 0.24s ease, filter 0.2s ease;
}

.motion-reveal {
  opacity: 0;
  translate: 0 26px;
  scale: 0.985;
  transition:
    opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1) var(--motion-delay, 0ms),
    translate 0.78s cubic-bezier(0.16, 1, 0.3, 1) var(--motion-delay, 0ms),
    scale 0.78s cubic-bezier(0.16, 1, 0.3, 1) var(--motion-delay, 0ms);
  will-change: opacity, translate, scale;
}

.motion-reveal.motion-visible {
  opacity: 1;
  translate: 0 0;
  scale: 1;
}

.navbar.motion-scrolled {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 12px 34px rgba(15, 23, 42, 0.09);
  border-bottom-color: rgba(255, 81, 0, 0.12);
  backdrop-filter: blur(22px) saturate(1.25);
}

.motion-tilt {
  --tilt-x: 0deg;
  --tilt-y: 0deg;
  transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
  transition: transform 0.22s ease-out, box-shadow 0.3s ease;
  transform-style: preserve-3d;
}

.motion-tilt:hover {
  box-shadow: 0 32px 72px -16px rgba(15, 23, 42, 0.22);
}

.btn svg,
.nav-link,
.footer-column a,
.mobile-nav-item .item-icon,
.faq-icon {
  transition: transform 0.28s cubic-bezier(0.34, 1.56, 0.64, 1), color 0.25s ease, opacity 0.25s ease;
}

.btn:hover svg { transform: translateX(4px); }
.mobile-nav-item:hover .item-icon { transform: scale(1.14) rotate(-4deg); }
.footer-column a:hover { transform: translateX(5px); }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .motion-reveal {
    opacity: 1 !important;
    translate: none !important;
    scale: 1 !important;
  }

  .site-page-transition { display: none; }
}

@keyframes sectionFocusPulse {
  0% {
    transform: scale(0.975);
    box-shadow: 0 0 0 rgba(255, 81, 0, 0);
  }
  30% {
    transform: scale(1.01);
    box-shadow: 0 10px 40px rgba(255, 81, 0, 0.18);
  }
  100% {
    transform: scale(1);
    box-shadow: none;
  }
}

/* ==========================================================================
   3. Hero Section
   ========================================================================== */
.hero-section {
  padding: 60px 0 80px;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow-x: hidden;
}

.hero-container {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 52px;
  align-items: center;
  width: 100%;
}

.hero-left {
  position: relative;
  max-width: 100%;
  width: 100%;
}

.hero-visual-card {
  padding: 22px;
  border-radius: var(--radius-xl);
  position: relative;
  box-shadow: 0 24px 60px -8px rgba(15, 23, 42, 0.14);
  width: 100%;
}

.visual-glow-halo {
  position: absolute;
  top: -15px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 81, 0, 0.15), rgba(124, 58, 237, 0.15));
  filter: blur(24px);
  z-index: -1;
  pointer-events: none;
}

.mockup-chat {
  background: var(--white);
  border-radius: var(--radius-lg);
  border: 1px solid var(--border-light);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  max-width: 100%;
  width: 100%;
}

.mockup-header {
  padding: 14px 18px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FAFAFC 100%);
  border-bottom: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.mockup-agent {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mockup-avatar-wrap {
  position: relative;
}

.mockup-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: var(--white);
  font-weight: 900;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px var(--primary-glow);
}

.mockup-status-dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  background: #10B981;
  border: 2px solid var(--white);
  border-radius: 50%;
}

.agent-title-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.agent-title-row h4 {
  font-size: 14px;
  font-weight: 800;
}

.agent-verified-badge {
  font-size: 10px;
  font-weight: 700;
  color: var(--ai-purple);
  background: var(--ai-purple-light);
  padding: 1px 6px;
  border-radius: var(--radius-full);
}

.mockup-agent-info p {
  font-size: 11px;
  color: var(--emerald-success);
  font-weight: 600;
}

.revenue-ticker-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: var(--emerald-light);
  color: var(--emerald-success);
  border: 1px solid var(--emerald-border);
  padding: 4px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
}

.ticker-dot {
  width: 6px;
  height: 6px;
  background: var(--emerald-success);
  border-radius: 50%;
  animation: pulseRadar 1.5s infinite;
}

.mockup-body {
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  background: #FAFBFD;
  min-height: 230px;
  width: 100%;
}

.chat-bubble {
  max-width: 88%;
  padding: 12px 14px;
  border-radius: 18px;
  font-size: 13.5px;
  line-height: 1.45;
  transition: opacity 0.2s ease;
  word-break: break-word;
}

.chat-bubble.bot {
  background: var(--white);
  color: var(--text-main);
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-xs);
  align-self: flex-start;
  border-bottom-left-radius: 4px;
}

.chat-bubble.user {
  background: linear-gradient(135deg, #1E293B 0%, #0F172A 100%);
  color: var(--white);
  align-self: flex-end;
  border-bottom-right-radius: 4px;
}

.chat-product-card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 14px;
  margin-top: 4px;
  border: 1px solid #FED7AA;
  background: linear-gradient(135deg, #FFFDF8 0%, #FFF7ED 100%);
  border-radius: var(--radius-md);
  max-width: 100%;
  width: 100%;
}

.product-thumb {
  font-size: 28px;
  width: 44px;
  height: 44px;
  background: var(--white);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shadow-xs);
  flex-shrink: 0;
}

.product-meta h5 {
  font-size: 13px;
  font-weight: 800;
}

.product-pricing {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 2px;
  flex-wrap: wrap;
}

.current-price {
  font-size: 14px;
  font-weight: 900;
  color: var(--primary);
}

.old-price {
  font-size: 11px;
  text-decoration: line-through;
  color: var(--text-light);
}

.discount-pill {
  font-size: 9px;
  font-weight: 800;
  background: #DCFCE7;
  color: #15803D;
  padding: 1px 5px;
  border-radius: 4px;
}

.mockup-quick-chips {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
  margin-top: 4px;
}

.m-chip {
  background: var(--white);
  border: 1px solid var(--border-light);
  padding: 5px 10px;
  border-radius: var(--radius-full);
  font-size: 11px;
  font-weight: 700;
  color: var(--text-body);
  cursor: pointer;
}

.m-chip.active {
  border-color: var(--primary);
  color: var(--primary);
  background: var(--primary-light);
}

.mockup-input-bar {
  padding: 12px 16px;
  background: var(--white);
  border-top: 1px solid var(--border-light);
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
}

.input-fake-wrap {
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
}

.mockup-input-bar input {
  width: 100%;
  border: none;
  background: #F1F5F9;
  padding: 8px 12px;
  border-radius: var(--radius-full);
  font-size: 12px;
  color: var(--text-main);
  outline: none;
}

.mockup-send-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--primary-gradient);
  color: var(--white);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-timer-circle {
  position: absolute;
  bottom: 24px;
  right: 28px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.hero-timer-circle svg {
  transform: rotate(-90deg);
}

.hero-timer-circle .bg {
  stroke: rgba(255, 81, 0, 0.15);
}

.hero-timer-circle .progress {
  stroke: var(--primary);
  stroke-dasharray: 107;
  stroke-dashoffset: 0;
}

.timer-number {
  position: absolute;
  font-size: 10px;
  font-weight: 800;
  color: var(--primary);
}

.floating-stat-badge {
  position: absolute;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
  box-shadow: var(--shadow-lg);
}

.left-stat {
  top: -12px;
  left: -12px;
}

.right-stat {
  bottom: -12px;
  left: 20px;
}

.stat-icon-wrap {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

.stat-icon-wrap.green { background: #ECFDF5; }
.stat-icon-wrap.orange { background: #FFF7ED; }

.stat-value {
  font-size: 14px;
  font-weight: 900;
}

.stat-label {
  font-size: 10px;
  color: var(--text-muted);
}

/* Right Hero */
.hero-right {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 100%;
  width: 100%;
}

.hero-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 12px;
  border-radius: var(--radius-full);
  background: var(--white);
  border: 1px solid rgba(255, 81, 0, 0.25);
  font-size: 12px;
  font-weight: 700;
  color: var(--primary);
  width: fit-content;
}

.hero-title {
  font-size: 3.2rem;
  font-weight: 900;
  line-height: 1.1;
  letter-spacing: -0.04em;
  word-break: break-word;
}

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

.hero-subtitle {
  font-size: 1.1rem;
  color: var(--text-body);
  line-height: 1.6;
}

.hero-feature-buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.hero-feature-btn {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  background: var(--white);
  border: 1.5px solid var(--border-light);
  border-radius: var(--radius-md);
  cursor: pointer;
  transition: var(--transition);
  text-align: left;
  width: 100%;
}

.hero-feature-btn.active {
  background: linear-gradient(135deg, #FFFDF8 0%, #FFF7ED 100%);
  border-color: var(--primary);
  box-shadow: 0 4px 14px var(--primary-glow);
}

.check-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #F1F5F9;
  color: var(--text-light);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hero-feature-btn.active .check-icon {
  background: var(--primary);
  color: var(--white);
}

.btn-text strong {
  display: block;
  font-size: 14px;
  color: var(--text-main);
}

.btn-text small {
  font-size: 11px;
  color: var(--text-muted);
}

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

.hero-badge-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  font-weight: 700;
  color: var(--text-body);
}

.hero-social-proof {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  flex-wrap: wrap;
}

.user-avatars-cluster {
  display: flex;
}

.avatar-item {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: var(--white);
  font-weight: 800;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--white);
  margin-left: -6px;
}

.avatar-item:first-child {
  margin-left: 0;
}

.avatar-item.count-item {
  background: var(--dark-bg);
}

.stars-row {
  color: #F59E0B;
  font-size: 13px;
  font-weight: 800;
}

.social-proof-text p {
  font-size: 11.5px;
  color: var(--text-muted);
}

/* ==========================================================================
   4. Marquee Section
   ========================================================================== */
.proof-section {
  padding: 40px 0;
  border-top: 1px solid var(--border-light);
  border-bottom: 1px solid var(--border-light);
  background: var(--white);
  overflow: hidden;
  width: 100%;
}

.proof-title {
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 20px;
  padding: 0 16px;
}

.marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.logos-marquee {
  display: flex;
  gap: 40px;
  width: max-content;
  animation: scrollMarquee 26s linear infinite;
}

@keyframes scrollMarquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.brand-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 800;
  color: var(--text-muted);
  white-space: nowrap;
}

/* ==========================================================================
   5. Reviews Section (Azərbaycanlı Müştərilər və Real Profillər)
   ========================================================================== */
.reviews-section {
  padding: 70px 0;
  width: 100%;
}

.section-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
  padding: 0 16px;
}

.section-badge {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 1px;
  color: var(--primary);
  background: var(--primary-light);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  display: inline-block;
  margin-bottom: 10px;
}

.section-heading {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.15;
  margin-bottom: 12px;
  word-break: break-word;
}

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

.review-filters {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 32px;
}

.filter-chip {
  padding: 7px 16px;
  border-radius: var(--radius-full);
  border: 1.5px solid var(--border-light);
  background: var(--white);
  font-size: 13px;
  font-weight: 700;
  color: var(--text-body);
  cursor: pointer;
  transition: var(--transition);
}

.filter-chip.active {
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
}

.review-card {
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
  max-width: 100%;
  box-sizing: border-box;
}

.review-card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.reviewer-meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.reviewer-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  border: 2px solid #FFFFFF;
}

.reviewer-meta h4 {
  font-size: 15px;
  font-weight: 800;
  margin: 0;
}

.reviewer-country {
  font-size: 11px;
  color: var(--text-muted);
  display: block;
  margin-top: 2px;
}

.review-stars {
  color: #F59E0B;
  font-size: 13px;
}

.review-text {
  font-size: 13.5px;
  color: var(--text-body);
  line-height: 1.6;
}

.review-footer-metric {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  border-top: 1px solid var(--border-light);
  flex-wrap: wrap;
  gap: 4px;
}

.metric-pill {
  font-size: 11px;
  font-weight: 800;
  color: var(--emerald-success);
  background: var(--emerald-light);
  padding: 3px 8px;
  border-radius: var(--radius-full);
}

.metric-verified {
  font-size: 11px;
  color: var(--text-light);
  font-weight: 600;
}

/* ==========================================================================
   6. Pricing Section
   ========================================================================== */
.pricing-teaser-section {
  padding: 70px 0;
  width: 100%;
}

.pricing-toggle-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.toggle-label {
  font-size: 13px;
  font-weight: 800;
  color: var(--text-main);
  display: flex;
  align-items: center;
  gap: 6px;
}

.discount-badge {
  background: #DCFCE7;
  color: #15803D;
  font-size: 10px;
  padding: 2px 7px;
  border-radius: var(--radius-full);
}

.pricing-switch {
  width: 48px;
  height: 26px;
  background: var(--dark-bg);
  border-radius: var(--radius-full);
  border: none;
  position: relative;
  cursor: pointer;
  padding: 2px;
}

.pricing-switch.annual { background: var(--primary); }

.switch-handle {
  display: block;
  width: 22px;
  height: 22px;
  background: var(--white);
  border-radius: 50%;
  transition: transform 0.25s ease;
}

.pricing-switch.annual .switch-handle { transform: translateX(22px); }

.pricing-cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: center;
  width: 100%;
}

.pricing-card {
  padding: 30px;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 100%;
}

.popular-card {
  border: 2px solid var(--primary);
  box-shadow: var(--shadow-glow);
  transform: scale(1.03);
}

.popular-glow-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--primary-gradient);
  color: var(--white);
  font-size: 10px;
  font-weight: 900;
  padding: 3px 12px;
  border-radius: var(--radius-full);
  white-space: nowrap;
}

.card-tier-title { font-size: 20px; font-weight: 900; }
.card-tier-desc { font-size: 12px; color: var(--text-muted); margin-top: 2px; min-height: 34px; }

.card-price {
  display: flex;
  align-items: baseline;
  margin: 14px 0 2px;
}

.card-price .currency { font-size: 20px; font-weight: 800; }
.card-price .amount { font-size: 42px; font-weight: 900; letter-spacing: -0.04em; }
.card-price .period { font-size: 13px; color: var(--text-muted); margin-left: 4px; }
.billing-note { font-size: 11px; color: var(--text-light); }

.pricing-features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 13px;
}

.pricing-features-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pricing-features-list li span { color: var(--emerald-success); font-weight: 900; }

/* ==========================================================================
   7. FAQ Section
   ========================================================================== */
.faq-section {
  padding: 70px 0;
  width: 100%;
}

.faq-accordion-list {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 100%;
}

.faq-item {
  border-radius: var(--radius-md);
  overflow: hidden;
  max-width: 100%;
}

.faq-question {
  padding: 18px 20px;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  list-style: none;
}

.faq-icon {
  font-size: 18px;
  font-weight: 700;
  color: var(--primary);
  transition: transform 0.25s ease;
}

details[open] .faq-icon { transform: rotate(45deg); }

.faq-answer {
  padding: 0 20px 18px;
  font-size: 13.5px;
  color: var(--text-body);
  line-height: 1.65;
}

.faq-answer code {
  background: #F1F5F9;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  color: var(--primary);
}

/* ==========================================================================
   8. Pre-Footer CTA & Footer
   ========================================================================== */
.pre-footer-cta {
  padding: 50px 0 80px;
  width: 100%;
}

.cta-inner-card {
  padding: 50px 24px;
  text-align: center;
  background: linear-gradient(135deg, #09090E 0%, #161622 100%);
  color: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  width: 100%;
}

.cta-inner-card h2 {
  color: var(--white);
  font-size: 2.2rem;
  max-width: 760px;
  margin: 0 auto 10px;
}

.cta-inner-card p {
  color: #94A3B8;
  margin-bottom: 24px;
}

/* ==========================================================================
   HAQQIMIZDA VƏ MİSSİYAMIZ (About Us Section Styles)
   ========================================================================== */
.about-section {
  padding: 80px 0 60px;
  position: relative;
  z-index: 1;
  width: 100%;
}

.about-cards-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-bottom: 32px;
  width: 100%;
}

.about-card {
  padding: 28px 24px;
  border-radius: var(--radius-xl);
  display: flex;
  flex-direction: column;
  gap: 14px;
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--border-glass);
  box-shadow: var(--shadow-sm);
  transition: var(--transition);
}

.about-card:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 81, 0, 0.4);
  box-shadow: var(--shadow-lg);
}

.about-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 800;
}

.about-card h3 {
  font-size: 1.15rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.3;
}

.about-card p {
  font-size: 13.5px;
  line-height: 1.6;
  color: var(--text-muted);
  margin: 0;
  flex: 1;
}

.about-card-stat {
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.about-card-stat strong {
  font-size: 18px;
  font-weight: 900;
  color: var(--primary);
}

.about-card-stat span {
  font-size: 11.5px;
  color: var(--text-muted);
  font-weight: 600;
}

.about-stats-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  padding: 24px 32px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 245, 240, 0.9) 100%);
  border: 1px solid rgba(255, 81, 0, 0.25);
  box-shadow: var(--shadow-md);
  width: 100%;
}

.about-stat-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.about-stat-num {
  font-size: 2rem;
  font-weight: 900;
  font-family: 'Outfit', sans-serif;
  color: var(--text-main);
  letter-spacing: -0.02em;
}

.about-stat-label {
  font-size: 12px;
  font-weight: 700;
  color: var(--text-muted);
}

.about-stat-divider {
  width: 1px;
  height: 40px;
  background: var(--border-light);
  margin: 0 auto;
}

/* ==========================================================================
   8. Pre-Footer CTA & Super Desktop Footer
   ========================================================================== */
.pre-footer-cta {
  padding: 50px 0 60px;
  width: 100%;
}

.cta-inner-card {
  padding: 50px 24px;
  text-align: center;
  background: linear-gradient(135deg, #09090E 0%, #161622 100%);
  color: var(--white);
  border-radius: var(--radius-xl);
  box-shadow: var(--shadow-xl);
  width: 100%;
}

.cta-inner-card h2 {
  color: var(--white);
  font-size: 2.2rem;
  max-width: 760px;
  margin: 0 auto 10px;
}

.cta-inner-card p {
  color: #94A3B8;
  margin-bottom: 24px;
}

/* DESKTOP SUPER FOOTER */
.main-footer {
  background: #09090E;
  color: #94A3B8;
  padding: 50px 0 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  width: 100%;
  position: relative;
  z-index: 10;
}

.footer-top-brand-card {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-xl);
  padding: 28px 32px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.ft-brand-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
  max-width: 620px;
}

.ft-brand-tagline {
  font-size: 13.5px;
  line-height: 1.6;
  color: #94A3B8;
  margin: 0;
}

.ft-brand-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

.ft-status-card {
  display: flex;
  align-items: center;
  gap: 10px;
  background: rgba(16, 185, 129, 0.08);
  border: 1px solid rgba(16, 185, 129, 0.25);
  padding: 8px 14px;
  border-radius: var(--radius-md);
}

.footer-nav-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 40px;
  width: 100%;
}

.footer-column h4 {
  color: var(--white);
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 16px;
  letter-spacing: -0.01em;
}

.footer-column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.footer-column a {
  font-size: 13.5px;
  color: #94A3B8;
  font-weight: 500;
  transition: var(--transition);
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.footer-column a:hover {
  color: #FFFFFF;
  transform: translateX(3px);
}

.hiring-badge {
  background: var(--emerald-success);
  color: var(--white);
  font-size: 9px;
  font-weight: 800;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 4px;
}

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

.footer-bottom-brand p {
  font-size: 12.5px;
  color: #64748B;
  margin: 0;
}

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

.footer-social-link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 13px;
  transition: var(--transition);
}

.footer-social-link:hover {
  background: var(--primary);
  transform: translateY(-2px);
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--border-light);
  color: var(--text-main);
  box-shadow: var(--shadow-md);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transition: var(--transition);
}

/* ==========================================================================
   9. RESPONSIVE BREAKPOINTS & MOBILE FOOTER EMBEDDING RULES
   ========================================================================== */
@media (max-width: 1080px) {
  .hero-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .hero-left {
    order: 2;
  }
  .hero-right {
    order: 1;
  }
  .about-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-cards-grid {
    grid-template-columns: 1fr;
  }
  .popular-card {
    transform: none;
  }
  .reviews-grid {
    grid-template-columns: 1fr 1fr;
  }
  .footer-nav-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBİLDƏ SAYTIN ALT FOOTER-İNİ GİZLƏT (MOBİLDƏ BURGER MENYUNUN İÇİNDƏDİR) */
@media (max-width: 991px) {
  .main-footer {
    display: none !important;
  }
  .desktop-nav, .nav-actions {
    display: none !important;
  }
  .mobile-menu-toggle {
    display: flex !important;
  }
}

@media (max-width: 768px) {
  /* Ambient glow hidden to avoid any viewport distortion on phones */
  .ambient-glow {
    display: none !important;
  }

  html, body {
    overflow-x: hidden !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  .container {
    padding: 0 16px !important;
    max-width: 100% !important;
    width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
  }

  /* Navbar */
  .navbar {
    height: 60px;
  }
  .navbar-container {
    height: 60px;
    padding: 0 14px;
  }
  .logo {
    font-size: 20px;
  }
  
  /* Top Product Bar */
  .product-bar {
    padding: 6px 12px;
    font-size: 11px;
    line-height: 1.35;
    text-align: center;
    overflow: hidden;
  }
  .product-bar-content {
    gap: 5px;
    justify-content: center;
  }

  /* Hero Section */
  .hero-section {
    padding: 24px 0 44px;
    overflow: hidden;
  }
  .hero-container {
    gap: 28px;
    width: 100%;
  }
  .hero-right {
    align-items: center;
    text-align: center;
    gap: 14px;
    width: 100%;
  }
  .hero-badge-pill {
    margin: 0 auto;
    font-size: 11px;
    padding: 4px 10px;
    max-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .hero-title {
    font-size: clamp(1.75rem, 6.2vw, 2.3rem);
    line-height: 1.15;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    word-break: break-word;
  }
  .hero-subtitle {
    font-size: 0.95rem;
    text-align: center;
    margin: 0 auto;
    line-height: 1.5;
  }
  
  /* Feature Buttons on Mobile */
  .hero-feature-buttons {
    width: 100%;
    gap: 8px;
  }
  .hero-feature-btn {
    padding: 10px 12px;
    border-radius: 12px;
    width: 100%;
    box-sizing: border-box;
  }
  .btn-text strong {
    font-size: 13px;
  }
  .btn-text small {
    font-size: 10.5px;
  }

  .hero-badges {
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 11.5px;
  }
  .hero-social-proof {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 8px;
  }

  /* Chat Simulator on Mobile */
  .hero-left {
    width: 100%;
  }
  .hero-visual-card {
    padding: 12px;
    border-radius: 18px;
    width: 100%;
    box-sizing: border-box;
  }
  .mockup-header {
    padding: 10px 12px;
  }
  .mockup-avatar {
    width: 36px;
    height: 36px;
    font-size: 12px;
  }
  .agent-title-row h4 {
    font-size: 13px;
  }
  .mockup-body {
    padding: 12px;
    min-height: auto;
    gap: 8px;
    width: 100%;
  }
  .chat-bubble {
    font-size: 12px;
    padding: 10px 12px;
    max-width: 92%;
  }
  .chat-product-card {
    padding: 8px 10px;
    gap: 8px;
    width: 100%;
    box-sizing: border-box;
  }
  .product-thumb {
    width: 38px;
    height: 38px;
    font-size: 22px;
  }
  .product-meta h5 {
    font-size: 12px;
  }
  .current-price {
    font-size: 13px;
  }
  .floating-stat-badge, .hero-timer-circle {
    display: none !important;
  }

  /* About Section on Mobile */
  .about-section {
    padding: 44px 0;
  }
  .about-cards-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .about-stats-row {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding: 20px 16px;
  }
  .about-stat-divider {
    display: none;
  }

  /* Reviews & Sections */
  .reviews-section, .pricing-teaser-section, .faq-section {
    padding: 44px 0;
    overflow: hidden;
  }
  .section-header {
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .section-heading {
    font-size: 1.85rem;
    line-height: 1.18;
  }
  .section-desc {
    font-size: 0.95rem;
  }

  .pricing-card, .review-card {
    padding: 20px 14px;
    border-radius: 18px;
    width: 100%;
    box-sizing: border-box;
  }

  /* Reviews */
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 14px;
    width: 100%;
  }

  /* Pricing */
  .pricing-cards-grid {
    grid-template-columns: 1fr;
    gap: 18px;
    width: 100%;
  }
  .card-price .amount {
    font-size: 38px;
  }

  .cta-inner-card h2 {
    font-size: 1.65rem;
  }
  .cta-inner-card {
    padding: 32px 16px;
    border-radius: 18px;
    width: 100%;
  }
}

@media (max-width: 480px) {
  .hero-title {
    font-size: 1.7rem;
  }
  .section-heading {
    font-size: 1.55rem;
  }
  .about-stats-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .container {
    padding: 0 12px !important;
  }
}

/* ==========================================================================
   10. DEDICATED PAGES: HAQQIMIZDA (ABOUT) & MƏXFİLİK SİYASƏTİ (PRIVACY)
   ========================================================================== */
.page-hero-header {
  padding: 60px 0 40px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.breadcrumb-nav {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid var(--border-light);
  padding: 6px 14px;
  border-radius: var(--radius-full);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--text-muted);
  margin-bottom: 20px;
  box-shadow: var(--shadow-xs);
}

.breadcrumb-nav a {
  color: var(--text-main);
  transition: var(--transition);
}

.breadcrumb-nav a:hover {
  color: var(--primary);
}

.breadcrumb-nav .sep {
  color: #CBD5E1;
}

.page-hero-title {
  font-size: clamp(2.2rem, 5vw, 3.4rem);
  font-weight: 900;
  line-height: 1.15;
  color: var(--text-main);
  max-width: 860px;
  margin: 0 auto 16px;
  letter-spacing: -0.03em;
}

.page-hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: var(--text-muted);
  max-width: 680px;
  margin: 0 auto 28px;
}

/* Story and Architecture Cards */
.story-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 36px;
  align-items: center;
  margin: 40px 0 70px;
}

.story-text-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.story-text-content h3 {
  font-size: 1.85rem;
  font-weight: 800;
  color: var(--text-main);
  line-height: 1.25;
}

.story-text-content p {
  font-size: 14.5px;
  line-height: 1.7;
  color: var(--text-body);
}

.story-feature-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
  padding: 0;
}

.story-feature-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: var(--text-main);
}

.story-feature-list li span.check {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--emerald-light);
  color: var(--emerald-success);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  flex-shrink: 0;
  margin-top: 2px;
}

.story-visual-card {
  padding: 30px;
  border-radius: var(--radius-xl);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 245, 240, 0.95) 100%);
  border: 1px solid rgba(255, 81, 0, 0.2);
  box-shadow: var(--shadow-lg);
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.visual-metric-badge {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  background: #FFFFFF;
  border-radius: var(--radius-md);
  border: 1px solid #E2E8F0;
  box-shadow: var(--shadow-sm);
}

.visual-metric-badge .v-icon {
  font-size: 24px;
}

.visual-metric-badge strong {
  font-size: 16px;
  color: var(--text-main);
  display: block;
}

.visual-metric-badge span {
  font-size: 12px;
  color: var(--text-muted);
}

/* Privacy Policy Layout */
.privacy-container-wrap {
  max-width: 920px;
  margin: 0 auto 80px;
}

.privacy-card-section {
  padding: 36px 40px;
  border-radius: var(--radius-xl);
  margin-bottom: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.privacy-card-header {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid var(--border-light);
  padding-bottom: 14px;
}

.privacy-card-header .p-num {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  background: linear-gradient(135deg, #FF5100, #FF7A00);
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  font-size: 15px;
  box-shadow: 0 4px 12px rgba(255, 81, 0, 0.3);
}

.privacy-card-header h3 {
  font-size: 1.35rem;
  font-weight: 800;
  color: var(--text-main);
  margin: 0;
}

.privacy-card-section p {
  font-size: 14.5px;
  line-height: 1.75;
  color: var(--text-body);
  margin: 0;
}

.privacy-card-section ul {
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.privacy-card-section li {
  font-size: 14px;
  color: var(--text-body);
  line-height: 1.6;
}

.security-badge-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-bottom: 40px;
}

.sec-badge-item {
  padding: 20px 16px;
  text-align: center;
  border-radius: var(--radius-lg);
  background: #FFFFFF;
  border: 1px solid var(--border-light);
  box-shadow: var(--shadow-sm);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  transition: var(--transition);
}

.sec-badge-item:hover {
  transform: translateY(-3px);
  border-color: rgba(255, 81, 0, 0.35);
}

.sec-badge-item .s-icon {
  font-size: 28px;
}

.sec-badge-item strong {
  font-size: 14px;
  color: var(--text-main);
}

.sec-badge-item span {
  font-size: 11px;
  color: var(--text-muted);
}

@media (max-width: 991px) {
  .story-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .security-badge-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .privacy-card-section {
    padding: 24px 20px;
  }
}

/* ==========================================================================
   AUTHENTICATION PAGES (Register & Login) - Pixel-Perfect Matching Reference
   ========================================================================== */
.auth-page-body {
  min-height: 100vh;
  min-height: 100dvh;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  color: #0F172A;
}

.auth-nav-top {
  position: absolute;
  top: 24px;
  left: 28px;
  z-index: 100;
}

.auth-card {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.auth-header {
  text-align: center;
  margin-bottom: 22px;
}

.auth-heading {
  font-size: 25px;
  font-weight: 800;
  color: #0F172A;
  margin: 0 0 6px 0;
  letter-spacing: -0.03em;
  text-align: center;
}

.auth-subheading {
  font-size: 15px;
  color: #475569;
  margin: 0;
  font-weight: 400;
  text-align: center;
}

.auth-social-stack {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 18px;
}

.auth-social-btn {
  height: 46px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #CBD5E1;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 600;
  color: #0F172A;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}

.auth-social-btn:hover {
  background: #F8FAFC;
  border-color: #94A3B8;
  transform: translateY(-1px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.auth-social-btn svg,
.auth-social-btn img {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.auth-divider {
  display: flex;
  align-items: center;
  margin: 10px 0 20px;
  position: relative;
  text-align: center;
}

.auth-divider::before,
.auth-divider::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #E2E8F0;
}

.auth-divider span {
  padding: 0 14px;
  font-size: 12.5px;
  color: #64748B;
  font-weight: 500;
  text-transform: lowercase;
}

.auth-form-group {
  margin-bottom: 16px;
  text-align: left;
}

.auth-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.auth-label {
  font-size: 13px;
  font-weight: 600;
  color: #0F172A;
  display: block;
}

.auth-label-red {
  color: #C60000;
}

.auth-forgot-link {
  font-size: 12.5px;
  color: #0284C7;
  font-weight: 600;
  text-decoration: none;
}

.auth-forgot-link:hover {
  text-decoration: underline;
}

.auth-input-wrap {
  position: relative;
  width: 100%;
}

.auth-input {
  width: 100%;
  height: 48px;
  border: 1px solid #94A3B8;
  border-radius: 8px;
  padding: 0 14px;
  font-size: 14.5px;
  color: #0F172A;
  background: #FFFFFF;
  transition: all 0.2s ease;
  font-family: inherit;
}

.auth-input:focus {
  border: 2px solid #2563EB;
  outline: none;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
  padding: 0 13px;
}

.auth-input::placeholder {
  color: #94A3B8;
}

.auth-input.has-icon-right {
  padding-right: 42px;
}

.auth-input.prefilled {
  background: #F1F5F9;
  color: #334155;
  font-weight: 500;
}

.auth-eye-btn {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #475569;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.auth-eye-btn:hover {
  color: #0F172A;
}

/* Password Criteria 4-Item Grid */
.auth-pass-criteria {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin: 10px 0 16px;
}

.crit-item {
  font-size: 12px;
  color: #64748B;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.crit-item .crit-icon {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1.5px solid #94A3B8;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.crit-item.valid {
  color: #10B981;
  font-weight: 600;
}

.crit-item.valid .crit-icon {
  border-color: #10B981;
  background: #10B981;
  color: #FFFFFF;
}

/* Phone Input with Azerbaijan Flag */
.auth-phone-group {
  display: flex;
  align-items: center;
  width: 100%;
  height: 48px;
  border: 1px solid #94A3B8;
  border-radius: 8px;
  background: #FFFFFF;
  overflow: hidden;
  transition: all 0.2s ease;
}

.auth-phone-group:focus-within {
  border: 2px solid #2563EB;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.12);
}

.auth-flag-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 12px;
  background: #F8FAFC;
  border-right: 1px solid #E2E8F0;
  height: 100%;
  font-size: 14px;
  color: #334155;
  user-select: none;
}

.auth-phone-input {
  flex: 1;
  height: 100%;
  border: none;
  outline: none;
  padding: 0 12px;
  font-size: 14.5px;
  color: #0F172A;
  background: transparent;
  font-family: inherit;
}

/* Primary CTA Buttons */
.btn-auth-red {
  height: 48px;
  width: 100%;
  background: #C60000;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.btn-auth-red:hover {
  background: #B00000;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(198, 0, 0, 0.25);
}

.btn-auth-dark {
  height: 48px;
  width: 100%;
  background: #18181B;
  color: #FFFFFF;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 10px;
}

.btn-auth-dark:hover {
  background: #09090B;
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

/* Footer Bottom Links */
.auth-footer {
  text-align: center;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.auth-switch-text {
  font-size: 14px;
  color: #0F172A;
}

.auth-switch-text a {
  color: #0284C7;
  font-weight: 600;
  text-decoration: none;
}

.auth-switch-text a:hover {
  text-decoration: underline;
}

.auth-terms-text {
  font-size: 12px;
  color: #64748B;
  line-height: 1.5;
  margin: 0;
}

.auth-terms-text a {
  color: #0284C7;
  text-decoration: none;
}

.auth-terms-text a:hover {
  text-decoration: underline;
}

.auth-sso-link {
  font-size: 13.5px;
  color: #0284C7;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  margin-top: 4px;
}

.auth-sso-link:hover {
  text-decoration: underline;
}

/* ==========================================================================
   ✨ PIKSO AI ANIMATED NAVBAR BUTTON & AI MODELS SHOWCASE MODAL
   ========================================================================== */
.btn-pikso-ai-nav {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: linear-gradient(135deg, rgba(255, 81, 0, 0.08) 0%, rgba(124, 58, 237, 0.12) 100%), #FFFFFF;
  border: 1.5px solid transparent;
  background-clip: padding-box;
  position: relative;
  padding: 6px 14px;
  border-radius: 999px;
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-size: 13px;
  font-weight: 800;
  color: #0F172A;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(255, 81, 0, 0.12), 0 0 0 1px rgba(255, 81, 0, 0.15);
  transition: all 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
  overflow: hidden;
}

.btn-pikso-ai-nav::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(90deg, #FF5100, #7C3AED, #2563EB, #FF5100);
  background-size: 300% 300%;
  border-radius: 999px;
  z-index: -1;
  animation: borderRotatePikso 4s linear infinite;
}

@keyframes borderRotatePikso {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.btn-pikso-ai-nav:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 8px 24px rgba(255, 81, 0, 0.28), 0 0 20px rgba(124, 58, 237, 0.2);
  color: #FF5100;
}

.ai-sparkle-icon {
  font-size: 14px;
  animation: sparkleTwinkle 1.8s ease-in-out infinite;
  display: inline-block;
}

@keyframes sparkleTwinkle {
  0%, 100% { transform: scale(1) rotate(0deg); opacity: 1; }
  50% { transform: scale(1.25) rotate(15deg); opacity: 0.85; }
}

.ai-badge-pulse {
  background: linear-gradient(135deg, #FF5100 0%, #E64800 100%);
  color: #FFFFFF;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  padding: 2px 7px;
  border-radius: 999px;
  letter-spacing: 0.05em;
  box-shadow: 0 2px 8px rgba(255, 81, 0, 0.4);
}

/* AI Models Showcase Modal */
.pikso-ai-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 11, 20, 0.72);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  z-index: 99999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.pikso-ai-modal-overlay.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.pikso-ai-modal-card {
  width: 100%;
  max-width: 860px;
  max-height: 90vh;
  background: #FFFFFF;
  border: 1px solid #E2E8F0;
  border-radius: 28px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 81, 0, 0.15);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  transform: scale(0.92) translateY(20px);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.pikso-ai-modal-overlay.active .pikso-ai-modal-card {
  transform: scale(1) translateY(0);
}

.ai-modal-header {
  padding: 24px 30px;
  background: linear-gradient(135deg, rgba(255, 81, 0, 0.05) 0%, rgba(124, 58, 237, 0.05) 100%), #FFFFFF;
  border-bottom: 1px solid #F1F5F9;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ai-modal-header-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ai-modal-logo {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: #FFF7ED;
  border: 1px solid #FFEDD5;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}

.ai-modal-title h3 {
  font-size: 20px;
  font-weight: 900;
  color: #0F172A;
  margin: 0 0 3px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}

.ai-modal-title p {
  font-size: 13px;
  color: #64748B;
  margin: 0;
}

.ai-modal-close-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #F1F5F9;
  border: none;
  font-size: 16px;
  color: #64748B;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}

.ai-modal-close-btn:hover {
  background: #E2E8F0;
  color: #0F172A;
  transform: scale(1.1);
}

.ai-modal-body {
  padding: 28px 30px;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.ai-models-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 18px;
}

.ai-model-card {
  background: #FAFAFC;
  border: 1.5px solid #E2E8F0;
  border-radius: 20px;
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.24s ease;
  position: relative;
  overflow: hidden;
}

.ai-model-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #FF5100, #7C3AED);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.ai-model-card:hover {
  background: #FFFFFF;
  border-color: #FF5100;
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(255, 81, 0, 0.12);
}

.ai-model-card:hover::before {
  opacity: 1;
}

.ai-model-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
}

.ai-model-avatar {
  width: 48px;
  height: 48px;
  border-radius: 16px;
  object-fit: cover;
  background: #FFFFFF;
  border: 1.5px solid #E2E8F0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.ai-model-badge-row {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 4px;
}

.ai-model-badge {
  font-size: 10px;
  font-weight: 800;
  padding: 2px 8px;
  border-radius: 6px;
  background: #FFF7ED;
  color: #EA580C;
  border: 1px solid #FFEDD5;
}

.ai-model-name {
  font-size: 15.5px;
  font-weight: 800;
  color: #0F172A;
  margin: 0;
}

.ai-model-desc {
  font-size: 12.5px;
  color: #64748B;
  line-height: 1.55;
  margin: 0 0 16px 0;
}

.ai-model-category-tag {
  font-size: 11px;
  color: #7C3AED;
  font-weight: 700;
  margin-bottom: 14px;
  display: block;
}

.btn-test-ai-model {
  width: 100%;
  padding: 10px 14px;
  background: #0F172A;
  color: #FFFFFF;
  border: none;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s;
}

.btn-test-ai-model:hover {
  background: #FF5100;
  box-shadow: 0 6px 18px rgba(255, 81, 0, 0.35);
  transform: translateY(-1px);
}
