/* Igeleke Bamboo Village - Custom Cinematic Design System */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Outfit:wght@300;400;500;600;700&display=swap');

:root {
  --green-deep: #0F3D2E;
  --green-forest: #1D5C42;
  --gold: #D4AF37;
  --gold-text: #D4AF37;
  --gold-soft: rgba(212, 175, 55, 0.35);
  --bg: #0B0D0C;
  --surface: #131715;
  --surface-2: #1a211d;
  --text: #F5F5F5;
  --muted: #9CA3AF;
  --glass: rgba(15, 61, 46, 0.18);
  --glass-border: rgba(212, 175, 55, 0.12);
  --border: rgba(212, 175, 55, 0.12);
  --border-strong: rgba(212, 175, 55, 0.28);
  --overlay: rgba(11, 13, 12, 0.52);
  --ease-out: cubic-bezier(0.22, 1, 0.36, 1);
  --ease-cine: cubic-bezier(0.16, 1, 0.3, 1);
  --nav-h: 76px;
  --section-pad: clamp(4rem, 8vw, 7rem);
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Outfit', system-ui, sans-serif;
  --shadow-glow: 0 0 60px rgba(29, 92, 66, 0.25);
  --shadow-card: 0 8px 32px rgba(0, 0, 0, 0.2);
  --shadow-nav: 0 4px 30px rgba(0, 0, 0, 0.15);
}

[data-theme="light"] {
  --bg: #f5f2ec;
  --surface: #ffffff;
  --surface-2: #ebe8e1;
  --text: #0f1a14;
  --muted: #3d4f44;
  --text-strong: #0a120e;
  --gold-text: #7a6218;
  --glass: #ffffff;
  --glass-border: rgba(15, 61, 46, 0.12);
  --border: rgba(15, 61, 46, 0.12);
  --border-strong: rgba(15, 61, 46, 0.22);
  --overlay: rgba(15, 61, 46, 0.45);
  --shadow-glow: 0 8px 40px rgba(15, 61, 46, 0.1);
  --shadow-card: 0 4px 24px rgba(15, 61, 46, 0.08);
  --shadow-nav: 0 2px 16px rgba(15, 61, 46, 0.1);
  --gold-glow: rgba(212, 175, 55, 0.45);
  --green-glow: rgba(29, 92, 66, 0.5);
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html {
  scroll-behavior: auto;
  overflow-x: clip;
}

html.lenis, html.lenis body { height: auto; }
.lenis.lenis-smooth { scroll-behavior: auto !important; }
.lenis.lenis-smooth [data-lenis-prevent] { overscroll-behavior: contain; }
.lenis.lenis-stopped { overflow: hidden; }

body {
  font-family: var(--font-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  overflow-x: clip;
  max-width: 100%;
  -webkit-font-smoothing: antialiased;
}

.page-content {
  overflow-x: clip;
  max-width: 100%;
}

body::before {
  content: '';
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 9998;
  opacity: 0.012;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

[data-theme="light"] body::before {
  display: none;
}

.section--band {
  background: var(--surface);
}

[data-theme="light"] .section--band {
  background: var(--surface-2);
}

.section--cta {
  background: linear-gradient(135deg, var(--green-deep), var(--bg));
  text-align: center;
}

[data-theme="light"] .section--cta {
  background: linear-gradient(135deg, var(--green-deep), var(--green-forest));
  color: #f5f5f5;
}

[data-theme="light"] .section--cta .display,
[data-theme="light"] .section--cta .lead {
  color: #f5f5f5;
}

[data-theme="light"] .site-footer {
  background: var(--surface-2);
  border-top-color: var(--border);
}

img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

.container {
  width: min(1200px, calc(100% - clamp(1.5rem, 5vw, 3rem)));
  margin-inline: auto;
}

.container--wide {
  width: min(1320px, calc(100% - clamp(2rem, 6vw, 5rem)));
  margin-inline: auto;
  padding-inline: clamp(1rem, 3vw, 2rem);
}

.hero .container--wide {
  width: min(1280px, 100%);
  padding-inline: clamp(1.75rem, 5.5vw, 4.5rem);
}

/* Scroll Progress */
.scroll-progress {
  position: fixed;
  top: 0;
  left: 0;
  height: 2px;
  width: 0%;
  background: linear-gradient(90deg, var(--green-forest), var(--gold));
  z-index: 10001;
  box-shadow: 0 0 12px var(--gold-soft);
}

/* Loading Screen */
.loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.7s var(--ease-cine), visibility 0.7s;
}

.loader.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.loader__progress {
  width: min(320px, 82vw);
}

.loader__track {
  position: relative;
  height: 8px;
  border-radius: 999px;
  background: var(--surface-2);
  overflow: hidden;
  border: 1px solid var(--border);
  box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.18);
}

.loader__track::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    90deg,
    transparent 0,
    transparent calc(12.5% - 1px),
    rgba(255, 255, 255, 0.12) calc(12.5% - 1px),
    rgba(255, 255, 255, 0.12) 12.5%
  );
  pointer-events: none;
  z-index: 2;
}

