@charset "UTF-8";
/* ===============================
FUENTE
=============================== */
@font-face {
  font-family: "LexendDeca";
  src: url("/fonts/Lexend_Deca/LexendDeca-VariableFont_wght.ttf");
}
/* ===============================
   VARIABLES
=============================== */
/* ===============================
   MIXINS
=============================== */
/* ===============================
   FUENTE
=============================== */
@font-face {
  font-family: "LexendDeca";
  src: url("/fonts/Lexend_Deca/LexendDeca-VariableFont_wght.ttf");
  font-display: swap;
}
/* ===============================
   GLOBAL
=============================== */
body,
button,
input,
textarea,
select {
  font-family: "LexendDeca";
}

body {
  color: #0f172a;
  line-height: 1.6;
  padding-top: 5em;
}

/* ===============================
   HEADER
=============================== */
.navbar {
  padding: 1rem 0;
  background-color: #e5e8ec;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
.navbar-brand {
  font-weight: 700;
  font-size: 1.25rem;
  color: #0f172a !important;
}
.navbar .nav-link {
  font-weight: 500;
  font-size: 1.3em;
  color: #3d4f61 !important;
  transition: color 0.25s ease;
}
.navbar .nav-link:hover {
  color: #1e40af !important;
}

.logo-navbar {
  height: 70px;
}

.color-icon {
  color: #20687e;
}

.color-icon-2 {
  color: rgb(102, 44, 78);
}

.btn-primary {
  background-color: #20687e;
  border-color: #20687e;
  transition: background-color border-color 0.25s ease;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
}
.btn-primary:hover {
  background-color: #1e40af;
  border-color: #1e40af;
}

.navbar-toggler {
  outline: none;
  box-shadow: none;
  transition: box-shadow 0.25s ease;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%2320687e' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* ===============================
   HERO
=============================== */
.hero {
  position: relative;
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/hero.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.05);
  z-index: 1;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.hero {
  text-align: center;
  min-height: 90vh;
  height: auto;
}
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 40%, rgba(0, 0, 0, 0.75) 100%);
  z-index: 2;
}
.hero h1 {
  font-weight: 700;
  font-size: 2.5rem;
}
.hero p {
  margin-top: 1rem;
  color: #3d4f61;
  font-size: 1.125rem;
}
.hero ul {
  margin-top: 2rem;
  list-style: none;
  padding: 0;
}
.hero ul li {
  margin-bottom: 0.75rem;
  font-weight: 500;
}
.hero ul i {
  margin-right: 0.5rem;
}

.hero-title {
  position: relative;
  color: #e5e8ec;
  z-index: 3;
  padding-bottom: 5rem;
}

.hero-icon {
  color: #cdf5ff;
}

/* ===============================
   UTILIDADES DE TEXTO
=============================== */
.text-8bap {
  color: #cdf5ff;
}

.text-highlight {
  text-transform: uppercase;
  color: #3066BE;
}

.step-icon {
  width: 70px;
  height: 70px;
  color: wheat;
}

/* ===============================
   FEATURES
=============================== */
.feature {
  padding: 4rem 1rem;
  background-color: #e5e8ec;
  text-align: center;
}
.feature i {
  font-size: 3rem;
  color: #2563eb;
  margin-bottom: 0.5rem;
}
.feature h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.feature p {
  color: #3d4f61;
}

/**=============
DEMO
============*/
.badge-demo {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  border: 1px solid rgba(32, 104, 126, 0.25);
  border-radius: 999px;
  padding: 0.25rem 0.9rem;
  font-size: 0.75rem;
  font-weight: 400;
  color: #3d4f61;
  background: transparent;
  margin-top: 0.25rem;
}

/* ===============================
   CTA
=============================== */
.cta-section {
  background-image: url("/img/footer.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-box,
.cta-box-2 {
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25), inset 0 1px 0 rgba(255, 255, 255, 0.1);
  color: #2563eb;
}

.cta-section-2 {
  position: relative;
  overflow: hidden;
}
.cta-section-2::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("/img/footer.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  filter: blur(8px);
  transform: scale(1.05);
  z-index: 1;
}
.cta-section-2::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: rgba(138, 135, 135, 0.5);
  z-index: 2;
}
.cta-section-2 {
  padding: 5rem 1.5rem;
  text-align: center;
}

