:root{color-scheme:light}

/* Smaller global typography on small screens */
@media (max-width: 640px){
  html{ font-size: 15px; }
}

@media (max-width: 640px){
  header.sticky.top-0{
    box-shadow: 0 1px 0 rgba(15, 23, 42, 0.06);
  }

  header.sticky.top-0 > div{
    height: auto !important;
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
    gap: 0.75rem !important;
    flex-wrap: wrap !important;
  }

  header.sticky.top-0 a[href="/"]{
    gap: 0.5rem !important;
  }

  header.sticky.top-0 a[href="/"] > span{
    padding: 0.25rem 0.75rem !important;
    border-radius: 0.9rem !important;
  }

  header.sticky.top-0 a[href="/"] img{
    height: 2.25rem !important;
    width: auto !important;
  }

  header.sticky.top-0 a[href="/"] > span.font-semibold{
    display: none !important;
  }

  header.sticky.top-0 .md\:hidden{
    gap: 0.5rem !important;
    width: 100% !important;
    justify-content: space-between !important;
    padding: 0.25rem 0.25rem 0 !important;
    border-top: 1px solid rgba(226, 232, 240, 0.9) !important;
  }

  header.sticky.top-0 .md\:hidden a,
  header.sticky.top-0 .md\:hidden button{
    font-size: 0.75rem !important;
    white-space: nowrap;
  }

  header.sticky.top-0 .md\:hidden a{
    padding: 0.25rem 0.5rem;
    border-radius: 0.5rem;
  }

  header.sticky.top-0 .md\:hidden a:hover{
    background: rgba(14, 165, 233, 0.08);
  }
}
html{scroll-behavior:smooth}
#formAlert.success{color:#065f46}
#formAlert.error{color:#b91c1c}

.modal-body{
  scrollbar-width: thin;
  scrollbar-color: rgba(148,163,184,0.45) transparent;
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
  -webkit-overflow-scrolling: touch;
}
.modal-body::-webkit-scrollbar{ width: 6px; }
.modal-body::-webkit-scrollbar-track{ background: transparent; }
.modal-body::-webkit-scrollbar-thumb{
  background-color: rgba(148,163,184,0.45);
  border-radius: 9999px;
  border: 2px solid transparent;
  background-clip: content-box;
}
.modal-body::-webkit-scrollbar-thumb:hover{ background-color: rgba(100,116,139,0.6); }
/* Larger touch target for before/after slider */
input[type="range"]{height:1.5rem}
input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none;appearance:none;height:28px;width:28px;background:#fff;border:2px solid #0ea5e9;border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,.2)
}
input[type="range"]::-moz-range-thumb{
  height:28px;width:28px;background:#fff;border:2px solid #0ea5e9;border-radius:9999px;box-shadow:0 1px 2px rgba(0,0,0,.2)
}

