/* Custom styles for dashboard widgets, modals, and checkboxes */

.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  vertical-align: middle;
  line-height: 1;
}

.custom-checkbox input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}

.custom-checkbox .checkmark {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #f9fafb;
  border: 2px solid #d1d5db;
  display: inline-block;
  position: relative;
  transition: all 0.2s ease-in-out;
  flex-shrink: 0;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark {
  background: #4f46e5;
  border-color: #4f46e5;
}

.custom-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input[type="checkbox"]:checked+.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 6px;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Password toggle styling */
.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6b7280;
  transition: color 0.2s ease-in-out;
  z-index: 10;
}

.password-toggle:hover {
  color: #374151;
}

/* Custom switch for payment methods */
.custom-switch {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.custom-switch input[type="checkbox"] {
  display: none;
}

.switch-slider {
  width: 32px;
  height: 18px;
  background: #e5e7eb;
  border-radius: 9999px;
  position: relative;
  transition: background 0.2s;
  margin-left: 8px;
}

.custom-switch input[type="checkbox"]:checked~.switch-slider {
  background: #4f46e5;
}

.switch-slider:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 50%;
  transition: transform 0.2s;
}

.custom-switch input[type="checkbox"]:checked~.switch-slider:before {
  transform: translateX(14px);
}

/* Modal scroll fix for mobile */
@media (max-width: 640px) {
  .max-w-4xl {
    max-width: 98vw !important;
  }

  .h-40,
  .h-64 {
    height: auto !important;
  }

  #performanceChart {
    min-height: 250px !important;
  }
}

/* Animation Delay Utilities */
.delay-2s {
  animation-delay: 2s !important;
}

.delay-4s {
  animation-delay: 4s !important;
}

/* --- Modern UI/UX Enhancements --- */
.glass {
  background: rgba(255, 255, 255, 0.15);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.18);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.gradient-bg {
  background: linear-gradient(135deg, #dc2626 0%, #991b1b 100%);
}

.gradient-text {
  background: linear-gradient(90deg, #dc2626, #991b1b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.btn-primary {
  background: linear-gradient(90deg, #dc2626, #991b1b);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  box-shadow: 0 2px 8px 0 rgba(99, 102, 241, 0.15);
  transition: transform 0.2s, box-shadow 0.2s;
}

.btn-primary:hover {
  transform: translateY(-2px) scale(1.04);
  box-shadow: 0 6px 24px 0 rgba(99, 102, 241, 0.18);
}

.btn-glass {
  background: rgba(255, 255, 255, 0.18);
  color: #4f46e5;
  border: 1px solid #4f46e5;
  border-radius: 8px;
  padding: 0.75rem 2rem;
  font-weight: 600;
  transition: background 0.2s, color 0.2s;
}

.btn-glass:hover {
  background: #4f46e5;
  color: #fff;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) both;
}

@keyframes pulse {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }
}

.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}


/* FAQ Accordion */
.faq-toggle {
  cursor: pointer;
  transition: color 0.2s;
}

.faq-toggle:hover {
  color: #4f46e5;
}

.faq-content {
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  overflow: hidden;
}

:where([class^="ri-"])::before {
  content: "\f3c2";
}

body {
  font-family: "Inter", sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  appearance: none;
  margin: 0;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #4f46e5;
  border-color: #4f46e5;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: 0.4s;
  border-radius: 34px;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.custom-switch input:checked+.switch-slider {
  background-color: #4f46e5;
}

.custom-switch input:checked+.switch-slider:before {
  transform: translateX(20px);
}

.custom-range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #e5e7eb;
  outline: none;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4f46e5;
  cursor: pointer;
}

.custom-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4f46e5;
  cursor: pointer;
  border: none;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper .custom-select {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  padding-right: 2rem;
  cursor: pointer;
}

.custom-select-wrapper::after {
  content: "\ea4e";
  font-family: "remixicon";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

/* Banner carousel utilities */
.banner-track {
  transform: translateX(0%);
}

.banner-container {
  vertical-align: middle;
}

.welcome-name-container {
  vertical-align: middle;
  overflow: hidden;
}

.banner-slide {
  min-height: 200px;
}

:where([class^="ri-"])::before {
  content: "\f3c2";
}

body {
  font-family: "Inter", sans-serif;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #4f46e5;
  border-color: #4f46e5;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
}

.custom-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e5e7eb;
  transition: .4s;
  border-radius: 34px;
}

.switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: .4s;
  border-radius: 50%;
}

.custom-switch input:checked+.switch-slider {
  background-color: #4f46e5;
}

.custom-switch input:checked+.switch-slider:before {
  transform: translateX(20px);
}

