/**
 * Copyright (c) 2025-2026 Lanhorz Ltd. All rights reserved.
 * GENERATED by scripts/build-site-css.mjs — do not edit by hand.
 * Edit the source files listed in that script, then re-run the build.
 */

/* ===== final-polish.css ===== */
/* Final deployment polish: keeps the reference black/gold frontend clean and prevents legacy public CSS or scripts from interfering. */
:root {
  --polish-gold: #f6d26f;
  --polish-deep: #020202;
}

html {
  scroll-behavior: smooth;
  background: #000;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

.skip-link {
  position: absolute;
  left: 12px;
  top: 12px;
  z-index: 10000;
  padding: 0.65rem 1rem;
  background: #111;
  color: #f6d26f;
  border: 1px solid #f6d26f;
  border-radius: 4px;
  text-decoration: none;
  font: 600 0.875rem/1.2 Sora, system-ui, sans-serif;
  transform: translateY(-160%);
  transition: transform 0.15s ease;
}

.skip-link:focus,
.skip-link:focus-visible {
  transform: translateY(0);
  outline: 2px solid #f6d26f;
  outline-offset: 3px;
}

#main-content:focus {
  outline: none;
}

body {
  min-width: 320px;
  background: #000;
}

button,
a,
input,
textarea {
  -webkit-tap-highlight-color: transparent;
}

button:focus-visible,
a:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--polish-gold);
  outline-offset: 3px;
}

#root {
  isolation: isolate;
}

.brand-lockup,
.desktop-nav button,
.header-cta,
.gold-button,
.send-button,
.biometric,
.info-cards button,
.footer button,
.login-card p button {
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease, color .18s ease, background .18s ease;
}

.brand-lockup:hover,
.desktop-nav button:hover,
.header-cta:hover,
.gold-button:hover,
.send-button:hover,
.biometric:hover,
.info-cards button:hover,
.footer button:hover,
.login-card p button:hover {
  transform: translateY(-1px);
}

.icon-card,
.step-card,
.faq-card,
.support-card,
.contact-form,
.info-cards article,
.story-panel,
.pricing-card,
.trust-strip,
.brain-banner,
.login-card {
  position: relative;
}

.icon-card::after,
.step-card::after,
.faq-card::after,
.support-card::after,
.contact-form::after,
.info-cards article::after,
.story-panel::after,
.pricing-card::after,
.brain-banner::after,
.login-card::after {
  content: "";
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(246,210,111,.8), transparent);
  box-shadow: 0 0 16px rgba(246,210,111,.45);
  pointer-events: none;
}

.faq-card h3,
.icon-card h3,
.step-card h3,
.support-card h3,
.info-cards h3,
.pricing-card h3 {
  overflow-wrap: normal;
  word-break: keep-all;
}

.contact-form input,
.contact-form textarea,
.login-card input {
  box-shadow: inset 0 0 18px rgba(0,0,0,.32);
}

.login-card input::placeholder,
.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255,248,238,.58);
}

.footer button:hover,
.login-card p button:hover {
  color: var(--polish-gold);
}

.lanhorz-account-app {
  min-height: 100vh;
}

.account-shell {
  position: relative;
  z-index: 2;
  width: min(100%, 1240px);
  margin: 0 auto;
  padding: clamp(34px, 5vw, 68px) 26px 42px;
}

.account-hero,
.account-layout,
.account-top-grid,
.account-bottom-grid {
  display: grid;
  gap: 22px;
}

.account-hero {
  grid-template-columns: 1.25fr .75fr;
  align-items: stretch;
  margin-bottom: 24px;
}

.account-hero > div:first-child,
.account-balance-card,
.account-top-grid article,
.account-main-panel,
.account-side-panel,
.account-bottom-grid article {
  border: 1px solid rgba(236,177,71,.48);
  background: linear-gradient(145deg, rgba(10,10,9,.92), rgba(0,0,0,.78)), radial-gradient(circle at 50% 100%, rgba(214,154,47,.14), transparent 44%);
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.025), 0 18px 48px rgba(0,0,0,.45);
  border-radius: 10px;
}

.account-hero > div:first-child {
  padding: clamp(28px, 4vw, 54px);
}

.account-eyebrow {
  margin: 0 0 14px;
  color: var(--polish-gold);
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 900;
}

.account-hero h1 {
  margin: 0 0 18px;
  font-size: clamp(42px, 6vw, 82px);
  line-height: .96;
  text-transform: uppercase;
  letter-spacing: .06em;
  background: linear-gradient(180deg, #fff2c0 0%, #d69a2f 42%, #7d4a10 100%);
  -webkit-background-clip: text;
  color: transparent;
}

.account-hero p,
.account-top-grid p,
.rule-card p,
.pot-row p,
.account-bottom-grid p,
.account-banner p {
  color: #cfc6b6;
  line-height: 1.6;
}

.account-balance-card {
  display: grid;
  align-content: center;
  padding: 34px;
}

.account-balance-card span,
.account-top-grid span,
.panel-title span {
  color: var(--polish-gold);
  text-transform: uppercase;
  letter-spacing: .11em;
  font-weight: 800;
}

.account-balance-card strong {
  display: block;
  margin: 12px 0;
  color: #fff8ee;
  font-size: clamp(42px, 5vw, 68px);
}

.account-balance-card small {
  color: #cfc6b6;
}

.account-top-grid {
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 24px;
}

.account-top-grid article {
  padding: 24px;
}

.account-top-grid strong {
  display: block;
  margin: 12px 0 8px;
  color: var(--polish-gold);
  font-size: 36px;
}

.account-layout {
  grid-template-columns: 1.35fr .65fr;
  margin-bottom: 24px;
}

.account-main-panel,
.account-side-panel {
  padding: 28px;
}

.panel-title {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-bottom: 22px;
  border-bottom: 1px solid rgba(246,210,111,.22);
  padding-bottom: 16px;
}

.panel-title h2 {
  margin: 0;
  color: var(--polish-gold);
  text-transform: uppercase;
  letter-spacing: .1em;
}

.pot-row {
  display: grid;
  grid-template-columns: 1fr 110px;
  gap: 14px;
  align-items: center;
  padding: 18px 0;
  border-bottom: 1px solid rgba(246,210,111,.16);
}

.pot-row:last-child {
  border-bottom: 0;
}

.pot-row h3 {
  margin: 0 0 4px;
  color: #fff8ee;
}

.pot-row strong {
  color: var(--polish-gold);
  font-size: 24px;
  text-align: right;
}

.pot-row span {
  grid-column: 1 / -1;
  height: 10px;
  background: rgba(255,255,255,.09);
  border-radius: 20px;
  overflow: hidden;
}

.pot-row i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #8b5714, #f6d26f);
  box-shadow: 0 0 18px rgba(246,210,111,.34);
}

.rule-card {
  padding: 18px 0;
  border-bottom: 1px solid rgba(246,210,111,.16);
}

.rule-card:last-child {
  border-bottom: 0;
}

.rule-card b {
  display: block;
  color: var(--polish-gold);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

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

.account-bottom-grid article {
  padding: 24px;
}

.account-bottom-grid h3 {
  margin: 0 0 12px;
  color: var(--polish-gold);
  text-transform: uppercase;
  letter-spacing: .08em;
}

.account-banner {
  margin-top: 24px;
}

@media (min-width: 981px) {
  .lux-header {
    max-width: 100%;
  }

  .feature-grid.four .icon-card {
    min-height: 315px;
  }

  .faq-card:nth-child(odd) {
    margin-right: 2px;
  }
}

@media (max-width: 980px) {
  .lux-header {
    position: relative;
  }

  .desktop-nav {
    scrollbar-width: thin;
    scrollbar-color: rgba(246,210,111,.45) transparent;
  }

  .desktop-nav::-webkit-scrollbar {
    height: 4px;
  }

  .desktop-nav::-webkit-scrollbar-thumb {
    background: rgba(246,210,111,.45);
    border-radius: 20px;
  }

  .home-hero,
  .page-hero,
  .security-hero,
  .about-hero,
  .contact-hero,
  .login-layout {
    min-height: auto;
  }

  .account-hero,
  .account-layout,
  .account-top-grid,
  .account-bottom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .account-hero > div:first-child,
  .account-main-panel {
    grid-column: 1 / -1;
  }
}

@media (max-width: 640px) {
  .desktop-nav {
    gap: 18px;
  }

  .desktop-nav button {
    flex: 0 0 auto;
    font-size: 12px;
    padding: 12px 0;
  }

  .section-title p:empty {
    display: none;
  }

  .section-title span,
  .home-hero p,
  .page-hero p,
  .security-hero p,
  .brain-banner p,
  .login-card p,
  .login-left > p {
    font-size: 17px;
  }

  .home-hero h1,
  .login-left h1,
  .brand-lockup {
    word-break: keep-all;
  }

  .icon-card,
  .step-card,
  .story-panel,
  .pricing-card,
  .contact-form,
  .login-card {
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.02), 0 14px 32px rgba(0,0,0,.42);
  }

  .faq-card {
    min-height: auto;
  }

  .footer-grid,
  .footer-bottom {
    text-align: left;
  }

  .account-shell {
    padding: 28px 16px;
  }

  .account-hero,
  .account-layout,
  .account-top-grid,
  .account-bottom-grid {
    grid-template-columns: 1fr;
  }

  .account-hero > div:first-child,
  .account-main-panel {
    grid-column: auto;
  }

  .account-balance-card,
  .account-main-panel,
  .account-side-panel,
  .account-bottom-grid article,
  .account-top-grid article {
    padding: 20px;
  }

  .pot-row {
    grid-template-columns: 1fr;
  }

  .pot-row strong {
    text-align: left;
  }

  .panel-title {
    align-items: flex-start;
    flex-direction: column;
  }
}

/* ===== lanhorz-visual-backend.css ===== */
/* Visual backend questionnaire overlay — premium gold/black mockup styling */

body.lvb-lock { overflow: hidden; }

.lvb-overlay {
  position: fixed;
  inset: 0;
  z-index: 120;
  background: rgba(0, 0, 0, 0.88);
  backdrop-filter: blur(8px);
  display: grid;
  place-items: center;
  padding: 20px;
}

.lvb-card {
  width: min(100%, 720px);
  max-height: 90vh;
  overflow: auto;
  padding: 28px;
  border-radius: 16px;
  border: 1px solid rgba(228, 190, 110, 0.35);
  background: linear-gradient(160deg, rgba(14, 13, 10, 0.98), rgba(2, 2, 2, 0.96));
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.65), 0 0 24px rgba(228, 190, 110, 0.12);
}

.lvb-card h2 {
  margin: 0 0 8px;
  color: #f4dca0;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 20px;
}

.lvb-card p,
.lvb-card label {
  color: #cfc6b6;
  font-size: 14px;
}

.lvb-card input,
.lvb-card textarea,
.lvb-card select {
  width: 100%;
  margin-top: 6px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  background: rgba(0, 0, 0, 0.55);
  color: #fff8ee;
}