.loader__bar {
  position: relative;
  height: 100%;
  width: 0%;
  border-radius: inherit;
  background: repeating-linear-gradient(
    90deg,
    #0a2e22 0px,
    #0F3D2E 28px,
    #1D5C42 56px,
    #2d8a5e 84px,
    #4a9e6a 112px,
    #6BA539 140px,
    #8BC34A 168px,
    #a8c45c 196px,
    #C4A35A 224px,
    #D4AF37 252px
  );
  background-size: 280px 100%;
  animation: loaderBambooFlow 1.1s linear infinite;
  box-shadow: 0 0 14px rgba(107, 165, 57, 0.45);
  will-change: width;
}

.loader__bar::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 255, 255, 0.35) 50%,
    transparent 100%
  );
  background-size: 40% 100%;
  animation: loaderShine 1.4s ease-in-out infinite;
}

@keyframes loaderBambooFlow {
  from { background-position: 0 0; }
  to { background-position: 280px 0; }
}

@keyframes loaderShine {
  0% { transform: translateX(-120%); }
  100% { transform: translateX(320%); }
}

/* Typography */
.eyebrow {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--gold-text);
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.eyebrow::before {
  content: '';
  width: 32px;
  height: 1px;
  background: var(--gold-text);
}

.display {
  font-family: var(--font-display);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.02em;
}

.display--xl { font-size: clamp(2.8rem, 6.5vw, 5.2rem); }
.display--lg { font-size: clamp(2.2rem, 4.5vw, 3.8rem); }
.display--md { font-size: clamp(1.8rem, 3vw, 2.8rem); }

.lead {
  font-size: clamp(1rem, 1.4vw, 1.15rem);
  color: var(--muted);
  max-width: 52ch;
  font-weight: 300;
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.95rem 1.75rem;
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: transform 0.4s var(--ease-out), box-shadow 0.4s, background 0.4s, color 0.4s;
  position: relative;
  overflow: hidden;
}

.btn--gold {
  background: linear-gradient(135deg, var(--gold), #b8942a);
  color: #0a0c0b;
  box-shadow: 0 8px 32px rgba(212, 175, 55, 0.25);
}

.btn--gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px rgba(212, 175, 55, 0.4);
}

.btn--ghost {
  border: 1px solid var(--border-strong);
  color: var(--text);
  backdrop-filter: blur(8px);
}

.btn--ghost:hover {
  border-color: var(--gold-text);
  color: var(--gold-text);
  transform: translateY(-2px);
}

[data-theme="light"] .btn--ghost {
  backdrop-filter: none;
  background: transparent;
}

.btn--green {
  background: var(--green-forest);
  color: #f5f5f5;
  border: 1px solid rgba(212, 175, 55, 0.2);
}

.btn--green:hover {
  background: var(--green-deep);
  transform: translateY(-2px);
}