.cta-box-2 {
  position: relative;
  z-index: 3;
  backdrop-filter: blur(5px);
}

.download-btn {
  padding: 14px 28px;
  border-radius: 12px;
  transition: transform 0.25s ease;
}
.download-btn:hover {
  transform: translateY(-3px);
}

/* ===============================
   CONCEPTO
=============================== */
.concepto-section {
  background: #f8f9fb;
}

.icon-wrapper {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  flex-shrink: 0;
}

.concept-card {
  background: white;
  padding: 35px 28px;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  height: 100%;
}
.concept-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.concept-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e7f0ff;
  border: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  margin: auto;
  font-size: 32px;
  color: #0d6efd;
}

.icon-info {
  background: #e7f7ff;
  color: #0dcaf0;
}

.icon-success {
  background: #e8f9f0;
  color: #198754;
}

/* ===============================
   FAQ
=============================== */
.faq-wrapper {
  max-width: 800px;
}

.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 10px;
  overflow: hidden;
  background: white;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.faq-btn {
  font-weight: 500;
  padding: 18px 20px;
  font-size: 16px;
}

.accordion-button:not(.collapsed) {
  background: #f1f5ff;
  color: #0d6efd;
}

.accordion-body {
  color: #6c757d;
  line-height: 1.6;
  padding: 20px;
}

/* ===============================
   LEY
=============================== */
.ley-table {
  border-radius: 10px;
  overflow: hidden;
}
.ley-table td,
.ley-table th {
  padding: 18px;
}

/* ===============================
   FORMULARIO
=============================== */
form.space-y-4 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 1.5rem;
  background: #e5e8ec;
  border-radius: 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
form.space-y-4 input,
form.space-y-4 select {
  width: 100%;
  padding: 0.75rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 1rem;
  transition: border-color box-shadow 0.25s ease;
}
form.space-y-4 input:focus,
form.space-y-4 select:focus {
  outline: none;
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79, 70, 229, 0.2);
}
form.space-y-4 button {
  width: 100%;
  padding: 0.75rem 1rem;
  background-color: #4f46e5;
  color: #e5e8ec;
  font-weight: 600;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: background transform 0.25s ease;
}
form.space-y-4 button:hover {
  background-color: #4338ca;
}
form.space-y-4 button:active {
  transform: scale(0.98);
}
form.space-y-4 p.text-red-600 {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #dc2626;
}

/* ===============================
   PRICING
=============================== */
.pricing {
  padding: 6rem 1rem;
  background: #e5e8ec;
}

