/* Extracted from public/index.html */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600;700&display=swap");

.method-lockup { display: inline-flex; align-items: center; gap: 5px; white-space: nowrap; }
.method-wordmark { white-space: nowrap; }
.method-wordmark-visa { font-size: 1rem; font-weight: 900; color: #1a1f71; font-family: "Arial Black", Arial, sans-serif; letter-spacing: -0.5px; }
.method-wordmark-amex { font-size: 0.75rem; font-weight: 800; color: #016fd0; letter-spacing: 0.02em; }
.method-wordmark-hipercard { font-size: 0.82rem; font-weight: 700; color: #c8102e; }
.method-wordmark-orquestracao { font-size: 0.82rem; font-weight: 700; color: #7b2ff7; }
.dash-h-38 { --h: 38%; }
.dash-h-55 { --h: 55%; }
.dash-h-44 { --h: 44%; }
.dash-h-72 { --h: 72%; }
.dash-h-61 { --h: 61%; }
.dash-h-88 { --h: 88%; }
.dash-h-76 { --h: 76%; }

:root {
  --bg: #0a0a0f;
  --surface: #12121a;
  --surface-2: #1a1a26;
  --surface-3: #20202e;
  --border: #2a2a3a;
  --primary: #7b2ff7;
  --primary-hover: #9b4fff;
  --primary-glow: rgba(123, 47, 247, 0.15);
  --success: #00d4aa;
  --danger: #ff4d6a;
  --warning: #ffb84d;
  --text: #f0f0f8;
  --text-2: #8888aa;
  --muted: #555577;
  --shadow: 0 1px 3px rgba(0,0,0,0.4), 0 0 0 1px rgba(255,255,255,0.05);
  color-scheme: dark;
}
:root[data-theme="light"] {
  --bg: #f7f8fc;
  --surface: #ffffff;
  --surface-2: #f1f3f8;
  --surface-3: #e9ecf4;
  --border: #d7dbea;
  --text: #12121a;
  --text-2: #5f647a;
  --muted: #8a90a6;
  color-scheme: light;
}
* { box-sizing: border-box; }
html { background: var(--bg); scrollbar-color: var(--border) transparent; scrollbar-width: thin; }
body {
  margin: 0;
  min-width: 320px;
  background:
    radial-gradient(circle at 78% 6%, rgba(123,47,247,0.24), transparent 34rem),
    radial-gradient(circle at 14% 34%, rgba(0,212,170,0.09), transparent 28rem),
    var(--bg);
  color: var(--text);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
button, input, select, textarea { font: inherit; }
button { border: 0; cursor: pointer; transition: all 0.2s ease; }
button:active:not(:disabled) { transform: scale(0.97); }
button:disabled { opacity: 0.4; cursor: not-allowed; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; letter-spacing: 0; }
.hidden { display: none !important; }
.mono, code { font-family: "JetBrains Mono", ui-monospace, Consolas, monospace; }
.eyebrow {
  margin-bottom: 10px;
  color: var(--primary-hover);
  font-size: 0.76rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.auth-view {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  gap: 32px;
  align-items: center;
  padding: 96px 7vw 48px;
  overflow: hidden;
}
.landing-nav {
  position: fixed;
  inset: 0 0 auto;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  padding: 0 7vw;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 10, 15, 0.78);
  backdrop-filter: blur(18px);
}
:root[data-theme="light"] .landing-nav { background: rgba(247, 248, 252, 0.82); }
.landing-brand, .auth-card-brand, .footer-brand-mark {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  color: var(--text);
  font-weight: 800;
}
.brand-lock {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--primary), var(--primary-hover));
  box-shadow: 0 0 24px rgba(123,47,247,0.48);
  overflow: hidden;
}
.brand-lock::before { content: none; }
.brand-lock img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: inherit;
}
.brand-lock span { display: none; }
.landing-nav nav { display: flex; align-items: center; justify-content: flex-end; gap: 18px; flex-wrap: wrap; }
.landing-nav a { color: var(--text-2); text-decoration: none; font-size: 0.88rem; font-weight: 600; }
.landing-nav a:hover { color: var(--text); }
.nav-access, .nav-cta, .hero-primary, .hero-secondary-cta, .feature-button, .button-primary, .button-secondary {
  min-height: 44px;
  border-radius: 10px;
  padding: 12px 22px;
  font-weight: 700;
  text-decoration: none;
}
.nav-cta, .hero-primary, .feature-button, .button-primary {
  background: var(--primary);
  color: #fff;
  box-shadow: 0 14px 34px rgba(123,47,247,0.32);
}
.nav-cta:hover, .hero-primary:hover, .feature-button:hover, .button-primary:hover {
  background: var(--primary-hover);
  box-shadow: 0 18px 44px rgba(123,47,247,0.42);
}
.nav-access, .hero-secondary-cta, .button-secondary {
  border: 1px solid var(--border);
  background: transparent;
  color: var(--text);
}
.nav-access:hover, .hero-secondary-cta:hover, .button-secondary:hover { border-color: var(--primary); color: var(--primary-hover); }
.auth-brand { max-width: 720px; }
.hero-h1 {
  margin-bottom: 18px;
  color: var(--text);
  font-size: clamp(3rem, 8vw, 6.8rem);
  line-height: 0.92;
  font-weight: 800;
}
.auth-brand p:not(.eyebrow) {
  max-width: 660px;
  color: var(--text-2);
  font-size: 1.05rem;
  line-height: 1.7;
}
.auth-brand strong { color: var(--text); }
.hero-actions, .trust-list { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 26px; }
.trust-list {
  list-style: none;
  padding: 0;
  color: var(--text-2);
  font-size: 0.88rem;
}
.trust-list li {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(255,255,255,0.03);
}
.check {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(0,212,170,0.12);
}
.hero-visual, .landing-modules article, .landing-methods, .landing-stats, .product-feature, .landing-tech, .landing-audience, .landing-security, .landing-integrations, .landing-tools, .landing-pricing, .auth-card, .lead-card, .landing-footer {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface);
  box-shadow: var(--shadow);
  transition: all 0.2s ease;
}
.hero-visual:hover, .landing-modules article:hover, .product-feature:hover, .auth-card:hover, .lead-card:hover {
  border-color: rgba(123,47,247,0.42);
  box-shadow: 0 18px 48px rgba(0,0,0,0.35), 0 0 34px rgba(123,47,247,0.18);
}
.hero-visual {
  position: relative;
  min-height: 540px;
  padding: 28px;
  background:
    linear-gradient(145deg, rgba(123,47,247,0.12), rgba(0,212,170,0.05)),
    var(--surface);
  overflow: hidden;
}
.hero-visual::before {
  content: "";
  position: absolute;
  inset: 34px;
  border-radius: 28px;
  background: radial-gradient(circle at 50% 0%, rgba(123,47,247,0.24), transparent 46%), rgba(26,26,38,0.68);
  transform: rotate(-4deg);
}
.hero-visual::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -120px;
  width: 280px;
  height: 280px;
  border-radius: 999px;
  background: rgba(0,212,170,0.08);
  filter: blur(18px);
}
.module-icon, .feature-art, .product-art, .integration-map, .security-art {
  border: 1px solid var(--border);
  border-radius: 16px;
  background: var(--surface-2);
  box-shadow: var(--shadow);
}
.hero-dashboard {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 16px;
  width: min(100%, 460px);
  margin: 38px auto 0;
  padding: 24px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: #1a1a26;
  box-shadow: 0 26px 80px rgba(0,0,0,0.42), 0 0 0 1px rgba(255,255,255,0.05);
}
.hero-dashboard-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.hero-dashboard-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #f0f0f8;
  font-weight: 800;
}
.hero-dashboard-brand::before {
  content: "";
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  background: url("/payfuture-logo.png") center / cover no-repeat, linear-gradient(135deg, var(--primary), var(--primary-hover));
  box-shadow: 0 0 22px rgba(123,47,247,0.45);
}
.hero-dashboard-live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 6px 10px;
  background: rgba(0,212,170,0.12);
  color: var(--success);
  font-size: 0.76rem;
  font-weight: 700;
}
.hero-dashboard-live::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: var(--success);
  box-shadow: 0 0 0 5px rgba(0,212,170,0.12);
}
.hero-balance-card {
  display: grid;
  gap: 10px;
  padding: 20px;
  border: 1px solid rgba(123,47,247,0.26);
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(123,47,247,0.18), rgba(18,18,26,0.72));
}
.hero-balance-card span, .hero-transaction-row span, .hero-pix-card span {
  color: var(--text-2);
  font-size: 0.84rem;
}
.hero-balance-card strong {
  color: #f0f0f8;
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.hero-chart {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  align-items: end;
  gap: 7px;
  height: 72px;
  padding-top: 12px;
}
.hero-chart i {
  display: block;
  min-height: 18px;
  border-radius: 999px 999px 4px 4px;
  background: linear-gradient(180deg, var(--success), rgba(0,212,170,0.08));
}
.hero-chart i:nth-child(1) { height: 32%; }
.hero-chart i:nth-child(2) { height: 58%; }
.hero-chart i:nth-child(3) { height: 44%; }
.hero-chart i:nth-child(4) { height: 76%; }
.hero-chart i:nth-child(5) { height: 64%; }
.hero-chart i:nth-child(6) { height: 92%; }
.hero-chart i:nth-child(7) { height: 70%; }
.hero-chart i:nth-child(8) { height: 82%; }
.hero-transaction-row, .hero-pix-card {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #12121a;
}
.hero-row-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: rgba(0,212,170,0.12);
  color: var(--success);
  font-weight: 900;
}
.hero-row-main {
  display: grid;
  gap: 3px;
  min-width: 0;
}
.hero-row-main strong {
  color: #f0f0f8;
  font-size: 0.95rem;
}
.hero-row-amount {
  color: var(--success);
  font-weight: 800;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.hero-status {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border-radius: 999px;
  padding: 3px 9px;
  background: rgba(0,212,170,0.15);
  color: var(--success);
  font-size: 0.72rem;
  font-weight: 800;
}
.hero-pix-qr {
  display: grid;
  grid-template-columns: repeat(5, 6px);
  gap: 4px;
  padding: 8px;
  border-radius: 10px;
  background: #0a0a0f;
}
.hero-pix-qr i {
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background: var(--success);
}
.hero-pix-qr i:nth-child(2n) { opacity: 0.34; }
.hero-pix-qr i:nth-child(3n) { background: var(--primary-hover); opacity: 0.86; }
.hero-dashboard-foot {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--muted);
  font-size: 0.76rem;
}
.landing-modules, .stats-grid, .tech-card-grid, .audience-grid, .tools-grid {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.landing-modules article, .landing-stats, .product-feature, .landing-tech, .landing-audience, .landing-security, .landing-integrations, .landing-tools, .landing-pricing, .landing-footer {
  padding: 24px;
}
.landing-methods, .landing-stats, .landing-product-showcase, .landing-tech, .landing-audience, .landing-security, .landing-integrations, .landing-tools, .landing-pricing, .auth-card, .landing-footer {
  grid-column: 1 / -1;
}
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 22px;
}
.trust-grid article {
  display: grid;
  gap: 5px;
  padding: 15px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(26, 26, 38, 0.74);
  box-shadow: var(--shadow);
}
.trust-grid strong {
  color: var(--text);
  font-size: 1.15rem;
  font-weight: 800;
  font-variant-numeric: tabular-nums;
}
.trust-grid span {
  color: var(--text-2);
  font-size: 0.78rem;
  line-height: 1.35;
}
.methods-label {
  margin: 0 0 14px;
  color: var(--text-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.methods-row { display: flex; flex-wrap: wrap; gap: 10px; }
.method {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 999px;
  padding: 10px 16px;
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,0.04), var(--shadow);
}
.method-pix { background: rgba(0, 212, 170, 0.12); border-color: rgba(0, 212, 170, 0.30); color: #78ffe1; }
.method-visa { background: rgba(26, 56, 168, 0.30); border-color: rgba(76, 114, 255, 0.34); color: #d7e0ff; font-style: italic; letter-spacing: 0.08em; }
.method-master { background: rgba(255, 184, 77, 0.12); border-color: rgba(255, 184, 77, 0.30); color: #ffe2a3; }
.method-elo { background: rgba(255, 255, 255, 0.06); border-color: rgba(255, 255, 255, 0.14); color: #f0f0f8; text-transform: lowercase; }
.method-amex { background: rgba(47, 132, 247, 0.18); border-color: rgba(47, 132, 247, 0.36); color: #cfe3ff; font-size: 0.74rem; letter-spacing: 0.07em; }
.method-hipercard { background: rgba(255, 77, 106, 0.13); border-color: rgba(255, 77, 106, 0.30); color: #ffb4c1; }
.method-boleto { background: rgba(136, 136, 170, 0.13); border-color: rgba(136, 136, 170, 0.28); color: #d8d8eb; }
.method-orquestracao { background: rgba(123, 47, 247, 0.16); border-color: rgba(123, 47, 247, 0.36); color: #d9c5ff; }
.m-dot {
  width: 11px;
  height: 11px;
  border-radius: 999px;
  background: currentColor;
  box-shadow: 0 0 0 5px rgba(0,212,170,0.12);
}
.pix-dot {
  position: relative;
  transform: rotate(45deg);
  border-radius: 3px;
  background: var(--success);
}
.m-circles {
  position: relative;
  width: 28px;
  height: 18px;
  display: inline-block;
}
.m-circles i {
  position: absolute;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
  opacity: 0.92;
}
.m-circles i:first-child { left: 0; background: #ff4d6a; }
.m-circles i:last-child { right: 0; background: #ffb84d; mix-blend-mode: screen; }
.m-bars {
  width: 22px;
  height: 14px;
  display: inline-block;
  border-radius: 3px;
  background:
    repeating-linear-gradient(90deg, #d8d8eb 0 2px, transparent 2px 4px),
    linear-gradient(#d8d8eb, #d8d8eb);
  background-size: 100% 9px, 100% 2px;
  background-position: 0 0, 0 12px;
  background-repeat: no-repeat;
}
.stats-grid article, .tech-card-grid article, .audience-grid article, .tools-grid article {
  padding: 14px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-2);
}
.stats-grid article strong { display: block; color: var(--primary-hover); font-size: 2rem; font-variant-numeric: tabular-nums; }
.product-feature, .landing-tech, .landing-integrations, .landing-security, .landing-pricing {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.8fr);
  gap: 24px;
  align-items: center;
  margin-top: 16px;
}
.feature-art, .product-art, .integration-map, .security-art { min-height: 260px; padding: 22px; }
.section-copy h2, .feature-copy h2, .landing-audience h2, .landing-security h2, .landing-pricing h2 {
  color: var(--text);
  font-size: clamp(1.8rem, 4vw, 3.2rem);
  line-height: 1.05;
}
.section-copy p, .feature-copy p, .landing-audience span, .tools-grid p, .tech-card-grid p, .footer-brand p {
  color: var(--text-2);
  line-height: 1.65;
}
.auth-card, .lead-card {
  width: min(420px, 100%);
  justify-self: center;
  padding: 26px;
}
.auth-card {
  position: relative;
  scroll-margin-top: 96px;
}
.lead-card {
  width: min(760px, 100%);
  margin-top: 16px;
  grid-column: 1 / -1;
  justify-self: center;
  scroll-margin-top: 96px;
  background:
    linear-gradient(135deg, rgba(123,47,247,0.08), rgba(0,212,170,0.03)),
    var(--surface);
}
.lead-card .lead-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: end;
}
.lead-card .eyebrow,
.lead-card h2,
.lead-card .lead-form button,
.lead-card .hp-field {
  grid-column: 1 / -1;
}
.lead-card h2 {
  margin: 0;
  color: var(--text);
  font-size: 1.55rem;
  text-align: left;
}
.auth-view.auth-page-mode .auth-card {
  border-color: rgba(123,47,247,0.58);
  box-shadow: 0 22px 64px rgba(0,0,0,0.42), 0 0 0 1px rgba(123,47,247,0.18), 0 0 44px rgba(123,47,247,0.18);
}
.auth-card-brand { justify-content: center; margin-bottom: 18px; font-size: 1.6rem; }
.auth-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  margin-bottom: 20px;
  padding: 4px;
  border-radius: 12px;
  background: var(--surface-2);
}
.auth-tabs button { border-radius: 9px; background: transparent; color: var(--text-2); font-weight: 700; }
.auth-tabs button.active { background: var(--surface); color: var(--text); box-shadow: var(--shadow); }
.auth-form, .lead-form { display: grid; gap: 14px; }
.auth-form h2 { text-align: center; color: var(--text); font-size: 1.55rem; }
.auth-subtitle { text-align: center; color: var(--text-2); }
label {
  display: grid;
  gap: 7px;
  color: var(--text-2);
  font-size: 13px;
  font-weight: 600;
}
input, select, textarea {
  width: 100%;
  min-height: 44px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--surface-2);
  color: var(--text);
  padding: 12px 16px;
  outline: none;
  transition: all 0.2s ease;
}
input::placeholder { color: var(--muted); }
input:focus, select:focus, textarea:focus {
  border-color: var(--primary);
  box-shadow: 0 0 0 3px rgba(123,47,247,0.2);
}
select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 7l5 5 5-5' fill='none' stroke='%238888aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 18px;
  padding-right: 44px;
}
.forgot-link, .auth-back {
  justify-self: end;
  min-height: auto;
  padding: 0;
  background: transparent;
  color: var(--primary-hover);
  font-weight: 700;
}
.hp-field { position: absolute; left: -9999px; }
.captcha-field {
  position: relative;
}
.captcha-field span {
  display: inline-flex;
  width: max-content;
  margin-top: 2px;
  padding: 5px 9px;
  border: 1px solid rgba(123, 47, 247, 0.22);
  border-radius: 999px;
  background: rgba(123, 47, 247, 0.08);
  color: var(--primary-hover);
  font-size: 12px;
}
.theme-toggle {
  width: 48px;
  height: 28px;
  min-height: 28px;
  padding: 3px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-2);
}
.theme-toggle span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 999px;
  background: var(--primary);
  box-shadow: 0 0 16px rgba(123,47,247,0.55);
  transition: transform 0.2s ease;
}
.theme-toggle.active span { transform: translateX(18px); }
.auth-theme-toggle { position: absolute; right: 18px; top: 18px; }
.toast {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  max-width: min(420px, calc(100vw - 32px));
  border-left: 4px solid var(--primary);
  border-radius: 12px;
  background: var(--surface-2);
  color: var(--text);
  padding: 16px 20px;
  box-shadow: 0 18px 48px rgba(0,0,0,0.36);
  animation: toastIn 0.25s ease both;
}
@keyframes toastIn { from { opacity: 0; transform: translate(16px, 10px); } to { opacity: 1; transform: translate(0,0); } }
.landing-footer { margin-top: 16px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3, minmax(120px, 1fr)); gap: 20px; }
.footer-col { display: grid; gap: 9px; }
.footer-col a, .footer-bottom { color: var(--text-2); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; gap: 12px; margin-top: 18px; padding-top: 18px; border-top: 1px solid var(--border); font-size: 0.86rem; }
.floating-actions { position: fixed; right: 18px; bottom: 18px; z-index: 40; display: grid; gap: 10px; }
.back-to-top, .sticky-cta { border-radius: 999px; background: var(--primary); color: #fff; box-shadow: 0 12px 28px rgba(123,47,247,0.34); }

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
  margin-top: 24px;
}
.trust-grid article {
  padding: 14px 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-2);
}
.trust-grid strong {
  color: var(--primary-hover);
  font-size: 1.4rem;
  font-weight: 800;
}
.trust-grid span {
  color: var(--text-2);
  font-size: 0.82rem;
}

.methods-label {
  margin: 0 0 14px;
  color: var(--text-2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.methods-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.method {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--text);
  font-size: 0.86rem;
  font-weight: 700;
  line-height: 1;
  box-shadow: var(--shadow);
}
.method-pix { border-color: rgba(50,188,173,0.42); background: rgba(50,188,173,0.12); color: #32bcad; }
.method-visa { border-color: rgba(26,31,113,0.55); background: rgba(26,31,113,0.32); color: #dce2ff; letter-spacing: 0.08em; }
.method-master { border-color: rgba(255,91,36,0.46); background: rgba(255,91,36,0.12); color: #ffe0ca; }
.method-elo { border-color: rgba(255,203,5,0.46); background: rgba(255,203,5,0.12); color: #ffcb05; text-transform: lowercase; }
.method-amex { border-color: rgba(1,111,208,0.52); background: rgba(1,111,208,0.18); color: #cae6ff; font-size: 0.75rem; letter-spacing: 0.06em; }
.method-hipercard { border-color: rgba(200,16,46,0.52); background: rgba(200,16,46,0.16); color: #ff9bad; }
.method-boleto { border-color: rgba(136,136,170,0.34); background: rgba(136,136,170,0.14); color: #d9d9e8; }
.method-orquestracao { border-color: rgba(123,47,247,0.48); background: rgba(123,47,247,0.17); color: #d9c5ff; }
.m-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: currentColor;
}
.m-dot.pix-dot {
  background: #32bcad;
  box-shadow: 0 0 0 5px rgba(50,188,173,0.15), 0 0 18px rgba(50,188,173,0.5);
}
.m-circles {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 18px;
}
.m-circles i {
  position: absolute;
  top: 1px;
  width: 16px;
  height: 16px;
  border-radius: 999px;
}
.m-circles i:first-child { left: 1px; background: #eb001b; }
.m-circles i:last-child { right: 1px; background: #f79e1b; mix-blend-mode: screen; }
.m-bars {
  display: inline-flex;
  align-items: end;
  gap: 3px;
  width: 18px;
  height: 16px;
}
.m-bars::before,
.m-bars::after,
.m-bars {
  background-repeat: no-repeat;
}
.m-bars::before,
.m-bars::after {
  content: "";
  width: 3px;
  height: 14px;
  border-radius: 999px;
  background: #d9d9e8;
}
.m-bars {
  border-left: 3px solid #d9d9e8;
  border-right: 0;
  padding-left: 4px;
}

.feature-icon {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: var(--primary);
  color: #fff;
  font-weight: 900;
  box-shadow: 0 12px 28px rgba(123,47,247,0.32);
}
.feature-name {
  margin: 10px 0 4px;
  color: var(--primary-hover);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dashboard-perspective,
.instant-perspective,
.finance-art,
.security-art,
.integration-map {
  position: relative;
  overflow: hidden;
  isolation: isolate;
}
.dashboard-perspective {
  perspective: 800px;
}
.dash-plane {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 74px 1fr;
  gap: 14px;
  min-height: 220px;
  padding: 16px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(18,18,26,0.94), rgba(26,26,38,0.86));
  box-shadow: 0 28px 70px rgba(0,0,0,0.35);
  transform: perspective(800px) rotateX(4deg) rotateY(-5deg);
  transform-origin: center;
}
.dash-sidebar {
  display: grid;
  align-content: start;
  gap: 12px;
  padding: 14px 10px;
  border-radius: 14px;
  background: rgba(10,10,15,0.86);
}
.dash-sidebar span {
  display: block;
  height: 8px;
  border-radius: 999px;
  background: rgba(136,136,170,0.28);
}
.dash-sidebar span:first-child {
  background: var(--primary);
  box-shadow: 0 0 14px rgba(123,47,247,0.45);
}
.dash-main {
  display: grid;
  gap: 14px;
}
.dash-top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  color: var(--text);
  font-weight: 800;
}
.dash-top span {
  color: var(--success);
  font-variant-numeric: tabular-nums;
}
.dash-chart {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: end;
  gap: 9px;
  min-height: 118px;
  padding: 14px;
  border-radius: 14px;
  background: rgba(0,212,170,0.05);
}
.dash-chart i {
  display: block;
  min-height: 24px;
  border-radius: 999px 999px 5px 5px;
  background: linear-gradient(180deg, #00d4aa, rgba(0,212,170,0.14));
  animation: chartPulse 2.6s ease-in-out infinite;
}
.dash-chart i:nth-child(1) { height: 38%; animation-delay: 0s; }
.dash-chart i:nth-child(2) { height: 64%; animation-delay: .1s; }
.dash-chart i:nth-child(3) { height: 46%; animation-delay: .2s; }
.dash-chart i:nth-child(4) { height: 88%; animation-delay: .3s; }
.dash-chart i:nth-child(5) { height: 72%; animation-delay: .4s; }
.dash-chart b {
  position: absolute;
  left: 18px;
  right: 18px;
  bottom: 38%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--success), transparent);
  opacity: .62;
}
.dash-list {
  display: grid;
  gap: 8px;
}
.dash-list span {
  height: 8px;
  border-radius: 999px;
  background: rgba(136,136,170,0.22);
}
.dash-card {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  width: 150px;
  min-height: 96px;
  display: grid;
  gap: 8px;
  padding: 14px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--primary), #30115f);
  box-shadow: 0 24px 50px rgba(123,47,247,0.30);
}
.dash-card span {
  height: 7px;
  border-radius: 999px;
  background: rgba(255,255,255,0.45);
}
.dash-card span:first-child {
  width: 46%;
  background: #fff;
}

.pix-cube {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 128px;
  height: 128px;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 2px solid rgba(50,188,173,0.72);
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(50,188,173,0.18), rgba(10,10,15,0.2));
  box-shadow: 0 0 34px rgba(50,188,173,0.32), inset 0 0 30px rgba(50,188,173,0.14);
}
.pix-cube span {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 7px;
  background: #32bcad;
  box-shadow: 0 0 18px rgba(50,188,173,0.48);
}
.pix-cube span:nth-child(1) { left: 18px; top: 18px; }
.pix-cube span:nth-child(2) { right: 18px; top: 18px; }
.pix-cube span:nth-child(3) { left: 18px; bottom: 18px; }
.pix-cube span:nth-child(4) { right: 18px; bottom: 18px; }
.transfer-lines span {
  position: absolute;
  left: 12%;
  right: 12%;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, #32bcad, transparent);
  animation: mapTrace 2.4s linear infinite;
}
.transfer-lines span:nth-child(1) { top: 28%; }
.transfer-lines span:nth-child(2) { top: 50%; animation-delay: .35s; }
.transfer-lines span:nth-child(3) { top: 72%; animation-delay: .7s; }
.balance-slip {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 5px;
  padding: 14px 16px;
  border: 1px solid rgba(50,188,173,0.28);
  border-radius: 16px;
  background: rgba(18,18,26,0.92);
  box-shadow: 0 22px 54px rgba(0,0,0,0.36), 0 0 24px rgba(50,188,173,0.16);
}
.balance-slip small { color: var(--text-2); }
.balance-slip strong { color: var(--success); font-variant-numeric: tabular-nums; }
.balance-slip i {
  width: 92px;
  height: 5px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--success), transparent);
}

.art-window {
  position: absolute;
  left: 18px;
  top: 18px;
  display: flex;
  gap: 7px;
}
.art-window span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--border);
}
.finance-screen {
  position: relative;
  z-index: 1;
  margin: 34px auto 0;
  width: min(100%, 360px);
  display: grid;
  gap: 18px;
  padding: 22px;
  border: 1px solid rgba(123,47,247,0.22);
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(26,26,38,0.96), rgba(18,18,26,0.96));
  box-shadow: 0 24px 60px rgba(0,0,0,0.34);
}
.finance-top {
  display: flex;
  justify-content: space-between;
  gap: 14px;
}
.finance-top span { color: var(--text-2); }
.finance-top strong { color: var(--success); font-variant-numeric: tabular-nums; }
.finance-bars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-items: end;
  gap: 10px;
  height: 94px;
}
.finance-bars span {
  border-radius: 999px 999px 6px 6px;
  background: linear-gradient(180deg, var(--primary-hover), rgba(123,47,247,0.08));
}
.finance-bars span:nth-child(1) { height: 44%; }
.finance-bars span:nth-child(2) { height: 78%; }
.finance-bars span:nth-child(3) { height: 58%; }
.finance-bars span:nth-child(4) { height: 90%; }
.finance-lines {
  display: grid;
  gap: 8px;
}
.finance-lines span {
  height: 8px;
  border-radius: 999px;
  background: rgba(136,136,170,0.2);
}
.finance-lines span:nth-child(2) { width: 74%; }
.finance-lines span:nth-child(3) { width: 52%; }
.floating-receipt {
  position: absolute;
  right: 22px;
  bottom: 22px;
  z-index: 2;
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid rgba(0,212,170,0.26);
  border-radius: 14px;
  background: rgba(0,212,170,0.10);
  color: var(--success);
  box-shadow: 0 18px 40px rgba(0,0,0,0.30);
}
.floating-receipt span { font-size: .72rem; font-weight: 800; }
.floating-receipt strong { font-size: .9rem; }

.shield-mark {
  position: absolute;
  left: 50%;
  top: 42%;
  width: 112px;
  height: 132px;
  transform: translate(-50%, -50%);
  border-radius: 54px 54px 42px 42px;
  background: linear-gradient(135deg, var(--primary), rgba(0,212,170,0.58));
  clip-path: polygon(50% 0, 92% 16%, 84% 72%, 50% 100%, 16% 72%, 8% 16%);
  box-shadow: 0 0 42px rgba(123,47,247,0.34);
}
.shield-mark span {
  position: absolute;
  inset: 24px;
  border-radius: 999px;
  border: 3px solid rgba(255,255,255,0.56);
}
.security-panel {
  position: absolute;
  right: 22px;
  bottom: 24px;
  display: grid;
  gap: 9px;
  width: 170px;
  padding: 16px;
  border: 1px solid var(--border);
  border-radius: 16px;
  background: rgba(18,18,26,0.9);
  box-shadow: 0 20px 48px rgba(0,0,0,0.34);
}
.security-panel span {
  height: 9px;
  border-radius: 999px;
  background: rgba(136,136,170,0.24);
}
.security-panel span:first-child {
  width: 70%;
  background: var(--success);
}

.integration-map {
  min-height: 320px;
}
.map-center {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-weight: 800;
  box-shadow: 0 0 44px rgba(123,47,247,0.48);
}
.map-node {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  min-width: 74px;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: rgba(26,26,38,0.92);
  color: var(--text);
  font-size: .78rem;
  font-weight: 700;
  box-shadow: var(--shadow);
}
.node-shop { left: 10%; top: 18%; }
.node-erp { right: 12%; top: 20%; }
.node-crm { left: 14%; bottom: 20%; }
.node-webhook { right: 8%; bottom: 22%; }
.node-pix { left: 43%; top: 8%; color: #32bcad; }
.node-bi { left: 44%; bottom: 8%; }
.map-line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 78%;
  height: 2px;
  transform-origin: left center;
  background: linear-gradient(90deg, transparent, rgba(123,47,247,0.55), transparent);
  overflow: hidden;
}
.map-line::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 30%;
  background: linear-gradient(90deg, transparent, var(--success), transparent);
  animation: mapTrace 2.8s linear infinite;
}
.line-a { transform: rotate(22deg) translateX(-50%); }
.line-b { transform: rotate(-25deg) translateX(-50%); }
.line-c { transform: rotate(90deg) translateX(-50%); }
@keyframes mapTrace {
  from { transform: translateX(-120%); }
  to { transform: translateX(360%); }
}
@keyframes chartPulse {
  0%, 100% { filter: brightness(1); transform: scaleY(1); }
  50% { filter: brightness(1.35); transform: scaleY(1.04); }
}

.landing-audience article,
.landing-tools article {
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.landing-audience article:hover,
.landing-tools article:hover {
  border-color: var(--primary);
  box-shadow: 0 0 0 1px var(--primary-glow);
  transform: translateY(-2px);
}
.landing-audience article::before,
.landing-tools article::before {
  display: block;
  margin-bottom: 8px;
  font-size: 1.4rem;
}
.landing-audience article:nth-child(1)::before {
  content: "";
  width: 28px;
  height: 28px;
  border-radius: 10px;
  background: url("/payfuture-logo.png") center / cover no-repeat, var(--surface-3);
  box-shadow: 0 0 14px rgba(123,47,247,0.24);
}
.landing-audience article:nth-child(2)::before { content: "🏢"; }
.landing-audience article:nth-child(3)::before { content: "🎓"; }
.landing-audience article:nth-child(4)::before { content: "🛒"; }
.landing-tools article:nth-child(1)::before { content: "📊"; }
.landing-tools article:nth-child(2)::before { content: "📈"; }
.landing-tools article:nth-child(3)::before { content: "💳"; }
.landing-tools article:nth-child(4)::before { content: "🔌"; }
.landing-security ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.landing-security li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid var(--border);
  color: var(--text-2);
}
.landing-security li::before {
  content: "✓";
  color: var(--success);
  font-weight: 800;
}
.landing-pricing {
  grid-template-columns: minmax(0, 1fr) auto;
  background: linear-gradient(135deg, rgba(123,47,247,0.1), rgba(0,212,170,0.04)), var(--surface);
  border: 1px solid rgba(123,47,247,0.28);
}
.landing-pricing .hero-primary {
  align-self: center;
  justify-self: end;
  white-space: nowrap;
}

.landing-footer {
  background: linear-gradient(to bottom, rgba(123,47,247,0.04), transparent 60px), var(--surface);
}
.footer-brand p {
  max-width: 280px;
}
.footer-col strong {
  margin-bottom: 6px;
  color: var(--text);
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.footer-col a {
  transition: color .2s ease;
}
.footer-col a:hover {
  color: var(--primary-hover);
}
.footer-bottom-ops {
  display: inline-flex;
  align-items: center;
  width: max-content;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-2);
  padding: 4px 12px;
  font-size: 0.75rem;
}

:root[data-theme="light"] .trust-grid article,
:root[data-theme="light"] .method,
:root[data-theme="light"] .dash-plane,
:root[data-theme="light"] .finance-screen,
:root[data-theme="light"] .security-panel,
:root[data-theme="light"] .map-node {
  background-color: rgba(255,255,255,0.82);
}

.landing-modules article {
  position: relative;
  overflow: hidden;
  border-top: 2px solid var(--primary);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.landing-modules article:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(0,0,0,0.3), 0 0 0 1px rgba(123,47,247,0.2);
}
.landing-modules .module-finance { border-top-color: var(--success); }
.landing-modules .module-risk { border-top-color: var(--danger); }
.module-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  margin-bottom: 16px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: var(--surface-3);
  color: var(--primary-hover);
}
.module-icon svg {
  width: 22px;
  height: 22px;
}
.module-core .module-icon {
  border-color: rgba(123,47,247,0.3);
  background: rgba(123,47,247,0.12);
  box-shadow: 0 0 20px rgba(123,47,247,0.15);
}
.module-finance .module-icon {
  border-color: rgba(0,212,170,0.3);
  background: rgba(0,212,170,0.10);
  color: var(--success);
  box-shadow: 0 0 20px rgba(0,212,170,0.12);
}
.module-risk .module-icon {
  border-color: rgba(255,77,106,0.3);
  background: rgba(255,77,106,0.10);
  color: var(--danger);
  box-shadow: 0 0 20px rgba(255,77,106,0.10);
}
.landing-modules article > span {
  display: block;
  margin-bottom: 4px;
  color: var(--primary-hover);
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
.landing-modules article > strong {
  display: block;
  margin-bottom: 8px;
  color: var(--text);
  font-size: 1.1rem;
  font-weight: 800;
}
.landing-modules article > p {
  margin-bottom: 0;
  color: var(--text-2);
  line-height: 1.6;
}

.methods-row {
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.method {
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  padding: 0 16px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--text);
  font-size: 0.82rem;
  font-weight: 700;
  white-space: nowrap;
}
.method svg {
  display: block;
  flex: 0 0 auto;
}
.method-pix { border-color: rgba(50,188,173,0.42); background: rgba(50,188,173,0.12); color: #32bcad; }
.method-visa { border-color: rgba(26,31,113,0.55); background: rgba(26,31,113,0.12); }
.method-master { border-color: rgba(255,95,0,0.48); background: rgba(255,95,0,0.10); }
.method-elo { border-color: rgba(255,203,5,0.48); background: rgba(255,203,5,0.10); }
.method-amex { border-color: rgba(1,111,208,0.50); background: rgba(1,111,208,0.12); }
.method-hipercard { border-color: rgba(200,16,46,0.48); background: rgba(200,16,46,0.10); }
.method-boleto { border-color: rgba(136,136,170,0.34); background: rgba(136,136,170,0.12); color: #c9cadc; }
.method-orquestracao { border-color: rgba(123,47,247,0.48); background: rgba(123,47,247,0.12); }
.m-dot.pix-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #32bcad;
  box-shadow: 0 0 0 5px rgba(50,188,173,0.14), 0 0 18px rgba(50,188,173,0.48);
}
.m-circles {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 24px;
}
.m-circles i {
  position: absolute;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 999px;
}
.m-circles i:first-child { left: 0; background: #eb001b; }
.m-circles i:last-child { right: 0; background: #f79e1b; opacity: .92; }
.m-bars {
  display: inline-flex;
  align-items: stretch;
  gap: 1.5px;
  height: 18px;
  position: relative;
  width: auto;
  padding: 0;
  border: 0;
  background: none;
}
.method-boleto .m-bars::before,
.method-boleto .m-bars::after {
  content: "";
  display: block;
  width: 2px;
  border-radius: 1px;
  background: currentColor;
}
.landing-methods {
  overflow-x: auto;
  padding-bottom: 4px;
}
.methods-row {
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.method {
  height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  padding: 0 18px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: var(--surface-2);
  color: var(--text);
  font-size: 0.9rem;
  font-weight: 700;
  white-space: nowrap;
  overflow: visible;
}
.method-hipercard > span,
.method-orquestracao > span {
  display: inline-flex !important;
  align-items: center;
  gap: 5px;
  min-width: max-content;
  white-space: nowrap;
}
.method-hipercard > span > span,
.method-orquestracao > span > span {
  display: inline;
  width: auto;
  height: auto;
}
.dash-main {
  min-width: 0;
  overflow: hidden;
}
.method svg {
  display: block;
  min-width: 20px;
  min-height: 20px;
  overflow: visible;
  flex: 0 0 auto;
}
.method-pix svg { width: 20px; height: 20px; }
.method-visa svg { width: 52px; height: 20px; }
.method-master svg { width: 42px; height: 26px; }
.method-elo svg { width: 42px; height: 22px; }
.method-amex svg { width: 72px; height: 20px; }
.method-hipercard svg { width: 14px; height: 14px; }
.method-boleto svg { width: 24px; height: 20px; }
.method-orquestracao svg { width: 14px; height: 14px; }
.feature-art.dashboard-perspective {
  position: relative;
  overflow: hidden;
}
.stats-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dash-sidebar-logo {
  width: 30px;
  height: 30px;
  margin-bottom: 14px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 14px rgba(123,47,247,0.35);
}
.dash-sidebar-logo img { width: 100%; height: 100%; display: block; object-fit: cover; }
.dash-nav-item { display: block; height: 8px; border-radius: 999px; background: var(--border); margin-bottom: 10px; }
.dash-nav-item:nth-child(2) { width: 80%; }
.dash-nav-item:nth-child(3) { width: 60%; }
.dash-nav-item:nth-child(4) { width: 75%; }
.dash-nav-item:nth-child(5) { width: 50%; }
.dash-nav-item.active { background: var(--primary); box-shadow: 0 0 10px rgba(123,47,247,0.5); width: 85%; }
.dash-kpis { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; margin-bottom: 8px; width: 100%; }
.dash-kpi { min-width: 0; overflow: hidden; background: var(--surface-3); border: 1px solid var(--border); border-radius: 8px; padding: 6px 8px; }
.dash-kpi span { font-size: 0.62rem; color: var(--text-2); display: block; margin-bottom: 3px; }
.dash-kpi strong { display: block; overflow: hidden; color: var(--text); font-size: 0.75rem; font-weight: 800; white-space: nowrap; text-overflow: ellipsis; }
.dash-kpi-up { font-size: 0.68rem; font-weight: 700; color: var(--success); font-style: normal; }
.dash-kpi-down { font-size: 0.68rem; font-weight: 700; color: var(--danger); font-style: normal; }
.dash-kpi-neutral { font-size: 0.68rem; font-weight: 700; color: var(--text-2); font-style: normal; }
.dash-chart {
  height: 64px;
  min-height: 64px;
  display: flex;
  align-items: flex-end;
  gap: 4px;
  margin: 8px 0;
  padding: 0;
}
.dash-chart i {
  flex: 1;
  min-width: 0;
  height: var(--h, 50%);
  border-radius: 4px 4px 0 0;
  background: linear-gradient(180deg, var(--success), rgba(0,212,170,0.15));
}
.dash-chart-labels {
  display: flex;
  justify-content: space-between;
  padding: 0 2px;
  margin-bottom: 8px;
  color: var(--muted);
  font-size: 0.58rem;
}
.dash-list {
  width: 100%;
  overflow: hidden;
}
.dash-row { display: grid; grid-template-columns: 10px 1fr auto auto; align-items: center; gap: 6px; padding: 5px 0; border-bottom: 1px solid var(--border); }
.dash-row span {
  height: auto;
  border-radius: 0;
  background: none;
}
.dash-row:last-child { border-bottom: none; }
.dash-row-dot { width: 8px; height: 8px; border-radius: 999px; flex-shrink: 0; }
.dash-row-dot.success { background: var(--success); box-shadow: 0 0 6px rgba(0,212,170,0.5); }
.dash-row-dot.warn { background: var(--warning); box-shadow: 0 0 6px rgba(255,184,77,0.5); }
.dash-row-label { min-width: 0; overflow: hidden; color: var(--text-2); font-size: 0.74rem; white-space: nowrap; text-overflow: ellipsis; }
.dash-row-val { color: var(--text); font-size: 0.72rem; font-weight: 700; text-align: right; white-space: nowrap; }
.dash-row-badge { font-size: 0.58rem; font-weight: 800; padding: 1px 5px; border-radius: 999px; white-space: nowrap; }
.dash-row-badge.ok { background: rgba(0,212,170,0.15); color: var(--success); }
.dash-row-badge.warn { background: rgba(255,184,77,0.15); color: var(--warning); }
.dash-card-chip { display: block; width: 28px; height: 20px; border-radius: 4px; background: linear-gradient(135deg, #ffd700, #b8860b); margin-bottom: 18px; }
.dash-card {
  position: relative;
  right: auto;
  bottom: auto;
  transform: none;
  margin-top: 12px;
  width: 100%;
  max-width: 220px;
  min-height: 0;
  padding: 14px 16px;
  border-radius: 14px;
}
.dash-plane > .dash-card {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  width: 200px;
  max-width: 200px;
  min-height: 0;
  display: grid;
  gap: 4px;
  flex-shrink: 0;
  padding: 12px 14px;
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: 12px;
  background: linear-gradient(135deg, #4a1d96, #7b2ff7);
  box-shadow: 0 8px 24px rgba(123,47,247,0.35);
  transform: none;
}
.dash-plane > .dash-card span {
  width: auto;
  height: auto;
  border-radius: 0;
  background: none;
}
.dash-plane > .dash-card .dash-card-chip {
  display: block;
  width: 24px;
  height: 17px;
  border-radius: 3px;
  background: linear-gradient(135deg, #ffd700, #b8860b);
  margin-bottom: 14px;
}
.dash-plane > .dash-card .dash-card-brand {
  display: block;
  margin-bottom: 6px;
  color: rgba(255,255,255,0.9);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.dash-plane > .dash-card .dash-card-num {
  display: block;
  margin-bottom: 8px;
  color: rgba(255,255,255,0.75);
  font-family: "JetBrains Mono", monospace;
  font-size: 0.7rem;
  letter-spacing: 0.12em;
}
.dash-plane > .dash-card .dash-card-name {
  display: block;
  color: rgba(255,255,255,0.5);
  font-size: 0.6rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.dash-plane {
  position: relative;
}
.feature-art.dashboard-perspective {
  position: relative;
  overflow: hidden;
}
.dash-main {
  min-width: 0;
  overflow: hidden;
  padding-right: 0;
}
.dash-list {
  width: 100%;
  overflow: hidden;
  padding-right: 220px;
}
.dash-row {
  display: flex;
  align-items: center;
  gap: 6px;
  width: 100%;
  padding: 5px 0;
  border-bottom: 1px solid var(--border);
}
.dash-row-label {
  flex: 1;
  overflow: hidden;
  color: var(--text-2);
  font-size: 0.72rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dash-row-val {
  flex-shrink: 0;
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 700;
  white-space: nowrap;
}
.dash-row-badge {
  flex-shrink: 0;
  padding: 1px 5px;
  font-size: 0.58rem;
  white-space: nowrap;
}
.dash-kpis {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  align-items: start;
  gap: 6px;
  margin-bottom: 8px;
}
.dash-kpi {
  display: grid;
  gap: 2px;
  padding: 6px 8px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: var(--surface-3);
}
.dash-kpi > * {
  margin: 0;
  padding: 0;
}
.dash-card-brand,
.dash-card-num,
.dash-card-name {
  height: auto;
  border-radius: 0;
  background: none;
}
.dash-card-brand { display: block; font-size: 0.7rem; font-weight: 800; letter-spacing: 0.1em; color: rgba(255,255,255,0.9); margin-bottom: 8px; }
.dash-card-num { display: block; font-family: "JetBrains Mono", monospace; font-size: 0.8rem; color: rgba(255,255,255,0.8); letter-spacing: 0.15em; margin-bottom: 12px; }
.dash-card-name { display: block; font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; color: rgba(255,255,255,0.6); }

@media (max-width: 1024px) {
  .auth-view { grid-template-columns: 1fr; padding-top: 112px; }
  .landing-nav { align-items: flex-start; min-height: auto; padding-block: 14px; }
  .landing-nav nav { gap: 8px; }
  .landing-nav a { display: none; }
  .landing-modules, .stats-grid, .tech-card-grid, .audience-grid, .tools-grid, .product-feature, .landing-tech, .landing-integrations, .landing-security, .landing-pricing, .footer-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
  @media (max-width: 767px) {
  .auth-view { padding: 96px 18px 32px; }
  .hero-h1 { font-size: clamp(2.5rem, 16vw, 4rem); }
  .hero-visual { min-height: auto; }
  .landing-nav { padding-inline: 18px; }
  .nav-cta, .hero-secondary-cta { display: none; }
  .auth-card { padding: 20px; }
  .lead-card { padding: 20px; }
  .lead-card .lead-form { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .stats-grid { grid-template-columns: 1fr; }
  .landing-pricing { grid-template-columns: 1fr; }
  .landing-pricing .hero-primary { justify-self: start; }
}

/* Login notifications */
.auth-card {
  overflow: visible;
}

.auth-notice {
  position: absolute;
  right: -286px;
  top: 78px;
  z-index: 5;
  width: 258px;
  display: grid;
  grid-template-columns: 10px minmax(0, 1fr);
  gap: 12px;
  padding: 14px 15px;
  border: 1px solid rgba(123, 47, 247, 0.38);
  border-radius: 14px;
  background: rgba(18, 18, 32, 0.96);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28), 0 0 26px rgba(123, 47, 247, 0.16);
  color: #f7f4ff;
  opacity: 1;
  transition: opacity 180ms ease, transform 180ms ease;
}

.auth-notice.hidden {
  opacity: 0;
  transform: translateX(-8px);
  pointer-events: none;
}

.auth-notice::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 22px;
  width: 12px;
  height: 12px;
  border-left: 1px solid rgba(123, 47, 247, 0.38);
  border-bottom: 1px solid rgba(123, 47, 247, 0.38);
  background: rgba(18, 18, 32, 0.96);
  transform: rotate(45deg);
}

.auth-notice-dot {
  width: 9px;
  height: 9px;
  margin-top: 5px;
  border-radius: 999px;
  background: #7b2ff7;
  box-shadow: 0 0 0 6px rgba(123, 47, 247, 0.16);
}

.auth-notice.success .auth-notice-dot {
  background: #34d399;
  box-shadow: 0 0 0 6px rgba(52, 211, 153, 0.15);
}

.auth-notice.error .auth-notice-dot {
  background: #ef4444;
  box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.14);
}

.auth-notice strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.82rem;
  font-weight: 900;
}

.auth-notice p {
  margin: 0;
  color: #b8c0da;
  font-size: 0.78rem;
  line-height: 1.45;
}

@media (max-width: 1180px) {
  .auth-notice {
    position: relative;
    inset: auto;
    width: 100%;
    margin: 4px 0 2px;
  }

  .auth-notice::before {
    display: none;
  }
}
