:root {
  --bg: #060a12;
  --bg-2: #0a1422;
  --surface: #0f1a2e;
  --surface-2: #152238;
  --border: rgba(148, 163, 184, 0.12);
  --border-strong: rgba(45, 212, 255, 0.32);
  --text: #f8fafc;
  --muted: #9fb0c8;
  --accent: #2dd4ff;
  --accent-2: #00b8e6;
  --accent-soft: rgba(45, 212, 255, 0.1);
  --accent-glow: rgba(45, 212, 255, 0.22);
  --success: #34d399;
  --radius: 16px;
  --radius-sm: 10px;
  --shadow: 0 28px 64px rgba(0, 0, 0, 0.5);
  --max: 1120px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "DM Sans", system-ui, sans-serif;
  color: var(--text);
  background:
    radial-gradient(ellipse 80% 45% at 50% -8%, var(--accent-glow), transparent),
    radial-gradient(ellipse 35% 25% at 100% 15%, rgba(0, 184, 230, 0.06), transparent),
    linear-gradient(180deg, var(--bg-2) 0%, var(--bg) 100%);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, var(--max));
  margin-inline: auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  backdrop-filter: blur(16px);
  background: rgba(6, 10, 18, 0.88);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 0.75rem 0;
}

.brand {
  display: flex;
  align-items: center;
  gap: 0.65rem;
}

.brand-logo-full {
  height: 68px;
  width: auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}

.brand-wordmark {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
}
.bw-name {
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.01em;
  line-height: 1.2;
  white-space: nowrap;
}
.bw-va {
  color: #2dd4ff;
  font-weight: 800;
}
.bw-slogan {
  font-family: "DM Sans", sans-serif;
  font-size: 0.68rem;
  font-weight: 400;
  color: rgba(148,163,184,0.65);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  box-shadow: 0 0 20px var(--accent-glow);
}

.nav {
  display: flex;
  align-items: center;
  gap: 1.35rem;
}

.nav a:not(.btn) {
  font-size: 1rem;
  font-weight: 600;
  color: var(--muted);
  letter-spacing: 0.01em;
  transition: color 0.2s;
}

.nav a:not(.btn):hover {
  color: var(--text);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border: none;
  border-radius: 999px;
  padding: 0.82rem 1.4rem;
  font: inherit;
  font-weight: 700;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
}

.btn:hover {
  transform: translateY(-1px);
}

.btn-primary {
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #031018;
  box-shadow: 0 10px 28px rgba(45, 212, 255, 0.28);
}

.btn-primary:hover {
  box-shadow: 0 14px 34px rgba(45, 212, 255, 0.38);
}

.btn-ghost {
  background: rgba(15, 26, 46, 0.6);
  color: var(--text);
  border: 1px solid var(--border-strong);
}

.btn-sm {
  padding: 0.55rem 1.05rem;
  font-size: 0.84rem;
}

.menu-toggle {
  display: none;
  background: transparent;
  border: 1px solid var(--border);
  color: var(--text);
  border-radius: 10px;
  padding: 0.45rem 0.65rem;
  font-size: 1.1rem;
  cursor: pointer;
}

.hero {
  position: relative;
  height: 100vh;
  min-height: 620px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* Slides */
.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
  opacity: 0; transition: opacity 1.4s ease;
  animation: kenBurns 9s ease-in-out infinite alternate;
}
.hero-slide.active { opacity: 1; }
@keyframes kenBurns {
  from { transform: scale(1); }
  to   { transform: scale(1.08); }
}

/* Overlay degradado — oscuro abajo para que el texto sea legible */
.hero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(to right, rgba(6,10,18,0.82) 40%, rgba(6,10,18,0.3) 100%),
    linear-gradient(to top, rgba(6,10,18,0.6) 0%, transparent 50%);
}

/* Contenido */
.hero-inner {
  position: relative; z-index: 2;
  width: 100%; padding: 4.5rem 0 4rem;
}
.hero-content { max-width: 680px; }

.hero-logo {
  width: min(280px, 60vw); height: auto; margin-bottom: 2rem;
  filter: drop-shadow(0 4px 24px rgba(45,212,255,0.2));
  opacity: 0; animation: fadeUp 0.9s 0.2s forwards;
}

