/* ============================================================
   ANDE SUR - Landing estilo Awake (2026)
   Fintech UI | Bootstrap local | Dark + Verde Andes (#0c5b52)
   ============================================================ */

:root {
  --ink-900: #050a12;
  --ink-800: #0b1524;
  --ink-700: #122036;
  --ink-600: #1b2c45;
  --ink-500: #243956;
  --andes-700: #0c5b52;
  --andes-600: #137a63;
  --andes-500: #1da084;
  --andes-200: #c9f1e7;
  --sand-100: #eef3f1;
  --sand-50:  #f8fbf9;
  --mint-500: #68f3c2;
  --mint-300: #a6ffe2;
  --amber-600: #f2b94f;
  --amber-500: #f6c96d;
  --amber-200: #fff1d8;
  --indigo-500: #6f8cff;
  --white: #ffffff;
  --gray-200: #e5e7eb;
  --gray-300: #d7dce5;
  --gray-500: #8da2c1;
  --shadow-strong: 0 18px 55px rgba(5, 9, 20, 0.35);
  --shadow-soft: 0 14px 35px rgba(5, 9, 20, 0.18);
  --border-dark: rgba(255, 255, 255, 0.08);
  --border-light: rgba(5, 9, 20, 0.08);
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 90px;
}
section[id],
header[id] {
  scroll-margin-top: 90px;
}

body {
  margin: 0;
  background: radial-gradient(120% 140% at 12% 8%, rgba(12, 91, 82, 0.20), transparent 42%),
              radial-gradient(95% 125% at 82% 6%, rgba(242, 185, 79, 0.12), transparent 36%),
              #071018;
  color: #e8edf7;
  font-family: "Space Grotesk", "Segoe UI Variable", "Segoe UI", system-ui, -apple-system, sans-serif;
  line-height: 1.6;
}

a { color: var(--andes-500); }
a:hover { color: var(--andes-700); }

