/* geist-sans-latin-400-normal */
@font-face {
  font-family: 'Geist Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/assets/geist-sans-latin-400-normal-gapTbOY8.woff2) format('woff2'), url(/assets/geist-sans-latin-400-normal-BOaIZNA2.woff) format('woff');
}/* geist-sans-latin-500-normal */
@font-face {
  font-family: 'Geist Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/assets/geist-sans-latin-500-normal-uokXdC-Q.woff2) format('woff2'), url(/assets/geist-sans-latin-500-normal-CN2lyvyL.woff) format('woff');
}/* geist-sans-latin-600-normal */
@font-face {
  font-family: 'Geist Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/assets/geist-sans-latin-600-normal-DFOURf8L.woff2) format('woff2'), url(/assets/geist-sans-latin-600-normal-CA1yjETN.woff) format('woff');
}/* geist-sans-latin-700-normal */
@font-face {
  font-family: 'Geist Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/assets/geist-sans-latin-700-normal-BmN9tIp5.woff2) format('woff2'), url(/assets/geist-sans-latin-700-normal-CjScfYeH.woff) format('woff');
}/* geist-sans-latin-800-normal */
@font-face {
  font-family: 'Geist Sans';
  font-style: normal;
  font-display: swap;
  font-weight: 800;
  src: url(/assets/geist-sans-latin-800-normal-EH2RlpXL.woff2) format('woff2'), url(/assets/geist-sans-latin-800-normal-XNjooQKs.woff) format('woff');
}:root {
  /* Dark Theme (Default) */
  --bg-primary: #000000;
  --bg-secondary: #0a0a0a;
  
  /* Soft Emerald */
  --accent-primary: #116D4F;
  --accent-primary-hover: #0B4A36;
  --accent-secondary: #0B4A36; 
  --accent-glow: transparent;
  --text-highlight: #34d399;
  
  --text-primary: #f1f5f9;
  --text-secondary: #a1a1aa;
  --text-muted: #71717a;
  
  /* Glassmorphism Tokens - Sharper */
  --glass-bg: rgba(0, 0, 0, 0.6);
  --glass-border: rgba(255, 255, 255, 0.15);
  --glass-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.4);

  /* Richer shadows */
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.2);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.3);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.5);
  --shadow-glow: none;
  
  --space-xs: clamp(0.25rem, 1.5vw, 0.5rem);
  --space-sm: clamp(1rem, 3vw, 1.5rem);
  --space-md: clamp(2rem, 5vw, 3rem);
  --space-lg: clamp(3rem, 7vw, 5rem);
  --space-xl: clamp(4rem, 10vw, 8rem);
  
  --radius-sm: 8px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --radius-xl: 32px;
  --radius-full: 9999px;
  
  --transition-fast: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-normal: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  --transition-slow: 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  --transition-bounce: 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.light-theme {
  /* Light Theme Overrides */
  --bg-primary: #ffffff;
  --bg-secondary: #f8fafc;
  
  --text-primary: #0f172a;
  --text-secondary: #334155;
  --text-muted: #475569;
  
  --accent-glow: rgba(17, 109, 79, 0.25);
  --text-highlight: var(--accent-primary);
  
  --glass-bg: rgba(255, 255, 255, 0.72);
  --glass-border: rgba(0, 0, 0, 0.07);
  --glass-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.06);
  
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-md: 0 8px 24px rgba(0, 0, 0, 0.09);
  --shadow-lg: 0 20px 48px rgba(0, 0, 0, 0.12);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: var(--bg-secondary);
}
::-webkit-scrollbar-thumb {
  background: rgba(17, 109, 79, 0.3);
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--accent-primary);
}



html, body {
  font-family: 'Geist Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background-color: var(--bg-primary);
  color: var(--text-primary);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  width: 100%;
  letter-spacing: -0.01em;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)' opacity='0.04'/%3E%3C/svg%3E");
}

h1, h2, h3, h4 {
  font-family: 'Geist Sans', sans-serif;
  line-height: 1.15;
  letter-spacing: -0.03em;
  font-weight: 700;
}

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

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

ul {
  list-style: none;
}

/* Accessibility Focus States */
*:focus-visible {
  outline: 2px solid var(--accent-primary);
  outline-offset: 4px;
  border-radius: 4px;
}

/* Utilities */
.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 var(--space-sm);
}

@media (min-width: 768px) {
  .container {
    padding: 0 var(--space-md);
  }
}