.card.armada {
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: transform box-shadow 0.25s ease;
}
.card.armada:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
}
.card.armada .card-title {
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.card.armada .card-text {
  font-size: 0.95rem;
}
.card.armada.featured {
  border: 2px solid #2563eb;
  position: relative;
}
.card.armada.featured::before {
  content: "Más popular";
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background: #2563eb;
  color: #e5e8ec;
  padding: 0.25rem 0.75rem;
  font-size: 0.75rem;
  border-radius: 999px;
  font-weight: 600;
}

.btn-whatsapp {
  background-color: #25D366;
  color: #e5e8ec;
}
.btn-whatsapp:hover {
  background-color: #1ebe5d;
}

.btn-outline-primary {
  color: #1e40af;
  border-color: #1e40af;
}
.btn-outline-primary:hover {
  background-color: #1e40af;
  color: #e5e8ec;
}

/* ===============================
   GLASS
=============================== */
.glass-section {
  background: linear-gradient(135deg, #dbeafe 0%, #ede9fe 55%, #fce7f3 100%);
}

.card-glass {
  background: rgba(255, 255, 255, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  box-shadow: 0 6px 28px rgba(80, 80, 180, 0.1);
  border-radius: 1.25rem !important;
}

.icon-glass {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  border: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon-glass i {
  color: #3b7cf4;
  font-size: 1.5rem;
}

.tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  border-radius: 999px;
  padding: 3px 12px;
  margin-bottom: 1rem;
}

.tag-a {
  background: rgba(59, 124, 244, 0.12);
  color: #3b7cf4;
  border: 1px solid rgba(59, 124, 244, 0.25);
}

.tag-w {
  background: rgba(14, 116, 144, 0.12);
  color: #0e7490;
  border: 1px solid rgba(14, 116, 144, 0.25);
}

.list-group-item {
  background: transparent !important;
  border-color: rgba(255, 255, 255, 0.4) !important;
  font-size: 0.88rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.sys-ico {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.65);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 0.5rem;
}

/*==================

CARACTERISTICAS
===============*/
#caracteristicas {
  background: linear-gradient(135deg, #dbeafe 0%, #ede9fe 55%, #fce7f3 100%);
  margin-top: -4rem;
  padding-top: 5rem;
  position: relative;
  z-index: 5;
  border-radius: 2rem 2rem 0 0;
}

small {
  font-size: 0.7em;
}

/* ===============================
   FOOTER
=============================== */
.site-footer {
  font-size: 14px;
  background: #0f1115;
}
.site-footer h6 {
  font-size: 0.9rem;
  letter-spacing: 0.04em;
  color: #e5e8ec;
}
.site-footer i {
  transition: all 0.25s ease;
}
.site-footer a:hover i {
  transform: translateY(-2px) scale(1.1);
  opacity: 1;
}

.footer-link {
  position: relative;
  color: #e5e8ec;
  text-decoration: none;
  transition: color 0.25s ease;
}
.footer-link::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #e5e8ec;
  bottom: -3px;
  left: 0;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.25s ease;
}
.footer-link:hover {
  color: #e5e8ec;
}
.footer-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.style-2 {
  position: relative;
  display: inline-block;
}
.style-2::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 100%;
  height: 2px;
  background: #e5e8ec;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
.style-2:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}

.footer-credit img {
  opacity: 0.7;
  transition: all 0.25s ease;
}
.footer-credit img:hover {
  opacity: 1;
  transform: scale(1.05);
}

.footer-bottom {
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  text-align: center;
  font-size: 0.85rem;
  color: #9aa0a6;
}

.bi-whatsapp:hover {
  color: #25D366;
}

.bi-envelope:hover {
  color: #4dabf7;
}

.bi-phone:hover {
  color: #00c2ff;
}

/* ===============================
   ANIMACIONES
=============================== */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.animated-price {
  display: inline-block;
  animation: pulse 3s ease-in-out infinite;
  color: #cdf5ff;
  margin: 0 8px;
}

[id] {
  scroll-margin-top: 90px;
}

/* ===============================
   RESPONSIVE
=============================== */
@media (max-width: 576px) {
  .download-btn {
    justify-content: flex-start;
  }
  .accordion-button {
    transition: all 0.25s ease;
  }
  .accordion-button:hover {
    background: #f8f9ff;
  }
}
@media (max-width: 768px) {
  .hero {
    padding: 3rem 1rem 4rem;
  }
  .hero h1 {
    font-size: 1.6rem;
    margin-top: 1em;
  }
  .hero ul li {
    font-size: 0.9rem;
  }
  .hero #caracteristicas {
    margin-top: -2rem;
    border-radius: 1.25rem 1.25rem 0 0;
  }
  .feature h3 {
    font-size: 1.5rem;
  }
  .demo h2 {
    font-size: 1.75rem;
  }
  .concept-card {
    padding: 28px 22px;
  }
  .logo-navbar {
    height: 50px;
  }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
  }
  .cta-section-2 {
    height: 90vh;
    width: 100vw;
  }
  .ley-table thead {
    display: none;
  }
  .ley-table,
  .ley-table tbody,
  .ley-table tr,
  .ley-table td {
    display: block;
    width: 100%;
  }
  .ley-table tr {
    margin-bottom: 15px;
    border: 1px solid #e9ecef;
    border-radius: 10px;
    background: white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    padding: 10px;
  }
  .ley-table td {
    border: none;
    padding: 10px 15px 10px 45%;
    position: relative;
  }
  .ley-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    top: 10px;
    font-weight: 600;
    color: #495057;
    width: 40%;
  }
}
/* ═══════════════════════════════════════════════════════════════
   ACCESIBILIDAD — WCAG 2.1 AA
   Pegar al final de style.scss (antes del cierre de los @media)
   ═══════════════════════════════════════════════════════════════ */
