:root {
  --glass-bg: rgba(20, 35, 26, 0.55);
  --glass-border: rgba(61, 112, 86, 0.35);
  --neon: #a3e635;
}

@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Supercell Magic';
  src: url('fonts/supercell-magic.ttf') format('truetype');
  font-weight: 400 900;
  font-display: swap;
}

.font-coc {
  font-family: 'Supercell Magic', 'Poppins', 'Segoe UI', ui-sans-serif, system-ui, sans-serif;
}

.icon-svg {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
}

.feature-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.plan-icon svg {
  width: 1.6rem;
  height: 1.6rem;
}

.copy-btn svg {
  width: 1rem;
  height: 1rem;
}

.marquee-ico {
  width: 0.7rem;
  height: 0.7rem;
  fill: #a3e635;
  stroke: #a3e635;
  flex-shrink: 0;
  align-self: center;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: 'Poppins', 'Segoe UI', ui-sans-serif, system-ui, sans-serif;
}

::selection {
  background: rgba(163, 230, 53, 0.3);
  color: #eaffd5;
}

::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #050b08;
}
::-webkit-scrollbar-thumb {
  background: #244031;
  border-radius: 6px;
}
::-webkit-scrollbar-thumb:hover {
  background: #3d7056;
}

.bg-scene {
  position: fixed;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background:
    radial-gradient(1200px 800px at 80% -10%, rgba(61, 112, 86, 0.28), transparent 60%),
    radial-gradient(1000px 700px at -10% 30%, rgba(163, 230, 53, 0.10), transparent 60%),
    radial-gradient(900px 900px at 50% 120%, rgba(36, 64, 49, 0.35), transparent 60%),
    #050b08;
}

.blob {
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
  opacity: 0.5;
  will-change: transform;
}
.blob-1 {
  width: 480px;
  height: 480px;
  background: rgba(61, 112, 86, 0.55);
  top: -120px;
  left: -100px;
  animation: drift1 26s ease-in-out infinite alternate;
}
.blob-2 {
  width: 380px;
  height: 380px;
  background: rgba(163, 230, 53, 0.18);
  top: 40%;
  right: -120px;
  animation: drift2 32s ease-in-out infinite alternate;
}
.blob-3 {
  width: 320px;
  height: 320px;
  background: rgba(36, 64, 49, 0.8);
  bottom: -100px;
  left: 30%;
  animation: drift3 28s ease-in-out infinite alternate;
}

@keyframes drift1 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(120px, 90px) scale(1.25); }
}
@keyframes drift2 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(-140px, -70px) scale(1.2); }
}
@keyframes drift3 {
  0%   { transform: translate(0, 0) scale(1); }
  100% { transform: translate(100px, -120px) scale(1.3); }
}

.grid-overlay {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(61, 112, 86, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(61, 112, 86, 0.06) 1px, transparent 1px);
  background-size: 56px 56px;
  mask-image: radial-gradient(ellipse at 50% 0%, black 30%, transparent 75%);
}

.particles {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.particles span {
  position: absolute;
  bottom: -40px;
  animation: floatUp linear infinite;
  opacity: 0;
  user-select: none;
}
@keyframes floatUp {
  0%   { transform: translateY(0) rotate(0deg); opacity: 0; }
  10%  { opacity: 0.55; }
  90%  { opacity: 0.45; }
  100% { transform: translateY(-110vh) rotate(340deg); opacity: 0; }
}

.glass {
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.glass-popular {
  background: linear-gradient(160deg, rgba(36, 64, 49, 0.85), rgba(20, 35, 26, 0.85));
  border: 1px solid rgba(163, 230, 53, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 0 50px rgba(163, 230, 53, 0.12), 0 18px 40px rgba(0, 0, 0, 0.45);
}

.nav-glass {
  background: rgba(5, 11, 8, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--glass-border);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.35);
}

.logo-badge {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: linear-gradient(145deg, #244031, #1b2f23);
  border: 1px solid rgba(61, 112, 86, 0.5);
  box-shadow: 0 0 22px rgba(163, 230, 53, 0.15);
}

.nav-link {
  position: relative;
  color: #c3ecd4;
  transition: color 0.25s;
}
.nav-link:hover {
  color: #a3e635;
}
.nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 2px;
  border-radius: 2px;
  background: linear-gradient(90deg, #a3e635, transparent);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}
.nav-link:hover::after {
  transform: scaleX(1);
}

.user-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  border-radius: 0.75rem;
  padding: 0.45rem 0.9rem;
  font-size: 0.85rem;
  color: #c3ecd4;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.user-chip:hover {
  border-color: rgba(163, 230, 53, 0.5);
  box-shadow: 0 0 18px rgba(163, 230, 53, 0.15);
}

.glow-btn {
  background: linear-gradient(135deg, #a3e635, #84cc16);
  color: #14231a;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s;
  animation: glowPulse 3s ease-in-out infinite;
}
.glow-btn:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.08);
}
.glow-btn:active {
  transform: translateY(0) scale(0.98);
}
@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 16px rgba(163, 230, 53, 0.35); }
  50%      { box-shadow: 0 0 34px rgba(163, 230, 53, 0.65); }
}

