html {
  font-family: "Open Sans", sans-serif !important;
  scroll-behavior: smooth;
  max-width: 100%;
  overflow-x: hidden;
}
body,
p,
li,
dt,
dd,
span,
label,
input,
button,
a {
  font-family: "Open Sans", sans-serif;
}
body {
  font-weight: 300;
}
p {
  font-weight: 300;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Capriola", sans-serif !important;
  font-weight: 400 !important;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: inherit;
}
/* Sin azules en textos: todo negro en modo claro */
body:not(.dark-mode),
body:not(.dark-mode) p,
body:not(.dark-mode) h1,
body:not(.dark-mode) h2,
body:not(.dark-mode) h3,
body:not(.dark-mode) h4,
body:not(.dark-mode) h5,
body:not(.dark-mode) h6 {
  color: #000000;
}
body:not(.dark-mode) .text-fel-navy,
body:not(.dark-mode) .text-fel-blue,
body:not(.dark-mode) .text-slate-800,
body:not(.dark-mode) .text-slate-700,
body:not(.dark-mode) .text-slate-600,
body:not(.dark-mode) .text-slate-500,
body:not(.dark-mode) .text-slate-400 {
  color: #000000 !important;
}
.text-blue-100 {
  color: #ffffff !important;
}
/* Zonas de fondo oscuro: texto siempre blanco */
footer,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p,
footer span,
footer a,
footer li,
footer strong,
footer div,
header h1,
header h2,
header h3,
header p,
.success-hero,
.success-hero h1,
.success-hero h2,
.success-hero h3,
.success-hero h4,
.success-hero p,
.success-hero span {
  color: #ffffff !important;
}
/* El verde de marca se mantiene como acento */
.text-fel-green,
.text-fel-green * {
  color: #00d95f !important;
}
* {
  box-sizing: border-box;
}
body {
  max-width: 100%;
  overflow-x: hidden;
}
img,
svg {
  max-width: 100%;
}
body {
  background: linear-gradient(180deg, #f7fafc 0%, #eef7f1 44%, #ffffff 100%);
}
.glass {
  background: rgba(255, 255, 255, 0.84);
  backdrop-filter: blur(18px);
}
.pattern {
  background-color: #003b61;
  background-image: radial-gradient(
    circle at 1px 1px,
    rgba(255, 255, 255, 0.1) 1px,
    transparent 0
  );
  background-size: 18px 18px;
}
.step-panel {
  display: none;
}
.step-panel.active {
  display: block;
  animation: fadeUp 0.28s ease both;
}
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.step-dot.active {
  background: #00d95f;
  color: #000000;
  box-shadow: 0 12px 28px rgba(0, 217, 95, 0.28);
}
.step-dot.done {
  background: #003b61;
  color: white;
}
.step-label.active {
  color: #000000;
}
.payment-card:has(input:checked) {
  border-color: #00d95f;
  box-shadow: 0 16px 36px rgba(0, 217, 95, 0.18);
  background: #f3fff8;
}
#installmentsOption:not(.hidden) {
  display: flex;
}
.email-valid-check {
  display: none !important;
}
.email-valid-check.is-visible {
  display: inline-block !important;
}
#finishPurchase {
  overflow: hidden;
  position: relative;
}
#finishPurchase:disabled {
  background: linear-gradient(135deg, #cbd5e1, #94a3b8) !important;
  color: #334155 !important;
  opacity: 1 !important;
  box-shadow: 0 0 0 0 rgba(148, 163, 184, 0.34) !important;
  filter: saturate(0.78);
}
#finishPurchase:disabled::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    110deg,
    transparent 0%,
    rgba(255, 255, 255, 0.46) 45%,
    transparent 72%
  );
  transform: translateX(-120%);
}
body.dark-mode #finishPurchase:disabled {
  background: linear-gradient(135deg, #1e293b, #334155) !important;
  color: #cbd5e1 !important;
  box-shadow: 0 0 0 0 rgba(148, 163, 184, 0.28) !important;
}
@media (prefers-reduced-motion: no-preference) {
  #finishPurchase:disabled {
    animation: lockedCheckoutPulse 1.8s ease-in-out infinite;
  }
  #finishPurchase:disabled::after {
    animation: lockedCheckoutShine 2.6s ease-in-out infinite;
  }
}
.soft-badge {
  background: rgba(0, 0, 0, 0.08);
  color: #000000;
}
.plan-option {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.plan-selected-pill {
  display: none;
}
.plan-option.is-selected .plan-selected-pill {
  display: inline-flex;
}
.plan-option.is-selected {
  border-color: #00d95f !important;
  background:
    linear-gradient(180deg, rgba(0, 217, 95, 0.14), transparent 42%), #ffffff !important;
  box-shadow:
    0 0 0 4px rgba(0, 217, 95, 0.2),
    0 22px 48px rgba(0, 217, 95, 0.24),
    0 12px 28px rgba(15, 23, 42, 0.1);
  transform: translateY(-6px);
}
.plan-select-btn {
  background: rgba(0, 0, 0, 0.05);
  color: #000000;
  border: 2px solid rgba(0, 0, 0, 0.12);
}
.plan-select-btn:hover {
  background: rgba(0, 217, 95, 0.14);
  border-color: rgba(0, 217, 95, 0.55);
}
.plan-option.is-selected .plan-select-btn {
  background: #00d95f;
  border-color: #00d95f;
  color: #000000;
  box-shadow: 0 12px 26px rgba(0, 217, 95, 0.28);
}
.plan-option:focus-visible,
.plan-select-btn:focus-visible {
  outline: 3px solid rgba(0, 217, 95, 0.6);
  outline-offset: 3px;
}
.signature-help {
  background: #fffbeb;
  border: 1px solid rgba(217, 119, 6, 0.28);
  color: #92400e;
}
.signature-help i {
  color: #d97706;
}
body.dark-mode .signature-help {
  background: rgba(245, 158, 11, 0.12);
  border-color: rgba(245, 158, 11, 0.32);
  color: #fcd34d;
}
body.dark-mode .signature-help i {
  color: #fbbf24;
}
.signature-mark {
  border: 4px solid #00d95f;
  color: #00d95f;
}
.signature-mode-btn {
  border: 2px solid transparent;
  color: #ffffff;
  transition: all 0.18s ease;
}
.signature-mode-btn[data-signature-mode="need"] {
  background: #f59e0b;
}
.signature-mode-btn[data-signature-mode="have"] {
  background: #16a34a;
}
.signature-mode-btn:hover {
  filter: brightness(1.06);
  transform: translateY(-1px);
}
.signature-mode-btn.is-active {
  border-color: #000000;
  box-shadow:
    0 0 0 4px rgba(0, 217, 95, 0.22),
    0 14px 30px rgba(0, 0, 0, 0.2);
  transform: translateY(-2px);
}
body.dark-mode .signature-mode-btn.is-active {
  border-color: #ffffff;
}
.signature-option.is-selected {
  border-color: #00d95f !important;
  background:
    linear-gradient(180deg, rgba(0, 217, 95, 0.16), transparent 46%), #ffffff !important;
  box-shadow:
    0 0 0 4px rgba(0, 217, 95, 0.18),
    0 18px 38px rgba(0, 217, 95, 0.24);
  transform: translateY(-5px) scale(1.02);
}
.signature-option .signature-icon {
  background: rgba(0, 217, 95, 0.14);
  color: #00b94f;
}
.signature-option.is-selected .signature-icon {
  background: #00d95f;
  color: #000000;
}
.signature-option .signature-check {
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.18s ease;
}
.signature-option.is-selected .signature-check {
  opacity: 1;
  transform: scale(1);
}
.signature-mode-btn:focus-visible,
.signature-option:focus-visible {
  outline: 3px solid rgba(0, 217, 95, 0.6);
  outline-offset: 3px;
}
body.dark-mode .signature-option.is-selected {
  background:
    linear-gradient(180deg, rgba(0, 217, 95, 0.22), transparent 52%), #13283b !important;
  box-shadow:
    0 0 0 4px rgba(0, 217, 95, 0.24),
    0 18px 42px rgba(0, 217, 95, 0.2);
}
body.dark-mode .plan-option.is-selected {
  background:
    linear-gradient(180deg, rgba(0, 217, 95, 0.2), transparent 45%), #0f2235 !important;
  box-shadow:
    0 0 0 4px rgba(0, 217, 95, 0.26),
    0 24px 52px rgba(0, 217, 95, 0.18),
    0 14px 30px rgba(0, 0, 0, 0.34);
}
.card-brand-row i {
  color: #000000;
}
body.dark-mode .card-brand-row i {
  color: #f8fafc;
}
.bank-logo {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
input[type="radio"],
input[type="checkbox"] {
  accent-color: #00d95f;
}
body.dark-mode .plan-select-btn {
  background: rgba(255, 255, 255, 0.08);
  color: #e2e8f0;
  border-color: rgba(148, 163, 184, 0.3);
}
body.dark-mode .plan-option.is-selected .plan-select-btn {
  background: #00d95f;
  border-color: #00d95f;
  color: #000000 !important;
}
.back-btn {
  background: #003b61;
  color: #ffffff;
  box-shadow: 0 12px 26px rgba(0, 59, 97, 0.18);
}
.back-btn:hover {
  filter: brightness(1.08);
}
#purchaseFlow.success-mode {
  max-width: 68rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
#purchaseFlow.success-mode #step-success.active {
  display: flex;
  min-height: calc(100vh - 220px);
  align-items: center;
  justify-content: center;
}
body.dark-mode .soft-badge {
  background: rgba(0, 217, 95, 0.16) !important;
  color: #6dffad !important;
  border: 1px solid rgba(0, 217, 95, 0.28);
}
body.dark-mode .step-dot.bg-slate-200 {
  background: #e5e7eb !important;
  color: #000000 !important;
}
body.dark-mode .top-info-theme {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.28);
}
.mobile-contact {
  display: none;
  position: relative;
  width: 100%;
}
.mobile-contact-toggle {
  display: inline-flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  padding: 0.65rem 0.9rem;
  font-size: 0.82rem;
  font-weight: 900;
  color: #ffffff;
}
.mobile-contact-chevron {
  width: 0.5rem;
  height: 0.5rem;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  transform: rotate(45deg);
  transition: transform 0.18s ease;
}
.mobile-contact.is-open .mobile-contact-chevron {
  transform: rotate(225deg);
}
.mobile-contact-panel {
  display: none;
  width: 100%;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  background: rgba(0, 0, 0, 0.16);
  padding: 0.75rem;
}
.mobile-contact.is-open .mobile-contact-panel {
  display: grid;
}
.mobile-contact-item,
.mobile-contact-theme {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.8rem;
  background: rgba(255, 255, 255, 0.1);
  padding: 0.65rem 0.75rem;
  color: #ffffff !important;
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.25rem;
  text-align: center;
  text-decoration: none;
}
.mobile-contact-theme {
  border: 1px solid rgba(255, 255, 255, 0.18);
  cursor: pointer;
}
body.dark-mode .back-btn {
  background: #e2e8f0 !important;
  color: #000000 !important;
}
.whatsapp-float {
  position: fixed;
  right: 22px;
  bottom: 24px;
  z-index: 60;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.whatsapp-bubble {
  max-width: 250px;
  border-radius: 18px 18px 4px 18px;
  background: #ffffff;
  color: #000000;
  padding: 12px 14px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  box-shadow: 0 14px 34px rgba(0, 59, 97, 0.2);
  border: 1px solid rgba(0, 59, 97, 0.12);
}
.whatsapp-button {
  position: relative;
  display: inline-flex;
  width: 58px;
  height: 58px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: #25d366;
  color: white;
  font-size: 30px;
  box-shadow: 0 16px 34px rgba(37, 211, 102, 0.36);
}
.whatsapp-button::before,
.whatsapp-button::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  border: 2px solid rgba(37, 211, 102, 0.55);
  animation: whatsappPulse 3s ease-out infinite;
}
.whatsapp-button::after {
  animation-delay: 1.5s;
}
@keyframes whatsappPulse {
  0% {
    transform: scale(1);
    opacity: 0.8;
  }
  70% {
    transform: scale(1.85);
    opacity: 0;
  }
  100% {
    transform: scale(1.85);
    opacity: 0;
  }
}