.text-gradient {
  background: linear-gradient(135deg, var(--text-primary) 0%, var(--accent-secondary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.text-gradient-green {
  background: linear-gradient(135deg, #10b981 0%, #047857 50%, var(--accent-primary) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  padding-bottom: 0.1em;
}

.brand-text {
  font-weight: 800;
  background: linear-gradient(135deg, var(--accent-primary) 0%, #059669 50%, #34d399 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  display: inline-block;
  padding: 0 0.1em;
  letter-spacing: -0.03em;
}

/* Glassmorphism Utility Upgrade */
.glass-panel {
  background: var(--glass-bg);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid var(--glass-border);
  box-shadow: var(--glass-shadow);
  border-radius: var(--radius-md);
  position: relative;
  z-index: 1;
}

/* 3D Premium Card Hover Effect */
.premium-card-hover {
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
  transform-style: preserve-3d;
}

.premium-card-hover:hover {
  transform: perspective(1000px) rotateX(2deg) rotateY(-1deg) translateY(-8px);
  box-shadow: 
    0 24px 48px -12px rgba(17, 109, 79, 0.18),
    0 12px 24px -6px rgba(0, 0, 0, 0.09),
    inset 0 0 0 1px rgba(255, 255, 255, 0.8);
  border-color: rgba(17, 109, 79, 0.2);
}

/* Floating Orb Decorator - De-vibecoded */
.orb {
  display: none;
}

.orb--green {
  display: none;
}

.orb--teal {
  display: none;
}

.orb--blue {
  display: none;
}

/* Shimmer animation utility */
@keyframes shimmer {
  0% { background-position: -200% center; }
  100% { background-position: 200% center; }
}

.shimmer-text {
  background: linear-gradient(
    90deg,
    var(--accent-primary) 0%,
    #34d399 25%,
    var(--accent-primary) 50%,
    #059669 75%,
    var(--accent-primary) 100%
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: shimmer 4s linear infinite;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  border-radius: var(--radius-full);
  font-weight: 600;
  font-size: 1rem;
  transition: all var(--transition-normal);
  cursor: pointer;
  border: none;
  text-decoration: none;
  letter-spacing: 0.02em;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.btn::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.15);
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  transition: transform 0.5s ease-out;
  z-index: -1;
  pointer-events: none;
}

.btn:active::after {
  transform: translate(-50%, -50%) scale(1);
  transition: 0s;
}

.btn:active {
  transform: scale(0.96);
}

.btn--primary {
  background: linear-gradient(135deg, var(--accent-primary) 0%, #059669 100%);
  color: #ffffff;
  box-shadow: 0 4px 16px rgba(17, 109, 79, 0.3), 0 1px 3px rgba(0,0,0,0.1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.btn--outline {
  background-color: transparent;
  color: var(--text-primary);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(8px);
}

@media (hover: hover) {
  .btn--primary:hover {
    background: linear-gradient(135deg, var(--accent-primary-hover) 0%, #047857 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(17, 109, 79, 0.45), 0 0 0 4px rgba(17, 109, 79, 0.1);
  }

  .btn--outline:hover {
    background-color: rgba(0, 0, 0, 0.04);
    border-color: rgba(17, 109, 79, 0.3);
    color: var(--accent-primary);
  }
}

/* Loading Spinner */
.spinner {
  animation: rotate 2s linear infinite;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.spinner .path {
  stroke: currentColor;
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}
@keyframes rotate {
  100% { transform: rotate(360deg); }
}
@keyframes dash {
  0% { stroke-dasharray: 1, 150; stroke-dashoffset: 0; }
  50% { stroke-dasharray: 90, 150; stroke-dashoffset: -35; }
  100% { stroke-dasharray: 90, 150; stroke-dashoffset: -124; }
}

/* Logo Pulse Animation for Buttons */
.logo-pulse {
  animation: heartbeat 1.5s ease-in-out infinite;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
@keyframes heartbeat {
  0% { transform: scale(1); }
  14% { transform: scale(1.2); }
  28% { transform: scale(1); }
  42% { transform: scale(1.2); }
  70% { transform: scale(1); }
  100% { transform: scale(1); }
}

/* Animated section divider */
.section-divider {
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, transparent, var(--accent-primary), transparent);
  opacity: 0.25;
  margin: 0;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
}
  .premium-card-hover:hover {
    transform: none !important;
    box-shadow: none !important;
  }
}

/* Dark Theme Overrides dynamically handled via class now *//* Language Switcher */
.lang-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.lang-switcher__trigger {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.4rem 0.75rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-full);
  color: var(--text-secondary);
  font-size: 0.82rem;
  font-weight: 600;
  cursor: pointer;
  transition: all var(--transition-fast);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-family: 'Inter', sans-serif;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.lang-switcher__trigger:hover {
  color: var(--accent-primary);
  border-color: var(--accent-primary);
  background: rgba(17, 109, 79, 0.06);
  box-shadow: 0 0 0 3px rgba(17, 109, 79, 0.08);
}

.lang-switcher__globe {
  display: flex;
  align-items: center;
  opacity: 0.7;
}

.lang-switcher__chevron {
  display: flex;
  align-items: center;
  transition: transform var(--transition-fast);
}

.lang-switcher__chevron.open {
  transform: rotate(180deg);
}

/* Dropdown */
.lang-switcher__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 160px;
  background: var(--bg-primary);
  border: 1px solid var(--glass-border);
  border-radius: var(--radius-md);
  box-shadow:
    0 20px 40px rgba(0, 0, 0, 0.12),
    0 4px 12px rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 0.4rem;
  list-style: none;
  margin: 0;
  z-index: 2000;
  animation: langDropIn 0.18s cubic-bezier(0.16, 1, 0.3, 1);
  transform-origin: top right;
}

@keyframes langDropIn {
  from {
    opacity: 0;
    transform: scale(0.92) translateY(-6px);
  }
  to {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

.lang-switcher__option {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.6rem 0.75rem;
  border-radius: var(--radius-sm);
  cursor: pointer;
  font-size: 0.9rem;
  font-weight: 500;
  color: var(--text-secondary);
  transition: all var(--transition-fast);
  user-select: none;
}

.lang-switcher__option:hover {
  background: rgba(17, 109, 79, 0.07);
  color: var(--accent-primary);
}

.lang-switcher__option.active {
  color: var(--accent-primary);
  background: rgba(17, 109, 79, 0.08);
  font-weight: 600;
}

.lang-switcher__flag {
  font-size: 1.1rem;
  line-height: 1;
}

.lang-switcher__full-label {
  flex: 1;
}

.lang-switcher__check {
  color: var(--accent-primary);
  font-size: 0.8rem;
  font-weight: 700;
}

/* Mobile: show in mobile menu too */
@media (max-width: 900px) {
  .lang-switcher__trigger {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
  }

  .lang-switcher__dropdown {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    transform-origin: top center;
  }

  @keyframes langDropIn {
    from {
      opacity: 0;
      transform: translateX(-50%) scale(0.92) translateY(-6px);
    }
    to {
      opacity: 1;
      transform: translateX(-50%) scale(1) translateY(0);
    }
  }
}
.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1.4rem 0;
  transition: all var(--transition-slow);
  background: transparent;
}

.navbar--scrolled {
  padding: 0.85rem 0;
  background: var(--glass-bg);
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07), 0 1px 0 var(--glass-border);
}

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

.navbar__brand {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  z-index: 1001; /* Keep above mobile menu */
  transition: opacity var(--transition-fast);
}

.navbar__brand:hover {
  opacity: 0.85;
}

.navbar__logo-img {
  height: 32px;
  width: auto;
}

.navbar__brand-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--text-primary);
  letter-spacing: -0.02em;
}

.navbar__nav {
  display: flex;
  align-items: center;
}

.navbar__links {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Nav link with animated underline */
.navbar__link {
  color: var(--text-secondary);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color var(--transition-fast);
  position: relative;
  padding-bottom: 2px;
}

.navbar__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--accent-primary), #34d399);
  border-radius: 2px;
  transition: width var(--transition-normal);
}

.navbar__link:hover {
  color: var(--accent-primary);
}

.navbar__link:hover::after,
.navbar__link.active::after {
  width: 100%;
}

.navbar__link.active {
  color: var(--accent-primary);
  font-weight: 600;
}

.navbar__cta {
  padding: 0.5rem 1.25rem;
  font-size: 0.9rem;
  margin-left: 0.5rem;
}

.theme-toggle-btn {
  background: transparent;
  border: none;
  color: var(--text-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-right: 0.5rem;
}

.theme-toggle-btn:hover {
  background: var(--glass-bg);
  color: var(--accent-primary);
}

.theme-toggle-btn svg {
  transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.theme-toggle-btn:hover svg {
  transform: rotate(15deg) scale(1.1);
}

@media (max-width: 480px) {
  .navbar__sticky-cta {
    display: none !important;
  }
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 26px;
  height: 18px;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1001;
  padding: 0;
  position: relative;
}

.mobile-toggle::after {
  content: '';
  position: absolute;
  top: -14px;
  right: -14px;
  bottom: -14px;
  left: -14px;
}

.mobile-toggle span {
  width: 100%;
  height: 2px;
  background-color: var(--text-primary);
  transition: all 0.35s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  border-radius: 2px;
}

.mobile-toggle span:nth-child(1) { width: 100%; }
.mobile-toggle span:nth-child(2) { width: 80%; }
.mobile-toggle span:nth-child(3) { width: 60%; }

.mobile-toggle:hover span { background-color: var(--accent-primary); }
.mobile-toggle:hover span:nth-child(2) { width: 100%; }
.mobile-toggle:hover span:nth-child(3) { width: 100%; }

.mobile-toggle.open span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
  width: 100%;
}

.mobile-toggle.open span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.mobile-toggle.open span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
  width: 100%;
}

@media (max-width: 900px) {
  .mobile-toggle {
    display: flex;
  }

  .navbar__nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    background: var(--bg-primary);
    backdrop-filter: blur(24px) saturate(180%);
    -webkit-backdrop-filter: blur(24px) saturate(180%);
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s;
  }

  .navbar__nav--open {
    transform: translateY(0);
    opacity: 1;
  }

  .navbar__links {
    flex-direction: column;
    gap: 2.25rem;
    text-align: center;
  }

  .navbar__link {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 20px;
    display: inline-block;
  }

  .navbar__link::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .navbar__link:hover::after,
  .navbar__link.active::after {
    left: 50%;
    transform: translateX(-50%);
  }
}
.footer {
  background: var(--bg-primary);
  border-top: 1px solid var(--glass-border);
  padding: 4.5rem 0 2rem;
  position: relative;
  overflow: hidden;
}

/* Subtle gradient separator at top */
.footer__gradient-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(17, 109, 79, 0.5) 30%,
    rgba(52, 211, 153, 0.6) 50%,
    rgba(17, 109, 79, 0.5) 70%,
    transparent 100%
  );
}

/* Ambient orb in footer */
.footer::before {
  content: '';
  position: absolute;
  bottom: -80px;
  right: -80px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(17, 109, 79, 0.06), transparent 70%);
  border-radius: 50%;
  filter: blur(40px);
  pointer-events: none;
}

/* Top grid */
.footer__top {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.5rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 1;
}

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

@media (min-width: 1024px) {
  .footer__top {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  }
}

/* Brand col */
.footer__brand {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.85rem;
  transition: opacity var(--transition-fast);
}

.footer__brand:hover {
  opacity: 0.8;
}

.footer__logo-img {
  height: 30px;
  width: auto;
  object-fit: contain;
  opacity: 0.8;
  filter: grayscale(100%) brightness(200%);
  transition: all 0.3s;
}

.footer__logo-img:hover {
  opacity: 1;
  filter: none;
}

.footer__brand-text {
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--text-primary);
}