.ghost-btn {
  border: 1px solid var(--glass-border);
  background: var(--glass-bg);
  color: #c3ecd4;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition: transform 0.25s ease, border-color 0.25s, box-shadow 0.25s, color 0.25s;
}
.ghost-btn:hover {
  border-color: rgba(163, 230, 53, 0.55);
  color: #a3e635;
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(163, 230, 53, 0.12);
}
.ghost-btn:active {
  transform: translateY(0) scale(0.98);
}

.gradient-text {
  background: linear-gradient(100deg, #a3e635 0%, #74c97f 22%, #c3ecd4 50%, #74c97f 78%, #a3e635 100%);
  background-size: 200% auto;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  animation: shine 7s linear infinite;
}
@keyframes shine {
  to { background-position: 200% center; }
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.8rem;
  color: #8fd0aa;
  background: var(--glass-bg);
  border: 1px solid var(--glass-border);
  padding: 0.5rem 1.1rem;
  border-radius: 999px;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  cursor: pointer;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.hero-badge:hover {
  border-color: rgba(163, 230, 53, 0.5);
  box-shadow: 0 0 20px rgba(163, 230, 53, 0.15);
}

.stat-num {
  font-size: 1.9rem;
  font-weight: 900;
  color: #c3ecd4;
  letter-spacing: 0.02em;
}
.stat-label {
  font-size: 0.72rem;
  color: #6b8f7d;
  margin-top: 0.2rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.marquee-wrap {
  overflow: hidden;
  border-top: 1px solid var(--glass-border);
  border-bottom: 1px solid var(--glass-border);
  background: rgba(20, 35, 26, 0.35);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  padding: 0.9rem 0;
}
.marquee {
  display: flex;
  white-space: nowrap;
  width: max-content;
  animation: marquee 28s linear infinite;
  font-weight: 600;
  color: #8fd0aa;
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.marquee span,
.marquee .marquee-ico {
  margin-right: 2.2rem;
}
.marquee i {
  font-style: normal;
  color: #a3e635;
}
.marquee-wrap:hover .marquee {
  animation-play-state: paused;
}
@keyframes marquee {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.section-tag {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #a3e635;
  border: 1px solid rgba(163, 230, 53, 0.3);
  background: rgba(163, 230, 53, 0.06);
  padding: 0.35rem 0.9rem;
  border-radius: 999px;
}

.feature-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  border-radius: 0.9rem;
  background: linear-gradient(145deg, rgba(61, 112, 86, 0.5), rgba(20, 35, 26, 0.6));
  border: 1px solid rgba(61, 112, 86, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tilt:hover .feature-icon {
  transform: scale(1.12) rotate(-6deg);
  box-shadow: 0 0 22px rgba(163, 230, 53, 0.2);
}

.tilt {
  transform-style: preserve-3d;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), border-color 0.3s, box-shadow 0.3s;
  will-change: transform;
}

.tilt-active {
  transition: transform 0.25s ease-out !important;
  z-index: 2;
}
.tilt:hover {
  border-color: rgba(163, 230, 53, 0.45);
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.45), 0 0 30px rgba(163, 230, 53, 0.08);
}

.pricing-hot {
  transform: scale(1.03);
}
@media (min-width: 768px) {
  .pricing-hot {
    transform: translateY(-10px) scale(1.03);
  }
}

.card-trial {
  background: linear-gradient(160deg, rgba(20, 35, 26, 0.8), rgba(20, 35, 26, 0.55));
  border: 1px dashed rgba(163, 230, 53, 0.5);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: trialPulse 2.4s ease-in-out infinite;
}
@keyframes trialPulse {
  0%, 100% { box-shadow: 0 0 12px rgba(163, 230, 53, 0.08); border-color: rgba(163, 230, 53, 0.45); }
  50%      { box-shadow: 0 0 26px rgba(163, 230, 53, 0.22); border-color: rgba(163, 230, 53, 0.8); }
}

.card-gold {
  position: relative;
  background: linear-gradient(160deg, rgba(70, 50, 16, 0.55), rgba(20, 35, 26, 0.85));
  border: 1px solid rgba(255, 200, 87, 0.55);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  animation: goldGlow 2.6s ease-in-out infinite;
}
.card-gold::before {
  content: '';
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: conic-gradient(from var(--gold-angle, 0deg), transparent 0%, rgba(255, 200, 87, 0.9) 12%, transparent 26%, transparent 50%, rgba(255, 200, 87, 0.7) 62%, transparent 76%);
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
  animation: goldSpin 4s linear infinite;
  pointer-events: none;
}
@property --gold-angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes goldSpin {
  to { --gold-angle: 360deg; }
}
@keyframes goldGlow {
  0%, 100% { box-shadow: 0 0 16px rgba(255, 200, 87, 0.12), 0 14px 40px rgba(0, 0, 0, 0.4); }
  50%      { box-shadow: 0 0 38px rgba(255, 200, 87, 0.28), 0 14px 40px rgba(0, 0, 0, 0.4); }
}

.gold-btn {
  background: linear-gradient(135deg, #f5c05c, #e0a63d);
  color: #2b1c05;
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s;
  animation: goldBtnPulse 2.6s ease-in-out infinite;
}
.gold-btn:hover {
  transform: translateY(-2px) scale(1.02);
  filter: brightness(1.08);
}
.gold-btn:active {
  transform: translateY(0) scale(0.98);
}
.gold-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  animation: none;
}
.gold-btn:disabled:hover {
  transform: none;
}
@keyframes goldBtnPulse {
  0%, 100% { box-shadow: 0 0 14px rgba(255, 200, 87, 0.35); }
  50%      { box-shadow: 0 0 30px rgba(255, 200, 87, 0.6); }
}

.price-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.66rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 0.28rem 0.85rem;
  border-radius: 999px;
  white-space: nowrap;
  z-index: 5;
}
.badge-popular {
  background: linear-gradient(135deg, #a3e635, #84cc16);
  color: #14231a;
  box-shadow: 0 0 20px rgba(163, 230, 53, 0.5);
  animation: badgePop 2.4s ease-in-out infinite;
}
.badge-best {
  background: linear-gradient(135deg, #f5c05c, #e0a63d);
  color: #2b1c05;
  box-shadow: 0 0 22px rgba(255, 200, 87, 0.55);
  animation: badgePop 2.4s ease-in-out infinite;
}
.badge-trial {
  background: rgba(163, 230, 53, 0.12);
  border: 1px dashed rgba(163, 230, 53, 0.7);
  color: #a3e635;
  box-shadow: 0 0 14px rgba(163, 230, 53, 0.25);
}
.badge-ultimate {
  background: linear-gradient(135deg, #ffd968, #e0a63d);
  color: #2b1c05;
  box-shadow: 0 0 26px rgba(255, 200, 87, 0.7);
  animation: badgePop 1.6s ease-in-out infinite;
}
.ultimate-glow {
  animation: goldGlow 1.6s ease-in-out infinite;
}
.ultimate-glow::before {
  animation-duration: 2.5s;
}
@keyframes badgePop {
  0%, 100% { transform: translateX(-50%) scale(1); }
  50%      { transform: translateX(-50%) scale(1.06); }
}

.card-shine {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  overflow: hidden;
  pointer-events: none;
}
.card-shine::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -60%;
  width: 45%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.12), transparent);
  transform: skewX(-18deg);
  opacity: 0;
}
.tilt:hover .card-shine::after {
  animation: shineSweep 0.9s ease forwards;
}
@keyframes shineSweep {
  0%   { left: -60%; opacity: 0; }
  5%   { opacity: 1; }
  95%  { opacity: 1; }
  100% { left: 130%; opacity: 0; }
}

.reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s ease, transform 0.8s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal.in {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0s !important;
}

.field {
  width: 100%;
  background: rgba(5, 11, 8, 0.7);
  border: 1px solid var(--glass-border);
  border-radius: 0.75rem;
  padding: 0.7rem 0.9rem;
  font-size: 0.9rem;
  color: #c3ecd4;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s;
}
.field:focus {
  border-color: rgba(163, 230, 53, 0.6);
  box-shadow: 0 0 0 3px rgba(163, 230, 53, 0.12);
}
.field::placeholder {
  color: #3d5449;
}

.error-box {
  background: rgba(127, 29, 29, 0.25);
  border: 1px solid rgba(248, 113, 113, 0.4);
  color: #fca5a5;
  border-radius: 0.75rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.82rem;
}

.success-box {
  background: rgba(20, 83, 45, 0.25);
  border: 1px solid rgba(74, 222, 128, 0.4);
  color: #86efac;
  border-radius: 0.75rem;
  padding: 0.6rem 0.9rem;
  font-size: 0.82rem;
}

@keyframes shake {
  0%, 100% { transform: translateX(0); }
  20%      { transform: translateX(-6px); }
  40%      { transform: translateX(6px); }
  60%      { transform: translateX(-4px); }
  80%      { transform: translateX(4px); }
}
.shake {
  animation: shake 0.4s ease;
}

.status-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 0.8rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  border: 1px solid;
}
.status-active {
  color: #6ee7b7;
  border-color: rgba(110, 231, 183, 0.4);
  background: rgba(6, 78, 59, 0.35);
  box-shadow: 0 0 14px rgba(110, 231, 183, 0.15);
}
.status-inactive {
  color: #9ca3af;
  border-color: rgba(156, 163, 175, 0.35);
  background: rgba(75, 85, 99, 0.2);
}
.status-expired {
  color: #f87171;
  border-color: rgba(248, 113, 113, 0.4);
  background: rgba(127, 29, 29, 0.3);
}
.status-revoked {
  color: #fb923c;
  border-color: rgba(251, 146, 60, 0.4);
  background: rgba(124, 45, 18, 0.3);
}

.copy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 0.5rem;
  border: 1px solid var(--glass-border);
  background: rgba(20, 35, 26, 0.6);
  color: #8fd0aa;
  font-size: 0.85rem;
  transition: border-color 0.25s, color 0.25s, transform 0.2s;
  flex-shrink: 0;
}
.copy-btn:hover {
  border-color: rgba(163, 230, 53, 0.6);
  color: #a3e635;
  transform: scale(1.08);
}

@media (max-width: 768px) {
  .particles {
    display: none;
  }
  .blob {
    filter: blur(50px);
    opacity: 0.35;
  }
  .glass,
  .glass-popular,
  .card-gold,
  .card-trial,
  .nav-glass,
  .ghost-btn {
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }
  .glass {
    background: rgba(20, 35, 26, 0.88);
  }
  .glass-popular {
    background: linear-gradient(160deg, rgba(36, 64, 49, 0.95), rgba(20, 35, 26, 0.95));
  }
  .card-gold {
    background: linear-gradient(160deg, rgba(70, 50, 16, 0.8), rgba(20, 35, 26, 0.95));
  }
  .card-trial {
    background: linear-gradient(160deg, rgba(20, 35, 26, 0.92), rgba(20, 35, 26, 0.85));
  }
  .nav-glass {
    background: rgba(5, 11, 8, 0.92);
  }
  .feature-icon svg,
  .icon-svg {
    width: 1.3rem;
    height: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .blob, .marquee, .particles span, .glow-btn, .gradient-text, .gold-btn, .card-gold, .card-gold::before, .card-trial, .price-badge {
    animation: none !important;
  }
  html {
    scroll-behavior: auto;
  }
  .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

/* ---------- Interactive card animations ---------- */

.card-lift {
  transition: transform 0.35s cubic-bezier(0.2, 0.8, 0.3, 1.15), box-shadow 0.35s ease, border-color 0.35s ease;
  will-change: transform;
}
.card-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 55px -20px rgba(0, 0, 0, 0.75), 0 0 0 1px rgba(163, 230, 53, 0.16), 0 0 32px -6px rgba(163, 230, 53, 0.12);
}

.shine {
  position: relative;
  overflow: hidden;
}
.shine::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.09) 50%, transparent 58%);
  transform: translateX(-160%);
  transition: transform 0.9s ease;
  pointer-events: none;
  z-index: 1;
}
.shine:hover::after {
  transform: translateX(160%);
}

