/* ===== DESIGN SYSTEM — RECARGA UNITV ===== */
:root {
  --night: #000000;
  --night-2: #1a1a1a;
  --crimson: #c51f34;
  --magenta: #b11252;
  --electric: #8b5cf6;
  --text: #e5e7eb;
  --muted: #94a3b8;
  --card: rgba(255, 255, 255, .06);
  --glass: rgba(255, 255, 255, .08);
  --ring: rgba(197, 31, 52, .35);
  --success: #22c55e;
  --warning: #f59e0b;
}

html, body { overflow-x: hidden; max-width: 100%; }
html { scroll-behavior: smooth; scroll-padding-top: 72px; }
* { -webkit-tap-highlight-color: transparent; box-sizing: border-box; margin: 0; padding: 0; }
button, a { touch-action: manipulation; text-decoration: none; color: inherit; }
img { max-width: 100%; height: auto; }

body {
  font-family: 'Inter', sans-serif;
  color: var(--text);
  background:
    radial-gradient(1200px 600px at 75% -10%, rgba(197,31,52,.35), transparent 60%),
    radial-gradient(900px 500px at 10% 10%, rgba(197,31,52,.25), transparent 60%),
    radial-gradient(700px 500px at 90% 80%, rgba(197,31,52,.15), transparent 60%),
    linear-gradient(180deg, var(--night) 0%, var(--night-2) 100%);
  background-attachment: fixed;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  line-height: 1.6;
}

