/* Dono landing — tokens no proprio arquivo. Hex de fundo e CTA no topo. */

:root {
  --dono-ink-950: #090C10;
  --dono-ink-900: #11161D;
  --dono-ink-850: #151C24;
  --dono-ink-800: #18212B;
  --dono-ink-750: #1D2732;
  --dono-ink-700: #26313E;
  --dono-slate-500: #64748B;
  --dono-slate-400: #94A3B8;
  --dono-slate-300: #CBD5E1;
  --dono-slate-100: #F4F7FA;
  --dono-white: #FFFFFF;
  --dono-lime-600: #A9DA2F;
  --dono-lime-500: #C4F542;
  --dono-lime-300: #DFFF85;
  --dono-lime-100: #F3FFD1;
  --dono-blue-400: #78A9FF;
  --dono-orange-400: #FFB25B;
  --dono-red-400: #FF6B6B;
  --dono-text-primary: #F4F7FA;
  --dono-text-secondary: #94A3B8;
  --dono-text-disabled: #64748B;
  --dono-surface-base: #090C10;
  --dono-surface-nav: #11161D;
  --dono-surface-card: #18212B;
  --dono-surface-field: #151C24;
  --dono-border-subtle: rgba(148, 163, 184, 0.14);
  --dono-border-strong: #26313E;
  --dono-action-primary: #C4F542;
  --dono-action-primary-text: #090C10;
  --dono-state-success: #C4F542;
  --dono-state-warning: #FFB25B;
  --dono-state-error: #FF6B6B;
  --dono-state-info: #78A9FF;

  --font-sans: Tahoma, Arial, sans-serif;
  --dono-font: Tahoma, Arial, sans-serif;
  --dono-letter-overline: 0.08em;
  --dono-display-size: clamp(2.5rem, 8vw, 4.5rem);
  --dono-display-lh: 1.05;
  --dono-h1-size: clamp(1.75rem, 4vw, 2.5rem);
  --dono-h1-lh: 1.12;
  --dono-h2-size: clamp(1.5rem, 3vw, 2rem);
  --dono-h2-lh: 1.18;
  --dono-h3-size: clamp(1.125rem, 2vw, 1.375rem);
  --dono-h3-lh: 1.25;
  --dono-body-size: 1rem;
  --dono-body-lh: 1.55;
  --dono-label-size: 0.75rem;
  --dono-label-lh: 1.2;
  --dono-metric-size: clamp(1.5rem, 3vw, 2.25rem);
  --dono-metric-lh: 1.1;

  --space-1: 4px;
  --space-2: 8px;
  --space-3: 12px;
  --space-4: 16px;
  --space-5: 20px;
  --space-6: 24px;
  --space-8: 32px;
  --space-10: 40px;
  --space-12: 48px;
  --space-16: 64px;
  --space-20: 80px;
  --space-24: 96px;
  --space-28: 112px;
  --space-36: 144px;
  --dono-gutter: 20px;
  --dono-max-public: 1280px;
  --dono-max-admin: 1440px;
  --dono-header-public: 64px;
  --dono-header-admin: 64px;
  --dono-tabbar: 68px;
  --dono-section-gap: 80px;
  --dono-card-pad: 16px;
  --dono-grid-gap: 24px;
  --dono-sidebar: 260px;

  --radius-sm: 8px;
  --radius-md: 12px;
  --radius-lg: 16px;
  --radius-xl: 20px;
  --radius-pill: 999px;
  --shadow-card: 0 18px 48px rgba(0, 0, 0, 0.18);
  --shadow-overlay: 0 24px 72px rgba(0, 0, 0, 0.42);
  --dono-border: 1px solid rgba(148, 163, 184, 0.14);
  --dono-focus: 0 0 0 3px #090C10, 0 0 0 5px #C4F542;
  --dono-motion: 200ms ease-out;
}

@media (min-width: 1024px) {
  :root {
    --dono-gutter: 56px;
    --dono-header-public: 76px;
    --dono-header-admin: 72px;
    --dono-section-gap: 120px;
    --dono-card-pad: 24px;
    --dono-gutter-desk: 80px;
  }
}

* { box-sizing: border-box; }
html {
  margin: 0;
  padding: 0;
  background: #090C10;
  color-scheme: dark;
}
html, body { margin: 0; padding: 0; }

body.lp,
.lp {
  margin: 0;
  font-family: Tahoma, Arial, sans-serif;
  font-family: var(--font-sans, Tahoma, Arial, sans-serif);
  color: #F4F7FA;
  background: #090C10;
  line-height: 1.55;
  padding-bottom: 32px;
  min-height: 100vh;
  overflow-x: hidden;
  max-width: 100%;
}
.lp a { color: inherit; }