.footer__tagline {
  font-size: 0.875rem;
  color: var(--text-muted);
  line-height: 1.7;
  margin: 0 0 1.25rem;
  max-width: 280px;
}

.footer__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
}

.footer__trust span {
  font-size: 0.72rem;
  color: var(--text-secondary);
  background: rgba(17, 109, 79, 0.05);
  border: 1px solid rgba(17, 109, 79, 0.12);
  padding: 4px 10px;
  border-radius: 999px;
  font-weight: 600;
  transition: all var(--transition-fast);
}

.footer__trust span:hover {
  background: rgba(17, 109, 79, 0.1);
  border-color: rgba(17, 109, 79, 0.25);
  color: var(--accent-primary);
}

/* Link columns */
.footer__col-title {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--text-secondary);
  margin-bottom: 1.1rem;
}

.footer__links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
}

.footer__links a {
  font-size: 0.875rem;
  color: var(--text-muted);
  text-decoration: none;
  transition: all var(--transition-fast);
  display: inline-flex;
  align-items: center;
  gap: 0;
  position: relative;
  padding: 10px 0;
}

.footer__links a::before {
  content: '→';
  opacity: 0;
  transform: translateX(-6px);
  transition: all var(--transition-fast);
  font-size: 0.75rem;
  color: var(--accent-primary);
  width: 0;
  overflow: hidden;
}