.gradient-text {
  background-size: 200% auto;
  animation: gradientShift 6s ease-in-out infinite;
}
@keyframes gradientShift {
  0%   { background-position: 0% center; }
  50%  { background-position: 100% center; }
  100% { background-position: 0% center; }
}

.hero-badge {
  animation: badgeBob 5s ease-in-out infinite;
}
@keyframes badgeBob {
  0%, 100% { transform: translateY(0); }
  50%      { transform: translateY(-7px); }
}

.feature-icon {
  animation: iconBob 4.5s ease-in-out infinite;
}
.tilt:nth-of-type(3n+2) .feature-icon { animation-delay: -1.5s; }
.tilt:nth-of-type(3n+3) .feature-icon { animation-delay: -3s; }
@keyframes iconBob {
  0%, 100% { transform: translateY(0) rotate(0deg); }
  50%      { transform: translateY(-6px) rotate(5deg); }
}
.tilt:hover .feature-icon {
  animation-play-state: paused;
  transform: scale(1.15) rotate(-4deg);
  transition: transform 0.25s ease;
}

.price-amount {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.2, 0.8, 0.3, 1.4), text-shadow 0.3s ease;
}
.tilt:hover .price-amount {
  transform: scale(1.1);
  text-shadow: 0 0 24px rgba(255, 204, 92, 0.35);
}

