:root {
  --bg: #090f1f;
  --bg-soft: #0f1730;
  --card: rgba(15, 25, 51, 0.72);
  --line: rgba(143, 187, 255, 0.22);
  --text: #ebf2ff;
  --muted: #95a8cc;
  --brand: #42c2ff;
  --brand-2: #7b61ff;
  --ok: #5af2a2;
  --warn: #ffb15a;
  --shadow: 0 28px 60px rgba(4, 9, 20, 0.45);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  font-family: "Manrope", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at 15% 10%, #1f4ca3 0%, transparent 28%),
    radial-gradient(circle at 78% 18%, #5d39b6 0%, transparent 34%),
    linear-gradient(180deg, #070c19 0%, #0b1328 44%, #0a1123 100%);
  overflow-x: hidden;
}

.bg-orb {
  position: fixed;
  pointer-events: none;
  border-radius: 50%;
  filter: blur(50px);
  z-index: -1;
}

.orb-a {
  width: 300px;
  height: 300px;
  background: rgba(66, 194, 255, 0.22);
  left: -90px;
  top: 120px;
}

.orb-b {
  width: 360px;
  height: 360px;
  background: rgba(123, 97, 255, 0.26);
  right: -120px;
  top: 380px;
}

.wrap {
  width: min(1120px, 92vw);
  margin: 0 auto;
}

.hero {
  padding: 26px 0 42px;
}

.topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 34px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-weight: 800;
}

.brand-badge {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(66, 194, 255, 0.22), rgba(123, 97, 255, 0.22));
  border: 1px solid rgba(143, 187, 255, 0.35);
  box-shadow: 0 10px 20px rgba(66, 194, 255, 0.28);
  overflow: hidden;
}

.brand-badge.logo-fallback {
  display: grid;
  place-items: center;
}

.brand-badge.logo-fallback::before {
  content: "\26A1";
  color: #d7ecff;
  font-size: 18px;
  line-height: 1;
}

.brand-logo {
  width: 24px;
  height: 24px;
  object-fit: contain;
  display: block;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.chip {
  text-decoration: none;
  color: #d9e8ff;
  border: 1px solid var(--line);
  background: rgba(66, 194, 255, 0.12);
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 12px;
  font-weight: 800;
}

.cta-mini {
  text-decoration: none;
  color: #fff;
  border-radius: 999px;
  padding: 10px 15px;
  font-weight: 800;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 16px;
}

.hero-copy,
.hero-panel {
  border: 1px solid var(--line);
  background: var(--card);
  border-radius: 18px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
}

.hero-copy {
  padding: 30px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  padding: 8px 13px;
  border: 1px solid rgba(123, 215, 255, 0.34);
  background: rgba(66, 194, 255, 0.14);
  color: #b6dcff;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

h1 {
  margin: 16px 0 10px;
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(48px, 6.8vw, 82px);
  line-height: 0.95;
  letter-spacing: 0.6px;
}

.sub {
  margin: 0 0 22px;
  color: var(--muted);
  font-size: clamp(16px, 2vw, 21px);
  line-height: 1.55;
}

.hero-list {
  display: grid;
  gap: 9px;
  margin-bottom: 24px;
}

.hero-list div {
  display: flex;
  gap: 9px;
  align-items: flex-start;
  color: #e6f3ff;
  font-weight: 600;
}

.hero-list i {
  margin-top: 3px;
  color: var(--ok);
}

.actions {
  display: flex;
  gap: 11px;
  flex-wrap: wrap;
}

.btn {
  border: 0;
  border-radius: 12px;
  padding: 13px 18px;
  font-weight: 800;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

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

.btn-primary {
  color: #fff;
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: 0 12px 24px rgba(68, 131, 255, 0.3);
}

.btn-secondary {
  color: #dceaff;
  background: rgba(104, 141, 211, 0.22);
  border: 1px solid rgba(156, 190, 255, 0.25);
}

.hero-panel {
  padding: 22px;
}

.panel-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  font-weight: 700;
}

.panel-head b {
  color: #a3ffcc;
  font-size: 13px;
}

.panel-stats {
  display: grid;
  gap: 10px;
  margin-bottom: 14px;
}

.panel-stats > div {
  border: 1px solid rgba(170, 201, 255, 0.2);
  background: rgba(12, 21, 44, 0.7);
  border-radius: 12px;
  padding: 12px;
}

.panel-stats small {
  display: block;
  color: var(--muted);
  font-size: 12px;
  margin-bottom: 3px;
}

.panel-stats strong {
  font-family: "Bebas Neue", sans-serif;
  font-size: 36px;
  letter-spacing: 0.5px;
}

.panel-line {
  border: 1px solid rgba(170, 201, 255, 0.2);
  background: rgba(12, 21, 44, 0.7);
  border-radius: 12px;
  padding: 13px;
}

.panel-line span {
  color: #93d8ff;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.panel-line p {
  margin: 7px 0 0;
  color: #c6d9fb;
  line-height: 1.5;
  font-size: 14px;
}

.panel-pills {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.panel-pills span {
  font-size: 12px;
  font-weight: 700;
  color: #d2e8ff;
  border-radius: 999px;
  border: 1px solid rgba(170, 201, 255, 0.25);
  padding: 7px 10px;
  background: rgba(18, 31, 58, 0.75);
}

.section {
  padding: 18px 0;
}

.demo-shot {
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(11, 20, 42, 0.82);
  box-shadow: var(--shadow);
  padding: 14px;
  margin-bottom: 14px;
}

.demo-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  font-size: 13px;
  color: #cbe2ff;
  font-weight: 700;
}

.demo-head b {
  color: #8df3c0;
  font-size: 12px;
  text-transform: uppercase;
}

.demo-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
  border: 1px solid rgba(154, 195, 255, 0.22);
}

.demo-note {
  margin: 10px 2px 0;
  color: var(--muted);
  font-size: 13px;
}

.demo-missing::after {
  content: "Sube la imagen como pagina de ventas/panel-demo.png";
  display: block;
  text-align: center;
  color: #9ec7ff;
  border: 1px dashed rgba(154, 195, 255, 0.35);
  border-radius: 10px;
  padding: 22px 10px;
  margin-top: 2px;
}

.title {
  font-family: "Bebas Neue", sans-serif;
  font-size: clamp(34px, 4.6vw, 58px);
  letter-spacing: 0.5px;
  margin: 8px 0 12px;
}

.feature-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.f-card {
  border: 1px solid var(--line);
  border-radius: 14px;
  background: rgba(14, 24, 49, 0.76);
  box-shadow: var(--shadow);
  padding: 17px;
}

.f-card h3 {
  margin: 0 0 8px;
  font-size: 18px;
}

.f-card h3 i {
  color: #98d9ff;
  margin-right: 6px;
}

.f-card p {
  margin: 0;
  color: var(--muted);
  line-height: 1.5;
}

.split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: rgba(11, 20, 42, 0.82);
  box-shadow: var(--shadow);
  padding: 20px;
}