.footer__links a:hover {
  color: var(--accent-primary);
  padding-left: 14px;
}

.footer__links a:hover::before {
  opacity: 1;
  transform: translateX(0);
  width: 14px;
  position: absolute;
  left: 0;
}

/* Bottom bar */
.footer__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding-top: 1.75rem;
  border-top: 1px solid var(--glass-border);
  text-align: center;
  position: relative;
  z-index: 1;
}

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

.footer__copy {
  color: var(--text-muted);
  font-size: 0.8rem;
  transition: color var(--transition-fast);
}

.footer__copy:hover {
  color: var(--text-secondary);
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
  .footer__gradient-top {
    background: linear-gradient(
      90deg,
      transparent 0%,
      rgba(52, 211, 153, 0.3) 30%,
      rgba(52, 211, 153, 0.5) 50%,
      rgba(52, 211, 153, 0.3) 70%,
      transparent 100%
    );
  }

  .footer__logo-img {
    filter: brightness(180%);
  }

  .footer__logo-img:hover {
    filter: brightness(220%);
  }
}
/* App.css */

/* Gradient progress bar */
.progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--accent-primary), #34d399, #059669);
  transform-origin: 0%;
  z-index: 9999;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 8px rgba(52, 211, 153, 0.5);
}

.app-container {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

/* Base Section Styles */
.section {
  padding: var(--space-xl) 0;
  position: relative;
  scroll-margin-top: 90px;
}

.section--dark {
  background-color: var(--bg-primary);
}

.section--light {
  background-color: var(--bg-secondary);
}

.section__label {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--accent-primary);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.8rem;
  margin-bottom: var(--space-sm);
  background: rgba(17, 109, 79, 0.07);
  padding: 4px 12px;
  border-radius: var(--radius-full);
  border: 1px solid rgba(17, 109, 79, 0.15);
}