.skip-link {
  position: absolute;
  top: -120px;
  left: 1rem;
  z-index: 10000;
  background: #2563eb;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 0 0 0.5rem 0.5rem;
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  transition: top 0.2s ease;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}
.skip-link:focus {
  top: 0;
  outline: 3px solid #fff;
  outline-offset: 2px;
}

:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
  border-radius: 3px;
}

:focus:not(:focus-visible) {
  outline: none;
}

.btn:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.45);
  outline: 3px solid #2563eb;
  outline-offset: 2px;
}

.accordion-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.45) !important;
  outline: 3px solid #2563eb !important;
  outline-offset: 0;
  z-index: 2;
}

.form-control:focus,
.form-select:focus {
  border-color: #2563eb;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.25);
}

a:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
  border-radius: 3px;
}

.btn,
.navbar-toggler,
.download-btn {
  min-height: 44px;
}

.nav-link {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
}

.text-muted {
  color: #555f6b !important;
}

.site-footer .text-muted {
  color: #a8b2bc !important;
}

.footer-muted {
  color: #a8b2bc;
}

.text-secondary {
  color: #596470 !important;
}

html {
  font-size: 100%;
}

body {
  letter-spacing: 0.01em;
  word-spacing: 0.05em;
}

p {
  margin-bottom: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
  .animated-price {
    animation: none !important;
  }
  .concept-card,
  .download-btn,
  .card.armada {
    transition: none !important;
  }
}
@media (forced-colors: active) {
  .btn,
  .card,
  .card-glass,
  .tag,
  .badge-demo,
  .accordion-item {
    forced-color-adjust: auto;
  }
}
[aria-current=page] {
  font-weight: 700 !important;
  color: #2563eb !important;
  border-bottom: 2px solid #2563eb;
}

@media (max-width: 768px) {
  .skip-link {
    left: 0.5rem;
    right: 0.5rem;
    text-align: center;
  }
  .form-control,
  .form-select {
    min-height: 44px;
  }
}
/* ═══════════════════════════════════════════════════════════════
   Panel de accesibilidad flotante
   Añadir al final de style.scss: @import 'accesibilidad';
   ═══════════════════════════════════════════════════════════════ */
.a11y-toggle {
  position: fixed;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 9000;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid rgba(32, 104, 126, 0.3);
  background: #e5e8ec;
  color: #20687e;
  font-size: 1.4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform box-shadow background 0.25s ease;
}
.a11y-toggle:hover {
  background: #20687e;
  color: #fff;
  transform: scale(1.08);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.2);
}
.a11y-toggle:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 3px;
}
.a11y-toggle[aria-expanded=true] {
  background: #20687e;
  color: #fff;
  transform: scale(1.08);
}

.a11y-overlay {
  position: fixed;
  inset: 0;
  z-index: 9001;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
}
.a11y-overlay[hidden] {
  display: none;
}