.check-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.check-list li {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  font-weight: 600;
  color: #def0ff;
}

.check-list i {
  color: var(--ok);
  margin-top: 3px;
}

.quote-box {
  border: 1px solid rgba(122, 175, 255, 0.26);
  border-radius: 14px;
  background: linear-gradient(165deg, rgba(71, 113, 220, 0.18), rgba(106, 68, 209, 0.18));
  padding: 20px;
}

.quote-box p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.5;
  color: #f1f7ff;
  font-weight: 700;
}

.quote-box span {
  color: #c2d8fb;
  font-size: 14px;
}

.price-card {
  text-align: center;
  border: 1px solid rgba(143, 187, 255, 0.34);
  border-radius: 18px;
  background: linear-gradient(180deg, rgba(14, 23, 49, 0.9), rgba(10, 17, 37, 0.95));
  box-shadow: var(--shadow);
  padding: 24px;
}

.price-label {
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffe0c5;
  border: 1px solid rgba(255, 177, 90, 0.45);
  background: rgba(255, 139, 57, 0.18);
}

.price-card h2 {
  margin: 0 0 8px;
  font-family: "Bebas Neue", sans-serif;
  letter-spacing: 0.5px;
  font-size: clamp(36px, 4vw, 58px);
}

.price-card p {
  margin: 0 auto 12px;
  max-width: 760px;
  color: var(--muted);
  line-height: 1.5;
}

.price-card strong {
  color: #fff;
}

.price-big {
  margin: 6px 0 16px;
  font-family: "Bebas Neue", sans-serif;
  line-height: 1;
  font-size: clamp(68px, 10vw, 120px);
  color: #fff;
  text-shadow: 0 18px 38px rgba(74, 166, 255, 0.35);
}

.price-big small {
  font-size: 28px;
  color: #9fd5ff;
}

.center {
  justify-content: center;
}

.closing {
  margin-top: 20px;
  background: #071121;
  border-top: 1px solid rgba(143, 187, 255, 0.23);
  border-bottom: 1px solid rgba(143, 187, 255, 0.23);
}

.closing-inner {
  padding: 18px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.count {
  color: var(--warn);
  font-weight: 800;
}

.footer {
  padding: 28px 0 42px;
  color: var(--muted);
  font-size: 14px;
  text-align: center;
}

.footer strong {
  color: #e6f2ff;
}

.footer code {
  color: #8ad4ff;
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}

.reveal.in {
  opacity: 1;
  transform: translateY(0);
}

.delay-1 {
  transition-delay: 0.12s;
}

.delay-2 {
  transition-delay: 0.22s;
}

@media (max-width: 980px) {
  .hero-grid,
  .feature-cards,
  .split {
    grid-template-columns: 1fr;
  }

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

  .top-actions {
    width: 100%;
    justify-content: space-between;
  }
}