h1, h2, h3, h4, h5, h6 { color: #0b1220; margin-top: 0; }
p { margin-top: 0; }
.text-ink { color: #0b1220 !important; }
.text-white-75 { color: rgba(255, 255, 255, 0.75) !important; }

.section-gap { padding: 96px 0; }
.section-heading { max-width: 760px; margin-bottom: 48px; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(12, 91, 82, 0.12);
  color: #e8edf7;
  font-size: 0.85rem;
  letter-spacing: 0.3px;
}
.section-light {
  background: linear-gradient(180deg, #ffffff 0%, #f5faf7 100%);
  color: var(--ink-900);
}
.section-ink {
  background: linear-gradient(140deg, #0c5b52 0%, #0a1528 55%, #070f1b 100%);
  color: var(--white);
}
.section-soft {
  background: linear-gradient(145deg, #0a1528, #0c5b52 58%, #081019);
  color: var(--white);
}
.section-ink h1, .section-ink h2, .section-ink h3, .section-ink h4, .section-ink h5, .section-ink h6,
.section-soft h1, .section-soft h2, .section-soft h3, .section-soft h4, .section-soft h5, .section-soft h6 {
  color: #ffffff;
}
.section-ink .text-muted,
.section-soft .text-muted,
.section-ink .small,
.section-soft .small {
  color: rgba(232, 237, 247, 0.78) !important;
}
.section-ink p,
.section-soft p,
.section-ink li,
.section-soft li {
  color: rgba(232, 237, 247, 0.92);
}

.navbar-blur {
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.92) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}
.brand-logo {
  height: 34px;
  width: auto;
  object-fit: contain;
}
.brand-wordmark {
  font-weight: 800;
  letter-spacing: 0.6px;
  color: var(--andes-700);
  font-size: 1.05rem;
  text-transform: uppercase;
}
.footer-logo {
  height: 28px;
  width: auto;
  object-fit: contain;
}
.brand-green { color: var(--andes-700) !important; }
.badge-green-soft {
  background: rgba(12, 91, 82, 0.12);
  color: var(--andes-700);
  border: 1px solid rgba(12, 91, 82, 0.22);
}

.btn-amber {
  background: var(--amber-500);
  border-color: var(--amber-500);
  color: #0b0f18;
  box-shadow: 0 14px 28px rgba(242, 185, 79, 0.30);
}
.btn-amber:hover,
.btn-amber:focus {
  background: var(--amber-600);
  border-color: var(--amber-600);
  color: #0b0f18;
}
.btn-outline-light {
  border-color: rgba(255, 255, 255, 0.4);
  color: #ffffff;
}
.btn-outline-light:hover,
.btn-outline-light:focus {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
}
.btn-outline-dark {
  border-color: rgba(11, 18, 32, 0.12);
  color: #0b1220;
}
.btn-outline-dark:hover,
.btn-outline-dark:focus {
  border-color: #0b1220;
  background: rgba(11, 18, 32, 0.06);
  color: #0b1220;
}
.btn-green {
  background: var(--andes-600);
  border-color: var(--andes-600);
  color: #ffffff;
  box-shadow: 0 14px 28px rgba(12, 91, 82, 0.26);
}
.btn-green:hover,
.btn-green:focus {
  background: var(--andes-700);
  border-color: var(--andes-700);
  color: #ffffff;
}
.btn-outline-green {
  border-color: rgba(12, 91, 82, 0.5);
  color: var(--andes-700);
}
.btn-outline-green:hover,
.btn-outline-green:focus {
  background: rgba(12, 91, 82, 0.1);
  border-color: var(--andes-700);
  color: var(--andes-700);
}

.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  border: 1px solid rgba(12, 91, 82, 0.35);
  background: rgba(12, 91, 82, 0.18);
  color: #e8f5f1;
}
.pill.soft {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.22);
  color: #ffffff;
}
.pill-inverse {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
  color: #ffffff;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #ffffff, var(--andes-500));
  box-shadow: 0 0 0 6px rgba(12, 91, 82, 0.18);
}
.pill-light {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.24);
}

.badge-ghost {
  background: rgba(255, 255, 255, 0.14);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  padding: 6px 12px;
  font-weight: 600;
}

.hero {
  position: relative;
  overflow: hidden;
}
.hero-awake {
  background:
    linear-gradient(180deg, rgba(5, 9, 20, 0.82) 0%, rgba(5, 9, 20, 0.74) 35%, rgba(5, 9, 20, 0.62) 100%),
    radial-gradient(900px 520px at 15% 20%, rgba(104, 243, 194, 0.16), transparent 50%),
    radial-gradient(620px 420px at 85% 10%, rgba(12, 91, 82, 0.28), transparent 55%),
    url("../img/background/propuesta%201.jpg") center/cover no-repeat;
  background-repeat: no-repeat;
  color: #ffffff;
}
.hero-green {
  position: relative;
  overflow: hidden;
  background:
    linear-gradient(185deg, rgba(8, 16, 25, 0.30) 0%, rgba(8, 16, 25, 0.38) 38%, rgba(8, 16, 25, 0.46) 100%),
    radial-gradient(120% 80% at 10% 10%, rgba(12, 91, 82, 0.16), transparent 55%),
    radial-gradient(90% 70% at 88% 10%, rgba(242, 185, 79, 0.14), transparent 55%),
    url("../img/background/propuesta%201.jpg") center/cover no-repeat;
  color: #ffffff;
}
.hero-green::before {
  content: "A";
  position: absolute;
  right: clamp(20px, 6vw, 120px);
  bottom: clamp(-40px, -6vw, -10px);
  font-size: clamp(180px, 32vw, 420px);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -8px;
  color: rgba(255, 255, 255, 0.06);
  text-shadow: 0 18px 38px rgba(0, 0, 0, 0.35);
  pointer-events: none;
  z-index: 0;
  transform: rotate(-4deg);
}
.hero-green::after {
  content: "";
  position: absolute;
  top: 26px;
  left: 24px;
  width: 120px;
  height: 120px;
  background: url("../img/background/logo_andes_sur.png") center/contain no-repeat;
  opacity: 0.08;
  pointer-events: none;
  z-index: 0;
}
.hero-green h1,
.hero-green h2,
.hero-green h3,
.hero-green h4,
.hero-green h5,
.hero-green h6 {
  text-shadow: 0 8px 28px rgba(0, 0, 0, 0.32);
}
.hero-green .lead,
.hero-green p,
.hero-green .text-muted {
  text-shadow: 0 6px 18px rgba(0, 0, 0, 0.22);
}
.hero-green h1,
.hero-green h2,
.hero-green h3,
.hero-green h4,
.hero-green h5,
.hero-green h6,
.hero-green p,
.hero-green .lead,
.hero-green .text-muted {
  color: #ffffff !important;
}
.hero-bottom-fade {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 180px;
  background: linear-gradient(180deg, rgba(8, 16, 25, 0) 0%, rgba(8, 16, 25, 0.75) 100%);
}
.hero-awake::before,
.hero-awake::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  opacity: 0.45;
}
.hero-awake::before {
  width: 280px;
  height: 280px;
  background: rgba(104, 243, 194, 0.25);
  top: -80px;
  right: 8%;
}
.hero-awake::after {
  width: 340px;
  height: 340px;
  background: rgba(246, 180, 75, 0.25);
  bottom: -120px;
  left: 4%;
}
.hero .lead { color: rgba(255, 255, 255, 0.78); }
.hero-awake .text-muted { color: rgba(255, 255, 255, 0.72) !important; }