.custom-range {
  width: 100%;
  height: 6px;
  border-radius: 5px;
  background: #e5e7eb;
  outline: none;
}

.custom-range::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4f46e5;
  cursor: pointer;
}

.custom-range::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #4f46e5;
  cursor: pointer;
  border: none;
}

.custom-select-wrapper {
  position: relative;
}

.custom-select-wrapper .custom-select {

  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  width: 100%;
  padding-right: 2rem;
  cursor: pointer;
}

.custom-select-wrapper::after {
  content: "\ea4e";
  font-family: 'remixicon';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

:where([class^="ri-"])::before {
  content: "\f3c2";
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.custom-checkbox {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}

.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 2px solid #d1d5db;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.custom-checkbox input:checked~.checkmark {
  background-color: #4f46e5;
  border-color: #4f46e5;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked~.checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.form-input:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.1);
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #6b7280;
}

/* =============================================
   LANDING PAGE — RED + NAVY BLUE PALETTE
   ============================================= */

/* ---- Navbar scroll-shrink ---- */
.lp-navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  transition: background 0.4s ease, box-shadow 0.4s ease, padding 0.4s ease;
  padding: 1.25rem 0;
  background: transparent;
}

.lp-navbar.scrolled {
  background: rgba(8, 18, 38, 0.9);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.35);
  padding: 0.75rem 0;
}

.lp-nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  padding: 0.35rem 0;
  position: relative;
  transition: color 0.25s;
}

.lp-nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, #ef4444, #dc2626);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.lp-nav-link:hover {
  color: #fff;
}

.lp-nav-link:hover::after {
  width: 100%;
}

/* ---- Hero animated mesh gradient ---- */
.lp-hero {
  min-height: 100vh;
  background: #04101e;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.lp-hero-mesh {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 80% 60% at 20% 50%, rgba(220, 38, 38, 0.30) 0%, transparent 70%),
    radial-gradient(ellipse 60% 80% at 80% 30%, rgba(15, 37, 68, 0.60) 0%, transparent 65%),
    radial-gradient(ellipse 50% 50% at 50% 100%, rgba(185, 28, 28, 0.12) 0%, transparent 60%);
  animation: meshShift 12s ease-in-out infinite alternate;
  will-change: transform, opacity;
}

@keyframes meshShift {
  0% {
    opacity: 1;
    transform: scale(1);
  }

  50% {
    opacity: 0.8;
    transform: scale(1.04);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.lp-hero-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(220, 38, 38, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(220, 38, 38, 0.06) 1px, transparent 1px);
  background-size: 60px 60px;
  -webkit-mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
  mask-image: radial-gradient(ellipse 80% 80% at 50% 50%, black 30%, transparent 100%);
}

.lp-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  background: rgba(220, 38, 38, 0.15);
  border: 1px solid rgba(220, 38, 38, 0.4);
  color: #fca5a5;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.lp-heading-gradient {
  background: linear-gradient(135deg, #fff 0%, #fecaca 60%, #fca5a5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.lp-accent {
  background: linear-gradient(90deg, #ef4444, #dc2626, #fca5a5);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ---- Typewriter cursor ---- */
.typewriter-cursor::after {
  content: '|';
  animation: cursorBlink 1s step-start infinite;
  color: #ef4444;
  margin-left: 2px;
}

@keyframes cursorBlink {

  0%,
  100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

/* ---- CTA Buttons ---- */
.lp-btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 12px;
  background: #dc2626;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  border: none;
  cursor: pointer;
  transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

.lp-btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.15), transparent);
  border-radius: inherit;
}

.lp-btn-primary:hover {
  background: #b91c1c;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(220, 38, 38, 0.45);
}

.lp-btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.85);
  font-weight: 600;
  font-size: 0.95rem;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, transform 0.25s;
  text-decoration: none;
}

.lp-btn-outline:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 255, 255, 0.45);
  transform: translateY(-2px);
}

.lp-btn-dark {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.875rem 2rem;
  border-radius: 12px;
  border: 1px solid rgba(220, 38, 38, 0.4);
  color: #dc2626;
  font-weight: 600;
  font-size: 0.95rem;
  background: transparent;
  cursor: pointer;
  transition: background 0.25s, border-color 0.25s, color 0.25s, transform 0.25s;
  text-decoration: none;
}

.lp-btn-dark:hover {
  background: #dc2626;
  border-color: #dc2626;
  color: #fff;
  transform: translateY(-2px);
}

/* ---- Floating stat cards in hero ---- */
.lp-float-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  backdrop-filter: blur(12px);
  padding: 1rem 1.5rem;
  animation: floatUp 6s ease-in-out infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.lp-float-card:nth-child(2) {
  animation-delay: 2s;
}