.section__title {
  font-size: clamp(2rem, 6vw, 3.2rem);
  font-weight: 700;
  margin-bottom: var(--space-md);
  color: var(--text-primary);
  letter-spacing: -0.03em;
  line-height: 1.1;
}

.section__desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  max-width: 600px;
  margin-bottom: var(--space-lg);
  line-height: 1.8;
}

/* Utilities for layout */
.grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-lg);
}

@media (min-width: 768px) {
  .grid-2 {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
}

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

/* Page fade-in on route change */
@keyframes pageFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-enter {
  animation: pageFadeIn 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
.lqd-wrapper {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
  perspective: 1000px;
}

.lqd-phone {
  position: relative;
  border-radius: 40px;
  background: var(--bg-secondary);
  box-shadow: var(--shadow-lg), inset 0 0 0 1px var(--glass-border);
  backdrop-filter: blur(20px);
  padding: 20px;
  height: 600px;
  display: flex;
  flex-direction: column;
  transform-style: preserve-3d;
  transform: rotateY(-15deg) rotateX(10deg);
  transition: transform 0.5s ease;
}

.lqd-phone:hover {
  transform: rotateY(-5deg) rotateX(5deg) translateY(-10px);
}

.lqd-phone-notch {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 130px;
  height: 28px;
  background: var(--text-primary);
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  z-index: 10;
}

.lqd-phone-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-top: 40px;
  gap: 24px;
}

.lqd-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lqd-header .brand-title {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  line-height: 1;
  color: var(--text-primary);
}

.lqd-live-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 20px;
  background: rgba(185, 28, 28, 0.15);
  color: #991b1b;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.lqd-dot {
  width: 6px;
  height: 6px;
  background-color: #b91c1c;
  border-radius: 50%;
  animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
  0% { transform: scale(0.95); opacity: 0.8; }
  70% { transform: scale(1); opacity: 1; }
  100% { transform: scale(0.95); opacity: 0.8; }
}

.lqd-my-token {
  text-align: center;
  padding: 30px 20px;
  background: linear-gradient(135deg, rgba(17, 109, 79, 0.05) 0%, rgba(17, 109, 79, 0.15) 100%);
  border-radius: 24px;
  border: 1px solid rgba(17, 109, 79, 0.2);
  box-shadow: var(--shadow-sm);
}

.lqd-label {
  display: block;
  font-size: 0.95rem;
  color: var(--text-secondary);
  margin-bottom: 8px;
  font-weight: 500;
}

.lqd-token-number {
  font-size: 4.5rem;
  font-weight: 800;
  line-height: 1;
  color: var(--accent-primary);
  margin-bottom: 12px;
  text-shadow: 0 4px 12px rgba(17, 109, 79, 0.2);
}

.lqd-status {
  font-size: 1rem;
  color: var(--text-primary);
  font-weight: 600;
}

.lqd-stats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.lqd-stat-box {
  background: var(--bg-primary);
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-sm);
  border-radius: 16px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow: hidden;
  position: relative;
}

.lqd-stat-label {
  font-size: 0.75rem;
  color: var(--text-primary);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: 700;
  opacity: 0.8;
}

.lqd-stat-value {
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--text-primary);
}

.lqd-stat-value.highlight {
  color: var(--text-primary);
  font-weight: 800;
}

.lqd-progress {
  margin-top: auto;
  padding: 20px;
  background: var(--bg-primary);
  border-radius: 20px;
  border: 1px solid var(--glass-border);
  box-shadow: var(--shadow-sm);
}

.lqd-progress-bar {
  height: 8px;
  background: var(--bg-secondary);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 12px;
}

.lqd-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #34d399, var(--accent-primary));
  border-radius: 4px;
}

.lqd-progress-text {
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-secondary);
  font-weight: 500;
}
.hero {
  min-height: 88dvh;
  display: flex;
  align-items: center;
  padding-top: var(--space-lg);
  position: relative;
  overflow: hidden;
}

.hero__container {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
  align-items: center;
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: 0 auto;
}

@media (min-width: 900px) {
  .hero__container {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 4rem;
  }
}

.hero__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

/* Animated badge */
.hero__badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(17, 109, 79, 0.07);
  border: 1px solid rgba(17, 109, 79, 0.2);
  color: var(--accent-primary);
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: var(--radius-full);
  margin-bottom: 1.5rem;
  animation: badgePulse 3s ease-in-out infinite;
}

.hero__badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--accent-primary);
  box-shadow: 0 0 0 3px rgba(17, 109, 79, 0.2);
  animation: badgeDotPulse 2s ease-in-out infinite;
  flex-shrink: 0;
}

@keyframes badgePulse {
  0%, 100% { transform: scale(0.99); opacity: 0.9; }
  50% { transform: scale(1.01); opacity: 1; }
}