.metric-chip {
  padding: 14px 16px;
  border-radius: 14px;
  background: linear-gradient(135deg, rgba(12, 91, 82, 0.18), rgba(242, 185, 79, 0.10));
  border: 1px solid rgba(12, 91, 82, 0.3);
  min-width: 130px;
}
.metric-number {
  font-weight: 800;
  font-size: 1.3rem;
  color: #ffffff;
}
.metric-label {
  color: rgba(232, 237, 247, 0.78);
  font-size: 0.9rem;
}

.hero-board {
  background: rgba(8, 16, 25, 0.75);
  border: 1px solid rgba(12, 91, 82, 0.32);
  border-radius: 20px;
  padding: 20px;
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(6px);
}
.board-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}
.board-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}
.board-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 14px;
  color: #e8edf7;
  position: relative;
}
.board-card.accent {
  background: linear-gradient(135deg, rgba(12, 91, 82, 0.32), rgba(15, 22, 41, 0.78));
  border-color: rgba(12, 91, 82, 0.36);
}
.board-card.span-2 { grid-column: span 2; }
.board-title {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 6px;
}
.board-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(255, 255, 255, 0.82);
}
.board-list li { margin-bottom: 6px; }
.status-dot {
  width: 12px;
  height: 12px;
  border-radius: 999px;
  position: absolute;
  top: 14px;
  right: 14px;
}
.status-dot.success {
  background: radial-gradient(circle at 30% 30%, #ffffff, #68f3c2 60%, #3fbf92);
  box-shadow: 0 0 0 6px rgba(104, 243, 194, 0.16);
}
.mini-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(12, 91, 82, 0.18);
  color: #e8f5f1;
  font-size: 0.85rem;
}
.hero-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 14px;
}
.highlight-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 12px;
  background: rgba(12, 91, 82, 0.16);
  color: #e8f5f1;
  border: 1px solid rgba(12, 91, 82, 0.28);
  font-weight: 600;
  font-size: 0.95rem;
}
.highlight-chip::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff, var(--andes-500));
  box-shadow: 0 0 0 6px rgba(12, 91, 82, 0.18);
}
.logo-marquee {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.04);
  mask-image: linear-gradient(90deg, transparent 0%, #000 12%, #000 88%, transparent 100%);
}
.logo-marquee-track {
  display: flex;
  align-items: center;
  gap: 32px;
  padding: 12px 18px;
  animation: marquee 18s linear infinite;
}
.logo-marquee img {
  height: 30px;
  width: auto;
  filter: grayscale(30%) brightness(1.1);
  opacity: 0.9;
}
@keyframes marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.mini-stat {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 14px;
  color: #ffffff;
}
.mini-stat-title {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.78);
}
.mini-stat-value {
  font-weight: 800;
}
.mini-stat-sub {
  margin-top: 4px;
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.82);
}
.hero-stat {
  background: linear-gradient(145deg, rgba(8, 16, 25, 0.78), rgba(8, 16, 25, 0.58));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(10px) saturate(1.12);
}
.hero-stat .mini-stat-title {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #fdfefe;
  text-transform: uppercase;
}