/* ===== UTILITY CLASSES (Tailwind-like) ===== */
.text-center { text-align: center; }
.text-left { text-align: left; }
.text-white { color: #fff; }
.text-black { color: #000; }
.text-sm { font-size: .875rem; }
.text-xs { font-size: .75rem; }
.text-base { font-size: 1rem; }
.text-lg { font-size: 1.125rem; }
.text-xl { font-size: 1.25rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-4xl { font-size: 2.25rem; }
.text-5xl { font-size: 3rem; }
.font-semibold { font-weight: 600; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.leading-tight { line-height: 1.25; }
.leading-relaxed { line-height: 1.7; }
.tracking-tight { letter-spacing: -.025em; }
.tracking-wide { letter-spacing: .025em; }
.tracking-widest { letter-spacing: .1em; }
.whitespace-nowrap { white-space: nowrap; }
.underline { text-decoration: underline; }
.line-through { text-decoration: line-through; }

.text-slate-200 { color: #e2e8f0; }
.text-slate-300 { color: #cbd5e1; }
.text-slate-400 { color: #94a3b8; }
.text-slate-500 { color: #64748b; }
.text-slate-600 { color: #475569; }
.text-green-400 { color: #4ade80; }
.text-green-300 { color: #86efac; }
.text-yellow-400 { color: #facc15; }
.text-red-500 { color: #ef4444; }
.text-purple-400 { color: #c084fc; }
.bg-red-500 { background: #ef4444; }
.bg-green-400\/10 { background: rgba(74,222,128,.1); }

/* Layout */
.flex { display: flex; }
.inline-flex { display: inline-flex; }
.grid { display: grid; }
.block { display: block; }
.inline-block { display: inline-block; }
.hidden { display: none; }
.flex-col { flex-direction: column; }
.flex-row { flex-direction: row; }
.flex-wrap { flex-wrap: wrap; }
.flex-grow { flex-grow: 1; }
.flex-1 { flex: 1 1 0%; }
.items-center { align-items: center; }
.items-start { align-items: start; }
.items-stretch { align-items: stretch; }
.items-baseline { align-items: baseline; }
.justify-center { justify-content: center; }
.justify-between { justify-content: space-between; }
.gap-1 { gap: .25rem; }
.gap-1\.5 { gap: .375rem; }
.gap-2 { gap: .5rem; }
.gap-3 { gap: .75rem; }
.gap-4 { gap: 1rem; }
.gap-5 { gap: 1.25rem; }
.gap-6 { gap: 1.5rem; }
.gap-8 { gap: 2rem; }
.gap-12 { gap: 3rem; }
.gap-y-2 { row-gap: .5rem; }
.-space-x-2\.5 > * + * { margin-left: -.625rem; }

/* Spacing */
.px-1\.5 { padding-left: .375rem; padding-right: .375rem; }
.px-2 { padding-left: .5rem; padding-right: .5rem; }
.px-3 { padding-left: .75rem; padding-right: .75rem; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.px-5 { padding-left: 1.25rem; padding-right: 1.25rem; }
.px-6 { padding-left: 1.5rem; padding-right: 1.5rem; }
.px-7 { padding-left: 1.75rem; padding-right: 1.75rem; }
.px-8 { padding-left: 2rem; padding-right: 2rem; }
.py-0\.5 { padding-top: .125rem; padding-bottom: .125rem; }
.py-1 { padding-top: .25rem; padding-bottom: .25rem; }
.py-1\.5 { padding-top: .375rem; padding-bottom: .375rem; }
.py-2 { padding-top: .5rem; padding-bottom: .5rem; }
.py-2\.5 { padding-top: .625rem; padding-bottom: .625rem; }
.py-3 { padding-top: .75rem; padding-bottom: .75rem; }
.py-3\.5 { padding-top: .875rem; padding-bottom: .875rem; }
.py-4 { padding-top: 1rem; padding-bottom: 1rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.pt-2 { padding-top: .5rem; }
.pt-6 { padding-top: 1.5rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-3 { margin-bottom: .75rem; }
.mb-4 { margin-bottom: 1rem; }
.mb-5 { margin-bottom: 1.25rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mb-10 { margin-bottom: 2.5rem; }
.mb-12 { margin-bottom: 3rem; }
.mb-14 { margin-bottom: 3.5rem; }
.mb-20 { margin-bottom: 5rem; }
.mt-1 { margin-top: .25rem; }
.mt-2 { margin-top: .5rem; }
.mt-3 { margin-top: .75rem; }
.mt-5 { margin-top: 1.25rem; }
.mt-6 { margin-top: 1.5rem; }
.mt-8 { margin-top: 2rem; }
.ml-1 { margin-left: .25rem; }
.ml-3 { margin-left: .75rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.space-y-0 > * + * { margin-top: 0; }
.space-y-2 > * + * { margin-top: .5rem; }
.space-y-3 > * + * { margin-top: .75rem; }
.space-y-5 > * + * { margin-top: 1.25rem; }

/* Sizing */
.w-2 { width: .5rem; }
.w-4 { width: 1rem; }
.w-5 { width: 1.25rem; }
.w-8 { width: 2rem; }
.w-9 { width: 2.25rem; }
.w-10 { width: 2.5rem; }
.w-12 { width: 3rem; }
.w-full { width: 100%; }
.h-2 { height: .5rem; }
.h-4 { height: 1rem; }
.h-5 { height: 1.25rem; }
.h-8 { height: 2rem; }
.h-9 { height: 2.25rem; }
.h-10 { height: 2.5rem; }
.h-12 { height: 3rem; }
.h-28 { height: 7rem; }
.h-full { height: 100%; }
.max-w-xl { max-width: 36rem; }
.max-w-2xl { max-width: 42rem; }
.max-w-3xl { max-width: 48rem; }
.max-w-5xl { max-width: 64rem; }
.max-w-6xl { max-width: 72rem; }
.max-w-7xl { max-width: 80rem; }
.max-w-full { max-width: 100%; }
.min-w-0 { min-width: 0; }
.min-height-52px { min-height: 52px; }
.shrink-0 { flex-shrink: 0; }
.object-contain { object-fit: contain; }

/* Position */
.relative { position: relative; }
.absolute { position: absolute; }
.sticky { position: sticky; }
.fixed { position: fixed; }
.top-0 { top: 0; }
.bottom-0 { bottom: 0; }
.bottom-8 { bottom: 2rem; }
.left-3 { left: .75rem; }
.right-3 { right: .75rem; }
.left-1\/2 { left: 50%; }
.top-1\/2 { top: 50%; }
.-top-3 { top: -.75rem; }
.-translate-x-1\/2 { transform: translateX(-50%); }
.-translate-y-1\/2 { transform: translateY(-50%); }
.transform { transform: translateX(0); }
.z-10 { z-index: 10; }
.z-40 { z-index: 40; }
.z-50 { z-index: 50; }
.overflow-hidden { overflow: hidden; }
.inset-0 { inset: 0; }

/* Visual */
.rounded-full { border-radius: 9999px; }
.rounded-md { border-radius: .375rem; }
.rounded-lg { border-radius: .5rem; }
.rounded-2xl { border-radius: 1rem; }
.border-2 { border-width: 2px; border-style: solid; }
.border-t { border-top: 1px solid; }
.border-white\/5 { border-color: rgba(255,255,255,.05); }
.border-white\/10 { border-color: rgba(255,255,255,.1); }
.bg-white\/5 { background: rgba(255,255,255,.05); }
.bg-white\/30 { background: rgba(255,255,255,.3); }
.shadow-lg { box-shadow: 0 10px 15px -3px rgba(0,0,0,.1); }
.align-top { vertical-align: top; }
.cursor-pointer { cursor: pointer; }
.transition-colors { transition: color .2s, background .2s, border-color .2s; }
.transition-all { transition: all .3s ease; }
.duration-200 { transition-duration: .2s; }
.duration-300 { transition-duration: .3s; }
.animate-pulse { animation: pulse 2s infinite; }
@keyframes pulse { 0%,100% { opacity: 1; } 50% { opacity: .5; } }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* ===== COMPONENT STYLES ===== */
.header-wrapper { position: sticky; top: 0; z-index: 50; display: flex; flex-direction: column; }

.glass {
  background: var(--card);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 0 0 1px rgba(255,255,255,.02), 0 10px 30px rgba(0,0,0,.35);
}

.hover-rise { transition: transform .25s ease, box-shadow .25s ease, filter .25s ease, border-color .25s ease; }
.hover-rise:hover { transform: translateY(-6px); border-color: rgba(197,31,52,.6); box-shadow: 0 12px 40px rgba(0,0,0,.45), 0 0 20px rgba(197,31,52,.4), 0 0 40px rgba(197,31,52,.2); filter: brightness(1.05); }

.btn-base { color: #fff; border-radius: .8rem; transition: transform .15s, box-shadow .2s, filter .2s; display: inline-flex; align-items: center; justify-content: center; }
.btn-base:hover { filter: brightness(1.08); transform: translateY(-1px); box-shadow: 0 8px 24px rgba(197,31,52,.35), 0 0 20px rgba(197,31,52,.5), 0 0 40px rgba(197,31,52,.3); }

.btn-primary { background-image: linear-gradient(90deg, var(--crimson), var(--magenta) 45%, #8b1538); box-shadow: 0 8px 24px rgba(197,31,52,.35); }

.btn-secondary { background: transparent; border: 1px solid rgba(255,255,255,.16); border-radius: .8rem; }
.btn-secondary:hover { background: rgba(255,255,255,.06); box-shadow: 0 0 15px rgba(197,31,52,.4), 0 0 30px rgba(197,31,52,.2); border-color: rgba(197,31,52,.5); }

@keyframes pulse-bright { 0%,100% { transform: scale(1); box-shadow: 0 8px 24px rgba(197,31,52,.35); } 50% { transform: scale(1.03); box-shadow: 0 10px 35px rgba(197,31,52,.55); } }
.btn-pulse { animation: pulse-bright 2s infinite ease-in-out; }

.fade { opacity: 0; transform: translateY(18px); transition: all .5s ease; }
.fade.show { opacity: 1; transform: none; }

.nav { background: rgba(10,10,10,.5); backdrop-filter: blur(10px); border-bottom: 1px solid rgba(255,255,255,.06); }

.popular:before { content: "MAIS POPULAR"; position: absolute; top: -12px; right: 18px; background: linear-gradient(90deg, var(--crimson), var(--magenta)); color: #fff; font-size: .68rem; letter-spacing: .08em; font-weight: 700; padding: .35rem .6rem; border-radius: .5rem; box-shadow: 0 8px 22px rgba(197,31,52,.35); }

/* Nav glow */
.nav-link-glow { transition: all .3s ease; position: relative; }
.nav-link-glow:hover { text-shadow: 0 0 10px rgba(197,31,52,.8), 0 0 20px rgba(197,31,52,.6); color: #fff; }
.nav-link-glow:hover::after { content: ''; position: absolute; bottom: -4px; left: 0; right: 0; height: 2px; background: linear-gradient(90deg, transparent, rgba(197,31,52,.9), transparent); border-radius: 2px; filter: blur(1px); }

/* Stars */
.stars-5 { color: #facc15; line-height: 1; letter-spacing: 2px; font-size: 1rem; }
.stars-5::before { content: "★★★★★"; }
.stars-5.lg { font-size: 1.75rem; letter-spacing: 4px; }

/* FAQ */
.faq-item { border-bottom: 1px solid rgba(255,255,255,.07); }
.faq-question { width: 100%; text-align: left; background: transparent; border: none; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; padding: 1.2rem 0; font-size: 1rem; font-weight: 600; transition: color .2s; }
.faq-question:hover { color: #fff; }
.faq-icon { flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: rgba(197,31,52,.2); display: flex; align-items: center; justify-content: center; font-size: 1rem; transition: transform .3s ease, background .2s; min-width: 36px; min-height: 36px; }
.faq-item.open .faq-icon { transform: rotate(45deg); background: rgba(197,31,52,.5); }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .35s ease, padding .3s; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-answer { max-height: 600px; padding-bottom: 1.2rem; }

/* Banner pulse */
@keyframes bannerPulse { 0%,100% { filter: brightness(1.1); } 50% { filter: brightness(0.9); } }
.banner-pulse { animation: bannerPulse 1s ease-in-out infinite; }

/* Hero floor */
.hero-floor { position: absolute; bottom: 0; left: -20%; right: -20%; height: 100vh; background: linear-gradient(180deg, transparent 0%, rgba(197,31,52,.03) 5%, rgba(197,31,52,.06) 15%, rgba(197,31,52,.12) 30%, rgba(197,31,52,.20) 50%, rgba(197,31,52,.28) 70%, rgba(197,31,52,.35) 100%); transform: perspective(200vh) rotateX(72deg); transform-origin: bottom; pointer-events: none; z-index: -1; mask: radial-gradient(ellipse 160% 140% at 50% 100%, rgba(255,255,255,.95) 0%, rgba(255,255,255,.08) 88%, transparent 100%); -webkit-mask: radial-gradient(ellipse 160% 140% at 50% 100%, rgba(255,255,255,.95) 0%, rgba(255,255,255,.08) 88%, transparent 100%); }
.hero-floor::before { content: ''; position: absolute; inset: 0; background: repeating-linear-gradient(90deg, transparent 0px, rgba(197,31,52,.25) 1px, transparent 3px, transparent 40px), repeating-linear-gradient(0deg, transparent 0px, rgba(197,31,52,.18) 1px, transparent 3px, transparent 25px); opacity: .7; }
.hero-floor::after { content: ''; position: absolute; top: -50px; left: 50%; transform: translateX(-50%); width: 400px; height: 120px; background: radial-gradient(ellipse, rgba(197,31,52,.25), transparent 70%); filter: blur(20px); animation: neon-pulse 2.5s ease-in-out infinite alternate; }
@keyframes neon-pulse { 0% { opacity: .6; transform: translateX(-50%) scale(1); } 100% { opacity: 1; transform: translateX(-50%) scale(1.1); } }

.hero-with-shadow { position: relative; box-shadow: 0 80px 120px -20px rgba(197,31,52,.25), 0 40px 80px -10px rgba(197,31,52,.18); }
.hero-with-shadow::after { content: ''; position: absolute; bottom: -2px; left: 2%; right: 2%; height: 6px; background: linear-gradient(90deg, transparent, rgba(197,31,52,.6) 25%, rgba(197,31,52,.9) 50%, rgba(197,31,52,.6) 75%, transparent); border-radius: 50px; filter: blur(4px); z-index: 1; animation: neon-line-pulse 3s ease-in-out infinite alternate; }
.hero-with-shadow::before { content: ''; position: absolute; bottom: -1px; left: 5%; right: 5%; height: 3px; background: linear-gradient(90deg, transparent, rgba(197,31,52,.7) 35%, rgba(197,31,52,.8) 50%, rgba(197,31,52,.7) 65%, transparent); border-radius: 50px; filter: blur(2px); z-index: 2; animation: neon-line-pulse 2.5s ease-in-out infinite alternate-reverse; }
@keyframes neon-line-pulse { 0% { opacity: .6; transform: scaleX(.95); } 100% { opacity: 1; transform: scaleX(1.05); } }

/* Slideshow */
.slide { display: none !important; }
.slide.active { display: flex !important; opacity: 1 !important; visibility: visible !important; }
.indicator.active { background: rgba(255,255,255,.8) !important; transform: scale(1.2); }

/* Modal */
.modal-overlay { display: none; position: fixed; inset: 0; z-index: 50; background: rgba(5,7,14,.78); backdrop-filter: blur(6px); align-items: center; justify-content: center; padding: 1rem; }
.modal-card { background: var(--night-2); border: 1px solid rgba(255,255,255,.12); border-radius: 1rem; max-width: 560px; width: 100%; box-shadow: 0 22px 60px rgba(0,0,0,.55); animation: pop .2s ease-out; max-height: 90vh; overflow-y: auto; }
.modal-top-bar { height: 4px; background: linear-gradient(90deg, #facc15, #f97316, #a855f7); border-radius: 1rem 1rem 0 0; }
@keyframes pop { from { transform: translateY(12px); opacity: .6; } to { transform: none; opacity: 1; } }

/* Grids base (mobile-first) */
.grid-cols-1 { grid-template-columns: repeat(1, minmax(0, 1fr)); }
.grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }

/* WhatsApp float */
.wa { position: fixed; right: 20px; bottom: 20px; width: 62px; height: 62px; z-index: 40; border-radius: 50%; box-shadow: 0 10px 22px rgba(0,0,0,.45); transition: transform .2s ease; }
.wa:hover { transform: scale(1.05); filter: brightness(1.1); }
.wa img { display: block; width: 100%; height: 100%; }

/* Slideshow Controls */
.prev-slide, .next-slide { cursor: pointer; opacity: 0.7; transition: all .2s ease; }
.prev-slide:hover, .next-slide:hover { opacity: 1; transform: translateY(-50%) scale(1.08); background: rgba(255,255,255,.22) !important; }

/* ===== RESPONSIVE BREAKPOINTS (Mobile-First) ===== */
@media (min-width: 640px) {
  .sm\:inline { display: inline; }
  .sm\:inline-block { display: inline-block; }
  .sm\:block { display: block; }
  .sm\:flex { display: flex; }
  .sm\:hidden { display: none; }
  .sm\:flex-row { flex-direction: row; }
  .sm\:items-center { align-items: center; }
  .sm\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .sm\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .sm\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (min-width: 768px) {
  .md\:flex { display: flex; }
  .md\:inline-flex { display: inline-flex; }
  .md\:block { display: block; }
  .md\:hidden { display: none; }
  .md\:flex-row { flex-direction: row; }
  .md\:items-center { align-items: center; }
  .md\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .md\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .md\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .md\:text-base { font-size: 1rem; }
  .md\:text-lg { font-size: 1.125rem; }
  .md\:text-xl { font-size: 1.25rem; }
  .md\:text-2xl { font-size: 1.5rem; }
  .md\:text-3xl { font-size: 1.875rem; }
  .md\:text-4xl { font-size: 2.25rem; }
  .md\:text-5xl { font-size: 3rem; }
  .md\:py-16 { padding-top: 4rem; padding-bottom: 4rem; }
  .md\:py-20 { padding-top: 5rem; padding-bottom: 5rem; }
  .md\:py-24 { padding-top: 6rem; padding-bottom: 6rem; }
  .md\:mb-10 { margin-bottom: 2.5rem; }
  .md\:mb-14 { margin-bottom: 3.5rem; }
  .md\:w-11 { width: 2.75rem; }
  .md\:h-11 { height: 2.75rem; }
  .md\:px-8 { padding-left: 2rem; padding-right: 2rem; }
}

@media (min-width: 1024px) {
  .lg\:flex { display: flex; }
  .lg\:hidden { display: none; }
  .lg\:grid-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lg\:grid-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .lg\:grid-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .lg\:text-2xl { font-size: 1.5rem; }
  .lg\:text-3xl { font-size: 1.875rem; }
  .lg\:text-4xl { font-size: 2.25rem; }
  .lg\:text-5xl { font-size: 3rem; }
  .lg\:text-6xl { font-size: 3.75rem; }
  .lg\:mb-8 { margin-bottom: 2rem; }
  .lg\:gap-12 { gap: 3rem; }
  .lg\:space-y-4 > * + * { margin-top: 1rem; }
  .lg\:gap-3 { gap: .75rem; }
  .lg\:px-12 { padding-left: 3rem; padding-right: 3rem; }
}

/* Mobile specific adjustments (<= 639px) */
@media (max-width: 639px) {
  .top-banner { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: .72rem; padding-left: 1rem; padding-right: 1rem; }
  .slideshow-container { height: auto !important; min-height: 540px !important; }
  .slide.active { min-height: 540px; padding-top: 1.5rem; padding-bottom: 3rem; }
  .hero h1 { font-size: 1.85rem !important; line-height: 1.2 !important; }
  .btn-pulse { animation-duration: 3.5s; }
  .faq-question { padding-top: 1.1rem; padding-bottom: 1.1rem; font-size: .9375rem; gap: 1rem; min-height: 52px; }
  .wa { width: 54px; height: 54px; right: 14px; bottom: 14px; }
  .popular:before { right: 12px; font-size: .6rem; }
  .hero-floor::before { display: none; }
  .hero-floor::after { width: 200px; height: 80px; }
  .max-w-\[70\%\] { max-width: 70%; }
  #mobileMenu .nav-link-glow { display: block; padding: .75rem 0; font-size: 1rem; }
  .modal-overlay { align-items: flex-end; padding: 0; }
  .modal-card { border-radius: 1.25rem 1.25rem 0 0; max-height: 85vh; }
  .prev-slide, .next-slide { width: 32px; height: 32px; }
}

@media (max-width: 375px) {
  .hero h1 { font-size: 1.625rem !important; }
  .hero p { font-size: .88rem !important; }
}

@media (hover: none) {
  .hover-rise:hover { transform: none; border-color: rgba(255,255,255,.08); box-shadow: 0 0 0 1px rgba(255,255,255,.02), 0 10px 30px rgba(0,0,0,.35); filter: none; }
  .btn-base:hover { filter: none; transform: none; box-shadow: none; }
  .btn-secondary:hover { background: transparent; box-shadow: none; border-color: rgba(255,255,255,.16); }
  .nav-link-glow:hover::after { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .fade { opacity: 1 !important; transform: none !important; }
}