.skip {
  position: absolute;
  left: 12px;
  top: -40px;
  background: #C4F542;
  color: #090C10;
  padding: 8px 12px;
  border-radius: 8px;
  z-index: 80;
}
.skip:focus { top: 12px; }

.lp-nav {
  position: sticky;
  top: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 64px;
  padding: 0 20px;
  background: #090C10;
  border-bottom: 1px solid rgba(148, 163, 184, 0.14);
}
.lp-logo {
  font-family: Tahoma, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1.25rem;
  color: #F4F7FA;
  text-decoration: none !important;
  min-width: 88px;
}
.lp-nav-enter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 16px;
  border-radius: 999px;
  border: 1px solid #26313E;
  background: #18212B;
  color: #F4F7FA !important;
  font-weight: 700;
  text-decoration: none !important;
}

.lp-hero {
  max-width: 1280px;
  margin: 0 auto;
  padding: 40px 20px 32px;
  display: grid;
  gap: 32px;
  align-items: center;
}
.lp-hero-copy { min-width: 0; }
.lp-kicker {
  margin: 0 0 12px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #94A3B8;
}
.lp-kicker-hero {
  color: #C4F542;
}
.lp-hero h1 {
  font-family: Tahoma, Arial, sans-serif;
  margin: 0 0 16px;
  font-size: clamp(2.5rem, 8vw, 4.5rem);
  line-height: 1.05;
  letter-spacing: -0.04em;
  font-weight: 700;
  max-width: 16ch;
  color: #F4F7FA;
}
.lp-lead {
  margin: 0 0 24px;
  color: #94A3B8;
  font-size: 1.05rem;
  max-width: 36rem;
}
.lp-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.lp-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #C4F542;
  color: #090C10 !important;
  text-decoration: none !important;
  font-weight: 700;
  font-family: Tahoma, Arial, sans-serif;
  padding: 16px 24px;
  border-radius: 999px;
  font-size: 1rem;
  min-height: 48px;
  width: 100%;
  border: 0;
  transition: transform 200ms ease-out, filter 200ms ease-out;
}
.lp-btn:hover { filter: brightness(1.05); text-decoration: none; }
.lp-btn.ghost {
  background: #18212B;
  color: #F4F7FA !important;
  border: 1px solid #26313E;
}
.lp-hero .lp-btn.ghost { display: none; }

.lp-hero-art {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lp-hero-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  display: block;
}