.glass-card,
.glass-panel {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.20);
  box-shadow: var(--shadow-strong);
  backdrop-filter: blur(8px);
  color: #e8edf7;
}
.glass-panel {
  background: rgba(8, 16, 25, 0.74);
}
.icon-bubble {
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(12, 91, 82, 0.18);
  border: 1px solid rgba(12, 91, 82, 0.28);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}

.check {
  color: var(--andes-700);
  font-weight: 800;
}

.feature-card {
  background: linear-gradient(180deg, #f9fdfb 0%, #eef6f3 100%);
  border: 1px solid rgba(12, 91, 82, 0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  text-align: left;
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  color: #0b1220;
}
.feature-card p,
.feature-card h5,
.feature-card .text-muted {
  color: #0b1220 !important;
}
.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(12, 91, 82, 0.18);
}
.feature-icon {
  font-size: 1.6rem;
  margin-bottom: 8px;
}
.step-badge {
  width: 36px;
  height: 36px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(12, 91, 82, 0.12);
  color: var(--andes-700);
  font-weight: 800;
  margin-bottom: 12px;
}
.how-card {
  position: relative;
  background: #f8fbff;
  border: 1px solid rgba(12, 91, 82, 0.10);
  border-radius: 18px;
  padding: 40px 18px 18px;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.05);
  text-align: left;
  min-height: 230px;
}
.how-icon {
  position: absolute;
  top: -18px;
  left: 18px;
  width: 58px;
  height: 58px;
  border-radius: 16px;
  background: linear-gradient(145deg, #f6c96d, #f2b94f);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #0b1220;
  box-shadow: 0 12px 26px rgba(242, 185, 79, 0.28);
}
.how-icon.alt {
  background: linear-gradient(145deg, #7bc4ff, #4da5ff);
  box-shadow: 0 12px 26px rgba(77, 165, 255, 0.28);
}
.how-card p {
  color: #556074 !important;
}
.why-card {
  background: linear-gradient(145deg, rgba(12, 91, 82, 0.22), rgba(8, 16, 25, 0.78));
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.16);
  backdrop-filter: blur(6px);
}
.why-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(242, 185, 79, 0.18);
  color: #f6c96d;
  font-size: 24px;
  margin-bottom: 12px;
  box-shadow: 0 10px 26px rgba(242, 185, 79, 0.24);
}
.why-icon.alt {
  background: rgba(111, 140, 255, 0.20);
  color: #a6c0ff;
  box-shadow: 0 10px 26px rgba(111, 140, 255, 0.22);
}

.rate-card {
  background: #f9fbff;
  border: 1px solid rgba(12, 91, 82, 0.08);
  border-radius: 18px;
  padding: 18px;
}