/* Reveal Animations */
.reveal-left,
.reveal-right,
.reveal-up {
  opacity: 0;
  will-change: transform, opacity;
}

.reveal-left { transform: translateX(-80px); }
.reveal-right { transform: translateX(80px); }
.reveal-up { transform: translateY(60px); }

.reveal-left.revealed,
.reveal-right.revealed,
.reveal-up.revealed {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s var(--ease-cine), transform 1s var(--ease-cine);
}

/* Section Base */
.section {
  padding-block: var(--section-pad);
  position: relative;
}

.section--angled {
  clip-path: polygon(0 2%, 100% 0, 100% 98%, 0 100%);
  margin-block: -1rem;
  padding-block: calc(var(--section-pad) + 1rem);
  overflow-x: clip;
}

.section__header {
  margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.section__header--split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: end;
}

@media (max-width: 768px) {
  .section__header--split { grid-template-columns: 1fr; }
}

/* Cards */
.card-glass {
  background: var(--glass);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  padding: clamp(1.5rem, 3vw, 2.25rem);
  transition: transform 0.5s var(--ease-out), border-color 0.4s, box-shadow 0.4s;
}

.card-glass:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.3);
  box-shadow: var(--shadow-glow);
}

/* Stats Counter */
.stat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.25rem;
}

.stat-item {
  text-align: center;
  padding: 1.5rem 1rem;
  border-left: 1px solid var(--border);
}

.stat-item:first-child { border-left: none; }

.stat-item__num {
  font-family: var(--font-display);
  font-size: clamp(2.2rem, 4vw, 3.2rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
}

.stat-item__label {
  font-size: 0.75rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  margin-top: 0.5rem;
}

/* Impact Cards - solid, high-contrast */
.impact-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

@media (max-width: 900px) {
  .impact-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 480px) {
  .impact-grid { grid-template-columns: 1fr; }
}

.impact-card {
  background: var(--surface);
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  padding: 2rem 1.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s var(--ease-out), border-color 0.3s;
}

.impact-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--green-forest), var(--gold));
}

.impact-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.35);
}

.impact-card__num {
  font-family: var(--font-display);
  font-size: clamp(2.4rem, 4.5vw, 3.4rem);
  font-weight: 600;
  color: var(--gold);
  line-height: 1;
  margin-bottom: 0.65rem;
}

.impact-card__label {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--text);
  font-weight: 500;
}

.impact-card__note {
  font-size: 0.78rem;
  color: var(--muted);
  margin-top: 0.5rem;
}

.impact-grid--3 {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 768px) {
  .impact-grid--3 { grid-template-columns: 1fr; }
}

/* Data Table */
.data-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--glass-border);
  border-radius: 4px;
  background: var(--surface);
}

.data-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.data-table th,
.data-table td {
  padding: 1rem 1.25rem;
  text-align: left;
  border-bottom: 1px solid var(--border);
}

.data-table th {
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--gold);
  background: rgba(15, 61, 46, 0.35);
  font-weight: 600;
}

.data-table tr:last-child td { border-bottom: none; }

.data-table td:first-child {
  font-weight: 500;
  color: var(--muted);
}