/* Telefone escuro — moldura de aparelho, não caixa de texto */
.lp-phone {
  width: 100%;
  max-width: 280px;
  background: #11161D;
  border: 2px solid #26313E;
  border-radius: 36px;
  padding: 10px 10px 14px;
  box-shadow: 0 24px 72px rgba(0, 0, 0, 0.42);
}
.lp-phone-bar {
  width: 72px;
  height: 18px;
  border-radius: 12px;
  background: #090C10;
  margin: 6px auto 10px;
}
.lp-phone-screen {
  background: #090C10;
  border-radius: 24px;
  padding: 16px 14px 18px;
  min-height: 280px;
}
.lp-phone .lp-kicker { color: #C4F542; }
.lp-phone-task, .lp-mock-task {
  background: #151C24;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
  padding: 16px;
  margin-bottom: 12px;
}
.lp-phone-task span, .lp-mock-task span {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #64748B;
  margin-bottom: 4px;
}
.lp-phone-task b, .lp-mock-task b { font-weight: 700; color: #F4F7FA; }
.lp-phone-kpis, .lp-mock-metrics {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
.lp-phone-kpis div, .lp-mock-metrics div {
  background: #151C24;
  border-radius: 8px;
  padding: 12px;
}
.lp-phone-kpis em, .lp-mock-metrics em {
  display: block;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.1;
  color: #94A3B8;
}
.lp-phone-kpis span, .lp-mock-metrics span {
  color: #64748B;
  font-size: 0.7rem;
}
.lp-phone-funnel {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 56px;
  margin-top: 16px;
}
.lp-phone-funnel i {
  flex: 1;
  display: block;
  border-radius: 8px 8px 0 0;
  background: #26313E;
}
.lp-phone-funnel i:nth-child(1) { height: 100%; }
.lp-phone-funnel i:nth-child(2) { height: 72%; }
.lp-phone-funnel i:nth-child(3) { height: 48%; }
.lp-phone-funnel i:nth-child(4) { height: 28%; background: #C4F542; }

.lp-block, .lp-foot {
  max-width: 1280px;
  margin: 0 auto;
  padding: 80px 20px 0;
}
.lp-block h2 {
  font-family: Tahoma, Arial, sans-serif;
  margin: 0 0 12px;
  letter-spacing: -0.03em;
  font-size: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.18;
  font-weight: 700;
  color: #F4F7FA;
}
.lp-sub { margin: 0 0 24px; color: #94A3B8; max-width: 40rem; }
.lp-trio, .lp-grid, .lp-duo, .lp-plans { display: grid; gap: 16px; }
.lp-trio article, .lp-grid article, .lp-duo article, .lp-plan, .lp-mock {
  background: #18212B;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  padding: 16px;
}
.lp-trio h3, .lp-grid h3, .lp-duo h3, .lp-plan h3, .lp-steps h3 {
  font-family: Tahoma, Arial, sans-serif;
  margin: 0 0 8px;
  font-size: clamp(1.125rem, 2vw, 1.375rem);
  line-height: 1.25;
  font-weight: 700;
  color: #F4F7FA;
}
.lp-trio p, .lp-grid p, .lp-duo p { margin: 0; color: #94A3B8; }
.lp-ico {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #1D2732;
  border: 1px solid rgba(148, 163, 184, 0.14);
  display: grid;
  place-items: center;
  margin-bottom: 12px;
  color: #C4F542;
  font-weight: 700;
}
.lp-steps { list-style: none; margin: 0; padding: 0; display: grid; gap: 16px; }
.lp-steps li {
  display: flex;
  gap: 16px;
  background: #18212B;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 16px;
  padding: 16px;
}
.lp-steps span {
  flex: 0 0 36px;
  height: 36px;
  border-radius: 999px;
  background: #C4F542;
  color: #090C10;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.lp-steps p { margin: 0; color: #94A3B8; }
.lp-mock { max-width: none; }
.lp-mock-row { display: grid; gap: 12px; }
.lp-plan-tag {
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #C4F542;
}
.lp-plan-price { margin: 0 0 16px; }
.lp-plan-price span { font-weight: 700; color: #C4F542; }
.lp-plan ul { margin: 0; padding: 0; list-style: none; color: #94A3B8; }
.lp-plan li { padding: 8px 0; border-top: 1px solid rgba(148, 163, 184, 0.14); }
.lp-faq details {
  background: #18212B;
  border: 1px solid rgba(148, 163, 184, 0.14);
  border-radius: 12px;
  padding: 0 20px;
  margin-bottom: 12px;
}
.lp-faq summary {
  cursor: pointer;
  font-weight: 700;
  padding: 16px 0;
  list-style: none;
  color: #F4F7FA;
}
.lp-faq summary::-webkit-details-marker { display: none; }
.lp-faq summary::after { content: "+"; float: right; color: #C4F542; }
.lp-faq details[open] summary::after { content: "–"; }
.lp-faq details p { margin: 0 0 16px; color: #94A3B8; }
.lp-close { padding-bottom: 64px; }
.lp-close .lp-btn { width: 100%; }
.lp-foot {
  color: #94A3B8;
  font-size: 0.88rem;
  border-top: 1px solid rgba(148, 163, 184, 0.14);
  margin-top: 80px;
  padding-top: 32px;
  padding-bottom: 40px;
  display: grid;
  gap: 20px;
}
.lp-foot-brand {
  font-size: 1.25rem;
  font-weight: 700;
  color: #F4F7FA;
  margin: 0 0 8px;
}
.lp-foot p { margin: 0; max-width: 44rem; }
.lp-links { display: flex; flex-wrap: wrap; gap: 8px 16px; }
.lp-links a { color: #F4F7FA; font-weight: 600; }

@media (min-width: 768px) {
  .lp-nav { padding: 0 56px; min-height: 76px; }
  .lp-hero { grid-template-columns: 1.1fr 0.9fr; padding: 64px 56px 32px; }
  .lp-hero .lp-btn { width: auto; min-width: 240px; }
  .lp-hero .lp-btn.ghost { display: inline-flex; }
  .lp-block, .lp-foot { padding-left: 56px; padding-right: 56px; }
  .lp-trio { grid-template-columns: repeat(3, 1fr); }
  .lp-grid { grid-template-columns: repeat(2, 1fr); }
  .lp-duo { grid-template-columns: repeat(2, 1fr); }
  .lp-steps { grid-template-columns: repeat(3, 1fr); }
  .lp-steps li { flex-direction: column; }
  .lp-mock-row { grid-template-columns: 1fr 1fr; }
  .lp-foot { grid-template-columns: 1.4fr 1fr; }
  .lp-close .lp-btn { width: auto; }
}
@media (min-width: 1024px) {
  .lp-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