/* Hero conversor: mayor contraste sobre fondo */
.hero .rate-card {
  background: linear-gradient(180deg, #fdfefe 0%, #f4faf8 100%);
  border: 1px solid #d9e4ec;
  box-shadow: 0 18px 38px rgba(7, 16, 25, 0.16);
  color: #0b1220;
}
.hero .rate-card h1,
.hero .rate-card h2,
.hero .rate-card h3,
.hero .rate-card h4,
.hero .rate-card h5,
.hero .rate-card h6,
.hero .rate-card .fw-bold {
  color: #0b1220 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
.hero .rate-card .small,
.hero .rate-card .text-muted {
  color: #3f4a5a !important;
}
.hero .badge-green-soft {
  background: #e9f7f1;
  border-color: rgba(12, 91, 82, 0.20);
  color: #0c5b52;
}
.hero .fx-pill {
  background: #f0f5f8;
  border-color: #d5e2ea;
  color: #0b1220;
  box-shadow: 0 8px 18px rgba(7, 16, 25, 0.06);
}
.hero .fx-pill.active {
  background: #e2f4ed;
  border-color: #bcded3;
  box-shadow: 0 10px 22px rgba(12, 91, 82, 0.12);
}
.convert-input .convert-box {
  border-color: #c9d4e5;
  background: #ffffff;
  box-shadow: 0 10px 20px rgba(7, 16, 25, 0.08);
}
.convert-box.muted {
  background: #f3f8fb;
}
.convert-box input {
  color: #0b1220;
}
.currency-tag {
  background: #dff2ef;
  color: #0c5b52;
  border: 1px solid #c5e3db;
}
.swap-btn {
  background: radial-gradient(circle at 30% 20%, #22b59b, #0c5b52);
  border-color: rgba(12, 91, 82, 0.24);
  box-shadow: 0 14px 32px rgba(7, 16, 25, 0.18);
}
.swap-btn:hover {
  box-shadow: 0 16px 36px rgba(7, 16, 25, 0.24);
}
.hero .rate-card .btn-amber[disabled] {
  opacity: 0.9;
}

/* Popup */
.popup-card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 20px 46px rgba(7, 16, 25, 0.28);
  background: #ffffff;
  position: relative;
}
.popup-img {
  width: 100%;
  height: auto;
  display: block;
}
.popup-card::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 14px;
  width: 54px;
  height: 54px;
  background: url("../img/background/logo_andes_sur.png") center/contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}
.popup-close {
  position: absolute;
  right: 12px;
  top: 12px;
  z-index: 2;
}
.rate-table {
  border: 1px solid rgba(12, 91, 82, 0.08);
  border-radius: 16px;
  overflow: hidden;
}
.rate-row {
  display: grid;
  grid-template-columns: 1fr 90px 90px;
  align-items: center;
  padding: 12px 14px;
  gap: 8px;
  background: #ffffff;
}
.rate-row + .rate-row {
  border-top: 1px solid rgba(12, 91, 82, 0.08);
}
.rate-row.best {
  background: linear-gradient(145deg, #0b1b2c, #0c5b52);
  color: #ffffff;
}
.rate-rank {
  width: 28px;
  height: 28px;
  border-radius: 999px;
  background: #f6c96d;
  color: #0b1220;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  box-shadow: 0 8px 20px rgba(246, 201, 109, 0.25);
}
.rate-rank.alt {
  background: #a6c0ff;
  color: #0b1220;
  box-shadow: 0 8px 20px rgba(166, 192, 255, 0.24);
}
.rate-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 10px;
  border-radius: 12px;
  background: #ffffff;
  color: #0b1220;
  font-weight: 800;
  border: 1px solid rgba(12, 91, 82, 0.12);
}
.rate-logo.alt {
  background: #0c5b52;
  color: #ffffff;
  border: 1px solid rgba(12, 91, 82, 0.4);
}
.rate-value {
  font-weight: 800;
  text-align: right;
}

.rate-chart {
  background: #f9fbff;
  border: 1px solid rgba(12, 91, 82, 0.08);
  border-radius: 18px;
  padding: 18px;
  height: 420px;
  display: flex;
  flex-direction: column;
}
#rateChart {
  width: 100%;
  max-width: 100%;
  flex: 1 1 auto;
}

.bank-logo {
  max-height: 64px;
  width: 100%;
  max-width: 120px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: 0 auto;
  filter: grayscale(8%);
}

@media (max-width: 575.98px) {
  .bank-logo {
    max-height: 48px;
    max-width: 96px;
  }
  #banksCarousel .carousel-item .row {
    row-gap: 1rem;
  }
}
.bank-pill {
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(12, 91, 82, 0.12);
  color: var(--andes-700);
  font-weight: 700;
}