.data-table .positive { color: #4ade80; }
.data-table .negative { color: #f87171; }

@media (max-width: 768px) {
  .data-table-wrap {
    overflow-x: visible;
    border: none;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
  }

  [data-theme="light"] .data-table-wrap {
    border: none;
    background: transparent;
    box-shadow: none;
  }

  [data-theme="light"] .data-table-wrap::before {
    display: none;
  }

  .data-table {
    font-size: 0.88rem;
  }

  .data-table thead {
    display: none;
  }

  .data-table tbody {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
  }

  .data-table tbody tr {
    display: block;
    padding: 1rem 1.1rem;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: var(--surface);
    box-shadow: var(--shadow-card);
  }

  .data-table tbody tr:has(strong) {
    border-color: var(--border-strong);
  }

  .data-table tbody tr[data-group]::before {
    content: attr(data-group);
    display: block;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--gold);
    font-weight: 700;
    margin-bottom: 0.5rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid var(--border);
  }

  [data-theme="light"] .data-table tbody tr[data-group]::before {
    color: var(--gold-text);
  }

  .data-table td {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 0.75rem;
    padding: 0.55rem 0;
    border-bottom: 1px solid var(--border);
    text-align: right;
    width: 100%;
  }

  .data-table td:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .data-table td[rowspan] {
    display: none;
  }

  .data-table td::before {
    content: attr(data-label);
    font-size: 0.68rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--muted);
    font-weight: 600;
    text-align: left;
    flex: 1 1 45%;
    min-width: 0;
  }

  .data-table td[data-label-primary] {
    display: block;
    border-bottom: 1px solid var(--border);
    padding: 0 0 0.65rem;
    margin-bottom: 0.4rem;
    font-weight: 600;
    font-size: 1rem;
    color: var(--text);
    text-align: left;
  }

  .data-table td[data-label-primary]::before {
    display: none;
  }

  .data-table tbody tr:nth-child(even) td,
  [data-theme="light"] .data-table tbody tr:nth-child(even) td {
    background: transparent;
  }

  .data-table tbody tr:hover td,
  [data-theme="light"] .data-table tbody tr:hover td {
    background: transparent;
  }

  [data-theme="light"] .data-table tbody tr {
    border-color: rgba(15, 61, 46, 0.16);
    box-shadow: 0 4px 16px rgba(15, 61, 46, 0.08);
  }

  [data-theme="light"] .data-table tbody tr:has(strong) {
    background: rgba(15, 61, 46, 0.06);
    border-color: rgba(15, 61, 46, 0.22);
  }

  [data-theme="light"] .data-table td[data-label-primary] {
    color: var(--green-deep);
  }
}

/* Floating WhatsApp */
.fab-whatsapp {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 900;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25D366;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.4);
  transition: transform 0.4s var(--ease-out);
}

.fab-whatsapp:hover { transform: scale(1.08); }

/* Page Transition */
.page-content {
  opacity: 0;
  animation: pageIn 0.9s var(--ease-cine) 0.3s forwards;
}

@keyframes pageIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Footer */
.site-footer {
  background: var(--surface);
  border-top: 1px solid var(--glass-border);
  padding-block: 4rem 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1.5fr;
  gap: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .footer-grid { grid-template-columns: 1fr; }
}

.footer-brand p {
  color: var(--muted);
  font-size: 0.9rem;
  margin-top: 1rem;
  max-width: 32ch;
}

.footer-col h4 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  margin-bottom: 1.25rem;
  color: var(--gold-text);
}

.footer-col a {
  display: block;
  color: var(--muted);
  font-size: 0.88rem;
  padding: 0.35rem 0;
  transition: color 0.3s;
}

.footer-col a:hover { color: var(--text); }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 2rem;
  border-top: 1px solid var(--glass-border);
  font-size: 0.8rem;
  color: var(--muted);
  flex-wrap: wrap;
  gap: 1rem;
}