.status-active {
  animation: badgePulse 2.4s ease-in-out infinite;
}
@keyframes badgePulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(52, 211, 153, 0.35); }
  50%      { box-shadow: 0 0 0 6px rgba(52, 211, 153, 0); }
}

.notice-bar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin: 0 auto;
  max-width: max-content;
  margin-top: 4.5rem;
  padding: 0.55rem 1.2rem;
  font-size: 0.85rem;
  background: rgba(20, 83, 45, 0.35);
  border: 1px solid rgba(74, 222, 128, 0.45);
  color: #86efac;
  border-radius: 999px;
  box-shadow: 0 0 26px -4px rgba(74, 222, 128, 0.3);
}

/* ---------- Side rails ---------- */

.side-rail {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 1.4rem;
  pointer-events: none;
  user-select: none;
}
@media (min-width: 1440px) {
  .side-rail { display: flex; }
}
.side-rail.left  { left: 2.6rem; }
.side-rail.right { right: 2.6rem; }

.rail-ico {
  font-size: 1.7rem;
  opacity: 0.45;
  filter: saturate(0.85);
  animation: railFloat 5.5s ease-in-out infinite;
}
.side-rail.left .rail-ico:nth-child(even)  { animation-delay: -2.4s; animation-duration: 6.5s; }
.side-rail.left .rail-ico:nth-child(3n)    { animation-delay: -1.2s; animation-duration: 7.2s; }
.side-rail.right .rail-ico { animation-name: railFloatB; }
.side-rail.right .rail-ico:nth-child(even) { animation-delay: -1.8s; animation-duration: 6.8s; }
.side-rail.right .rail-ico:nth-child(3n)   { animation-delay: -3.1s; animation-duration: 7.6s; }