.table thead th {
  color: var(--andes-700);
  border-bottom-color: rgba(12, 91, 82, 0.2);
}
.table-hover tbody tr:hover {
  background: rgba(12, 91, 82, 0.06);
}
.table tbody td,
.table tbody th {
  color: #0b1220;
}

.codebox {
  background: #0b1220;
  color: #e8edf7;
  border-radius: 12px;
  padding: 12px;
  border: 1px solid rgba(12, 91, 82, 0.3);
  font-family: "SFMono-Regular", ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.cta-card {
  background: linear-gradient(120deg, rgba(12, 91, 82, 0.1), rgba(12, 91, 82, 0.03));
  border: 1px solid rgba(12, 91, 82, 0.18);
  box-shadow: 0 14px 32px rgba(12, 91, 82, 0.14);
  color: #0b1220;
}

.testimonial-card {
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  padding: 18px;
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}
.testimonial-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, #18a182, #0c5b52);
  margin-bottom: 12px;
}
.testimonial-stars {
  color: #facc15;
  letter-spacing: 2px;
}

.carousel-indicators [data-bs-target] {
  background-color: var(--andes-700);
}
.carousel-control-prev,
.carousel-control-next {
  filter: invert(90%);
}

.footer-extra {
  background: #0b1220;
  color: #e8edf7;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-extra h5 { color: #ffffff; }
.footer-extra .btn-amber { color: #0b0f18; }

.footer-main {
  background: #f8fbff;
  color: #0b1220;
}
.footer-title {
  font-weight: 800;
  color: #0b1220;
  margin-bottom: 12px;
}
.footer-links {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: grid;
  gap: 6px;
}
.footer-links a {
  color: #0b1220;
  text-decoration: none;
}
.footer-links a:hover {
  color: var(--andes-700);
}
.social-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: #f6c96d;
  color: #0b1220;
  font-weight: 800;
  font-size: 0.85rem;
  box-shadow: 0 8px 20px rgba(246, 201, 109, 0.25);
}
.footer-meta {
  background: #0b1220;
  color: rgba(255, 255, 255, 0.82);
}

.trust-logos img {
  height: 38px;
  width: auto;
  opacity: 0.9;
  filter: grayscale(20%);
}
.bank-carousel .carousel-control-prev,
.bank-carousel .carousel-control-next {
  filter: invert(100%);
}
.bank-logo-card {
  background: #f7f9fc;
  border: 1px solid var(--gray-300);
  border-radius: 14px;
  padding: 16px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.04);
}
.bank-logo-img {
  max-height: 52px;
  width: auto;
  filter: grayscale(10%);
}

.service-card {
  background: linear-gradient(180deg, #f9fdfb 0%, #eef6f3 100%);
  border: 1px solid rgba(12, 91, 82, 0.12);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.04);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
}
.service-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(12, 91, 82, 0.18);
}
.service-icon { font-size: 1.6rem; margin-bottom: 10px; }
.service-list {
  list-style: none;
  padding-left: 0;
  margin: 14px 0 0 0;
}
.service-list li {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  color: #475569;
  margin-bottom: 8px;
}
.service-list li::before {
  content: "•";
  color: var(--andes-700);
  font-weight: 700;
  line-height: 1;
}

.case-card {
  position: relative;
  padding: 22px;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #ffffff;
  overflow: hidden;
  box-shadow: var(--shadow-strong);
}
.case-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  border: 1px dashed rgba(255, 255, 255, 0.15);
  opacity: 0.5;
  pointer-events: none;
}
.case-card[data-tone="mint"] {
  background: linear-gradient(150deg, rgba(104, 243, 194, 0.32), rgba(11, 18, 32, 0.9));
}
.case-card[data-tone="amber"] {
  background: linear-gradient(150deg, rgba(242, 185, 79, 0.22), rgba(11, 18, 32, 0.9));
}
.case-card[data-tone="indigo"] {
  background: linear-gradient(150deg, rgba(111, 140, 255, 0.30), rgba(11, 18, 32, 0.9));
}
.case-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 10px;
  font-weight: 600;
}
.case-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 12px;
}
.case-pill {
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.process-step {
  background: #ffffff;
  border: 1px solid var(--gray-300);
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.05);
}
.process-number {
  width: 38px;
  height: 38px;
  border-radius: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(11, 18, 32, 0.06);
  color: #0b1220;
  font-weight: 800;
  margin-bottom: 10px;
}