@keyframes badgeDotPulse {
  0%, 100% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.05); opacity: 1; }
}

.hero__title {
  font-size: clamp(2.2rem, 8vw, 4.5rem);
  font-weight: 800;
  line-height: 1.08;
  margin-bottom: var(--space-sm);
  color: var(--text-primary);
  letter-spacing: -2px;
}

.hero__desc {
  font-size: 1.1rem;
  color: var(--text-secondary);
  margin-bottom: var(--space-lg);
  max-width: 560px;
  line-height: 1.75;
}

.hero__ctas {
  display: flex;
  gap: 1rem;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.hero__btn-glow:hover {
  box-shadow: 
    0 10px 32px rgba(17, 109, 79, 0.45),
    0 0 0 4px rgba(17, 109, 79, 0.12),
    0 0 60px rgba(17, 109, 79, 0.15);
}

/* Floating orbs removed for De-vibecoding */

/* Mesh removed for De-vibecoding */

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.animate-fade-in-delayed {
  opacity: 0;
  animation: fadeInUp 0.7s cubic-bezier(0.16, 1, 0.3, 1) 0.25s forwards;
}

@media (prefers-reduced-motion: reduce) {
  .hero__mesh::before, .hero__mesh::after,
  .hero__orb--1, .hero__orb--2 {
    animation: none !important;
    display: none !important;
  }
  .hero__badge {
    animation: none !important;
  }
  .hero__badge-dot {
    animation: none !important;
  }
}

/* HeroMockup CSS extraction */
.hero__main-container { display: flex; flex-direction: column; gap: var(--space-md); }
.hero__desc--strong { margin-bottom: 0.5rem; }
.hero__desc--light { font-size: 0.95rem; opacity: 0.85; }
.hero__btn-secondary { 
  background: rgba(17, 109, 79, 0.04); 
  color: var(--text-primary); 
  border-color: rgba(17, 109, 79, 0.15);
}
.hero__btn-secondary:hover {
  background: rgba(17, 109, 79, 0.08);
  border-color: rgba(17, 109, 79, 0.3);
  color: var(--accent-primary);
}
.hero__features-list { 
  margin-top: 1.25rem; 
  font-size: 0.83rem; 
  color: var(--text-muted); 
  font-weight: 500; 
  display: flex; 
  align-items: center; 
  flex-wrap: wrap;
  gap: 0.25rem;
}
.hero__features-dot { margin: 0 0.35rem; }

/* Mockup Elements */
.hero__mockup-wrapper { position: relative; }
.hero-mockup { 
  padding: 1.5rem; 
  border-radius: 24px; 
  display: flex; 
  flex-direction: column; 
  gap: 1.25rem; 
  position: relative; 
  overflow: hidden;
  box-shadow: 
    0 24px 48px -12px rgba(0, 0, 0, 0.12),
    0 0 0 1px var(--glass-border),
    inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

/* Mockup inner shimmer */
.hero-mockup::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.08) 0%, transparent 50%);
  pointer-events: none;
  border-radius: 24px;
}

.mockup__top-bar { display: flex; justify-content: space-between; align-items: center; }
.mockup__status { display: flex; gap: 0.6rem; align-items: center; }
.mockup__status-dot { 
  width: 8px; 
  height: 8px; 
  border-radius: 50%; 
  background: var(--accent-primary); 
  box-shadow: 0 0 0 3px rgba(17, 109, 79, 0.15), 0 0 12px var(--accent-primary);
  animation: statusPulse 2s ease-in-out infinite;
}

@keyframes statusPulse {
  0%, 100% { transform: scale(0.95); opacity: 0.8; }
  50% { transform: scale(1.1); opacity: 1; }
}

.mockup__status-text { font-size: 0.8rem; font-weight: 700; color: var(--text-primary); letter-spacing: 0.05em; text-transform: uppercase; }
.mockup__room-badge { font-size: 0.75rem; color: var(--text-muted); font-weight: 500; background: var(--bg-secondary); padding: 0.3rem 0.6rem; border-radius: 20px; border: 1px solid var(--glass-border); }

.mockup__kpi-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.mockup__kpi-card { 
  background: var(--bg-secondary); 
  border: 1px solid var(--glass-border); 
  border-radius: 14px; 
  padding: 1.2rem 1rem;
  transition: border-color var(--transition-fast);
}
.mockup__kpi-card:hover { border-color: rgba(17, 109, 79, 0.2); }
.mockup__kpi-label { font-size: 0.7rem; color: var(--text-secondary); margin-bottom: 0.4rem; text-transform: uppercase; letter-spacing: 0.05em; font-weight: 600; }
.mockup__kpi-value { font-size: clamp(1.8rem, 5vw, 2.2rem); font-weight: 800; color: var(--text-primary); font-family: Outfit, sans-serif; line-height: 1; }
.mockup__kpi-value--accent { color: var(--accent-primary); }
.mockup__kpi-unit { font-size: 1rem; color: var(--text-muted); margin-left: 2px; }