@keyframes railFloat {
  0%, 100% { transform: translateY(0) rotate(-8deg); }
  50%      { transform: translateY(-16px) rotate(8deg); }
}
@keyframes railFloatB {
  0%, 100% { transform: translateY(0) rotate(8deg); }
  50%      { transform: translateY(16px) rotate(-8deg); }
}

.rail-orb {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: radial-gradient(circle at 32% 30%, rgba(163, 230, 53, 0.4), rgba(34, 197, 94, 0.08) 70%);
  filter: blur(0.5px);
  animation: orbPulse 4s ease-in-out infinite;
}
.rail-orb.small {
  width: 1.4rem;
  height: 1.4rem;
  background: radial-gradient(circle at 32% 30%, rgba(255, 204, 92, 0.5), rgba(255, 170, 40, 0.1) 70%);
  animation-duration: 3.2s;
  animation-delay: -1.5s;
}
@keyframes orbPulse {
  0%, 100% { transform: scale(1); opacity: 0.55; }
  50%      { transform: scale(1.3); opacity: 1; }
}

.rail-text {
  writing-mode: vertical-rl;
  font-size: 0.62rem;
  font-weight: 700;
  letter-spacing: 0.42em;
  color: rgba(255, 255, 255, 0.28);
  animation: railFloat 9s ease-in-out infinite;
  text-transform: uppercase;
}