.price-card {
  background: #ffffff;
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}
.price-card.highlighted {
  border-color: rgba(12, 91, 82, 0.6);
  box-shadow: 0 18px 40px rgba(12, 91, 82, 0.20);
}
.price-badge {
  display: inline-flex;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(11, 18, 32, 0.06);
  color: #0b1220;
  font-weight: 700;
  margin-bottom: 10px;
}
.price-badge.accent {
  background: rgba(242, 185, 79, 0.18);
  color: #9a6b12;
}
.price-tag {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 6px;
}
.price-list {
  list-style: none;
  padding-left: 0;
  margin: 12px 0 0 0;
}
.price-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 8px;
  color: #475569;
}
.price-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 2px;
  color: var(--andes-700);
  font-weight: 700;
}

/* Conversor BOL ↔ PEN */
.fx-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid rgba(12, 91, 82, 0.16);
  background: #f7fbff;
  color: #0b1220;
  font-weight: 700;
  font-size: 0.95rem;
}
.fx-pill.active {
  background: rgba(12, 91, 82, 0.10);
  border-color: rgba(12, 91, 82, 0.32);
  box-shadow: 0 8px 20px rgba(12, 91, 82, 0.12);
}
.convert-input .convert-box {
  display: flex;
  align-items: center;
  border: 1px solid rgba(12, 91, 82, 0.18);
  border-radius: 14px;
  padding: 10px 12px;
  background: #ffffff;
  box-shadow: 0 8px 18px rgba(12, 91, 82, 0.06);
}
.convert-box input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 1.1rem;
  font-weight: 700;
  color: #0b1220;
  background: transparent;
}
.convert-box.muted {
  background: #f7fbff;
}
.currency-tag {
  padding: 6px 12px;
  border-radius: 12px;
  background: rgba(12, 91, 82, 0.12);
  color: var(--andes-700);
  font-weight: 800;
  margin-left: 10px;
  min-width: 58px;
  text-align: center;
}
.swap-btn {
  width: 46px;
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(12, 91, 82, 0.18);
  background: linear-gradient(145deg, #0c5b52, #0a1528);
  color: #ffffff;
  box-shadow: 0 12px 28px rgba(12, 91, 82, 0.22);
  transition: transform 0.16s ease, box-shadow 0.16s ease;
}
.swap-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 34px rgba(12, 91, 82, 0.30);
}

.testimonial-compact {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 14px;
  padding: 18px;
  color: #ffffff;
  box-shadow: var(--shadow-soft);
}
.testimonial-name {
  font-weight: 700;
  margin-bottom: 8px;
}
.testimonial-text {
  color: rgba(255, 255, 255, 0.82);
  margin-bottom: 8px;
}
.testimonial-stars {
  color: #facc15;
  letter-spacing: 2px;
}
.testimonial-card p,
.testimonial-card .testimonial-name {
  color: #ffffff;
}

.contact-card {
  background: #ffffff;
  border: 1px solid var(--gray-300);
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.08);
  color: #0b1220;
}
.contact-line {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 10px 0;
  border-bottom: 1px dashed var(--gray-200);
}
.contact-line:last-child { border-bottom: none; }
.contact-label {
  font-size: 0.85rem;
  color: #475569;
}
.link-quiet {
  color: #0b1220;
  font-weight: 700;
}
.link-quiet:hover { color: var(--andes-700); }