body.dark-mode {
  background: linear-gradient(180deg, #071320 0%, #0b1d2f 48%, #071320 100%);
  color: #e5edf5;
}
body.dark-mode .bg-white {
  background-color: #0f2235 !important;
}
body.dark-mode .bg-slate-50,
body.dark-mode .bg-fel-soft {
  background-color: #13283b !important;
}
body.dark-mode .border-white\/70,
body.dark-mode .border-white\/80,
body.dark-mode .border-slate-200 {
  border-color: rgba(148, 163, 184, 0.28) !important;
}
body.dark-mode .text-slate-800,
body.dark-mode .text-slate-700,
body.dark-mode .text-slate-600,
body.dark-mode .text-fel-navy {
  color: #f8fafc !important;
}
body.dark-mode .text-slate-500,
body.dark-mode .text-slate-400,
body.dark-mode label span {
  color: #cbd5e1 !important;
}
body.dark-mode .text-blue-100 {
  color: #dbeafe !important;
}
body.dark-mode .bg-fel-green.text-fel-navy,
body.dark-mode .bg-fel-green .text-fel-navy {
  color: #000000 !important;
}
body.dark-mode .text-fel-blue {
  color: #f8fafc !important;
}
body.dark-mode .text-blue-100 {
  color: #ffffff !important;
}
body.dark-mode .step-label.active {
  color: #f8fafc !important;
}
body.dark-mode .soft-badge {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #f8fafc !important;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
body.dark-mode .shadow-soft,
body.dark-mode .shadow-sm,
body.dark-mode .shadow-lg {
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35) !important;
}
body.dark-mode input,
body.dark-mode select {
  background-color: #0b1d2f !important;
  color: #f8fafc !important;
  border-color: rgba(148, 163, 184, 0.35) !important;
}
body.dark-mode input::placeholder {
  color: #94a3b8;
}
body.dark-mode .glass {
  background: rgba(15, 34, 53, 0.86);
}
body.dark-mode .payment-card:has(input:checked) {
  background: rgba(0, 217, 95, 0.12) !important;
}
[data-step-target] {
  cursor: default;
  pointer-events: none;
}
body.dark-mode .step-nav:hover {
  background: rgba(148, 163, 184, 0.12) !important;
}
body.dark-mode .whatsapp-bubble {
  background: #0f2235;
  color: #f8fafc;
  border-color: rgba(148, 163, 184, 0.28);
}
body.dark-mode footer .bg-white\/10 {
  background-color: rgba(255, 255, 255, 0.08) !important;
}
.success-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 217, 95, 0.22),
      transparent 34%
    ),
    linear-gradient(135deg, #003b61 0%, #082235 100%);
}
.success-hero > * {
  position: relative;
  z-index: 1;
}
.success-particles {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  overflow: hidden;
}
.success-particles span {
  position: absolute;
  bottom: -1rem;
  width: 0.45rem;
  height: 0.45rem;
  border-radius: 999px;
  background: rgba(0, 217, 95, 0.72);
  box-shadow: 0 0 18px rgba(0, 217, 95, 0.35);
  opacity: 0;
  animation: successParticleFloat 5.2s ease-in-out infinite;
}
.success-particles span:nth-child(1) {
  left: 8%;
  animation-delay: 0s;
}
.success-particles span:nth-child(2) {
  left: 22%;
  animation-delay: 0.9s;
  width: 0.32rem;
  height: 0.32rem;
}
.success-particles span:nth-child(3) {
  left: 39%;
  animation-delay: 1.7s;
}
.success-particles span:nth-child(4) {
  left: 56%;
  animation-delay: 0.45s;
  width: 0.62rem;
  height: 0.62rem;
}
.success-particles span:nth-child(5) {
  left: 72%;
  animation-delay: 1.25s;
}
.success-particles span:nth-child(6) {
  left: 87%;
  animation-delay: 2.1s;
  width: 0.35rem;
  height: 0.35rem;
}
.success-summary-grid {
  display: grid;
  gap: 1rem;
  background: #ffffff;
  padding: 1.5rem;
}
body.dark-mode .success-summary-grid {
  background: #0f172a;
}
@media (min-width: 640px) {
  .success-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    padding: 2rem;
  }
  .success-summary-grid.has-signature {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@keyframes successParticleFloat {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.8);
  }
  20% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    transform: translate3d(1.4rem, -13rem, 0) scale(1.2);
  }
}
@keyframes lockedCheckoutPulse {
  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(148, 163, 184, 0.34);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(148, 163, 184, 0.08);
  }
}
@keyframes lockedCheckoutShine {
  0%,
  42% {
    transform: translateX(-120%);
  }
  70%,
  100% {
    transform: translateX(120%);
  }
}