.hero-eyebrow {
  font-size: 0.72rem; font-weight: 600; letter-spacing: 0.2em;
  text-transform: uppercase; color: var(--accent);
  margin-bottom: 1rem; display: block;
  opacity: 0; animation: fadeUp 0.9s 0.4s forwards;
}

.hero-title {
  margin: 0 0 1.25rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 800; line-height: 1.1; letter-spacing: -0.02em;
  opacity: 0; animation: fadeUp 0.9s 0.55s forwards;
}
.hero-title em {
  font-style: normal;
  background: linear-gradient(135deg, var(--accent), #7ee8ff);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}

.hero-lead {
  font-size: 1rem; color: rgba(248,250,252,0.72); max-width: 520px;
  line-height: 1.75; margin: 0 0 2rem;
  opacity: 0; animation: fadeUp 0.9s 0.7s forwards;
}

.hero-actions {
  display: flex; align-items: center; gap: 1rem; flex-wrap: wrap; margin-bottom: 3rem;
  opacity: 0; animation: fadeUp 0.9s 0.85s forwards;
}

.hero-stats {
  display: flex; align-items: center; gap: 0; flex-wrap: nowrap;
  opacity: 0; animation: fadeUp 0.9s 1s forwards;
}
.hstat {
  text-align: left; padding: 0 1.5rem;
  border-left: 1px solid rgba(255,255,255,0.15);
}
.hstat:first-child { padding-left: 0; border-left: none; }
.hstat strong { display: block; font-size: 0.95rem; font-weight: 700; color: var(--text); }
.hstat span { font-size: 0.75rem; color: rgba(248,250,252,0.5); margin-top: 0.1rem; display: block; }

/* Dots */
.hero-dots {
  position: absolute; bottom: 2rem; left: 50%; transform: translateX(-50%);
  display: flex; gap: 0.6rem; z-index: 3;
}
.hdot {
  width: 28px; height: 3px; border-radius: 2px; border: none; cursor: pointer;
  background: rgba(255,255,255,0.25); transition: background 0.3s, width 0.3s;
  padding: 0;
}
.hdot.active { background: var(--accent); width: 48px; }

/* Scroll hint */
.hero-scroll-hint {
  position: absolute; right: 2rem; bottom: 2.5rem; z-index: 3;
  display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
  color: rgba(255,255,255,0.3); font-size: 0.6rem;
  letter-spacing: 0.22em; text-transform: uppercase;
}
.hs-bar {
  width: 1px; height: 44px;
  background: linear-gradient(to bottom, var(--accent), transparent);
  animation: pulse 2.5s ease-in-out infinite;
}
@keyframes pulse { 0%,100%{opacity:.2} 50%{opacity:.9} }

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(24px); }
  to   { opacity: 1; transform: none; }
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.38rem 0.85rem;
  border-radius: 999px;
  background: var(--accent-soft);
  border: 1px solid var(--border-strong);
  color: var(--accent);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.hero h1 {
  margin: 0 0 1rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.15rem);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 800;
}