.lvb-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.lvb-actions button {
  padding: 12px 18px;
  border-radius: 10px;
  border: 1px solid rgba(244, 220, 160, 0.7);
  background: linear-gradient(180deg, #fbeec0, #c79a3c);
  color: #1a1206;
  font-weight: 700;
  cursor: pointer;
}

.lvb-actions button.ghost {
  background: transparent;
  color: #f4dca0;
}

.lvb-submit-status {
  margin-top: 12px;
  color: #e8c878;
  font-size: 14px;
}

/* ===== lanhorz-scenarios.css ===== */
/* Scenario picker overlay — matches demo mockup styling */

body.scenario-lock { overflow: hidden; }

.scenario-overlay {
  position: fixed;
  inset: 0;
  z-index: 110;
  background: rgba(0, 0, 0, 0.86);
  backdrop-filter: blur(6px);
  display: grid;
  place-items: center;
  padding: 24px;
}

.scenario-panel {
  width: min(100%, 860px);
  padding: 32px;
  border-radius: 16px;
  border: 1px solid rgba(228, 190, 110, 0.32);
  background: linear-gradient(160deg, rgba(14, 13, 10, 0.98), rgba(2, 2, 2, 0.95));
  box-shadow: 0 24px 56px rgba(0, 0, 0, 0.6);
}

.scenario-panel h2 {
  margin: 0 0 8px;
  text-align: center;
  color: #f4dca0;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scenario-panel p {
  text-align: center;
  color: #b9b1a1;
  margin: 0 0 24px;
}

.scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.scenario-card {
  padding: 24px 20px;
  border-radius: 14px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
  cursor: pointer;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.scenario-card:hover {
  border-color: rgba(244, 220, 160, 0.55);
  box-shadow: 0 0 24px rgba(228, 190, 110, 0.18);
  transform: translateY(-2px);
}

.scenario-card span { font-size: 32px; color: #e8c878; }
.scenario-card h3 { margin: 12px 0 8px; color: #f4dca0; font-size: 15px; }
.scenario-card p { margin: 0; font-size: 13px; color: #b9b1a1; line-height: 1.5; }

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

/* ===== lanhorz-mobile-fixes.css ===== */
/* Lanhorz mobile polish fixes */
html, body { max-width: 100%; overflow-x: hidden; }
.site-app { overflow-x: hidden; }

/* General tidy: stop hidden wide elements forcing sideways scroll */
.page-shell,
.lux-header,
.footer,
.contact-form,
.login-card,
.about-hero,
.contact-hero,
.login-layout,
.brain-banner,
.story-card,
.story-split,
.story-panel {
  max-width: 100%;
}

@media (max-width: 980px) {
  .lux-header {
    grid-template-columns: 1fr auto;
  }

  /* Mobile drawer handles navigation — no horizontal scroll strip */
  .desktop-nav {
    display: none;
  }

@media (max-width: 760px) {
  .lux-header {
    padding: 14px 14px 10px;
    gap: 10px;
  }

  .brand-lockup {
    min-width: 0;
    gap: 10px;
    letter-spacing: .24em;
  }

  .brand-lockup span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
  }

  .header-cta {
    min-width: 0;
    white-space: nowrap;
    padding: 11px 12px;
    font-size: 12px;
  }

  .desktop-nav {
    max-width: calc(100vw - 28px);
    gap: 22px;
    padding: 8px 0 12px;
  }

  .desktop-nav button {
    font-size: 12px;
    padding: 10px 0;
  }

  .desktop-nav button.active::after { width: 58px; }

  .page-shell {
    width: 100%;
    max-width: 100vw;
    padding: 28px 14px 96px;
    overflow: hidden;
  }

  .section-title p {
    font-size: 15px;
    letter-spacing: .18em;
    margin-bottom: 12px;
  }

  .section-title h1,
  .about-hero .section-title h1,
  .security-hero .section-title h1 {
    font-size: clamp(38px, 13vw, 56px);
    letter-spacing: .08em;
    overflow-wrap: anywhere;
    word-break: normal;
  }

  .section-title span {
    font-size: 20px;
    line-height: 1.45;
  }

  .about-hero,
  .contact-hero,
  .login-layout,
  .story-split,
  .story-card {
    grid-template-columns: 1fr !important;
    min-height: auto;
    gap: 24px;
  }

  .about-hero {
    padding-bottom: 12px;
  }

  .about-hero .logo-stage.large {
    margin-top: 10px;
  }

  .story-card,
  .story-split,
  .story-panel {
    padding: 22px 0;
  }

  .story-card h2,
  .story-split h2,
  .story-panel h2 {
    font-size: 28px;
    line-height: 1.2;
  }

  .story-card p,
  .story-split p,
  .story-panel p,
  .story-card li,
  .story-split li,
  .story-panel li {
    font-size: 16px;
    line-height: 1.58;
  }

  .mission-orbit {
    min-height: 250px;
    width: min(100%, 360px);
    margin: 0 auto;
  }

  .brain-banner {
    margin: 28px 0 96px;
    padding: 22px;
    gap: 18px;
  }

  .brain-banner > span {
    font-size: 48px;
  }

  .brain-banner h2 {
    font-size: 24px;
    line-height: 1.25;
  }

  .brain-banner p {
    font-size: 18px;
  }

  .contact-layout,
  .info-cards,
  .support-list,
  .faq-grid,
  .pricing-grid,
  .feature-grid.three,
  .feature-grid.four,
  .step-grid,
  .trust-strip,
  .footer-grid {
    grid-template-columns: 1fr !important;
  }

  .contact-form {
    padding: 22px 18px;
    width: 100%;
  }

  .contact-form input,
  .contact-form textarea,
  .login-card input {
    font-size: 16px;
    padding: 16px;
  }

  .check-row {
    display: grid;
    grid-template-columns: 34px 1fr;
    gap: 12px;
    align-items: start;
    line-height: 1.35;
  }

  .check-row input {
    width: 28px;
    height: 28px;
    margin-top: 3px;
  }

  .send-button {
    width: 100%;
    font-size: 17px;
  }

  .login-card {
    padding: 24px 18px 34px;
    width: 100%;
  }

  .login-card h2 {
    font-size: 34px;
  }

  .login-card p,
  .form-status {
    font-size: 16px !important;
    line-height: 1.5 !important;
    margin-bottom: 20px !important;
  }

  .login-card .send-button {
    font-size: 16px;
    min-height: 58px;
  }

  .footer {
    padding-bottom: 96px;
  }

  .account-tools-nav {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 8px;
    padding-bottom: 6px;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  .account-tools-nav::-webkit-scrollbar { display: none; }
  .account-tools-nav button { flex: 0 0 auto; white-space: nowrap; }

  .account-finance-panel { padding: 18px 14px; }
  .account-header-bar { flex-direction: column; align-items: stretch; gap: 12px; }
  .account-user-chip { font-size: 13px; word-break: break-word; }
  .demo-banner { flex-direction: column; gap: 8px; }
}

@media (max-width: 430px) {
  .brand-lockup span { font-size: 16px; letter-spacing: .20em; }
  .brand-lockup img { width: auto; max-width: 40px; height: auto; }
  .header-cta { font-size: 11px; padding: 10px; }
  .desktop-nav { gap: 18px; }
  .desktop-nav button { font-size: 11px; }
  .section-title h1,
  .about-hero .section-title h1,
  .security-hero .section-title h1 { font-size: 40px; }
  .section-title span { font-size: 19px; }
  .logo-stage.large { width: 190px; height: 170px; }
  .logo-stage.large img { width: 150px; height: 150px; }
  .contact-form h2 { font-size: 24px; }
}

/* ===== lanhorz-premium-theme.css ===== */
/* =====================================================================
   LANHORZ — PREMIUM FUTURISTIC THEME LAYER
   Luxury matt-black + metallic-gold fintech finish.
   Loaded last so it is the authoritative visual layer. Elevates the
   existing structure only: glass panels, hairline gold outlines, soft
   gold glow, metallic type. No layout/markup changes.
   ===================================================================== */

:root {
  --lx-black: #050505;
  --lx-black-soft: #0b0a08;
  --lx-gold: #d4af52;          /* metallic gold */
  --lx-gold-bright: #f4dca0;   /* champagne highlight */
  --lx-gold-deep: #7c5418;     /* shadow gold */
  --lx-text: #f5f0e6;
  --lx-muted: #b3aa99;
  --lx-line: rgba(216, 175, 82, 0.30);
  --lx-line-strong: rgba(228, 190, 110, 0.55);
  --lx-glass: linear-gradient(157deg, rgba(24, 22, 17, 0.72), rgba(9, 9, 8, 0.62));
  --lx-metal: linear-gradient(180deg, #fbeec0 0%, #e6c878 32%, #c79a3c 60%, #9c6c22 100%);
  --lx-glow-sm: 0 0 16px rgba(224, 182, 92, 0.32);
  --lx-glow-md: 0 0 26px rgba(224, 182, 92, 0.34), 0 0 64px rgba(224, 182, 92, 0.12);
  --lx-display: 'Sora', system-ui, sans-serif;
}

/* ---------- Base canvas: global tech background (see lanhorz-global-background.css) ---------- */
body {
  background: transparent !important;
}

.site-app {
  background: transparent !important;
}

.site-app::before,
.site-app::after {
  display: none !important;
  content: none !important;
}

::selection { background: rgba(224, 182, 92, 0.26); color: #fff; }

/* ---------- Typography: elegant futuristic display ---------- */
.brand-lockup,
.footer-logo,
.section-title h1,
.home-hero h1,
.home-hero h2,
.account-hero h1,
.login-left h1,
.login-card h2,
.brain-banner h2,
.story-panel h2,
.panel-title h2,
.pricing-card strong {
  font-family: var(--lx-display) !important;
}

.section-title h1,
.account-hero h1 {
  background: linear-gradient(180deg, #fff6da 0%, #f0cf86 38%, #c79a3c 70%, #845516 100%) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  color: transparent !important;
  text-shadow: 0 6px 30px rgba(214, 168, 70, 0.20) !important;
}

.section-title p {
  color: var(--lx-gold-bright) !important;
  text-shadow: 0 0 18px rgba(224, 182, 92, 0.25);
}

/* ---------- Header: dark glass with hairline gold base glow ---------- */
.lux-header {
  background: linear-gradient(180deg, rgba(8, 8, 7, 0.86), rgba(5, 5, 4, 0.74)) !important;
  border-bottom: 1px solid var(--lx-line) !important;
  box-shadow: 0 1px 0 rgba(244, 220, 160, 0.14), 0 18px 50px rgba(0, 0, 0, 0.6) !important;
  -webkit-backdrop-filter: blur(18px) saturate(120%);
  backdrop-filter: blur(18px) saturate(120%);
}
.brand-lockup { color: var(--lx-gold-bright) !important; letter-spacing: 0.32em !important; }
.brand-lockup img { filter: drop-shadow(0 0 14px rgba(224, 182, 92, 0.65)) !important; }
.desktop-nav button.active,
.desktop-nav a.active { color: var(--lx-gold-bright) !important; }

.header-cta {
  border: 1px solid var(--lx-line-strong) !important;
  color: var(--lx-gold-bright) !important;
  background: linear-gradient(180deg, rgba(224, 182, 92, 0.10), rgba(0, 0, 0, 0.2)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), var(--lx-glow-sm) !important;
}
.header-cta:hover { box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12), var(--lx-glow-md) !important; }

/* ---------- Glass panels: hairline gold outline + soft glow + top sheen ---------- */
.icon-card,
.step-card,
.faq-card,
.support-card,
.contact-form,
.info-cards article,
.story-panel,
.story-card,
.story-split article,
.pricing-card,
.trust-strip,
.brain-banner,
.login-card,
.account-hero > div:first-child,
.account-balance-card,
.account-top-grid article,
.account-main-panel,
.account-side-panel,
.account-bottom-grid article {
  border: 1px solid var(--lx-line) !important;
  background:
    var(--lx-glass),
    radial-gradient(120% 80% at 50% 120%, rgba(214, 168, 70, 0.10), transparent 52%) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.05),
    inset 0 0 0 1px rgba(255, 255, 255, 0.012),
    0 22px 54px rgba(0, 0, 0, 0.5),
    0 0 1px rgba(224, 182, 92, 0.4) !important;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* Subtle glass reflection sheen across the top of premium cards. */
.icon-card::before,
.pricing-card::before,
.support-card::before,
.contact-form::before,
.login-card::before,
.brain-banner::before,
.account-balance-card::before,
.account-main-panel::before,
.account-side-panel::before,
.account-top-grid article::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 38%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent);
  pointer-events: none;
  opacity: 0.7;
}

/* Lift + intensify glow on interactive cards. */
.icon-card,
.pricing-card,
.support-card {
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}
.icon-card:hover,
.pricing-card:hover,
.support-card:hover {
  transform: translateY(-3px);
  border-color: var(--lx-line-strong) !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.06),
    0 26px 60px rgba(0, 0, 0, 0.55),
    var(--lx-glow-md) !important;
}

/* ---------- Hex icons: refined metallic ring with glow ---------- */
.hex-icon {
  border: 1px solid var(--lx-line-strong) !important;
  color: var(--lx-gold-bright) !important;
  background:
    radial-gradient(circle, rgba(244, 220, 160, 0.18), transparent 66%),
    rgba(8, 8, 7, 0.5) !important;
  box-shadow: inset 0 0 18px rgba(224, 182, 92, 0.18), var(--lx-glow-sm) !important;
  text-shadow: 0 0 16px rgba(224, 182, 92, 0.55) !important;
}

/* ---------- Buttons: brushed metallic gold with sheen + glow ---------- */
.gold-button,
.send-button {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(244, 220, 160, 0.85) !important;
  background: var(--lx-metal) !important;
  color: #1a1206 !important;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.55),
    inset 0 -2px 6px rgba(120, 80, 20, 0.35),
    0 0 30px rgba(224, 182, 92, 0.28) !important;
}
.gold-button.ghost {
  background: rgba(8, 8, 7, 0.55) !important;
  color: var(--lx-gold-bright) !important;
  border-color: var(--lx-line-strong) !important;
  box-shadow: inset 0 0 0 1px rgba(224, 182, 92, 0.08), var(--lx-glow-sm) !important;
}
.gold-button::after,
.send-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -120%;
  width: 60%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transform: skewX(-18deg);
  transition: left 0.6s ease;
  pointer-events: none;
}
.gold-button:hover::after,
.send-button:hover::after { left: 140%; }
.gold-button:hover,
.send-button:hover {
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.6),
    inset 0 -2px 6px rgba(120, 80, 20, 0.35),
    var(--lx-glow-md) !important;
}

.biometric {
  border: 1px solid var(--lx-line-strong) !important;
  color: var(--lx-gold-bright) !important;
  background: rgba(8, 8, 7, 0.5) !important;
}
.biometric:hover { box-shadow: var(--lx-glow-sm) !important; }

/* ---------- Inputs: dark glass with gold focus glow ---------- */
.contact-form input,
.contact-form textarea,
.login-card input {
  border: 1px solid rgba(228, 190, 110, 0.24) !important;
  background: rgba(4, 4, 4, 0.55) !important;
  box-shadow: inset 0 0 18px rgba(0, 0, 0, 0.4) !important;
}
.contact-form input:focus,
.contact-form textarea:focus,
.login-card input:focus {
  border-color: var(--lx-gold-bright) !important;
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.4), var(--lx-glow-md) !important;
}

/* ---------- Trust strip / dividers: thin gold ---------- */
.trust-strip { border: 1px solid var(--lx-line) !important; }
.trust-strip div { border-right-color: rgba(224, 182, 92, 0.22) !important; }
.trust-strip span,
.brain-banner > span { text-shadow: var(--lx-glow-sm) !important; color: var(--lx-gold-bright) !important; }

/* ---------- About page panels (kept consistent with the system) ---------- */
.story-card,
.story-split {
  display: grid;
  gap: 34px;
  border-radius: 14px;
  padding: clamp(24px, 3vw, 40px);
  margin: 18px 0;
  align-items: center;
}
.story-card { grid-template-columns: 0.9fr 1.3fr; }
.story-split { grid-template-columns: 1.3fr 0.9fr; }
.story-card h2,
.story-split h2 {
  margin: 0 0 18px;
  color: var(--lx-gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: clamp(24px, 3vw, 32px);
}
.story-card h2 b,
.story-split h2 b {
  border: 1px solid var(--lx-line-strong);
  border-radius: 8px;
  padding: 4px 12px;
  margin-right: 14px;
  color: var(--lx-gold-bright);
}
.story-card h3 { color: var(--lx-gold-bright); text-transform: uppercase; letter-spacing: 0.12em; margin-top: 18px; }
.story-card strong, .story-split strong { color: var(--lx-gold-bright); }
.image-panel {
  min-height: 280px;
  border: 1px solid var(--lx-line);
  border-radius: 12px;
  display: grid;
  place-items: center;
  text-align: center;
  padding: 24px;
  color: var(--lx-gold-bright);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  background:
    radial-gradient(circle at 70% 24%, rgba(224, 182, 92, 0.22), transparent 30%),
    linear-gradient(140deg, rgba(20, 18, 14, 0.85), rgba(0, 0, 0, 0.92)),
    repeating-linear-gradient(90deg, rgba(224, 182, 92, 0.14) 0 1px, transparent 1px 56px);
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.6), var(--lx-glow-sm);
}
.image-panel span { font-size: clamp(34px, 5vw, 54px); color: var(--lx-gold-bright); text-shadow: var(--lx-glow-md); }
.mission-orbit {
  border: 1px solid var(--lx-line) !important;
  background: radial-gradient(circle, rgba(224, 182, 92, 0.16), transparent 62%) !important;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.6), var(--lx-glow-sm) !important;
}
.mission-orbit span { color: var(--lx-gold-bright) !important; font-family: var(--lx-display); letter-spacing: 0.3em; }

/* ---------- Dashboard polish ---------- */
.account-balance-card strong { font-family: var(--lx-display) !important; }
.account-top-grid strong,
.pot-row strong,
.account-bottom-grid h3,
.panel-title span,
.account-eyebrow { color: var(--lx-gold-bright) !important; }
.pot-row i {
  background: linear-gradient(90deg, #7c5418, #f4dca0) !important;
  box-shadow: 0 0 18px rgba(244, 220, 160, 0.4) !important;
}

/* ---------- Footer ---------- */
.footer-logo { color: var(--lx-gold-bright) !important; }
.footer h4 { color: var(--lx-gold-bright) !important; }
.socials span, .store-buttons span {
  border-color: var(--lx-line) !important;
  transition: border-color 0.18s ease, box-shadow 0.18s ease;
}
.socials span:hover, .store-buttons span:hover {
  border-color: var(--lx-line-strong) !important;
  box-shadow: var(--lx-glow-sm) !important;
}

/* ---------- Custom scrollbar ---------- */
* { scrollbar-width: thin; scrollbar-color: rgba(224, 182, 92, 0.45) transparent; }
::-webkit-scrollbar { width: 10px; height: 10px; }
::-webkit-scrollbar-track { background: #060606; }
::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, #c79a3c, #7c5418);
  border-radius: 20px;
  border: 2px solid #060606;
}
::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #f4dca0, #c79a3c); }

/* ---------- Respect reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {
  .gold-button::after,
  .send-button::after,
  .icon-card,
  .pricing-card,
  .support-card { transition: none !important; }
}

/* ===== lanhorz-backend-mockup.css ===== */
/* Lanhorz backend + demo dashboard — matches reference mockup visuals */

/* Compact nav for full mockup menu — desktop only */
@media (min-width: 981px) {
  .lux-header { grid-template-columns: 200px 1fr auto !important; }
  .desktop-nav { gap: clamp(10px, 1.6vw, 22px) !important; flex-wrap: wrap; justify-content: center; }
  .desktop-nav button { font-size: 11px !important; padding: 14px 0 !important; letter-spacing: 0.04em !important; }
}

/* ---------- Demo / account dashboard shell ---------- */
.demo-page-hero,
.account-dashboard-hero {
  text-align: center;
  padding: clamp(28px, 4vw, 48px) 20px 12px;
}
.demo-page-hero h1,
.account-dashboard-hero h1 {
  margin: 0 0 10px;
  font-size: clamp(28px, 4vw, 42px);
  letter-spacing: 0.04em;
}
.demo-page-hero p,
.account-dashboard-hero p {
  margin: 0 auto;
  max-width: 640px;
  color: #b9b1a1;
  line-height: 1.6;
}

.dashboard-shell {
  width: min(100%, 1280px);
  margin: 0 auto;
  padding: 0 20px 48px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 22px;
  align-items: start;
}

.dashboard-sidebar {
  position: sticky;
  top: 104px;
  display: grid;
  gap: 6px;
  padding: 18px 12px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(14, 13, 10, 0.92), rgba(4, 4, 4, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.45);
}

.dashboard-sidebar button {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #d8d0c0;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-align: left;
}
.dashboard-sidebar button span:first-child {
  width: 22px;
  text-align: center;
  color: var(--dash-gold);
}
.dashboard-sidebar button.active,
.dashboard-sidebar button:hover {
  border-color: rgba(228, 190, 110, 0.35);
  background: linear-gradient(90deg, rgba(228, 190, 110, 0.18), rgba(0, 0, 0, 0.2));
  color: #fff8ee;
  box-shadow: 0 0 18px rgba(228, 190, 110, 0.12);
}

.dashboard-main { display: grid; gap: 18px; min-width: 0; }

.dashboard-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.dashboard-metrics article {
  padding: 16px 18px;
  border-radius: 12px;
  border: 1px solid rgba(228, 190, 110, 0.22);
  background: linear-gradient(160deg, rgba(12, 11, 9, 0.95), rgba(0, 0, 0, 0.82));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}
.dashboard-metrics article span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: #b9b1a1;
}
.dashboard-metrics article strong {
  font-size: clamp(22px, 3vw, 30px);
  font-family: 'Sora', system-ui, sans-serif;
  color: #f4dca0;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr 0.8fr;
  gap: 16px;
  align-items: stretch;
}

.dashboard-panel {
  padding: 20px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(14, 13, 10, 0.94), rgba(2, 2, 2, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 36px rgba(0, 0, 0, 0.4);
  min-height: 280px;
}
.dashboard-panel h3 {
  margin: 0 0 16px;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--dash-gold);
}

.spending-chart-wrap {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 18px;
  align-items: center;
}
.spending-donut {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.45);
}
.spending-donut::after {
  content: attr(data-label);
  position: absolute;
  inset: 28%;
  border-radius: 50%;
  background: #080807;
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 11px;
  line-height: 1.35;
  color: #d8d0c0;
  padding: 8px;
  white-space: pre-line;
}
.spending-legend { display: grid; gap: 8px; }
.spending-legend div {
  display: grid;
  grid-template-columns: 10px 1fr auto;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: #cfc6b6;
}
.spending-legend i {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
}