@media (max-width: 640px) {
  .whatsapp-bubble {
    display: none;
  }
  .whatsapp-float {
    right: 16px;
    bottom: 16px;
  }
}
@media (max-width: 640px) {
  .top-bar-content {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr);
    gap: 0.45rem !important;
    justify-items: center;
    padding: 0.75rem 0.85rem !important;
    text-align: center;
  }
  .top-bar-content > .top-info-item,
  .top-bar-content > .top-info-divider,
  .top-bar-content > .top-info-theme {
    display: none !important;
  }
  .mobile-contact {
    display: block;
  }
  .top-info-item {
    width: 100%;
    min-width: 0;
    justify-content: center;
    gap: 0.45rem;
    font-size: 0.78rem;
    line-height: 1.25rem;
  }
  .top-info-item span {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .top-info-divider {
    display: none !important;
  }
  .top-info-theme {
    width: fit-content;
    justify-content: center;
    padding-inline: 0.85rem;
    margin-top: 0.15rem;
  }
  main {
    padding-left: 0.85rem !important;
    padding-right: 0.85rem !important;
  }
  #purchaseIntro,
  #purchaseFlow,
  #step-success > div {
    border-radius: 1.35rem !important;
  }
  #purchaseIntro > div {
    padding: 1rem !important;
  }
  #purchaseIntro h1 {
    font-size: 1.7rem;
    line-height: 2.05rem;
  }
  #purchaseIntro nav {
    padding: 0.75rem !important;
  }
  #purchaseIntro nav ol {
    grid-template-columns: 1fr;
    gap: 0.5rem;
  }
  #purchaseIntro .step-nav {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    text-align: left;
  }
  #purchaseIntro .step-dot {
    width: 2.25rem;
    height: 2.25rem;
    margin: 0;
  }
  #purchaseIntro .step-label {
    margin-top: 0;
  }
  #purchaseFlow {
    padding: 1rem !important;
  }
  .plan-option {
    padding: 1.1rem !important;
  }
  .plan-option strong {
    font-size: 2rem !important;
  }
  .payment-card {
    align-items: flex-start;
    gap: 0.75rem;
  }
  #step-success .success-hero {
    padding: 2rem 1rem;
  }
  #step-success h2 {
    font-size: 1.75rem;
    line-height: 2.15rem;
  }
  #step-success .grid {
    grid-template-columns: 1fr;
  }
  #purchaseFlow.success-mode #step-success.active {
    min-height: calc(100vh - 140px);
  }
  .whatsapp-button {
    width: 3.35rem;
    height: 3.35rem;
  }
}