/* Slim blue slider for price calculators */
[data-price-calc] input[type="range"]{height:10px;background:#e0f2fe;border-radius:6px;outline:none;-webkit-appearance:none;appearance:none}
[data-price-calc] input[type="range"]::-webkit-slider-runnable-track{height:10px;background:#e0f2fe;border-radius:6px}
[data-price-calc] input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:22px;height:22px;margin-top:-6px;background:#0ea5e9;border:0;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2)}
[data-price-calc] input[type="range"]::-moz-range-track{height:10px;background:#e0f2fe;border-radius:6px}
[data-price-calc] input[type="range"]::-moz-range-progress{height:10px;background:#38bdf8;border-radius:6px}
[data-price-calc] input[type="range"]::-moz-range-thumb{width:22px;height:22px;background:#0ea5e9;border:0;border-radius:4px;box-shadow:0 2px 4px rgba(0,0,0,.2)}

/* Make before/after slider match calculator style */
[data-before-after] input[type="range"]{height:8px;background:#e0f2fe;border-radius:6px;outline:none;-webkit-appearance:none;appearance:none}
[data-before-after] input[type="range"]::-webkit-slider-runnable-track{height:8px;background:#e0f2fe;border-radius:6px}
[data-before-after] input[type="range"]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-4px;background:#0ea5e9;border:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.2)}
[data-before-after] input[type="range"]::-moz-range-track{height:8px;background:#e0f2fe;border-radius:6px}
[data-before-after] input[type="range"]::-moz-range-progress{height:8px;background:#38bdf8;border-radius:6px}
[data-before-after] input[type="range"]::-moz-range-thumb{width:16px;height:16px;background:#0ea5e9;border:0;border-radius:3px;box-shadow:0 1px 2px rgba(0,0,0,.2)}


/* ===== Site-wide gentle blue accents ===== */
/* Uniform light blue with a very subtle overlay (no hard lines) */
body{
  background-color: #E0F2FE; /* sky-100 */
  background-image: linear-gradient(180deg, rgba(14,165,233,0.06) 0%, rgba(14,165,233,0.03) 50%, rgba(14,165,233,0.02) 100%);
  background-attachment: fixed;
}

/* Make all main sections transparent so the body background shows through */
main > section{
  background-color: transparent !important;
}

/* Gentle section separators: soft top border (no overlays) */
main > section{ position: relative; }
main > section:not(:first-of-type){
  border-top: 1px solid rgba(2,132,199,0.18);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.55);
}

/* Header tint + shadow */
header.sticky{
  background-image: linear-gradient(to bottom, rgba(255,255,255,0.92), rgba(255,255,255,0.86));
  box-shadow: 0 1px 0 0 rgba(2,132,199,0.12);
}

/* Sky buttons slight gradient and glow on hover */
.bg-sky-600{
  background-image: linear-gradient(180deg, #0ea5e9, #0284c7);
}
.hover\:bg-sky-700:hover{
  filter: saturate(1.02);
  box-shadow: 0 6px 18px -6px rgba(2,132,199,0.35);
}

/* White cards: soft hover ring */
.bg-white.border.border-slate-200:hover{
  box-shadow: 0 0 0 3px rgba(125,211,252,0.35), 0 6px 18px rgba(15,23,42,0.05);
  transform: translateY(-1px);
  transition: box-shadow .2s ease, transform .2s ease;
}

/* Removed heading underline accent */

/* Link hover accent - exclude buttons with white text */
a:hover:not([role="button"]):not(.text-white){ color: #0369a1; }

@media print{
  @page { size: A4; margin: 12mm; }
  body{ background: #fff !important; background-image: none !important; }
  header, nav, #cookieBanner, #lightbox, .before-after-divider, input[type="range"], button, .hover\:bg-sky-700{ display: none !important; }
  main > section{ border: 0 !important; box-shadow: none !important; background: #fff !important; }
  .bg-white, .bg-slate-50, .bg-white\/70{ background: #fff !important; }
  .shadow, .shadow-sm, .shadow-lg, .shadow-xl{ box-shadow: none !important; }
  .border, .border-slate-200, .ring-1, .ring-white\/40{ border-color: #e5e7eb !important; box-shadow: none !important; }
  img{ max-width: 100% !important; height: auto !important; }
  a{ color: #000 !important; text-decoration: none !important; }
  h1,h2,h3{ break-after: avoid-page; }
  p, ul, table, picture, .rounded-2xl, .rounded-xl{ break-inside: avoid; }
  [data-before-after] .before-after-overlay{ clip-path: none !important; position: static !important; }
  [data-before-after] { position: relative !important; }
}

/* ===== Modal scroll refinement ===== */
.modal-scroll{
  /* Firefox slim scrollbar */
  scrollbar-width: thin;
  scrollbar-color: rgba(148,163,184,0.45) transparent; /* slate-400 on transparent */
  overscroll-behavior: contain;
  scrollbar-gutter: stable both-edges;
  -webkit-overflow-scrolling: touch;
}
.modal-scroll::-webkit-scrollbar{ width: 8px; }
.modal-scroll::-webkit-scrollbar-track{ background: transparent; }
.modal-scroll::-webkit-scrollbar-thumb{
  background-color: rgba(148,163,184,0.45); /* slate-400 */
  border-radius: 9999px;
  border: 3px solid transparent; /* creates padding for a pill look */
  background-clip: content-box;
}
.modal-scroll::-webkit-scrollbar-thumb:hover{ background-color: rgba(100,116,139,0.6); }

/* Animations */
@keyframes bounce {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}
.animate-bounce-slow {
  animation: bounce 2s infinite;
}

/* Reveal on scroll */
.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}
.reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Testimonial quote icon styling */
.testimonial-card {
  padding-top: 2.5rem;
}
.testimonial-card .quote-icon {
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  opacity: 0.15;
}

/* ===== 1. Gradient text on headings ===== */
.gradient-text {
  background: linear-gradient(135deg, #0ea5e9 0%, #0369a1 50%, #0c4a6e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

/* ===== 2. Service card hover effects ===== */
.service-card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px -12px rgba(14, 165, 233, 0.25);
}

/* ===== 3. Staggered animations ===== */
.stagger-1 { transition-delay: 0.1s; }
.stagger-2 { transition-delay: 0.2s; }
.stagger-3 { transition-delay: 0.3s; }
.stagger-4 { transition-delay: 0.4s; }
.stagger-5 { transition-delay: 0.5s; }
.stagger-6 { transition-delay: 0.6s; }

/* ===== 5. Parallax hero background ===== */
.parallax-bg {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  .parallax-bg {
    background-attachment: scroll; /* Disable on mobile for performance */
  }
}

/* ===== 6. Pulsing CTA buttons ===== */
@keyframes pulse-glow {
  0%, 100% { box-shadow: 0 0 0 0 rgba(255, 153, 18, 0.5); }
  50% { box-shadow: 0 0 20px 4px rgba(255, 153, 18, 0.3); }
}
.pulse-cta {
  animation: pulse-glow 2.5s ease-in-out infinite;
}
.pulse-cta:hover {
  animation: none;
}

/* ===== 7. Testimonial hover effect ===== */
.testimonial-hover {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.testimonial-hover:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px -8px rgba(14, 165, 233, 0.2);
}

/* ===== 8. FAQ accordion animation ===== */
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.faq-item.open .faq-answer {
  max-height: 500px;
}
.faq-icon {
  transition: transform 0.3s ease;
}
.faq-item.open .faq-icon {
  transform: rotate(180deg);
}

/* ===== 9. Back-to-top button ===== */
#backToTop {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
}
#backToTop.visible {
  opacity: 1;
  visibility: visible;
}
#backToTop:hover {
  transform: translateY(-4px);
}

/* ===== 10. Loading skeleton for images ===== */
.skeleton {
  background: linear-gradient(90deg, #e2e8f0 25%, #f1f5f9 50%, #e2e8f0 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.5s infinite;
}
@keyframes skeleton-loading {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

/* ===== 11. Typing effect ===== */
.typing-cursor::after {
  content: '|';
  animation: blink 1s step-end infinite;
  margin-left: 2px;
  color: #0ea5e9;
}
@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

/* Hero text fade-in animation */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-animate {
  animation: fadeInUp 0.8s ease-out forwards;
}
.hero-animate-delay-1 { animation-delay: 0.2s; opacity: 0; }
.hero-animate-delay-2 { animation-delay: 0.4s; opacity: 0; }
.hero-animate-delay-3 { animation-delay: 0.6s; opacity: 0; }
.hero-animate-delay-4 { animation-delay: 0.8s; opacity: 0; }

/* ===== 1. Glassmorphism cards ===== */
.glass-card {
  background: rgba(255, 255, 255, 0.35);
  backdrop-filter: blur(24px) saturate(200%);
  -webkit-backdrop-filter: blur(24px) saturate(200%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px rgba(14, 165, 233, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

/* ===== 2. Animated gradient border ===== */
.gradient-border {
  position: relative;
  background: white;
  border-radius: 1rem;
}
.gradient-border::before {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: inherit;
  background: linear-gradient(90deg, #0ea5e9, #8b5cf6, #ec4899, #f97316, #0ea5e9);
  background-size: 300% 100%;
  animation: gradient-rotate 4s linear infinite;
  z-index: -1;
}
@keyframes gradient-rotate {
  0% { background-position: 0% 50%; }
  100% { background-position: 300% 50%; }
}

/* ===== 3. Counter animation ===== */
.counter {
  display: inline-block;
  font-variant-numeric: tabular-nums;
}
.counter-animate {
  animation: countPulse 0.3s ease-out;
}
@keyframes countPulse {
  0% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* ===== 4. Floating elements ===== */
@keyframes float {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(5deg); }
}
.floating {
  animation: float 6s ease-in-out infinite;
}
.floating-delay-1 { animation-delay: 1s; }
.floating-delay-2 { animation-delay: 2s; }
.floating-delay-3 { animation-delay: 3s; }

/* ===== 5. Text highlight effect ===== */
.highlight-text {
  background: linear-gradient(120deg, transparent 0%, transparent 50%, rgba(14, 165, 233, 0.2) 50%, rgba(14, 165, 233, 0.2) 100%);
  background-size: 220% 100%;
  background-position: 100%;
  transition: background-position 0.5s ease;
}
.highlight-text.active {
  background-position: 0%;
}

/* ===== 6. Scroll progress bar ===== */
#scrollProgress {
  position: fixed;
  top: 0;
  left: 0;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #0369a1);
  z-index: 9999;
  width: 0%;
  transition: width 0.1s linear;
}

/* ===== 7. Magnetic button effect ===== */
.magnetic-btn {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* ===== 8. 3D Tilt effect on cards ===== */
.tilt-card {
  transform-style: preserve-3d;
  transition: transform 0.3s ease;
}
.tilt-card:hover {
  transform: perspective(1000px) rotateX(var(--tilt-x, 0deg)) rotateY(var(--tilt-y, 0deg));
}
.tilt-card-inner {
  transform: translateZ(20px);
}

/* ===== 9. Cursor glow effect ===== */
.cursor-glow {
  position: fixed;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(14, 165, 233, 0.15) 0%, transparent 70%);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
.cursor-glow.visible {
  opacity: 1;
}
@media (max-width: 768px) {
  .cursor-glow { display: none; }
}

/* ===== 10. Trust badges ===== */
.trust-badge {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.trust-badge:hover {
  transform: translateY(-4px) scale(1.02);
  box-shadow: 0 12px 24px -8px rgba(14, 165, 233, 0.25);
}
.trust-badge-icon {
  transition: transform 0.3s ease;
}
.trust-badge:hover .trust-badge-icon {
  transform: scale(1.1) rotate(5deg);
}

/* ===== 11. Stats counter section ===== */
.stat-item {
  position: relative;
  overflow: hidden;
}
.stat-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: linear-gradient(90deg, #0ea5e9, #0369a1);
  transition: width 0.5s ease;
}
.stat-item.active::after {
  width: 60%;
}

/* ===== 14. Preloader ===== */
#preloader {
  position: fixed;
  inset: 0;
  background: linear-gradient(135deg, #e0f2fe 0%, #bae6fd 100%);
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
#preloader.hidden {
  opacity: 0;
  visibility: hidden;
}
.loader {
  width: 60px;
  height: 60px;
  border: 4px solid #e0f2fe;
  border-top-color: #0ea5e9;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  to { transform: rotate(360deg); }
}
.loader-text {
  margin-top: 1rem;
  color: #0369a1;
  font-weight: 600;
  animation: pulse 1.5s ease-in-out infinite;
}
@keyframes pulse {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.5; }
}

/* ===== 15. Page transitions ===== */
.page-transition {
  animation: pageIn 0.5s ease-out;
}
@keyframes pageIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== 16. Micro-interactions ===== */
/* Input focus effects */
input:focus, textarea:focus, select:focus {
  transform: scale(1.01);
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

/* Checkbox animation */
input[type="checkbox"] {
  transition: transform 0.2s ease;
}
input[type="checkbox"]:checked {
  animation: checkPop 0.3s ease;
}
@keyframes checkPop {
  0% { transform: scale(1); }
  50% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* Button press effect */
button:active, a[role="button"]:active {
  transform: scale(0.97);
}

/* Link underline animation */
.animated-link {
  position: relative;
}
.animated-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #0ea5e9;
  transition: width 0.3s ease;
}
.animated-link:hover::after {
  width: 100%;
}

/* Ripple effect for buttons */
.ripple {
  position: relative;
  overflow: hidden;
}
.ripple::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(255,255,255,0.3) 10%, transparent 10%);
  background-repeat: no-repeat;
  background-position: 50%;
  transform: scale(10, 10);
  opacity: 0;
  transition: transform 0.5s, opacity 0.5s;
}
.ripple:active::after {
  transform: scale(0, 0);
  opacity: 1;
  transition: 0s;
}

/* Shine effect on hover */
.shine {
  position: relative;
  overflow: hidden;
}
.shine::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.4), transparent);
  transition: left 0.5s ease;
}
.shine:hover::before {
  left: 100%;
}

/* Ripple animation keyframes */
@keyframes rippleEffect {
  to {
    transform: scale(4);
    opacity: 0;
  }
}

/* ===== MOBILE OPTIMIZATIONS ===== */

/* Larger touch targets on mobile */
@media (max-width: 768px) {
  /* Minimum 44px touch targets (Apple HIG recommendation) */
  button, a, input[type="checkbox"], input[type="radio"], select {
    min-height: 44px;
  }
  
  /* Better form input sizing */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    font-size: 16px !important; /* Prevents iOS zoom on focus */
    padding: 12px 14px;
  }
  
  /* Smoother scrolling on iOS */
  .modal-body, .modal-scroll {
    -webkit-overflow-scrolling: touch;
  }
  
  /* Reduce animation complexity on mobile */
  .service-card:hover {
    transform: none;
  }
  
  /* Better tap feedback */
  button:active, a:active {
    opacity: 0.8;
    transform: scale(0.98);
  }
  
  /* Larger slider thumbs for touch */
  input[type="range"]::-webkit-slider-thumb {
    width: 32px !important;
    height: 32px !important;
  }
  input[type="range"]::-moz-range-thumb {
    width: 32px !important;
    height: 32px !important;
  }
  
  /* Better spacing for mobile cards */
  .service-card, .testimonial-hover {
    margin-bottom: 1rem;
  }
  
  /* ===== Compact service cards on mobile ===== */
  .service-card, .tilt-card {
    padding: 1rem !important;
  }
  .service-card h3 {
    font-size: 1rem !important;
  }
  .service-card .text-2xl {
    font-size: 1.25rem !important;
  }
  .service-card .text-base, .service-card .text-lg {
    font-size: 0.8rem !important;
  }
  .service-card ul {
    font-size: 0.75rem !important;
    margin-top: 0.5rem !important;
  }
  .service-card ul li {
    margin-bottom: 0 !important;
  }
  [data-price-calc] {
    padding: 0.75rem !important;
    margin-top: 0.75rem !important;
  }
  [data-price-calc] label {
    font-size: 0.875rem !important;
  }
  [data-price-calc] p {
    font-size: 0.7rem !important;
    margin-top: 0.5rem !important;
  }
  [data-quote-btn] {
    padding: 0.5rem 0.75rem !important;
    font-size: 0.75rem !important;
    margin-top: 0.5rem !important;
  }
  
  /* Compact section headings */
  #services h2 {
    font-size: 1.5rem !important;
  }
  #services > p {
    font-size: 0.8rem !important;
  }
}

/* Reduce motion for users who prefer it */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
  html {
    scroll-behavior: auto;
  }
}

/* Performance: GPU acceleration for animated elements */
.reveal, .service-card, .testimonial-hover, .hero-animate {
  will-change: transform, opacity;
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* Faster perceived loading with skeleton screens */
.img-loading {
  background: linear-gradient(90deg, #f1f5f9 25%, #e2e8f0 50%, #f1f5f9 75%);
  background-size: 200% 100%;
  animation: skeleton-loading 1.2s ease-in-out infinite;
}

/* Safe area padding for notched devices */
@supports (padding: env(safe-area-inset-bottom)) {
  .sticky-bottom {
    padding-bottom: calc(1rem + env(safe-area-inset-bottom));
  }
  footer {
    padding-bottom: env(safe-area-inset-bottom);
  }
}

/* Apple-style frosted glass text effect */
.text-glow {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(240, 248, 255, 0.95) 30%,
    rgba(180, 210, 255, 0.9) 70%,
    rgba(150, 200, 255, 0.85) 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.4)) drop-shadow(0 0 20px rgba(255, 255, 255, 0.2));
}