/* Floating blob backgrounds triggered per section */
.has-blobs {
  position: relative;
  overflow: hidden;
  isolation: isolate;
  z-index: 0;
}
.hero.has-blobs { overflow: visible; }
.has-blobs > *:not(.blob-field) {
  position: relative;
  z-index: 1;
}
.blob-field {
  position: absolute;
  inset: -80px;
  pointer-events: none;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.45s ease;
}
.blob-field.is-active { opacity: 1; }
.blob {
  position: absolute;
  display: block;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.55), var(--blob-color, rgba(104, 243, 194, 0.25)));
  filter: blur(12px);
  opacity: 0;
  transform: translate3d(0, 0, 0) scale(0.9);
  animation: blobFloat 18s ease-in-out infinite, blobDrift 24s ease-in-out infinite;
  animation-play-state: paused;
}
.blob-field.is-active .blob {
  opacity: 0.78;
  animation-play-state: running;
}
@media (prefers-reduced-motion: reduce) {
  .blob,
  .blob-field {
    animation: none !important;
    transition: none !important;
    opacity: 0.14;
  }
}
@keyframes blobFloat {
  0% { transform: translate3d(0, 0, 0) scale(0.9); }
  50% { transform: translate3d(8px, -18px, 0) scale(1.06); }
  100% { transform: translate3d(0, 0, 0) scale(0.9); }
}
@keyframes blobDrift {
  0% { filter: blur(12px); }
  50% { filter: blur(18px); }
  100% { filter: blur(12px); }
}

.footer-dark {
  background: #0a0f1c;
  color: rgba(255, 255, 255, 0.85);
}
.footer-dark a { color: #ffffff; }

.whatsapp-fab {
  position: fixed;
  right: 22px;
  bottom: 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 1100;
}
.whatsapp-bubble {
  position: relative;
  order: -1;
  background: #0c5b52;
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 16px;
  font-size: 14px;
  box-shadow: 0 14px 28px rgba(12, 91, 82, 0.28);
  border: 1px solid rgba(12, 91, 82, 0.25);
  white-space: nowrap;
  animation: fadeInUp 0.6s ease;
}
.whatsapp-bubble::after {
  content: "";
  position: absolute;
  right: -6px;
  bottom: 18px;
  width: 12px;
  height: 12px;
  background: #0c5b52;
  transform: rotate(45deg);
  border-right: 1px solid rgba(12, 91, 82, 0.25);
  border-bottom: 1px solid rgba(12, 91, 82, 0.25);
}
.whatsapp-btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(145deg, #25d366, #0c5b52);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px rgba(37, 211, 102, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
  border: 2px solid #0c5b52;
  background-image: url("../img/social/Digital_Glyph_Green.png");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
}
.whatsapp-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(37, 211, 102, 0.45);
  filter: brightness(1.05);
}

.tiktok-fab {
  position: fixed;
  right: 22px;
  bottom: 92px;
  z-index: 1100;
}
.tiktok-btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(145deg, #000000, #0c5b52);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.35);
  border: 2px solid #0c5b52;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.tiktok-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(12, 91, 82, 0.35));
}
.tiktok-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  filter: brightness(1.08);
}
.tiktok-icon {
  font-size: 22px;
  color: #ffffff;
  text-shadow: 0 0 12px rgba(12, 91, 82, 0.5);
}

.facebook-fab {
  position: fixed;
  right: 22px;
  bottom: 162px;
  z-index: 1100;
}
.facebook-btn {
  width: 52px;
  height: 52px;
  border-radius: 999px;
  background: linear-gradient(145deg, #1877f2, #0c5b52);
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 14px 32px rgba(24, 119, 242, 0.35);
  border: 2px solid #0c5b52;
  transition: transform 0.18s ease, box-shadow 0.18s ease, filter 0.18s ease;
}
.facebook-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
  filter: drop-shadow(0 0 8px rgba(12, 91, 82, 0.28));
}
.facebook-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 40px rgba(24, 119, 242, 0.45);
  filter: brightness(1.08);
}
.rate-card,
.rate-chart {
  animation: none;
}
.rate-card:hover,
.rate-chart:hover {
  transform: none;
  box-shadow: none;
}

@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@media (max-width: 576px) {
  .whatsapp-bubble { display: none; }
}
@media (max-width: 991px) {
  .board-grid { grid-template-columns: 1fr; }
  .board-card.span-2 { grid-column: span 1; }
}