.hero h1 em {
  font-style: normal;
  background: linear-gradient(135deg, var(--accent), #7ee8ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-lead {
  margin: 0 0 1.75rem;
  font-size: 1.05rem;
  color: var(--muted);
  max-width: 36rem;
}

.hero-lead strong {
  color: var(--text);
  font-weight: 600;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-bottom: 2rem;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.85rem;
}

.stat {
  padding: 1rem 1.05rem;
  border-radius: var(--radius-sm);
  background: rgba(15, 26, 46, 0.75);
  border: 1px solid var(--border);
}

.stat strong {
  display: block;
  font-size: 1.05rem;
  margin-bottom: 0.2rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
}

.stat span {
  font-size: 0.78rem;
  color: var(--muted);
  line-height: 1.4;
}

.hero-card {
  position: relative;
  padding: 1.5rem;
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(165deg, rgba(21, 34, 56, 0.95), rgba(15, 26, 46, 0.92));
  border: 1px solid var(--border-strong);
  box-shadow: var(--shadow);
}

.hero-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(135deg, rgba(45, 212, 255, 0.45), transparent 55%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.mock-top {
  display: flex;
  gap: 0.35rem;
  margin-bottom: 1rem;
}

.mock-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #334155;
}

.mock-dot:nth-child(1) { background: #ef4444; }
.mock-dot:nth-child(2) { background: #f59e0b; }
.mock-dot:nth-child(3) { background: #22c55e; }

.mock-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.9rem 1rem;
  border-radius: 12px;
  background: rgba(6, 10, 18, 0.55);
  border: 1px solid var(--border);
  margin-bottom: 0.65rem;
}

.mock-row:last-child {
  margin-bottom: 0;
}

.mock-label {
  font-size: 0.8rem;
  color: var(--muted);
}

.mock-value {
  font-weight: 700;
  font-size: 0.9rem;
}

.pill {
  display: inline-block;
  padding: 0.22rem 0.58rem;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.pill-green { background: rgba(52, 211, 153, 0.15); color: var(--success); }
.pill-blue { background: rgba(45, 212, 255, 0.15); color: var(--accent); }
.pill-amber { background: rgba(245, 158, 11, 0.15); color: #fbbf24; }

section {
  padding: 4.25rem 0;
}

.section-head {
  max-width: 42rem;
  margin-bottom: 2rem;
}

.section-head h2 {
  margin: 0 0 0.7rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-size: clamp(1.55rem, 3vw, 2.15rem);
  letter-spacing: -0.02em;
  font-weight: 800;
}

.section-head p {
  margin: 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.65;
}

.section-label {
  display: inline-block;
  margin-bottom: 0.55rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--accent);
}

.cards-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.card {
  padding: 1.4rem 1.45rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: border-color 0.2s, box-shadow 0.2s;
}

.card:hover {
  border-color: var(--border-strong);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.2);
}

.card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.35rem;
  height: 2.35rem;
  margin-bottom: 0.85rem;
  border-radius: 10px;
  background: var(--accent-soft);
  border: 1px solid var(--border-strong);
  color: var(--accent);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.02rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
}

.card p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--muted);
  line-height: 1.6;
}

.section-note {
  margin: -0.35rem 0 1.35rem;
  color: var(--muted);
  font-size: 0.94rem;
  max-width: 42rem;
  line-height: 1.65;
}

.section-note strong {
  color: var(--text);
  font-weight: 600;
}

.extras-panel {
  margin-top: 1.75rem;
  padding: 1.6rem 1.75rem;
  border-radius: calc(var(--radius) + 2px);
  background: linear-gradient(135deg, rgba(45, 212, 255, 0.07), rgba(0, 184, 230, 0.03));
  border: 1px solid var(--border-strong);
}

.extras-head h3 {
  margin: 0 0 0.45rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-size: 1.15rem;
  font-weight: 700;
}

.extras-head p {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.extras-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.6rem 1.35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.extras-list li {
  position: relative;
  padding-left: 1.2rem;
  font-size: 0.9rem;
  color: var(--text);
  line-height: 1.5;
}

.extras-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 8px var(--accent-glow);
}

.giros-section {
  background: rgba(15, 26, 46, 0.55);
  border-block: 1px solid var(--border);
}

.giros-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.25rem;
  align-items: center;
}

.giros-copy h2 {
  margin: 0 0 0.9rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-size: clamp(1.45rem, 3vw, 1.95rem);
  letter-spacing: -0.02em;
  font-weight: 800;
}

.giros-copy p {
  margin: 0 0 0.9rem;
  color: var(--muted);
  line-height: 1.65;
  font-size: 0.96rem;
}

.giros-tagline {
  margin-bottom: 1.35rem !important;
  color: var(--accent) !important;
  font-weight: 600;
}

.giros-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}

.giros-chips span {
  padding: 0.52rem 0.9rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--border);
  font-size: 0.84rem;
  color: var(--muted);
}

.giros-chip-highlight {
  border-color: var(--border-strong) !important;
  color: var(--accent) !important;
  background: var(--accent-soft) !important;
  font-weight: 600;
}

.demos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.demo-card {
  display: flex;
  flex-direction: column;
  padding: 1.4rem 1.45rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
  transition: border-color 0.2s, transform 0.15s, box-shadow 0.2s;
}