.a11y-panel {
  position: fixed;
  bottom: 5rem;
  right: 1.5rem;
  z-index: 9002;
  width: 300px;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.18);
  border: 1px solid rgba(32, 104, 126, 0.15);
  overflow: hidden;
  transition: opacity transform 0.25s ease;
}
.a11y-panel[hidden] {
  display: none;
}
.a11y-panel__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem 0.75rem;
  background: #20687e;
  color: #fff;
}
.a11y-panel__title {
  font-size: 1rem;
  font-weight: 700;
  margin: 0;
  color: #fff;
}
.a11y-panel__close {
  background: transparent;
  border: none;
  color: #fff;
  font-size: 1.1rem;
  cursor: pointer;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.25s ease;
}
.a11y-panel__close:hover {
  background: rgba(255, 255, 255, 0.2);
}
.a11y-panel__close:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 2px;
}
.a11y-panel__body {
  padding: 1rem 1.2rem 1.2rem;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

.a11y-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}
.a11y-option__label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #0f172a;
  flex: 1;
  margin: 0;
  cursor: default;
}
.a11y-option__controls {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.a11y-option__value {
  font-size: 0.85rem;
  font-weight: 700;
  color: #20687e;
  min-width: 38px;
  text-align: center;
}

.a11y-btn {
  background: #e5e8ec;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  padding: 0.3rem 0.7rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: #0f172a;
  cursor: pointer;
  min-width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  transition: background border-color color 0.25s ease;
}
.a11y-btn:hover:not(:disabled) {
  background: #20687e;
  border-color: #20687e;
  color: #fff;
}
.a11y-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.a11y-btn:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 2px;
}
.a11y-btn--toggle {
  background: transparent;
  border: none;
  padding: 0;
  gap: 0.5rem;
  min-width: unset;
}
.a11y-btn__track {
  position: relative;
  width: 40px;
  height: 22px;
  background: #e2e8f0;
  border-radius: 999px;
  display: block;
  transition: background 0.25s ease;
}
.a11y-btn__thumb {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s ease;
}
.a11y-btn__state {
  font-size: 0.8rem;
  font-weight: 700;
  color: #3d4f61;
  min-width: 22px;
  transition: color 0.25s ease;
}
.a11y-btn.is-on .a11y-btn__track {
  background: #20687e;
}
.a11y-btn.is-on .a11y-btn__thumb {
  transform: translateX(18px);
}
.a11y-btn.is-on .a11y-btn__state {
  color: #20687e;
}

.a11y-reset {
  width: 100%;
  padding: 0.5rem;
  background: transparent;
  border: 1px dashed #e2e8f0;
  border-radius: 0.5rem;
  font-size: 0.82rem;
  color: #3d4f61;
  cursor: pointer;
  min-height: 44px;
  transition: border-color color background 0.25s ease;
}
.a11y-reset:hover {
  border-color: #20687e;
  color: #20687e;
  background: rgba(32, 104, 126, 0.05);
}
.a11y-reset:focus-visible {
  outline: 3px solid #2563eb;
  outline-offset: 2px;
}

html.a11y-high-contrast {
  filter: contrast(1.45);
}
html.a11y-high-contrast .navbar, html.a11y-high-contrast .card, html.a11y-high-contrast .accordion-item, html.a11y-high-contrast .card-glass {
  background: #fff !important;
  border: 2px solid #000 !important;
}
html.a11y-high-contrast .btn-primary {
  background: #000 !important;
  border-color: #000 !important;
  color: #fff !important;
}
html.a11y-high-contrast a {
  color: #00008B !important;
}

html.a11y-reduce-motion *,
html.a11y-reduce-motion *::before,
html.a11y-reduce-motion *::after {
  animation-duration: 0.001ms !important;
  animation-iteration-count: 1 !important;
  transition-duration: 0.001ms !important;
  scroll-behavior: auto !important;
}
html.a11y-reduce-motion .animated-price {
  animation: none !important;
}

html.a11y-underline-links a:not(.btn):not(.navbar-brand) {
  text-decoration: underline !important;
  text-underline-offset: 3px;
}

@media (max-width: 576px) {
  .a11y-panel {
    right: 0.75rem;
    left: 0.75rem;
    width: auto;
    bottom: 4.5rem;
  }
  .a11y-toggle {
    bottom: 1rem;
    right: 1rem;
    width: 48px;
    height: 48px;
  }
}/*# sourceMappingURL=styles.css.map */