.footer-sdg {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.footer-sdg img {
  height: 36px;
  width: auto;
  opacity: 0.85;
  filter: brightness(1.1);
}

/* ========== LIGHT MODE - unified elevation & contrast ========== */

[data-theme="light"] .impact-card,
[data-theme="light"] .testimonial-card,
[data-theme="light"] .invest-pillar,
[data-theme="light"] .package-card,
[data-theme="light"] .card-glass,
[data-theme="light"] .team-card,
[data-theme="light"] .visitor-strip,
[data-theme="light"] .calculator,
[data-theme="light"] .data-table-wrap,
[data-theme="light"] .village-explorer__btn,
[data-theme="light"] .ps-grid,
[data-theme="light"] .milestone-card {
  background: var(--surface);
  border-color: var(--border);
  box-shadow: var(--shadow-card);
}

[data-theme="light"] .ps-block--problem {
  background: linear-gradient(160deg, rgba(248, 113, 113, 0.1), var(--surface));
}

[data-theme="light"] .ps-block--solution {
  background: linear-gradient(160deg, rgba(29, 92, 66, 0.1), var(--surface));
}

[data-theme="light"] .ps-block__num {
  color: rgba(122, 98, 24, 0.2);
}

[data-theme="light"] .impact-card__num,
[data-theme="light"] .stat-item__num,
[data-theme="light"] .bar-item__pct,
[data-theme="light"] .visitor-strip__score-num,
[data-theme="light"] .calc-total__amount,
[data-theme="light"] .calc-line--total span:last-child {
  color: var(--gold-text);
}

[data-theme="light"] .data-table-wrap {
  position: relative;
  border: 1px solid rgba(15, 61, 46, 0.2);
  border-radius: 8px;
  box-shadow:
    0 6px 24px rgba(15, 61, 46, 0.1),
    0 1px 0 rgba(212, 175, 55, 0.25) inset;
  overflow: hidden;
}

[data-theme="light"] .data-table-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, var(--green-forest), var(--gold));
  z-index: 1;
  pointer-events: none;
}

[data-theme="light"] .data-table th {
  background: linear-gradient(135deg, #0F3D2E 0%, #1D5C42 100%);
  color: #f5f2ec;
  border-bottom: 2px solid rgba(212, 175, 55, 0.5);
  font-weight: 700;
  letter-spacing: 0.12em;
}

[data-theme="light"] .data-table th:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

[data-theme="light"] .data-table td {
  border-bottom: 1px solid rgba(15, 61, 46, 0.1);
  color: var(--text);
}

[data-theme="light"] .data-table tbody tr:nth-child(even) td {
  background: rgba(15, 61, 46, 0.04);
}

[data-theme="light"] .data-table tbody tr:hover td {
  background: rgba(29, 92, 66, 0.08);
}

[data-theme="light"] .data-table td:first-child {
  color: var(--green-deep);
  font-weight: 600;
}

[data-theme="light"] .data-table td:not(:first-child) {
  font-variant-numeric: tabular-nums;
}

[data-theme="light"] .data-table td[rowspan] {
  background: rgba(15, 61, 46, 0.06);
  border-right: 1px solid rgba(15, 61, 46, 0.14);
  font-weight: 700;
  color: var(--green-deep);
  vertical-align: top;
}

[data-theme="light"] .data-table tbody tr:has(strong) td {
  background: rgba(15, 61, 46, 0.1);
  border-top: 2px solid rgba(15, 61, 46, 0.18);
  font-weight: 600;
}

[data-theme="light"] .data-table .positive {
  color: #15803d;
  font-weight: 700;
  background: rgba(21, 128, 61, 0.1);
}

[data-theme="light"] .data-table .negative {
  color: #b91c1c;
  font-weight: 700;
  background: rgba(185, 28, 28, 0.08);
}

[data-theme="light"] .village-explorer__btn.active {
  background: linear-gradient(135deg, rgba(29, 92, 66, 0.1), var(--surface));
  border-color: var(--gold-text);
}

[data-theme="light"] .package-card.featured {
  border-color: var(--gold-text);
  background: linear-gradient(160deg, rgba(29, 92, 66, 0.06), var(--surface));
}

[data-theme="light"] .calc-breakdown {
  background: var(--surface-2);
}

[data-theme="light"] .testimonial-meta,
[data-theme="light"] .testimonial-card cite {
  color: var(--gold-text);
}

[data-theme="light"] .filter-btn.active,
[data-theme="light"] .filter-btn:hover {
  color: #f5f5f5;
}

[data-theme="light"] .lead {
  color: #2a3d32;
}

[data-theme="light"] .eyebrow {
  color: #6b5a12;
}

[data-theme="light"] .card-glass {
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}

[data-theme="dark"] .btn--ghost {
  border-color: rgba(245, 245, 245, 0.25);
}

[data-theme="dark"] .btn--ghost:hover {
  border-color: var(--gold);
  color: var(--gold);
}
