﻿:root {
  --ease-standard: cubic-bezier(0.4, 0, 0.2, 1);
}

* {
  -webkit-tap-highlight-color: transparent;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.glass-card.rounded-\[2\.5rem\] {
  background: transparent !important;
  backdrop-filter: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 2rem !important;
}

.premium-card {
  background: rgba(6, 38, 23, 0.98) !important;
  backdrop-filter: none !important;
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
}

.bg-grid-pattern {
  display: none !important;
}

.relative.z-20.mx-auto.flex.min-h-full.w-full.max-w-md {
  max-width: 100% !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.top-header-shell {
  background: rgba(15, 53, 34, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(10px);
  transition: background 240ms var(--ease-standard), border-color 240ms var(--ease-standard), box-shadow 240ms var(--ease-standard);
}

.top-header-shell.is-scrolled {
  background: rgba(15, 53, 34, 0.72);
  border-color: rgba(182, 255, 24, 0.28);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
}

.premium-card {
  background: linear-gradient(135deg, rgba(15, 53, 34, 0.82) 0%, rgba(26, 46, 31, 0.82) 100%);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(182, 255, 24, 0.2);
}

@media (max-width: 768px) {
  .premium-card {
    background: linear-gradient(135deg, rgba(15, 53, 34, 0.95) 0%, rgba(26, 46, 31, 0.95) 100%);
    backdrop-filter: none;
  }
}

.interactive-card {
  position: relative;
  overflow: hidden;
  touch-action: pan-y;
  transform: translateZ(0);
  transition: transform 180ms var(--ease-standard), filter 180ms var(--ease-standard), border-color 220ms var(--ease-standard), box-shadow 220ms var(--ease-standard), brightness 180ms var(--ease-standard);
}

.interactive-card .chevron-icon {
  transition: transform 180ms var(--ease-standard), color 180ms var(--ease-standard);
}

.interactive-card.is-pressed {
  transform: scale(0.98);
  filter: brightness(0.95);
  border-color: rgba(182, 255, 24, 0.7);
  box-shadow: 0 0 28px rgba(182, 255, 24, 0.28);
}

.interactive-card.is-pressed .chevron-icon {
  transform: translateX(4px);
  color: #b6ff18;
}

.interactive-card:active {
  transform: scale(0.98);
  filter: brightness(0.95);
}

.interactive-card:active .chevron-icon {
  transform: translateX(4px);
}

.swipe-item {
  position: relative;
  scroll-snap-align: start;
}

.swipe-actions {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding-right: 6px;
  z-index: 0;
}

.swipe-action-btn {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  border: 1px solid rgba(182, 255, 24, 0.35);
  background: rgba(15, 53, 34, 0.9);
  color: #b6ff18;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 160ms var(--ease-standard), background 160ms var(--ease-standard), border-color 160ms var(--ease-standard);
}

.swipe-action-btn:hover,
.swipe-action-btn:active {
  transform: translateY(-1px);
  background: rgba(26, 46, 31, 0.98);
  border-color: rgba(182, 255, 24, 0.6);
}

.swipe-card {
  position: relative;
  z-index: 1;
  will-change: transform;
  transition: transform 220ms var(--ease-standard);
}

.ripple-node {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(182, 255, 24, 0.4) 0%, rgba(182, 255, 24, 0.1) 65%, rgba(182, 255, 24, 0) 100%);
  pointer-events: none;
  transform: scale(0);
  animation: rippleOut 520ms ease-out forwards;
}

.ripple {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(182, 255, 24, 0.3) 0%, rgba(182, 255, 24, 0.1) 70%, rgba(182, 255, 24, 0) 100%);
  pointer-events: none;
  transform: scale(0);
  animation: rippleEffect 600ms ease-out forwards;
}

.whatsapp-cta {
  background: linear-gradient(135deg, #b6ff18 0%, #8ac918 100%);
  box-shadow: 0 4px 20px rgba(182, 255, 24, 0.28);
  overflow: hidden;
}

.whatsapp-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 28%, rgba(255, 255, 255, 0.6) 50%, transparent 72%);
  transform: translateX(-140%);
  pointer-events: none;
  opacity: 0;
}