.strictness-panel .strictness-value {
  font-size: 22px;
  color: var(--dash-gold);
  margin-bottom: 12px;
}
.strictness-panel input[type="range"] {
  width: 100%;
  accent-color: #d4af52;
  margin: 8px 0 16px;
}
.strictness-saved {
  padding: 14px;
  border-radius: 10px;
  border: 1px solid rgba(228, 190, 110, 0.35);
  background: rgba(228, 190, 110, 0.08);
  color: #e8c878;
  font-size: 15px;
  line-height: 1.5;
}
.strictness-saved strong { font-size: 24px; display: block; margin-top: 4px; }

.ai-insights-list { display: grid; gap: 14px; }
.ai-insight-item {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 10px;
  align-items: start;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(228, 190, 110, 0.12);
}
.ai-insight-item:last-child { border-bottom: 0; padding-bottom: 0; }
.ai-insight-item span {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  border: 1px solid rgba(228, 190, 110, 0.35);
  display: grid;
  place-items: center;
  color: var(--dash-gold);
  font-size: 14px;
}
.ai-insight-item p {
  margin: 0;
  font-size: 13px;
  line-height: 1.55;
  color: #d8d0c0;
}
.ai-insight-item em { color: var(--dash-gold); font-style: normal; }

.dashboard-cta-row {
  text-align: center;
  padding: 8px 0 24px;
}
.dashboard-cta-row small {
  display: block;
  margin-top: 10px;
  color: #9a9284;
  font-size: 13px;
}