.lp-float-card:nth-child(3) {
  animation-delay: 4s;
}

@keyframes floatUp {

  0%,
  100% {
    transform: translate3d(0, 0, 0);
  }

  50% {
    transform: translate3d(0, -8px, 0);
  }
}

/* ---- Logo ticker ---- */
@keyframes tickerScroll {
  0% {
    transform: translate3d(0, 0, 0);
  }

  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.lp-ticker-track {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 4rem;
  width: max-content;
  animation: tickerScroll 22s linear infinite;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

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

/* ---- Feature cards ---- */
.lp-feature-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  backdrop-filter: blur(8px);
}

.lp-feature-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.2);
  border-color: rgba(220, 38, 38, 0.3);
  background: rgba(255, 255, 255, 0.08);
}

.lp-icon-wrap {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1.25rem;
  background: rgba(255, 255, 255, 0.1) !important;
}

/* ---- Stats section ---- */
.lp-stat-num {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(135deg, #fff, #fecaca);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}


/* ---- Pricing cards ---- */
.lp-price-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 24px;
  padding: 2.5rem 2rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.lp-price-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.10);
}

.lp-price-card.featured {
  background: linear-gradient(160deg, #04101e, #0f2544);
  border-color: rgba(220, 38, 38, 0.4);
  color: #fff;
  transform: scale(1.04);
  box-shadow: 0 20px 60px rgba(220, 38, 38, 0.25);
}

.lp-price-card.featured:hover {
  transform: scale(1.04) translateY(-6px);
}

/* ---- Section title ---- */
.lp-section-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #ef4444;
  margin-bottom: 0.75rem;
}

.lp-section-title {
  font-size: clamp(1.75rem, 4vw, 2.75rem);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.2;
}

.lp-section-sub {
  font-size: 1rem;
  color: #94a3b8;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* ---- CTA Banner ---- */
.lp-cta-banner {
  background: linear-gradient(135deg, #04101e 0%, #0f2544 50%, #04101e 100%);
  position: relative;
  overflow: hidden;
}

.lp-cta-banner::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.18) 0%, transparent 70%);
}

.lp-cta-banner::after {
  content: "";
  position: absolute;
  bottom: -50%;
  right: -20%;
  width: 60%;
  height: 200%;
  background: radial-gradient(circle, rgba(185, 28, 28, 0.12) 0%, transparent 70%);
}

/* ---- How it Works step connector ---- */
.lp-step-connector {
  position: absolute;
  top: 2rem;
  left: calc(50% + 2rem);
  right: calc(-50% + 2rem);
  height: 2px;
  background: linear-gradient(90deg, #dc2626, #b91c1c);
  opacity: 0.3;
}

/* ---- Contact form ---- */
.lp-input {
  width: 100%;
  padding: 0.875rem 1rem;
  border: 1.5px solid #e2e8f0;
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  color: #1e293b;
  background: #f8fafc;
  transition: border-color 0.25s, box-shadow 0.25s, background 0.25s;
  outline: none;
}

.lp-input:focus {
  border-color: #dc2626;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(220, 38, 38, 0.1);
}

.lp-input::placeholder {
  color: #94a3b8;
}

/* ---- Scroll-reveal utility ---- */
.lp-reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.lp-reveal.visible {
  opacity: 1;
  transform: translateY(0);
}

.lp-reveal-delay-1 {
  transition-delay: 0.1s;
}

.lp-reveal-delay-2 {
  transition-delay: 0.2s;
}

.lp-reveal-delay-3 {
  transition-delay: 0.3s;
}

.lp-reveal-delay-4 {
  transition-delay: 0.4s;
}

.lp-reveal-delay-5 {
  transition-delay: 0.5s;
}

.lp-reveal-delay-6 {
  transition-delay: 0.6s;
}

/* =============================================
   GLOBAL NAV — Mobile menu & dropdown animations
   (moved from inline JS injection in global.html)
   ============================================= */
@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideUp {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-10px);
  }
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(59, 130, 246, 0.3);
  transform: scale(0);
  animation: rippleEffect 600ms linear;
  pointer-events: none;
}

@keyframes rippleEffect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

#userDropdownMenu::-webkit-scrollbar {
  width: 4px;
}

#userDropdownMenu::-webkit-scrollbar-track {
  background: transparent;
}

#userDropdownMenu::-webkit-scrollbar-thumb {
  background: rgba(59, 130, 246, 0.3);
  border-radius: 2px;
}

#userDropdownMenu::-webkit-scrollbar-thumb:hover {
  background: rgba(59, 130, 246, 0.5);
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}