.whatsapp-cta.is-shimmering::after {
  opacity: 0.6;
  animation: ctaShimmer 1400ms ease-out;
}

.cta-intro-pulse {
  animation: ctaPulse 920ms ease-out 2;
}

.whatsapp-icon.bounce-mini {
  animation: bounceMini 360ms ease-out;
}

.profile-glow {
  animation: glowBreathe 3600ms ease-in-out infinite;
}

.profile-avatar {
  animation: floatLogo 3600ms ease-in-out infinite;
}

.float-logo {
  animation: floatLogo 3600ms ease-in-out infinite;
}

.stats-row {
  opacity: 0;
  transform: translateY(10px);
}

.stats-row.is-visible {
  animation: revealStats 480ms ease-out forwards;
}

.stat-card {
  background: rgba(15, 53, 34, 0.5);
  border: 1px solid rgba(182, 255, 24, 0.2);
  border-radius: 14px;
  padding: 10px 12px;
  text-align: center;
}

.trust-chip {
  opacity: 0;
  transform: translateY(8px);
  filter: blur(6px);
  transition: opacity 300ms var(--ease-standard), transform 300ms var(--ease-standard), filter 300ms var(--ease-standard);
  transition-delay: calc(var(--chip-index, 0) * 80ms);
  background: linear-gradient(135deg, rgba(182, 255, 24, 0.09) 0%, rgba(138, 201, 24, 0.08) 100%);
  border: 1px solid rgba(182, 255, 24, 0.3);
  backdrop-filter: blur(10px);
}

.trust-chip.is-visible {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

.intro-shell {
  opacity: 0;
  animation: introIn 320ms ease-out forwards;
}

.stagger-fade-in {
  opacity: 0;
  transform: translateY(18px);
  animation: staggerIn 300ms ease-out forwards;
  animation-delay: var(--stagger, 0ms);
}

.badge-pop {
  animation: badgePop 320ms ease-out forwards;
  transform: scale(0.96);
  opacity: 0;
}

.links-stack {
  max-height: min(54vh, 430px);
  overflow-y: auto;
  scroll-snap-type: y proximity;
  padding-right: 2px;
}

.scroll-snap {
  scroll-snap-type: y proximity;
}

.scroll-snap-child {
  scroll-snap-align: start;
}

.footer-cluster {
  margin-top: 0.2rem !important;
  position: relative;
  width: 100%;
  min-height: 120px !important;
}

.footer-social {
  margin: 0 !important;
  position: absolute;
  top: 0.3rem !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

.footer-social-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 0 !important;
}

.footer-copy {
  margin: 0 !important;
  line-height: 1.35;
  position: absolute;
  left: 50%;
  bottom: 0.1rem !important;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 3;
}
@keyframes introIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

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

@keyframes badgePop {
  0% {
    transform: scale(0.96);
    opacity: 0;
  }
  60% {
    transform: scale(1.02);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes ctaPulse {
  0%,
  100% {
    transform: scale(1);
    box-shadow: 0 4px 20px rgba(182, 255, 24, 0.28);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 10px 32px rgba(182, 255, 24, 0.45);
  }
}

@keyframes ctaShimmer {
  from {
    transform: translateX(-140%);
  }
  to {
    transform: translateX(160%);
  }
}

@keyframes floatLogo {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

@keyframes glowBreathe {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
}

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

@keyframes rippleOut {
  from {
    transform: scale(0);
    opacity: 1;
  }
  to {
    transform: scale(3.2);
    opacity: 0;
  }
}

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

@keyframes bounceMini {
  0%,
  100% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-3px);
  }
  75% {
    transform: translateY(-1px);
  }
}

@keyframes floatLogo {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-6px);
  }
}

@keyframes glowBreathe {
  0%,
  100% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.7;
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-shell,
  .stagger-fade-in,
  .badge-pop,
  .profile-glow,
  .profile-avatar,
  .cta-intro-pulse,
  .whatsapp-icon.bounce-mini,
  .whatsapp-cta.is-shimmering::after,
  .ripple-node,
  .trust-chip,
  .stats-row {
    animation: none !important;
    transition: none !important;
    opacity: 1 !important;
    transform: none !important;
    filter: none !important;
  }

  .links-stack,
  .scroll-snap {
    scroll-snap-type: none;
  }
}