@media (max-width: 420px) {
  .top-info-label {
    display: none;
  }
  .top-info-theme span {
    display: none;
  }
  #purchaseIntro .flex.h-24.w-24 {
    width: 4.75rem;
    height: 4.75rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .success-particles span {
    animation: none;
  }
  .mobile-contact-chevron {
    transition: none;
  }
}
/* ---------------------------------------------------------
   Información de método de pago en la pantalla de éxito
   --------------------------------------------------------- */

.success-payment-info {
  grid-column: 1 / -1;
  width: 100%;
}

.success-payment-method {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  width: 100%;
  padding: 1.15rem 1.25rem;
  border: 1px solid #dbe4ea;
  border-radius: 1.25rem;
  background: #f8fafc;
}

.success-payment-icon {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.9rem;
  background: rgba(0, 217, 95, 0.12);
  color: #00b94f;
  font-size: 1.2rem;
}

.success-transaction-box {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.75rem;
  margin-top: 1rem;
  padding: 0.85rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.9rem;
  background: #ffffff;
}

.success-transaction-box.hidden {
  display: none;
}

.success-transaction-label {
  display: block;
  margin-bottom: 0.2rem;
  font-size: 0.72rem;
  font-weight: 700;
  color: #64748b;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.success-transaction-value {
  display: block;
  overflow-wrap: anywhere;
  font-size: 0.88rem;
  font-weight: 700;
  color: #0f172a;
}

body.dark-mode .success-payment-method {
  border-color: #334155;
  background: #172033;
}

body.dark-mode .success-transaction-box {
  border-color: #334155;
  background: #0f172a;
}

body.dark-mode .success-transaction-label {
  color: #94a3b8;
}

body.dark-mode .success-transaction-value {
  color: #f8fafc;
}

@media (min-width: 640px) {
  .success-transaction-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
.success-final-message {
  grid-column: 1 / -1;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #000000;
}

body.dark-mode .success-final-message {
  color: #dbeafe;
}
.success-final-message {
  grid-column: 1 / -1;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;

  width: min(100%, 42rem);

  margin-left: auto;
  margin-right: auto;

  padding: 0.85rem 1rem;

  border: 1px solid #facc15;
  border-radius: 1rem;

  background: #fef9c3;
  color: #000000;

  text-align: left;
}

.success-final-message i {
  flex-shrink: 0;
  color: #ca8a04;
  font-size: 1rem;
}

body.dark-mode .success-final-message {
  border-color: #a16207;
  background: #422006;
  color: #fef3c7;
}

body.dark-mode .success-final-message i {
  color: #facc15;
}