.mockup__queue-list { display: flex; flex-direction: column; gap: 0.5rem; }
.mockup__queue-title { font-size: 0.75rem; font-weight: 600; color: var(--text-secondary); margin-bottom: 0.25rem; }
.mockup__queue-item { 
  display: flex; 
  justify-content: space-between; 
  padding: 0.8rem; 
  background: var(--bg-secondary); 
  border: 1px solid var(--glass-border); 
  border-radius: 10px; 
  align-items: center; 
  transition: all var(--transition-fast);
}
.mockup__queue-item:hover { transform: translateX(2px); }
.mockup__queue-item--highlight { 
  background: rgba(17,109,79,0.06); 
  border: 1px solid rgba(17,109,79,0.2); 
}
.mockup__queue-item-left { display: flex; gap: 0.75rem; align-items: center; }
.mockup__queue-token { background: var(--bg-primary); color: var(--text-primary); padding: 0.2rem 0.6rem; border-radius: 6px; font-size: 0.85rem; font-weight: 800; border: 1px solid var(--glass-border); }
.mockup__queue-token--highlight { background: var(--accent-primary); color: #ffffff; border: none; box-shadow: 0 2px 8px rgba(17, 109, 79, 0.4); }
.mockup__queue-line { width: 60px; height: 6px; background: var(--bg-primary); border-radius: 3px; }
.mockup__queue-line--highlight { background: rgba(17,109,79,0.2); }
.mockup__queue-stat { font-size: 0.75rem; font-weight: 600; }

.mockup__floating-qr { 
  position: absolute; 
  right: -0.75rem; 
  bottom: 2rem; 
  background: rgba(255,255,255,0.97); 
  backdrop-filter: blur(16px); 
  border: 1px solid rgba(0, 0, 0, 0.06); 
  border-radius: 14px; 
  padding: 0.75rem 1rem; 
  display: flex; 
  align-items: center; 
  gap: 0.75rem; 
  box-shadow: 0 12px 32px rgba(0,0,0,0.12), 0 0 0 1px rgba(255,255,255,0.8);
}
.mockup__qr-text { display: flex; flex-direction: column; }
.mockup__qr-title { font-size: 0.7rem; color: #1e293b; font-weight: 700; }
.mockup__qr-subtitle { font-size: 0.6rem; color: var(--accent-primary); font-weight: 600; }

.hero__trust-badges { 
  padding-top: 2.5rem; 
  border-top: 1px solid var(--glass-border); 
  display: flex; 
  gap: 2.5rem; 
  justify-content: center; 
  flex-wrap: wrap; 
}
.hero__trust-badge { 
  display: flex; 
  align-items: center; 
  gap: 0.5rem; 
  color: var(--text-muted); 
  font-size: 0.82rem; 
  font-weight: 600; 
  text-transform: uppercase; 
  letter-spacing: 0.06em;
  transition: color var(--transition-fast);
}
.hero__trust-badge:hover { color: var(--accent-primary); }

/* Dark mode fixes */
@media (prefers-color-scheme: dark) {
  .mockup__floating-qr { 
    background: rgba(15,23,42,0.97); 
    border: 1px solid var(--glass-border); 
    box-shadow: 0 12px 32px rgba(0,0,0,0.4);
  }
  .mockup__qr-title { color: var(--text-primary); }
  .hero-mockup::before {
    background: linear-gradient(135deg, rgba(255,255,255,0.04) 0%, transparent 50%);
  }
}/* ─── TrustBar ──────────────────────────────────────────── */

.trust-bar {
  padding: var(--space-sm) 0;
  overflow: hidden;
}

.trust-bar__track {
  display: flex;
  gap: 0.75rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  padding: 0.25rem 0;
}

.trust-bar__track::-webkit-scrollbar {
  display: none;
}

.trust-bar__badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  white-space: nowrap;
  padding: 0.5rem 1rem;
  border-radius: var(--radius-full);
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: border-color var(--transition-fast), color var(--transition-fast);
  flex-shrink: 0;
}

.trust-bar__badge:hover {
  border-color: rgba(31, 157, 116, 0.2);
  color: var(--text-secondary);
}

.trust-bar__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--accent-primary);
  opacity: 0.7;
}

/* ─── Desktop: wrap instead of scroll ───────────────────── */
@media (min-width: 768px) {
  .trust-bar__track {
    flex-wrap: wrap;
    justify-content: center;
    overflow-x: visible;
  }

  .trust-bar__badge {
    font-size: 0.82rem;
    padding: 0.55rem 1.15rem;
  }
}
.problem-section {
  position: relative;
  background: var(--bg-secondary);
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
}

.problem__header {
  text-align: center;
  margin-bottom: var(--space-xl);
}

.problem__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-md);
}

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