.demo-card:hover {
  border-color: var(--border-strong);
  transform: translateY(-2px);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.demo-tag {
  display: inline-block;
  width: fit-content;
  margin-bottom: 0.75rem;
  padding: 0.28rem 0.65rem;
  border-radius: 999px;
  background: var(--accent-soft);
  color: var(--accent);
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.demo-card h3 {
  margin: 0 0 0.5rem;
  font-size: 1.12rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
}

.demo-card p {
  margin: 0 0 1rem;
  flex: 1;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.6;
}

.demo-features {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  margin-bottom: 1rem;
}

.demo-features span {
  font-size: 0.74rem;
  padding: 0.28rem 0.58rem;
  border-radius: 999px;
  background: rgba(148, 163, 184, 0.08);
  color: var(--muted);
  border: 1px solid var(--border);
}

/* ── Demo thumbs ── */
.demo-thumb {
  height: 160px; border-radius: 12px 12px 0 0; margin: -1.4rem -1.45rem 1.25rem;
  padding: 0.75rem; display: flex; flex-direction: column; gap: 0.4rem;
  overflow: hidden; position: relative; font-size: 0.7rem;
}
.dt-clinic  { background: linear-gradient(135deg,#1a1220,#241830,#1a2a1a); }
.dt-barber  { background: linear-gradient(135deg,#0d0b08,#1a1510,#1a1208); }
.dt-despacho{ background: linear-gradient(135deg,#08101e,#0d1a2e,#0a1828); }
.dt-web     { background: linear-gradient(135deg,#1a1205,#261a08,#1a1205); }

/* Barra superior tipo app */
.dtm-bar {
  display: flex; gap: 4px; margin-bottom: 0.3rem;
}
.dtm-bar span {
  width: 7px; height: 7px; border-radius: 50%;
}
.dtm-bar span:nth-child(1){ background:#ef4444; }
.dtm-bar span:nth-child(2){ background:#f59e0b; }
.dtm-bar span:nth-child(3){ background:#22c55e; }

/* Fila genérica */
.dtm-row {
  display: flex; align-items: center; justify-content: space-between;
  background: rgba(255,255,255,0.05); border-radius: 6px;
  padding: 0.3rem 0.5rem;
}
.dtm-label { font-size: 0.62rem; color: rgba(255,255,255,0.45); }
.mt-auto { margin-top: auto; }

/* Pills */
.dtm-pill {
  font-size: 0.58rem; font-weight: 700; padding: 0.15rem 0.45rem;
  border-radius: 999px;
}
.dtm-green { background: rgba(52,211,153,0.2); color: #34d399; }
.dtm-blue  { background: rgba(45,212,255,0.2); color: #2dd4ff; }
.dtm-red   { background: rgba(239,68,68,0.2);  color: #f87171; }
.dtm-gold  { background: rgba(212,168,67,0.2); color: #d4a843; }

/* Slots agenda */
.dtm-slots { display: flex; flex-direction: column; gap: 0.25rem; }
.dtm-slot {
  display: flex; justify-content: space-between;
  background: rgba(255,255,255,0.04); border-radius: 5px;
  padding: 0.25rem 0.5rem; font-size: 0.6rem; color: rgba(255,255,255,0.6);
  border-left: 2px solid rgba(255,255,255,0.1);
}
.dtm-slot-active { border-left-color: #2dd4ff; background: rgba(45,212,255,0.07); color: #fff; }
.dtm-slot-done   { border-left-color: #34d399; opacity: 0.5; }

/* Columnas barbería */
.dtm-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0.4rem; flex: 1; }
.dtm-col  { display: flex; flex-direction: column; gap: 0.3rem; }
.dtm-col-head {
  font-size: 0.6rem; font-weight: 700; color: rgba(255,255,255,0.5);
  text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 0.1rem;
}
.dtm-card-sm {
  background: rgba(255,255,255,0.06); border-radius: 6px;
  padding: 0.3rem 0.45rem; font-size: 0.6rem; color: rgba(255,255,255,0.75);
  line-height: 1.4;
}
.dtm-card-sm.dtm-gold { border-left: 2px solid #d4a843; }
.dtm-card-sm small { color: rgba(255,255,255,0.4); font-size: 0.55rem; }

/* Kanban despacho */
.dtm-kanban { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 0.3rem; flex: 1; }
.dtm-col-k  { display: flex; flex-direction: column; gap: 0.25rem; }
.dtm-ticket {
  background: rgba(255,255,255,0.06); border-radius: 5px;
  padding: 0.28rem 0.4rem; font-size: 0.58rem; color: rgba(255,255,255,0.7);
  line-height: 1.4; border-left: 2px solid rgba(255,255,255,0.1);
}
.dtm-ticket small { color: rgba(255,255,255,0.4); font-size: 0.54rem; display: block; }
.dtm-ticket.dtm-red   { border-left-color: #f87171; }
.dtm-ticket.dtm-blue  { border-left-color: #2dd4ff; }
.dtm-ticket.dtm-green { border-left-color: #34d399; }

/* Browser demo web */
.dtm-browser-bar {
  display: flex; align-items: center; gap: 0.5rem;
  background: rgba(255,255,255,0.06); border-radius: 6px;
  padding: 0.3rem 0.5rem; margin-bottom: 0.4rem;
}
.dtm-dots { display: flex; gap: 3px; }
.dtm-dots span { width: 6px; height: 6px; border-radius: 50%; background: rgba(255,255,255,0.2); }
.dtm-dots span:nth-child(1){ background:#ef4444; }
.dtm-dots span:nth-child(2){ background:#f59e0b; }
.dtm-dots span:nth-child(3){ background:#22c55e; }
.dtm-url { font-size: 0.58rem; color: rgba(255,255,255,0.35); }
.dtm-web-hero {
  flex: 1; display: flex; flex-direction: column; align-items: center;
  justify-content: center; text-align: center;
  font-size: 0.85rem; font-weight: 800; letter-spacing: 0.12em;
  color: rgba(255,255,255,0.9);
  background: linear-gradient(135deg, rgba(200,169,110,0.15), rgba(200,169,110,0.05));
  border-radius: 6px; padding: 0.5rem;
}
.dtm-web-hero small { font-size: 0.55rem; font-weight: 400; color: rgba(200,169,110,0.7); letter-spacing: 0.06em; margin-top: 0.15rem; }
.dtm-web-nav {
  display: flex; justify-content: center; gap: 0.75rem;
  background: rgba(255,255,255,0.04); border-radius: 6px; padding: 0.3rem;
}
.dtm-web-nav span { font-size: 0.58rem; color: rgba(255,255,255,0.4); }

/* ── Proceso con foto ── */
.proceso-section {
  position: relative; padding: 0; overflow: hidden;
}
.proceso-photo {
  position: absolute; inset: 0;
  background-size: cover; background-position: center;
}
.proceso-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to right, rgba(6,10,18,0.96) 50%, rgba(6,10,18,0.75) 100%);
}
.proceso-inner { position: relative; z-index: 2; padding: 4.25rem 0; }

/* ── CTA dramático ── */
.cta-hero {
  position: relative; padding: 7rem 0; overflow: hidden; text-align: center;
}
.cta-hero-photo {
  position: absolute; inset: 0;
  background-size: cover; background-position: center top;
}
.cta-hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(to bottom, rgba(6,10,18,0.7), rgba(6,10,18,0.88));
}
.cta-hero-inner {
  position: relative; z-index: 2;
}
.cta-hero-inner h2 {
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800; letter-spacing: -0.02em;
  line-height: 1.15; margin: 0.5rem 0 1rem;
}
.cta-hero-inner p {
  color: rgba(248,250,252,0.65); font-size: 1rem;
  margin: 0 auto 2rem; max-width: 480px; line-height: 1.7;
}

/* ── Steps ── */
.steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}

.step {
  padding: 1.3rem 1.25rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  margin-bottom: 0.8rem;
  background: linear-gradient(135deg, var(--accent), var(--accent-2));
  color: #031018;
  font-weight: 800;
  font-size: 0.82rem;
}

.step h3 {
  margin: 0 0 0.45rem;
  font-size: 0.98rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
}

.step p {
  margin: 0;
  font-size: 0.87rem;
  color: var(--muted);
  line-height: 1.55;
}

.cta-band {
  margin: 1.5rem 0 0;
  padding: 2.6rem 2rem;
  border-radius: calc(var(--radius) + 4px);
  background: linear-gradient(135deg, rgba(45, 212, 255, 0.12), rgba(0, 184, 230, 0.05));
  border: 1px solid var(--border-strong);
  text-align: center;
}

.cta-band h2 {
  margin: 0 0 0.7rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 800;
}

.cta-band p {
  margin: 0 0 1.3rem;
  color: var(--muted);
  max-width: 32rem;
  margin-inline: auto;
  line-height: 1.6;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.15rem;
}

.contact-card {
  padding: 1.5rem 1.55rem;
  border-radius: var(--radius);
  background: var(--surface);
  border: 1px solid var(--border);
}

.contact-card h3 {
  margin: 0 0 0.65rem;
  font-size: 1.05rem;
  font-family: "Plus Jakarta Sans", "DM Sans", sans-serif;
  font-weight: 700;
}

.contact-intro {
  margin: 0 0 1.1rem;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.6;
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.contact-list li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.65rem;
  padding: 0.75rem 0;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
  line-height: 1.55;
}

.contact-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.contact-list strong {
  color: var(--accent);
  font-weight: 700;
  font-size: 0.82rem;
  letter-spacing: 0.02em;
}

.contact-list span {
  color: var(--muted);
}

.contact-meta {
  margin: 0.55rem 0;
  color: var(--muted);
  font-size: 0.92rem;
  line-height: 1.55;
}

.contact-meta a {
  color: var(--accent);
  font-weight: 600;
}

.contact-meta a:hover {
  text-decoration: underline;
}

.contact-meta-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 0.15rem;
}

.site-footer {
  padding: 2rem 0 5rem;
  border-top: 1px solid var(--border);
  color: var(--muted);
  font-size: 0.86rem;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
}

.footer-note {
  max-width: 30rem;
  line-height: 1.55;
}

.contact-wa-btn {
  margin-top: 1.15rem;
}

.wa-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 60;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  font-size: 1.45rem;
  box-shadow: 0 12px 30px rgba(37, 211, 102, 0.35);
  transition: transform 0.15s;
}

.wa-float:hover {
  transform: translateY(-2px);
}

/* ── Pagos ── */
.pagos-section {
  background: var(--surface);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 2.5rem 0;
}
.pagos-inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.pagos-texto h3 {
  font-size: 1.15rem; font-weight: 700; color: var(--text);
  margin: 0.25rem 0 0.4rem;
}
.pagos-texto p { font-size: 0.85rem; color: var(--muted); }
.pagos-metodos {
  display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
}
.pago-grupo-label {
  font-size: 0.7rem; font-weight: 700; text-transform: uppercase;
  letter-spacing: 0.1em; color: var(--muted); margin-bottom: 0.6rem;
}
.pago-chips { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.pago-chip {
  display: inline-flex; align-items: center; gap: 0.35rem;
  font-size: 0.8rem; font-weight: 600;
  background: var(--bg); border: 1px solid var(--border);
  color: var(--text); padding: 0.4rem 0.85rem; border-radius: 100px;
}
.pago-chip-crypto {
  background: rgba(247,147,26,0.06);
  border-color: rgba(247,147,26,0.2);
  color: #b8720a;
}
.pago-preferred {
  font-size: 0.62rem; font-weight: 700; text-transform: uppercase;
  background: #f7931a; color: #fff;
  padding: 0.1rem 0.45rem; border-radius: 100px; margin-left: 0.25rem;
}
.pago-div { width: 1px; height: 60px; background: var(--border); flex-shrink: 0; }

@media (max-width: 900px) {
  .hero-grid,
  .cards-3,
  .demos-grid,
  .steps,
  .contact-grid,
  .giros-grid,
  .extras-list {
    grid-template-columns: 1fr;
  }

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

  .contact-list li {
    grid-template-columns: 1fr;
    gap: 0.25rem;
  }

  .pagos-inner { flex-direction: column; gap: 1.5rem; }
  .pago-div { display: none; }

  .nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: stretch;
    padding: 1rem;
    background: rgba(6, 10, 18, 0.98);
    border-bottom: 1px solid var(--border);
  }

  .nav.open {
    display: flex;
  }

  .menu-toggle {
    display: block;
  }

  .site-header .container {
    position: relative;
  }

  .header-cta {
    display: none;
  }

  .brand-logo-full {
    height: 52px;
  }

}