.demo-footer-features {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 8px;
}
.demo-footer-features article {
  text-align: center;
  padding: 18px 14px;
  border: 1px solid rgba(228, 190, 110, 0.2);
  border-radius: 12px;
  background: rgba(8, 8, 7, 0.7);
}
.demo-footer-features span { color: var(--dash-gold); font-size: 22px; }
.demo-footer-features h4 { margin: 10px 0 6px; color: var(--dash-gold); font-size: 13px; letter-spacing: 0.08em; }
.demo-footer-features p { margin: 0; font-size: 12px; color: #b9b1a1; line-height: 1.5; }

/* ---------- Strictness levels page ---------- */
.strictness-hero { text-align: center; padding: 40px 20px 20px; }
.strictness-hero h1 { margin: 0 0 12px; font-size: clamp(30px, 4vw, 44px); }
.strictness-hero p { margin: 0 auto; max-width: 720px; color: #b9b1a1; line-height: 1.6; }

.strictness-levels-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  width: min(100%, 1240px);
  margin: 24px auto;
  padding: 0 20px;
}
.strictness-level-card {
  padding: 22px 16px 18px;
  border-radius: 14px;
  border: 1px solid var(--level-color, rgba(228, 190, 110, 0.35));
  background: linear-gradient(180deg, rgba(12, 11, 9, 0.95), rgba(0, 0, 0, 0.88));
  box-shadow: 0 0 24px color-mix(in srgb, var(--level-color) 18%, transparent);
  text-align: center;
  position: relative;
}
.strictness-level-card.featured {
  transform: translateY(-6px);
  border-width: 2px;
  box-shadow: 0 0 32px color-mix(in srgb, var(--level-color) 28%, transparent);
}
.strictness-level-card .level-badge {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  padding: 4px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f4dca0, #c79a3c);
  color: #1a1206;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
}
.strictness-level-card h3 { margin: 8px 0 14px; color: var(--level-color); font-size: 15px; }
.strictness-level-card .level-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 14px;
  border-radius: 50%;
  border: 1px solid var(--level-color);
  display: grid;
  place-items: center;
  font-size: 24px;
  color: var(--level-color);
  box-shadow: 0 0 18px color-mix(in srgb, var(--level-color) 25%, transparent);
}
.strictness-level-card p { margin: 0 0 18px; font-size: 13px; line-height: 1.55; color: #d8d0c0; min-height: 72px; }
.strictness-level-card footer { color: var(--level-color); font-size: 13px; font-weight: 700; }

.strictness-info-bar {
  width: min(100%, 1240px);
  margin: 20px auto 40px;
  padding: 18px 22px;
  border-radius: 12px;
  border: 1px solid rgba(77, 163, 255, 0.35);
  background: rgba(77, 163, 255, 0.06);
  display: grid;
  grid-template-columns: 36px 1fr;
  gap: 14px;
  align-items: start;
  color: #d8d0c0;
  font-size: 14px;
  line-height: 1.55;
}
.strictness-info-bar span {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(77, 163, 255, 0.5);
  display: grid;
  place-items: center;
  color: #4da3ff;
  font-weight: 700;
}

/* ---------- Crowdfunding page ---------- */
.crowdfunding-hero {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
  width: min(100%, 1180px);
  margin: 0 auto;
  padding: 40px 20px 24px;
}
.crowdfunding-hero h1 { margin: 0 0 16px; font-size: clamp(30px, 4vw, 42px); line-height: 1.15; }
.crowdfunding-hero p { color: #cfc6b6; line-height: 1.65; }
.crowdfunding-visual {
  min-height: 320px;
  border-radius: 16px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  background:
    radial-gradient(circle at 50% 40%, rgba(228, 190, 110, 0.18), transparent 55%),
    linear-gradient(160deg, rgba(10, 10, 9, 0.95), rgba(0, 0, 0, 0.9));
  display: grid;
  place-items: center;
  overflow: hidden;
}
.crowdfunding-visual img { width: 100%; height: 100%; object-fit: cover; opacity: 0.92; }

.crowdfunding-why {
  width: min(100%, 1180px);
  margin: 0 auto 40px;
  padding: 28px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  border-radius: 16px;
  background: linear-gradient(160deg, rgba(12, 11, 9, 0.94), rgba(0, 0, 0, 0.88));
}
.crowdfunding-why h2 { text-align: center; margin: 0 0 22px; color: var(--dash-gold); }
.crowdfunding-cards {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.crowdfunding-cards article {
  padding: 20px 16px;
  border: 1px solid rgba(228, 190, 110, 0.2);
  border-radius: 12px;
  text-align: center;
  background: rgba(0, 0, 0, 0.35);
}
.crowdfunding-cards span { font-size: 26px; color: var(--dash-gold); }
.crowdfunding-cards h3 { margin: 12px 0 8px; color: var(--dash-gold); font-size: 14px; letter-spacing: 0.06em; }
.crowdfunding-cards p { margin: 0; font-size: 13px; color: #b9b1a1; line-height: 1.5; }
.crowdfunding-bar {
  margin-top: 22px;
  padding: 18px 20px;
  border-radius: 12px;
  border: 1px solid rgba(228, 190, 110, 0.25);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.crowdfunding-bar p { margin: 0; color: var(--dash-gold); font-weight: 600; }

/* ---------- How it works (6 steps) ---------- */
.how-steps-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  width: min(100%, 1240px);
  margin: 28px auto;
  padding: 0 20px;
}
.how-step-card {
  padding: 20px 14px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(12, 11, 9, 0.94), rgba(0, 0, 0, 0.88));
  text-align: center;
}
.how-step-card .hex-icon { margin: 0 auto 12px; }
.how-step-card h3 { margin: 0 0 10px; color: var(--dash-gold); font-size: 13px; letter-spacing: 0.06em; }
.how-step-card p { margin: 0; font-size: 12px; color: #b9b1a1; line-height: 1.5; }

.how-next-bar {
  width: min(100%, 1180px);
  margin: 24px auto 40px;
  padding: 24px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  border-radius: 16px;
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 20px;
  align-items: center;
  background: linear-gradient(160deg, rgba(12, 11, 9, 0.94), rgba(0, 0, 0, 0.88));
}
.how-next-bar .hex-icon.large { width: 72px; height: 72px; font-size: 28px; }
.how-next-bar h3 { margin: 0 0 8px; color: var(--dash-gold); letter-spacing: 0.08em; }
.how-next-bar p { margin: 0; color: #b9b1a1; line-height: 1.55; }
.how-next-actions { display: flex; gap: 10px; flex-wrap: wrap; }

/* ---------- Finance tools + admin premium layer ---------- */
.account-finance-panel,
.admin-shell .account-hero,
.admin-shell .admin-nav,
.admin-table-wrap,
.admin-status {
  border-color: rgba(228, 190, 110, 0.28) !important;
}

.account-finance-panel {
  border-radius: 14px !important;
  background:
    linear-gradient(160deg, rgba(14, 13, 10, 0.94), rgba(2, 2, 2, 0.9)) !important;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 18px 40px rgba(0, 0, 0, 0.45) !important;
}

.account-tools-nav button.active,
.admin-nav button.active {
  background: linear-gradient(90deg, rgba(228, 190, 110, 0.2), rgba(0, 0, 0, 0.15)) !important;
  border-color: rgba(228, 190, 110, 0.45) !important;
  color: #fff8ee !important;
  box-shadow: 0 0 16px rgba(228, 190, 110, 0.15) !important;
}

.account-tools-form input,
.account-tools-form select,
.account-tools-form textarea,
.admin-shell textarea,
.admin-shell input,
.admin-shell select {
  border: 1px solid rgba(228, 190, 110, 0.28) !important;
  background: rgba(4, 4, 4, 0.6) !important;
  color: #fff8ee !important;
  border-radius: 10px !important;
}

.admin-table th {
  color: #e8c878 !important;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 11px;
}
.admin-table td { color: #d8d0c0 !important; }

.account-header-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}
.account-header-bar .account-user-chip {
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(228, 190, 110, 0.3);
  color: #e8c878;
  font-size: 13px;
}

@media (max-width: 1100px) {
  .dashboard-shell { grid-template-columns: 1fr; }
  .dashboard-grid { grid-template-columns: 1fr; }
  .strictness-levels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-steps-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .crowdfunding-hero { grid-template-columns: 1fr; }
  .crowdfunding-cards { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 720px) {
  .dashboard-metrics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .dashboard-sidebar { display: none; }
  .dashboard-shell { padding-bottom: 88px; }
  .account-dashboard-wrap { padding-bottom: calc(72px + env(safe-area-inset-bottom, 0px)); }
  .demo-footer-features { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .strictness-levels-grid,
  .how-steps-grid { grid-template-columns: 1fr; }
  .how-next-bar { grid-template-columns: 1fr; text-align: center; }
  .how-next-actions { justify-content: center; }
  .spending-chart-wrap { grid-template-columns: 1fr; }
}

/* ===== lanhorz-visual-polish.css ===== */
/* Lanhorz visual polish — premium black/gold finish, no placeholder slots */

.page-shell {
  width: min(100%, var(--max, 1180px));
  margin: 0 auto;
  padding: clamp(32px, 4vw, 56px) clamp(18px, 3vw, 28px) clamp(64px, 8vw, 96px);
}

.page-hero p,
.security-hero p,
.strictness-hero p,
.demo-page-hero p {
  max-width: 720px;
  margin: 16px auto 0;
  text-align: center;
  color: var(--muted, #b9b1a1);
  line-height: 1.65;
  font-size: clamp(15px, 2vw, 17px);
}

/* About — intentional aside panels (no image placeholders) */
.story-aside {
  display: grid;
  gap: 16px;
  align-content: start;
  padding: 28px 24px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(14, 13, 10, 0.94), rgba(2, 2, 2, 0.9));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 16px 36px rgba(0, 0, 0, 0.35);
  text-align: center;
}

.story-step-badge {
  justify-self: center;
  padding: 6px 14px;
  border: 1px solid rgba(244, 220, 160, 0.55);
  border-radius: 8px;
  color: #f4dca0;
  font-weight: 800;
  letter-spacing: 0.12em;
  font-size: 13px;
}

.story-aside-kicker {
  margin: 0;
  color: #e8c878;
  font-size: 13px;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  line-height: 1.5;
}

.story-flow-card {
  padding: 28px 24px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(12, 11, 9, 0.94), rgba(0, 0, 0, 0.88));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.story-flow-card h3 {
  margin: 0 0 18px;
  color: #f4dca0;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-align: center;
}

.story-flow-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 12px;
}

.story-flow-list li {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid rgba(228, 190, 110, 0.18);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  color: #f5f0e6;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.story-flow-list li::before {
  content: "→";
  color: #e8c878;
  font-weight: 700;
}

.story-flow-list li:first-child::before { content: "◈"; }

.story-card-text { align-items: start; }

.mission-orbit {
  min-height: 220px;
  display: grid;
  place-items: center;
}

/* Crowdfunding hero — emblem, no external image */
.crowdfunding-visual {
  min-height: 280px;
  border-radius: 16px;
  border: 1px solid rgba(228, 190, 110, 0.28);
  background:
    radial-gradient(circle at 50% 38%, rgba(228, 190, 110, 0.16), transparent 58%),
    linear-gradient(160deg, rgba(10, 10, 9, 0.96), rgba(0, 0, 0, 0.92));
  display: grid;
  place-items: center;
  padding: 32px 24px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04), 0 20px 48px rgba(0, 0, 0, 0.45);
}

.crowdfunding-emblem {
  text-align: center;
  display: grid;
  gap: 16px;
  justify-items: center;
}

.crowdfunding-emblem p {
  margin: 0;
  color: #e8c878;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

.crowdfunding-emblem .logo-stage.large {
  filter: drop-shadow(0 0 28px rgba(228, 190, 110, 0.35));
}

/* Brand-aligned dashboard metrics (gold spectrum) */
.dashboard-metrics .metric-income span,
.dashboard-metrics .metric-income strong { color: #f4dca0; }
.dashboard-metrics .metric-bills span,
.dashboard-metrics .metric-bills strong { color: #c79a3c; }
.dashboard-metrics .metric-remaining span,
.dashboard-metrics .metric-remaining strong { color: #e8c878; }
.dashboard-metrics .metric-savings span,
.dashboard-metrics .metric-savings strong { color: #d4af52; }

.strictness-saved {
  border-color: rgba(228, 190, 110, 0.35) !important;
  background: rgba(228, 190, 110, 0.08) !important;
  color: #e8c878 !important;
}

/* Forms — unified premium inputs */
.login-card label,
.contact-form label,
.account-tools-form label {
  gap: 8px;
  font-size: 13px;
  letter-spacing: 0.04em;
  color: #e8c878;
}

.form-status {
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(228, 190, 110, 0.22);
  background: rgba(8, 8, 7, 0.65);
  line-height: 1.5;
}

.form-status-error {
  border-color: rgba(255, 120, 120, 0.35);
  color: #ffb4b4;
  background: rgba(80, 20, 20, 0.25);
}

/* Section rhythm */
.home-hero,
.page-hero,
.security-hero,
.faq-hero,
.about-hero,
.contact-hero {
  margin-bottom: clamp(24px, 4vw, 40px);
}

.feature-grid,
.step-grid,
.faq-grid,
.pricing-grid,
.strictness-levels-grid,
.how-steps-grid {
  margin-bottom: clamp(32px, 5vw, 48px);
}

/* Hide legacy placeholder panels if any remain */
.image-panel { display: none !important; }

/* Strictness info bar — gold accent */
.strictness-info-bar {
  border-color: rgba(228, 190, 110, 0.35) !important;
  background: rgba(228, 190, 110, 0.06) !important;
}
.strictness-info-bar span {
  border-color: rgba(228, 190, 110, 0.5) !important;
  color: #e8c878 !important;
}

/* Account loading */
.account-shell > .form-status {
  text-align: center;
  max-width: 420px;
  margin: 80px auto;
  color: #e8c878;
}

/* Admin + finance tools inputs */
.account-tools-form input,
.account-tools-form select,
.account-tools-form textarea {
  border-radius: 10px !important;
  padding: 12px 14px !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.account-tools-form input:focus,
.account-tools-form select:focus,
.account-tools-form textarea:focus {
  outline: none;
  border-color: rgba(244, 220, 160, 0.65) !important;
  box-shadow: 0 0 0 1px rgba(244, 220, 160, 0.2), 0 0 18px rgba(228, 190, 110, 0.12);
}

@media (max-width: 980px) {
  .story-card,
  .story-split {
    grid-template-columns: 1fr !important;
  }
  .story-aside { order: -1; }
  .strictness-levels-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .how-steps-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 640px) {
  .strictness-levels-grid,
  .how-steps-grid,
  .crowdfunding-cards,
  .demo-footer-features {
    grid-template-columns: 1fr !important;
  }
}

/* ===== lanhorz-marketing.css ===== */
/* Lanhorz marketing redesign — premium black & gold */

:root {
  --mk-gold: #d6a435;
  --mk-gold-bright: #f4dca0;
  --mk-gold-line: rgba(214, 164, 53, 0.55);
  --mk-black: #030303;
  --mk-panel: rgba(12, 11, 9, 0.92);
  --mk-muted: #b8b0a0;
  --mk-silver: #e8e2d6;
  --mk-glow: 0 0 40px rgba(214, 164, 53, 0.18);
  --mk-max: 1200px;
}

.page-shell.marketing-page {
  padding: 0 clamp(16px, 3vw, 40px) 48px;
}

.mk-section {
  max-width: var(--mk-max);
  margin: 0 auto 56px;
}

.mk-section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: var(--mk-gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 800;
}

.mk-section-label .pill {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 8px;
  font-size: 13px;
}

.mk-section h2 {
  margin: 0 0 16px;
  color: var(--mk-gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-size: clamp(24px, 3.5vw, 36px);
  line-height: 1.15;
}

.mk-section p {
  margin: 0 0 14px;
  color: var(--mk-muted);
  line-height: 1.75;
  font-size: 15px;
}

.mk-section p.mk-lead {
  color: var(--mk-silver);
  font-size: 17px;
}

.mk-section p.mk-highlight {
  color: var(--mk-gold-bright);
  font-weight: 700;
}

.mk-demo-status,
.mk-trust-note {
  margin: 14px 0 0;
  padding: 12px 14px;
  border: 1px solid rgba(214, 164, 53, 0.28);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mk-trust-note {
  max-width: 820px;
}

.mk-page-hero .mk-demo-status,
.mk-page-hero .mk-trust-note {
  margin-left: auto;
  margin-right: auto;
}

.mk-investor-section {
  border: 1px solid var(--mk-gold-line);
  border-radius: 16px;
  padding: clamp(24px, 4vw, 40px);
  background:
    radial-gradient(circle at 100% 0%, rgba(214, 164, 53, 0.1), transparent 40%),
    rgba(8, 8, 8, 0.92);
}

.mk-cta-bar-bottom {
  max-width: var(--mk-max);
  margin: 0 auto 40px;
  padding: 20px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
}

/* Hero */
.mk-hero {
  max-width: var(--mk-max);
  margin: 24px auto 64px;
  padding: clamp(32px, 5vw, 64px);
  border: 1px solid var(--mk-gold-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 164, 53, 0.14), transparent 42%),
    linear-gradient(160deg, rgba(214, 164, 53, 0.06), rgba(0, 0, 0, 0.94));
  box-shadow: var(--mk-glow);
  text-align: center;
}

.mk-hero.mk-hero-cinematic {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(280px, 1.15fr);
  gap: 28px;
  align-items: start;
  text-align: left;
  padding: clamp(24px, 4vw, 40px);
}

.mk-hero-copy .mk-cta-row {
  justify-content: flex-start;
}

.mk-hero-cinematic .mk-subtext,
.mk-hero-cinematic .mk-demo-status {
  margin-left: 0;
  margin-right: 0;
}

.mk-cta-after-note {
  margin-top: 28px;
}

.mk-about-links {
  max-width: var(--mk-max);
  margin: 0 auto 48px;
  flex-wrap: wrap;
}

.mk-about-links .mk-cta-row {
  margin: 0;
}

.mk-hero-visual {
  border: 1px solid var(--mk-gold-line);
  border-radius: 14px;
  overflow: hidden;
  background: #050505;
  box-shadow: var(--mk-glow);
}

.mk-hero-visual img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.mk-banner-full {
  border: 1px solid var(--mk-gold-line);
  border-radius: 14px;
  overflow: hidden;
  background: #050505;
  box-shadow: var(--mk-glow);
}

.mk-banner-full img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.mk-features-banner {
  margin-bottom: 32px;
}

.mk-banner-cta {
  display: flex;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.92), rgba(214, 164, 53, 0.06));
  border-top: 1px solid rgba(214, 164, 53, 0.25);
}

.mk-banner-full::after {
  display: none;
}

.mk-hero .logo-stage.large img {
  width: 88px;
  height: 88px;
  margin: 0 auto 20px;
}

.mk-hero h1 {
  margin: 0 0 8px;
  color: var(--mk-gold-bright);
  letter-spacing: 0.28em;
  font-size: clamp(28px, 4vw, 42px);
}

.mk-hero .mk-tagline {
  margin: 0 0 20px;
  color: var(--mk-silver);
  font-size: clamp(16px, 2.2vw, 20px);
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.mk-hero .mk-headline {
  margin: 0 0 18px;
  color: #fff;
  font-size: clamp(26px, 4vw, 44px);
  font-weight: 900;
  line-height: 1.12;
  text-transform: none;
  letter-spacing: -0.01em;
}

.mk-hero .mk-subtext {
  max-width: 720px;
  margin: 0 auto 28px;
  color: var(--mk-muted);
  line-height: 1.72;
  font-size: 16px;
}

.mk-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
}

.mk-btn,
a.mk-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 14px 28px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(214, 164, 53, 0.28), rgba(110, 73, 18, 0.5));
  color: var(--mk-gold-bright);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  text-decoration: none;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.mk-btn:hover,
a.mk-btn:hover {
  box-shadow: 0 0 24px rgba(214, 164, 53, 0.35);
  transform: translateY(-1px);
}

.mk-btn.ghost,
a.mk-btn.ghost {
  background: transparent;
  color: var(--mk-silver);
}

.mk-banner-full {
  border: 1px solid var(--mk-gold-line);
  border-radius: 14px;
  overflow: hidden;
  background: #050505;
  box-shadow: var(--mk-glow);
}

/* Split panels */
.mk-split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  align-items: start;
  border: 1px solid var(--mk-gold-line);
  border-radius: 16px;
  overflow: hidden;
  background: linear-gradient(145deg, rgba(214, 164, 53, 0.05), rgba(0, 0, 0, 0.95));
  box-shadow: var(--mk-glow);
}

.mk-split.stacked-image {
  grid-template-columns: 1fr;
}

.mk-split.stacked-image .mk-cinematic-frame::after {
  border-left: 0;
  border-bottom: 1px solid rgba(214, 164, 53, 0.12);
}

.mk-split.stacked-image.reverse {
  direction: ltr;
}

.mk-split.reverse > * {
  direction: ltr;
}

.mk-split-content {
  padding: clamp(28px, 4vw, 44px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mk-split-content ul {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.mk-split-content li {
  position: relative;
  padding: 8px 0 8px 26px;
  color: var(--mk-silver);
  font-size: 14px;
  line-height: 1.55;
}

.mk-split-content li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mk-gold-bright);
  font-weight: 800;
}

.mk-cinematic-frame {
  position: relative;
  background: #050505;
  line-height: 0;
}

.mk-cinematic-frame img {
  width: 100%;
  height: auto;
  max-width: 100%;
  display: block;
  vertical-align: top;
}

.mk-cinematic-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 40px rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(214, 164, 53, 0.12);
}

.mk-split.reverse .mk-cinematic-frame::after {
  border-left: 0;
  border-right: 1px solid rgba(214, 164, 53, 0.15);
}

/* Problem cards */
.mk-problem-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mk-problem-card {
  padding: 24px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 14px;
  background: var(--mk-panel);
}

.mk-problem-card h3 {
  margin: 0 0 10px;
  color: var(--mk-gold-bright);
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mk-problem-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

/* Feature cards */
.mk-feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mk-feature-card {
  padding: 26px 22px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 14px;
  background: var(--mk-panel);
  transition: box-shadow 0.2s ease;
}

.mk-feature-card:hover {
  box-shadow: 0 0 28px rgba(214, 164, 53, 0.12);
}

.mk-feature-card .hex-icon {
  margin-bottom: 14px;
}

.mk-feature-card h3 {
  margin: 0 0 10px;
  color: var(--mk-gold-bright);
  font-size: 16px;
}

.mk-feature-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.65;
}

/* Support block */
.mk-support-hero {
  border: 1px solid var(--mk-gold-line);
  border-radius: 16px;
  overflow: hidden;
  background: #050505;
}

.mk-support-body {
  padding: clamp(28px, 4vw, 40px);
  background: linear-gradient(180deg, rgba(214, 164, 53, 0.06), rgba(0, 0, 0, 0.98));
}

.mk-support-body h2 {
  margin: 0 0 14px;
}

.mk-support-note {
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid rgba(214, 164, 53, 0.35);
  border-radius: 10px;
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.6;
}

/* Connect links */
.mk-connect-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.mk-connect-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 22px 14px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 12px;
  background: var(--mk-panel);
  color: var(--mk-silver);
  text-decoration: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-align: center;
  transition: box-shadow 0.2s ease, color 0.2s ease;
}

button.mk-connect-card {
  cursor: pointer;
  font-family: inherit;
  width: 100%;
}

.mk-connect-card:hover {
  color: var(--mk-gold-bright);
  box-shadow: 0 0 20px rgba(214, 164, 53, 0.2);
}

.mk-connect-card span.icon {
  font-size: 22px;
  color: var(--mk-gold-bright);
}

/* Contact details */
.mk-contact-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.mk-contact-grid-two {
  grid-template-columns: repeat(2, 1fr);
}

.mk-contact-card {
  padding: 24px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 14px;
  background: var(--mk-panel);
}

.mk-contact-card h3 {
  margin: 0 0 10px;
  color: var(--mk-gold-bright);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.mk-contact-card a,
.mk-contact-card p {
  margin: 0;
  color: var(--mk-silver);
  font-size: 14px;
  line-height: 1.65;
  text-decoration: none;
}

.mk-contact-card a:hover {
  color: var(--mk-gold-bright);
}

/* Marketing footer */
.mk-footer {
  max-width: var(--mk-max);
  margin: 48px auto 0;
  padding: 40px 0 24px;
  border-top: 1px solid var(--mk-gold-line);
}

.mk-footer-top {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 32px;
  margin-bottom: 32px;
}

.mk-footer-brand p {
  margin: 12px 0 0;
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.65;
  max-width: 360px;
}

.mk-footer-brand .tagline {
  margin-top: 8px;
  color: var(--mk-gold-bright);
  font-size: 13px;
  letter-spacing: 0.04em;
}

.mk-footer h4 {
  margin: 0 0 14px;
  color: var(--mk-gold-bright);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mk-footer-links {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mk-footer-links button,
.mk-footer-links a {
  background: none;
  border: 0;
  padding: 0;
  color: var(--mk-muted);
  font-size: 14px;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.mk-footer-links button:hover,
.mk-footer-links a:hover {
  color: var(--mk-gold-bright);
}

.mk-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 24px;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid rgba(214, 164, 53, 0.25);
  color: var(--mk-muted);
  font-size: 12px;
}

/* Page hero (inner pages) */
.mk-page-hero {
  max-width: var(--mk-max);
  margin: 24px auto 40px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid var(--mk-gold-line);
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(214, 164, 53, 0.07), rgba(0, 0, 0, 0.94));
  text-align: center;
}

.mk-page-hero h1 {
  margin: 0 0 12px;
  color: var(--mk-gold-bright);
  font-size: clamp(28px, 4vw, 40px);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.mk-page-hero p {
  max-width: 680px;
  margin: 0 auto;
  color: var(--mk-muted);
  line-height: 1.7;
}

/* Compact marketing header — single-row nav, tighter CTAs */
.lux-header.marketing-header {
  min-height: 0;
  grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto;
  gap: 8px 12px;
  padding: 6px clamp(12px, 2vw, 24px);
}

.lux-header.marketing-header .brand-lockup {
  gap: 8px;
  font-size: 14px;
  letter-spacing: 0.18em;
}

.lux-header.marketing-header .brand-lockup img {
  width: auto;
  max-width: 44px;
  height: auto;
}

.lux-header.marketing-header .desktop-nav {
  gap: clamp(4px, 0.8vw, 12px);
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: center;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
}

.lux-header.marketing-header .desktop-nav::-webkit-scrollbar {
  display: none;
}

.lux-header.marketing-header .desktop-nav button {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 8px 0;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.lux-header.marketing-header .desktop-nav button::after {
  bottom: 0;
}

.lux-header.marketing-header .desktop-nav button.active::after {
  width: 100%;
  max-width: 44px;
}

.lux-header.marketing-header .header-auth-actions {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-shrink: 0;
}

.lux-header.marketing-header .header-cta,
.lux-header.marketing-header a.header-cta {
  min-width: 0;
  padding: 8px 12px;
  font-size: 11px;
  letter-spacing: 0.04em;
  line-height: 1.2;
}

.lux-header.marketing-header .header-cta-donate {
  color: #1a1208;
  border-color: rgba(244, 210, 120, 0.9);
  background: linear-gradient(180deg, #f4d276, #c9922f);
  box-shadow: 0 0 18px rgba(214, 154, 47, 0.32);
}

.lux-header.marketing-header .header-cta > span:last-child,
.lux-header.marketing-header a.header-cta > span:last-child {
  display: none;
}

.lux-header.marketing-header .user-dot {
  display: none;
}

/* FAQ on home compact */
.mk-faq-compact .faq-grid {
  max-width: var(--mk-max);
  margin: 0 auto;
}

/* FAQ accordion — overrides legacy clean-site card rules on marketing pages */
.marketing-page .mk-faq-accordion.faq-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  max-width: var(--mk-max);
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 900px) {
  .marketing-page .mk-faq-page .mk-faq-accordion.faq-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px 18px;
  }
}

.marketing-page .mk-faq-accordion .faq-card {
  min-height: auto !important;
  padding: 0 !important;
  margin: 0;
  border: 1px solid var(--mk-gold-line);
  border-radius: 12px;
  background: var(--mk-panel);
  overflow: hidden;
  transition: box-shadow 0.2s ease, border-color 0.2s ease;
}

.marketing-page .mk-faq-accordion .faq-card.open {
  border-color: rgba(214, 164, 53, 0.75);
  box-shadow: 0 0 24px rgba(214, 164, 53, 0.12);
}

.marketing-page .mk-faq-accordion .faq-card button.faq-trigger {
  width: 100%;
  display: grid;
  grid-template-columns: 44px 1fr 24px;
  gap: 12px;
  align-items: center;
  padding: 16px 18px;
  border: 0;
  background: transparent;
  text-align: left;
  color: inherit;
  cursor: pointer;
}

.marketing-page .mk-faq-accordion .faq-card button.faq-trigger b {
  width: 36px;
  height: 36px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 8px;
  color: var(--mk-gold-bright);
  display: grid;
  place-items: center;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.04em;
}

.marketing-page .mk-faq-accordion .faq-card button.faq-trigger h3 {
  margin: 0;
  color: var(--mk-gold-bright);
  text-transform: none;
  letter-spacing: 0.01em;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}

.marketing-page .mk-faq-accordion .faq-card button.faq-trigger span {
  color: var(--mk-gold-bright);
  font-size: 18px;
  line-height: 1;
  transition: transform 0.2s ease;
}

.marketing-page .mk-faq-accordion .faq-card.open button.faq-trigger span {
  transform: rotate(180deg);
}

.marketing-page .mk-faq-accordion .faq-card .faq-answer {
  display: none !important;
  grid-template-columns: unset !important;
  border-bottom: 0 !important;
  padding: 0 18px 18px 66px !important;
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.72;
}

.marketing-page .mk-faq-accordion .faq-card .faq-answer p {
  margin: 0;
  padding: 0 !important;
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.72;
}

.marketing-page .mk-faq-accordion .faq-card.open .faq-answer {
  display: block !important;
}

.mk-faq-footer {
  margin-top: 36px;
  padding-top: 28px;
  border-top: 1px solid rgba(214, 164, 53, 0.25);
  text-align: center;
}

.mk-faq-footer .mk-cta-row {
  margin-top: 18px;
}

/* Scenarios */
.mk-scenario-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 24px;
}

.mk-scenario-tab {
  padding: 12px 22px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 8px;
  background: transparent;
  color: var(--mk-muted);
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.mk-scenario-tab.active {
  color: var(--mk-gold-bright);
  border-color: rgba(214, 164, 53, 0.75);
  box-shadow: 0 0 20px rgba(214, 164, 53, 0.14);
  background: rgba(214, 164, 53, 0.08);
}

.mk-scenario-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.mk-scenario-card {
  padding: 22px 20px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 14px;
  background: var(--mk-panel);
  transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.mk-scenario-card:hover {
  border-color: rgba(214, 164, 53, 0.75);
  box-shadow: 0 0 24px rgba(214, 164, 53, 0.12);
  transform: translateY(-2px);
}

.mk-scenario-num {
  display: inline-grid;
  place-items: center;
  min-width: 36px;
  height: 36px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 8px;
  color: var(--mk-gold-bright);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.mk-scenario-card h3 {
  margin: 14px 0 8px;
  color: var(--mk-gold-bright);
  font-size: 16px;
  line-height: 1.35;
}

.mk-scenario-card p {
  margin: 0 0 12px;
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.65;
}

.mk-scenario-card ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mk-scenario-card li {
  position: relative;
  padding: 6px 0 6px 22px;
  color: var(--mk-silver);
  font-size: 13px;
  line-height: 1.5;
}

.mk-scenario-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--mk-gold-bright);
  font-weight: 800;
}

.mk-scenario-note {
  max-width: var(--mk-max);
  margin: -24px auto 48px;
  padding: 16px 20px;
  border: 1px solid rgba(214, 164, 53, 0.35);
  border-radius: 10px;
  color: var(--mk-muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

@media (max-width: 520px) {
  .marketing-page .mk-faq-accordion .faq-card .faq-answer {
    padding: 0 18px 18px 18px !important;
  }
}

/* Section divider */
.mk-divider {
  max-width: var(--mk-max);
  margin: 0 auto 48px;
  text-align: center;
}

.mk-divider span {
  display: inline-block;
  padding: 0 20px;
  color: var(--mk-gold-bright);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mk-divider::before {
  content: "";
  display: block;
  height: 1px;
  margin-bottom: -8px;
  background: linear-gradient(90deg, transparent, var(--mk-gold-line), transparent);
}

@media (max-width: 960px) {
  .mk-hero.mk-hero-cinematic {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mk-hero-cinematic .mk-subtext,
  .mk-hero-cinematic .mk-demo-status {
    margin-left: auto;
    margin-right: auto;
  }

  .mk-hero-copy .mk-cta-row {
    justify-content: center;
  }

  .mk-split,
  .mk-split.reverse {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .mk-problem-grid,
  .mk-feature-grid,
  .mk-scenario-grid {
    grid-template-columns: 1fr;
  }

  .mk-connect-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mk-contact-grid {
    grid-template-columns: 1fr;
  }

  .mk-footer-top {
    grid-template-columns: 1fr;
  }

  .lux-header.marketing-header {
    grid-template-columns: 1fr auto;
    padding: 6px 12px 4px;
  }

  .lux-header.marketing-header .desktop-nav {
    grid-column: 1 / -1;
    order: 3;
    justify-content: flex-start;
    gap: 12px;
    padding: 2px 0 4px;
  }

  .lux-header.marketing-header .desktop-nav button {
    padding: 2px 0;
    font-size: 10px;
  }

  .lux-header.marketing-header .header-auth-actions {
    flex-wrap: nowrap;
    justify-content: flex-end;
  }

  .lux-header.marketing-header .header-auth-actions .header-cta,
  .lux-header.marketing-header .header-auth-actions a.header-cta {
    padding: 6px 8px;
    font-size: 9px;
  }
}

@media (max-width: 520px) {
  .page-shell.marketing-page {
    padding-bottom: 32px;
  }

  .mk-section {
    margin-bottom: 44px;
  }

  .mk-cta-bar-bottom {
    text-align: center;
  }

  .mk-connect-grid {
    grid-template-columns: 1fr;
  }

  .mk-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .mk-btn,
  a.mk-btn {
    justify-content: center;
  }
}

.mk-ai-status-panel {
  border: 1px solid var(--mk-gold-line);
  border-radius: 16px;
  background:
    radial-gradient(circle at top right, rgba(214, 164, 53, 0.1), transparent 38%),
    var(--mk-panel);
  padding: clamp(20px, 3vw, 28px);
  box-shadow: var(--mk-glow);
}

.mk-ai-status-error {
  color: var(--mk-muted);
  text-align: center;
}

.mk-ai-status-error p {
  margin: 0;
  line-height: 1.65;
}

.mk-ai-status-banner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px 24px;
  margin-bottom: 24px;
  padding: 18px 20px;
  border: 1px solid rgba(214, 164, 53, 0.32);
  border-radius: 14px;
  background: linear-gradient(120deg, rgba(214, 164, 53, 0.12), rgba(0, 0, 0, 0.45));
}

.mk-ai-status-pulse {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #c9a227;
  box-shadow: 0 0 0 0 rgba(201, 162, 39, 0.45);
  animation: mk-ai-pulse 2.4s ease-out infinite;
  flex-shrink: 0;
}

.mk-ai-status-pulse.live {
  background: #6fd67a;
  box-shadow: 0 0 0 0 rgba(111, 214, 122, 0.45);
}

@keyframes mk-ai-pulse {
  0% { box-shadow: 0 0 0 0 rgba(111, 214, 122, 0.45); }
  70% { box-shadow: 0 0 0 12px rgba(111, 214, 122, 0); }
  100% { box-shadow: 0 0 0 0 rgba(111, 214, 122, 0); }
}

.mk-ai-status-banner-copy {
  flex: 1 1 240px;
  min-width: 0;
}

.mk-ai-status-banner-copy strong {
  display: block;
  margin-bottom: 4px;
  color: var(--mk-gold-bright);
  font-size: 18px;
  letter-spacing: 0.04em;
}

.mk-ai-status-banner-copy span {
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.5;
}

.mk-ai-status-metrics {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-left: auto;
}

.mk-ai-status-metrics article {
  min-width: 92px;
  padding: 10px 14px;
  border: 1px solid rgba(214, 164, 53, 0.22);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.35);
  text-align: center;
}

.mk-ai-status-metrics span {
  display: block;
  color: var(--mk-muted);
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
}

.mk-ai-status-metrics strong {
  color: var(--mk-gold-bright);
  font-size: 14px;
}

.mk-ai-module-showcase {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 22px;
}

.mk-ai-module-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.mk-ai-module-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: auto;
  padding-top: 14px;
  color: #7fd68a;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mk-ai-module-status::before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 10px rgba(127, 214, 138, 0.55);
}

.mk-ai-regulated-strip {
  padding: 20px;
  border: 1px dashed rgba(214, 164, 53, 0.28);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.32);
}

.mk-ai-regulated-head h3 {
  margin: 0 0 6px;
  color: var(--mk-gold-bright);
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mk-ai-regulated-head p {
  margin: 0 0 16px;
  color: var(--mk-muted);
  font-size: 14px;
  line-height: 1.55;
}

.mk-ai-regulated-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.mk-ai-regulated-grid article {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 12px 14px;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(0, 0, 0, 0.28);
}

.mk-ai-reg-dot {
  width: 8px;
  height: 8px;
  margin-top: 5px;
  border-radius: 50%;
  flex-shrink: 0;
}

.mk-ai-reg-off .mk-ai-reg-dot {
  background: #c9a227;
}

.mk-ai-reg-on .mk-ai-reg-dot {
  background: #7fd68a;
  box-shadow: 0 0 10px rgba(127, 214, 138, 0.45);
}

.mk-ai-regulated-grid strong {
  display: block;
  color: var(--mk-silver);
  font-size: 14px;
  margin-bottom: 2px;
}

.mk-ai-regulated-grid span {
  display: block;
  color: var(--mk-muted);
  font-size: 12px;
  line-height: 1.45;
}

.mk-ai-reg-on span {
  color: #7fd68a;
}

.mk-ai-status-cta {
  margin-top: 22px;
  justify-content: flex-start;
}

.mk-ai-skeleton-banner {
  min-height: 72px;
  animation: mk-ai-shimmer 1.4s ease-in-out infinite;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.04), rgba(214, 164, 53, 0.12), rgba(255, 255, 255, 0.04));
  background-size: 200% 100%;
}

.mk-ai-skeleton-card {
  min-height: 168px;
  animation: mk-ai-shimmer 1.4s ease-in-out infinite;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.03), rgba(214, 164, 53, 0.08), rgba(255, 255, 255, 0.03));
  background-size: 200% 100%;
}

@keyframes mk-ai-shimmer {
  0% { background-position: 200% 0; }
  100% { background-position: -200% 0; }
}

@media (max-width: 980px) {
  .mk-ai-module-showcase,
  .mk-ai-regulated-grid {
    grid-template-columns: 1fr;
  }

  .mk-ai-status-metrics {
    margin-left: 0;
    width: 100%;
  }

  .mk-ai-status-metrics article {
    flex: 1 1 calc(33% - 10px);
  }
}

.mk-trust-strip {
  max-width: var(--mk-max);
  margin: 0 auto 56px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
  padding: 20px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 14px;
  background: var(--mk-panel);
}

.mk-trust-strip > div {
  text-align: center;
  padding: 8px;
}

.mk-trust-strip span {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border: 1px solid var(--mk-gold-line);
  border-radius: 10px;
  color: var(--mk-gold-bright);
  font-size: 16px;
}

.mk-trust-strip h4 {
  margin: 0 0 8px;
  color: var(--mk-gold-bright);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.mk-trust-strip p {
  margin: 0;
  color: var(--mk-muted);
  font-size: 13px;
  line-height: 1.55;
}

.mk-trust-strip-compact {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.mk-how-works-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.mk-how-works-grid .mk-scenario-num {
  display: block;
  margin: 8px 0 4px;
  color: var(--mk-gold);
  font-size: 12px;
  font-weight: 800;
}

@media (max-width: 960px) {
  .mk-trust-strip,
  .mk-trust-strip-compact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .mk-how-works-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .mk-trust-strip,
  .mk-trust-strip-compact,
  .mk-how-works-grid {
    grid-template-columns: 1fr;
  }
}

/* Clickable early-interest counter */
.mk-interest-counter {
  max-width: var(--mk-max);
  margin: 28px auto 0;
}

.mk-interest-counter--hero {
  margin: 22px 0 0;
  max-width: 420px;
}

.mk-interest-counter__badge {
  width: 100%;
  display: grid;
  gap: 6px;
  justify-items: center;
  text-align: center;
  padding: 22px 20px;
  background: transparent;
  color: inherit;
  cursor: pointer;
  transition: transform 0.18s ease, filter 0.18s ease;
}

.mk-interest-counter__badge:hover,
.mk-interest-counter__badge:focus-visible {
  transform: translateY(-2px);
  filter: drop-shadow(0 0 18px rgba(214, 164, 53, 0.35));
  outline: none;
}

.mk-interest-counter__eyebrow {
  color: var(--mk-gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-size: 11px;
  font-weight: 800;
}

.mk-interest-counter__value {
  color: var(--mk-gold-bright);
  font-size: clamp(42px, 8vw, 56px);
  line-height: 1;
  font-weight: 900;
  text-shadow: 0 0 28px rgba(214, 164, 53, 0.42);
}

.mk-interest-counter__label,
.mk-interest-counter__hint {
  color: var(--mk-muted);
  font-size: 13px;
  line-height: 1.45;
}

.mk-interest-counter__hint {
  color: var(--mk-gold);
  font-size: 12px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.mk-interest-counter__panel {
  margin-top: 18px;
  padding-top: 18px;
}

.mk-interest-counter__intro {
  margin: 0 0 16px;
  color: var(--mk-silver);
  line-height: 1.65;
  font-size: 15px;
  text-align: center;
}

.mk-interest-counter__form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.mk-interest-counter__form label {
  display: grid;
  gap: 8px;
  color: var(--mk-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 11px;
}

.mk-interest-counter__form input {
  width: 100%;
  padding: 14px 15px;
  background: transparent;
  color: #fff;
  outline: none;
}

.mk-interest-counter__form button {
  grid-column: 1 / -1;
}

.mk-interest-counter__status {
  margin: 14px 0 0;
  text-align: center;
}

.mk-interest-counter--compact .mk-interest-counter__badge {
  padding: 16px 14px;
}

.mk-interest-counter--compact .mk-interest-counter__value {
  font-size: clamp(34px, 7vw, 44px);
}

@media (max-width: 620px) {
  .mk-interest-counter__form {
    grid-template-columns: 1fr;
  }
}

/* ===== lanhorz-global-background.css ===== */
/* Lanhorz global page background — uploaded black & gold tech image */

html {
  background: #000;
  min-height: 100%;
}

body {
  background: transparent !important;
  position: relative;
  min-height: 100%;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  background-color: #000;
  background-image: url("/lanhorz-tech-background.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

body::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(ellipse 72% 58% at 50% 46%, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.52) 72%, rgba(0, 0, 0, 0.68) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.34) 0%, rgba(0, 0, 0, 0.46) 100%);
}

#root {
  background: transparent;
  position: relative;
  z-index: 0;
}

.site-app {
  background: transparent !important;
  position: relative;
  z-index: 0;
}

.site-app::before,
.site-app::after {
  display: none !important;
  content: none !important;
}

.page-shell,
.page-shell.marketing-page,
.account-shell {
  background: transparent;
}

/* Hide marketing dashboard / banner illustrations — background image is the visual */
.mk-hero-visual,
.mk-banner-full {
  display: none !important;
}

.mk-hero.mk-hero-cinematic {
  grid-template-columns: 1fr;
  text-align: center;
}

.mk-hero-copy .mk-cta-row {
  justify-content: center;
}

.login-skyline,
.login-left::after {
  display: none !important;
}

.login-left {
  padding-bottom: 22px;
}

/* Invisible boxes — show text and images only, no card/input chrome */
.lux-header,
.lux-footer,
.login-card,
.icon-card,
.step-card,
.faq-card,
.support-card,
.contact-form,
.info-cards article,
.story-panel,
.story-panel article,
.story-card,
.story-split article,
.pricing-card,
.trust-strip,
.brain-banner,
.mk-hero,
.mk-feature-card,
.mk-support-card,
.mk-support-hero,
.mk-support-body,
.mk-faq-item,
.mk-demo-status,
.mk-trust-note,
.dashboard-panel,
.account-tools-panel,
.account-hero > div:first-child,
.account-balance-card,
.account-top-grid article,
.account-main-panel,
.account-side-panel,
.account-bottom-grid article,
.admin-panel,
.admin-budget-block,
.admin-pot-card,
.rule-card,
.circuit-panel,
.page-hero,
.security-hero,
.founder-note,
.login-benefit,
.form-status,
.input-with-icon,
.demo-simple-panel,
.demo-simple-footer,
.demo-stat-row article,
.dashboard-panel,
.dashboard-sidebar,
.dashboard-metrics article,
.spending-chart-wrap,
.account-dashboard-hero,
.account-dashboard-wrap,
.info-cards,
.how-step-card,
.legal-body,
.mk-section-label .pill,
.faq-card b,
.support-card > span,
.login-benefit > span,
.admin-table,
.admin-table th,
.admin-table td {
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: none !important;
  -webkit-backdrop-filter: none !important;
  clip-path: none !important;
}

.icon-card::before,
.pricing-card::before,
.support-card::before,
.contact-form::before,
.login-card::before,
.brain-banner::before,
.account-balance-card::before,
.account-main-panel::before,
.account-side-panel::before,
.account-top-grid article::before,
.mk-feature-card::before,
.mk-hero::before {
  display: none !important;
  content: none !important;
}

.icon-card:hover,
.pricing-card:hover,
.support-card:hover,
.mk-feature-card:hover {
  transform: none !important;
  box-shadow: none !important;
  border: none !important;
}

.hex-icon,
.login-user {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

input,
textarea,
select,
.login-card input,
.contact-form input,
.contact-form textarea,
.account-tools-panel input,
.account-tools-panel select,
.account-tools-panel textarea,
.admin-panel input,
.admin-panel select,
.admin-panel textarea {
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  outline: none !important;
  color: var(--text, #f5f0e6) !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(185, 177, 161, 0.72) !important;
}

input:focus,
textarea:focus,
select:focus,
.login-card input:focus,
.contact-form input:focus,
.contact-form textarea:focus {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

input[type="checkbox"],
.login-row input[type="checkbox"],
.check-row input[type="checkbox"] {
  border: none !important;
  background: transparent !important;
}

.lux-header {
  border-bottom: none !important;
  background: rgba(0, 0, 0, 0.35) !important;
  backdrop-filter: blur(8px) !important;
  -webkit-backdrop-filter: blur(8px) !important;
}

.lux-footer {
  border-top: none !important;
}

.field-icon,
.toggle-password {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.or-line span:first-child,
.or-line span:last-child {
  background: rgba(214, 164, 53, 0.22) !important;
}

.dashboard-demo-note {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.biometric {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.header-cta {
  background: transparent !important;
  box-shadow: none !important;
}

.header-cta:hover {
  box-shadow: none !important;
}

.logo-stage {
  background: transparent !important;
}

.circuit-panel::before,
.circuit-panel::after {
  display: none !important;
  content: none !important;
}

/* Remove all remaining visible box borders site-wide */
.site-app *,
.site-app *::before,
.site-app *::after {
  border: none !important;
  border-width: 0 !important;
  border-style: none !important;
  border-color: transparent !important;
}

.site-app [class*="mk-"],
.site-app .gold-button,
.site-app .gold-button.ghost,
.site-app .send-button,
.site-app .header-cta,
.site-app .biometric,
.site-app .info-cards article,
.site-app .story-panel h2 span,
.site-app .socials span,
.site-app .store-buttons span,
.site-app .strictness-card,
.site-app .mk-quote,
.site-app .mk-cta-card,
.site-app .mk-founder-card,
.site-app .mk-mission-card,
.site-app .mk-pricing-card,
.site-app .account-tools-panel,
.site-app .dashboard-sidebar button,
.site-app .admin-panel button,
.site-app .footer-grid button {
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.site-app .gold-button,
.site-app .send-button {
  box-shadow: none !important;
}

.site-app .info-cards article {
  border-right: none !important;
}

/* ===== lanhorz-mobile-responsive.css ===== */
/* Lanhorz mobile responsive layer — matches desktop polish on phones & tablets */

body.mobile-nav-open {
  overflow: hidden;
}

/* ---------- Mobile header menu (portaled to body) ---------- */
.mobile-nav-toggle {
  display: none;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid rgba(214, 164, 53, 0.45);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  flex-shrink: 0;
}

.mobile-nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  border-radius: 2px;
  background: #f4dca0;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.lux-header.mobile-nav-open .mobile-nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.lux-header.mobile-nav-open .mobile-nav-toggle span:nth-child(2) {
  opacity: 0;
}

.lux-header.mobile-nav-open .mobile-nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  pointer-events: none;
  visibility: hidden;
  transition: visibility 0.25s ease;
}

.mobile-nav-overlay.open {
  pointer-events: auto;
  visibility: visible;
}

.mobile-nav-backdrop {
  position: absolute;
  inset: 0;
  border: 0;
  padding: 0;
  background: rgba(0, 0, 0, 0.72);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.mobile-nav-overlay.open .mobile-nav-backdrop {
  opacity: 1;
}

.mobile-nav-panel {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  right: 0;
  width: min(100%, 340px);
  height: 100%;
  padding: 20px 18px calc(24px + env(safe-area-inset-bottom, 0px));
  border-left: 1px solid rgba(214, 164, 53, 0.35);
  background: linear-gradient(180deg, rgba(12, 11, 9, 0.98), rgba(2, 2, 2, 0.98));
  box-shadow: -24px 0 48px rgba(0, 0, 0, 0.55);
  transform: translateX(100%);
  transition: transform 0.28s ease;
  overflow-y: auto;
}

.mobile-nav-overlay.open .mobile-nav-panel {
  transform: translateX(0);
}

.mobile-nav-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.mobile-nav-kicker {
  margin: 0;
  color: #d4af52;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.mobile-nav-close {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(214, 164, 53, 0.35);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.45);
  color: #f4dca0;
  font-size: 16px;
  line-height: 1;
}

.mobile-nav-links {
  display: grid;
  gap: 4px;
  margin-bottom: 20px;
}

.mobile-nav-links button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 48px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 10px;
  background: transparent;
  color: #f5f0e6;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-align: left;
}

.mobile-nav-links button.active {
  border-color: rgba(214, 164, 53, 0.45);
  background: linear-gradient(90deg, rgba(214, 164, 53, 0.16), rgba(0, 0, 0, 0.2));
  color: #f4dca0;
}

.mobile-nav-auth {
  display: grid;
  gap: 10px;
  margin-top: auto;
  padding-top: 18px;
  border-top: 1px solid rgba(214, 164, 53, 0.22);
}

.mobile-nav-auth .header-cta,
.mobile-nav-auth a.header-cta {
  width: 100%;
  min-height: 48px;
  justify-content: center;
  font-size: 14px;
  padding: 12px 16px;
}

@media (max-width: 980px) {
  .lux-header {
    grid-template-columns: 1fr auto !important;
    align-items: center;
    gap: 10px 12px;
    padding: 10px 14px !important;
  }

  .lux-header .desktop-nav,
  .lux-header .header-auth-desktop {
    display: none !important;
  }

  .mobile-nav-toggle {
    display: inline-flex;
  }

  .lux-header.marketing-header {
    grid-template-columns: 1fr auto !important;
    min-height: 56px;
  }

  .lux-header.marketing-header .brand-lockup {
    font-size: 15px;
    letter-spacing: 0.2em;
  }

  .lux-header.marketing-header .brand-lockup img {
    width: auto;
    max-width: 40px;
    height: auto;
  }
}

@media (min-width: 981px) {
  .mobile-nav-overlay {
    display: none !important;
  }

  .lux-header.marketing-header {
    grid-template-columns: minmax(0, auto) minmax(0, 1fr) auto !important;
    gap: 12px 16px;
    padding: 8px clamp(16px, 3vw, 32px) !important;
  }

  .lux-header.marketing-header .desktop-nav {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 14px;
    overflow: visible;
  }

  .lux-header.marketing-header .desktop-nav button {
    font-size: 11px;
    padding: 8px 0;
    letter-spacing: 0.05em;
  }

  .lux-header.marketing-header .header-auth-actions {
    display: flex !important;
    gap: 8px;
  }

  .lux-header.marketing-header .header-cta,
  .lux-header.marketing-header a.header-cta {
    font-size: 11px;
    padding: 8px 12px;
  }
}

/* ---------- Dashboard bottom navigation ---------- */
.dashboard-mobile-nav {
  display: none;
}

@media (max-width: 980px) {
  .dashboard-sidebar {
    display: none !important;
  }

  .dashboard-shell {
    grid-template-columns: 1fr !important;
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
  }

  .account-dashboard-wrap,
  .demo-page-shell {
    padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  }

  .account-dashboard-hero,
  .demo-page-hero {
    padding-left: 14px;
    padding-right: 14px;
  }

  .account-dashboard-hero h1,
  .demo-page-hero h1 {
    font-size: clamp(24px, 7vw, 32px);
  }

  .dashboard-full-mode-badge {
    font-size: 13px;
    padding: 10px 12px;
  }

  .dashboard-mobile-nav {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    padding: 8px 6px calc(8px + env(safe-area-inset-bottom, 0px));
    border-top: 1px solid rgba(214, 164, 53, 0.35);
    background: rgba(4, 4, 4, 0.96);
    backdrop-filter: blur(12px);
    box-shadow: 0 -12px 32px rgba(0, 0, 0, 0.45);
  }

  .dashboard-mobile-nav button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 52px;
    padding: 6px 2px;
    border: 0;
    border-radius: 10px;
    background: transparent;
    color: #8f8778;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .dashboard-mobile-nav button.active {
    color: #f4dca0;
    background: transparent;
    box-shadow: inset 0 -2px 0 #d4af52;
  }

  .dashboard-mobile-nav button.active .dashboard-mobile-icon {
    color: #f4dca0;
    text-shadow: 0 0 12px rgba(214, 164, 53, 0.45);
  }

  .dashboard-mobile-icon {
    font-size: 16px;
    line-height: 1;
  }

  .dashboard-mobile-label {
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dashboard-metrics {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 10px;
  }

  .dashboard-metrics article {
    padding: 14px;
  }

  .dashboard-metrics article strong {
    font-size: clamp(18px, 5vw, 24px);
  }

  .dashboard-panel {
    min-height: auto;
    padding: 16px;
  }

  .dashboard-grid {
    grid-template-columns: 1fr !important;
  }

  .lanhorz-full-mode {
    padding: 18px 16px;
  }

  .lfm-hero-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .lfm-breakdown-grid {
    grid-template-columns: 1fr !important;
  }

  .lfm-safe-row {
    flex-direction: column;
    align-items: stretch;
  }
}

@media (max-width: 430px) {
  .dashboard-mobile-nav button {
    font-size: 9px;
    min-height: 48px;
  }

  .dashboard-mobile-icon {
    font-size: 15px;
  }

  .lfm-hero-stats {
    grid-template-columns: 1fr !important;
  }
}

/* ---------- Marketing mobile polish ---------- */
@media (max-width: 980px) {
  .page-shell.marketing-page {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 40px;
  }

  .mk-section {
    margin-bottom: 44px;
  }

  .mk-section h2 {
    font-size: clamp(22px, 6vw, 32px);
  }

  .mk-lead {
    font-size: 15px;
    line-height: 1.65;
  }

  .mk-hero.mk-hero-cinematic {
    padding-top: 24px;
  }

  .mk-ai-module-showcase {
    grid-template-columns: 1fr !important;
  }

  .mk-ai-regulated-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .mk-ai-status-banner {
    flex-direction: column;
    align-items: stretch;
  }

  .mk-ai-status-metrics {
    margin-left: 0;
    width: 100%;
  }

  .mk-trust-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .pricing-grid.tier-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 16px;
  }

  .pricing-card.tier-card img {
    max-height: 180px;
    object-fit: contain;
  }
}

@media (max-width: 560px) {
  .mk-trust-strip,
  .mk-ai-regulated-grid {
    grid-template-columns: 1fr !important;
  }

  .pricing-grid.tier-cards {
    grid-template-columns: 1fr !important;
  }

  .mk-ai-status-metrics article {
    flex: 1 1 calc(33% - 8px);
    min-width: 0;
  }

  .mk-footer-top {
    gap: 24px;
  }
}

/* ---------- Account tools & forms ---------- */
@media (max-width: 760px) {
  .account-finance-panel {
    padding: 16px 14px !important;
    margin-top: 12px;
  }

  .account-tools-form,
  .account-tools-block,
  .account-tools-wide {
    max-width: 100%;
  }

  .account-tools-split {
    grid-template-columns: 1fr !important;
  }

  .account-tools-actions {
    flex-direction: column;
  }

  .account-tools-actions .gold-button {
    width: 100%;
    min-height: 48px;
  }

  .account-tools-form input[type="text"],
  .account-tools-form input[type="number"],
  .account-tools-form select,
  .account-tools-form textarea {
    font-size: 16px;
    min-height: 48px;
  }

  .admin-shell {
    padding: 0 12px 32px;
  }

  .admin-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .login-layout {
    gap: 20px;
  }

  .login-left {
    display: none;
  }

  .login-card {
    width: 100%;
  }

  .footer {
    padding-bottom: calc(32px + env(safe-area-inset-bottom, 0px));
  }

  .footer-grid {
    gap: 24px;
  }
}

@media (max-width: 430px) {
  .gold-button,
  .mk-btn,
  .send-button {
    min-height: 48px;
  }

  .section-title h1 {
    font-size: clamp(32px, 11vw, 42px) !important;
  }
}

/* ===== lanhorz-nav-links.css ===== */
/**
 * Copyright (c) 2025-2026 Lanhorz Ltd. All rights reserved.
 * Parity styles so <a> nav links match former <button> nav chrome.
 */

.desktop-nav a,
.mobile-nav-links a {
  text-decoration: none;
  color: inherit;
  background: transparent;
  border: 0;
  cursor: pointer;
  font: inherit;
}

.desktop-nav a,
.desktop-nav button {
  position: relative;
}

a.brand-lockup {
  text-decoration: none;
  color: inherit;
}

.lux-header.marketing-header .desktop-nav a {
  flex: 0 0 auto;
  white-space: nowrap;
  padding: 8px 0;
  font-size: 11px;
  letter-spacing: 0.05em;
}

.lux-header.marketing-header .desktop-nav a::after {
  bottom: 0;
}

.lux-header.marketing-header .desktop-nav a.active::after {
  width: 100%;
  max-width: 44px;
}

.mobile-nav-links a {
  display: block;
  width: 100%;
  text-align: left;
  padding: 14px 16px;
  border-radius: 10px;
}

.mobile-nav-links a.active {
  color: var(--lx-gold-bright, #f5d76e);
  background: rgba(245, 215, 110, 0.08);
}

.mk-footer-links a.mk-nav-link,
.mk-footer-legal a.mk-nav-link,
.footer a.mk-nav-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.mk-footer-links a.mk-nav-link:hover,
.mk-footer-legal a.mk-nav-link:hover,
.footer a.mk-nav-link:hover {
  color: var(--lx-gold-bright, #f5d76e);
}