.problem__card {
  padding: 2.5rem 2rem;
  transition: transform var(--transition-normal);
}

.problem__card:hover {
  transform: translateY(-5px);
  border-color: rgba(0, 0, 0,0.15);
}

.problem__icon {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  background: rgba(0, 0, 0,0.03);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--radius-sm);
  border: 1px solid var(--glass-border);
}

.problem__card h3 {
  font-size: 1.25rem;
  color: var(--text-primary);
  margin-bottom: 1rem;
}

.problem__card p {
  color: var(--text-secondary);
  font-size: 1rem;
  line-height: 1.6;
}
.notfound-page {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 120px 20px 60px;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Background grid effect matching the site's aesthetic */
.notfound-bg-grid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    linear-gradient(rgba(0, 0, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 0, 0, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: center center;
  pointer-events: none;
  z-index: 0;
  opacity: 0.5;
}

.notfound-content {
  position: relative;
  z-index: 1;
  max-width: 600px;
}

.notfound-code {
  font-size: 8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #2BBF8F 0%, #17835F 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  text-shadow: 0 10px 30px rgba(43, 191, 143, 0.2);
}

.notfound-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 16px;
  color: #ffffff;
}

.notfound-desc {
  font-size: 1.1rem;
  color: var(--color-text-muted);
  margin-bottom: 40px;
  line-height: 1.6;
}

.notfound-actions {
  display: flex;
  gap: 16px;
  justify-content: center;
}

@media (max-width: 768px) {
  .notfound-code {
    font-size: 6rem;
  }
  .notfound-title {
    font-size: 2rem;
  }
  .notfound-actions {
    flex-direction: column;
    align-items: center;
  }
  .notfound-actions .btn {
    width: 100%;
    max-width: 300px;
  }
}
.premium-loader-container {
  min-height: 100dvh;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--bg-primary);
  opacity: 0;
  animation: premiumFadeIn 0.3s ease-in-out 0.4s forwards;
}

@keyframes premiumFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.premium-loader-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

/* Ring system */
.premium-loader-rings {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-loader-ring {
  position: absolute;
  border-radius: 50%;
  border: 2px solid transparent;
}

.ring-1 {
  width: 100px;
  height: 100px;
  border-top-color: var(--accent-primary);
  border-right-color: rgba(17, 109, 79, 0.2);
  border-bottom-color: rgba(17, 109, 79, 0.2);
  border-left-color: rgba(17, 109, 79, 0.2);
  animation: spinRing 1.2s linear infinite;
}

.ring-2 {
  width: 76px;
  height: 76px;
  border-top-color: transparent;
  border-right-color: #34d399;
  border-bottom-color: transparent;
  border-left-color: rgba(52, 211, 153, 0.2);
  animation: spinRing 1.8s linear infinite reverse;
}

.ring-3 {
  width: 52px;
  height: 52px;
  border-top-color: rgba(17, 109, 79, 0.4);
  border-right-color: transparent;
  border-bottom-color: var(--accent-primary);
  border-left-color: transparent;
  animation: spinRing 2.4s linear infinite;
}

@keyframes spinRing {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.premium-loader-logo-wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: var(--bg-primary);
  border-radius: 50%;
  box-shadow: 0 0 0 2px var(--glass-border);
}

.premium-loader-svg {
  animation: logoBreath 2.4s ease-in-out infinite;
}

@keyframes logoBreath {
  0%, 100% { opacity: 0.8; transform: scale(0.95); }
  50% { opacity: 1; transform: scale(1.05); }
}

/* Brand text */
.premium-loader-text {
  font-family: 'Outfit', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--text-muted);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

/* Three dots */
.premium-loader-dots {
  display: flex;
  gap: 6px;
  align-items: center;
}

.premium-loader-dots span {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent-primary);
  animation: dotBounce 1.2s ease-in-out infinite;
}

.premium-loader-dots span:nth-child(1) { animation-delay: 0s; }
.premium-loader-dots span:nth-child(2) { animation-delay: 0.2s; }
.premium-loader-dots span:nth-child(3) { animation-delay: 0.4s; }

@keyframes dotBounce {
  0%, 80%, 100% { 
    transform: scale(0.6); 
    opacity: 0.4; 
  }
  40% { 
    transform: scale(1); 
    opacity: 1;
    box-shadow: 0 0 8px rgba(17, 109, 79, 0.5);
  }
}
.scroll-to-top-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(31, 157, 116, 0.2);
  border: 1px solid rgba(43, 191, 143, 0.4);
  color: #2BBF8F;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 999;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.scroll-to-top-btn:hover {
  background: rgba(31, 157, 116, 0.4);
  color: #fff;
  transform: translateY(-3px);
  box-shadow: 0 6px 24px rgba(43, 191, 143, 0.3);
}

@media (max-width: 768px) {
  .scroll-to-top-btn {
    bottom: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
  }
}
