/* Home de campaña. Porteo del sistema `rx-*` de la referencia: negro, violeta y
   verde ácido, tipografía editorial enorme, ticker inclinado y grilla bento.
   Comparte paleta con market.css (las páginas de tarifas). */

.rx {
  --ink: #08090a;
  --paper: #f3f0e9;
  --acid: #c9ff36;
  --violet: #7857ff;

  margin: 0;
  min-height: 100vh;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  overflow-x: hidden;
}

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

.rx::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 20;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 160 160' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");
}

/* ── Navegación ──────────────────────────────────────────────────────────── */

.rx-mark {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  background: var(--acid);
  color: #08090a;
  border-radius: 50%;
  flex-shrink: 0;
}
.rx-mark svg { width: 28px; display: block; }

.rx-nav {
  min-height: 98px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #292a2c;
  position: relative;
  z-index: 3;
}

.rx-brand {
  display: flex;
  align-items: center;
  gap: 11px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 13px;
  line-height: 0.86;
  letter-spacing: -0.03em;
}

.rx-nav-center {
  display: flex;
  gap: 28px;
  align-items: center;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  color: #8f9094;
}
.rx-live { display: flex; align-items: center; gap: 9px; color: #d6d7d8; }
.rx-live i { width: 7px; height: 7px; background: var(--acid); border-radius: 50%; box-shadow: 0 0 14px var(--acid); }

.rx-price-link {
  justify-self: end;
  padding: 11px 16px;
  border: 1px solid #3d3e41;
  border-radius: 999px;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.rx-price-link b { color: var(--acid); font-size: 15px; margin-left: 9px; }

/* ── Hero ────────────────────────────────────────────────────────────────── */

.rx-hero {
  padding: 72px 4vw 55px;
  position: relative;
  border-bottom: 1px solid #292a2c;
  background: radial-gradient(circle at 77% 48%, rgba(120, 87, 255, 0.16), transparent 26%);
}

.rx-kicker { display: flex; gap: 16px; align-items: flex-start; position: absolute; top: 86px; right: 5vw; }
.rx-kicker span { color: var(--acid); font-size: 10px; }
.rx-kicker p { margin: 0; color: #8e9093; text-transform: uppercase; font-size: 10px; line-height: 1.45; letter-spacing: 0.12em; }

.rx-hero h1 {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 2;
  font-size: clamp(52px, 12.5vw, 200px);
  line-height: 0.76;
  letter-spacing: -0.082em;
  font-weight: 900;
}
.rx-hero h1 span:nth-child(2) { padding-left: 10vw; color: var(--acid); }
.rx-outline { color: transparent; -webkit-text-stroke: 2px #eeeae2; }

.rx-burst {
  position: absolute;
  right: 10vw;
  top: 260px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  background: var(--violet);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  transform: rotate(9deg);
  box-shadow: 30px 40px 0 rgba(201, 255, 54, 0.08);
}
.rx-burst .rx-mark { position: absolute; top: -18px; left: 8px; transform: rotate(-9deg); }
.rx-burst small { font-size: 22px; font-weight: 900; }
.rx-burst b { color: var(--acid); font-size: 28px; }

.rx-bottom-copy {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-top: 65px;
  padding-left: 10vw;
}
.rx-bottom-copy p { font-size: 17px; color: #929397; line-height: 1.35; margin: 0; }
.rx-bottom-copy strong { color: #f5f2eb; }
.rx-bottom-copy a {
  padding: 17px 22px;
  background: var(--paper);
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.rx-bottom-copy a span { margin-left: 30px; }

/* ── Ticker ──────────────────────────────────────────────────────────────── */

.rx-ticker {
  background: var(--acid);
  color: #08090a;
  transform: rotate(-1.25deg) scale(1.03);
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.rx-ticker div {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 28px;
  white-space: nowrap;
  font-size: clamp(13px, 2.4vw, 18px);
  font-weight: 900;
  letter-spacing: -0.025em;
}
.rx-ticker i { font-style: normal; }

/* ── Bento ───────────────────────────────────────────────────────────────── */

.rx-story { padding: 145px 4vw 120px; background: #efede6; color: #090a0b; }

.rx-story-title { display: grid; grid-template-columns: 1fr 2fr; gap: 40px; align-items: start; margin-bottom: 70px; }
.rx-story-title > span { font-size: 10px; letter-spacing: 0.16em; font-weight: 800; }
.rx-story-title h2 { font-size: clamp(38px, 6.3vw, 96px); letter-spacing: -0.065em; line-height: 0.94; margin: 0; font-weight: 900; }
.rx-story-title em { font-style: normal; color: var(--violet); }

.rx-bento { display: grid; grid-template-columns: 1.5fr 0.72fr 0.72fr; gap: 14px; }

.rx-panel { min-height: 430px; padding: 28px; border-radius: 4px; position: relative; display: flex; flex-direction: column; }
.rx-panel > span { font-size: 10px; font-weight: 900; }

.rx-panel--hero { background: var(--violet); color: #ffffff; justify-content: space-between; }
.rx-panel--hero div p { font-size: 15px; margin: 0 0 12px; }
.rx-panel--hero strong { display: block; font-size: clamp(46px, 6vw, 96px); letter-spacing: -0.07em; line-height: 0.8; }
.rx-panel--hero strong small { font-size: 20px; color: var(--acid); }
.rx-panel--hero div em { display: block; font-style: normal; margin-top: 16px; color: #d7d0ff; font-size: 12px; }
.rx-panel--hero > a { font-weight: 900; font-size: 12px; text-transform: uppercase; }

.rx-panel--lime { background: var(--acid); color: #08090a; }
.rx-panel--lime p { font-size: 12px; line-height: 1.5; margin: 0; max-width: 190px; }
.rx-panel-icon { margin: auto 0; width: 68px; height: 68px; color: #08090a; }
.rx-panel-icon svg { width: 100%; height: 100%; display: block; }

.rx-panel h3 { font-size: 34px; line-height: 0.9; letter-spacing: -0.05em; margin: 0 0 16px; }

.rx-panel--dark { background: #111315; color: #ffffff; }
.rx-rings { height: 220px; position: relative; display: grid; place-items: center; margin: auto 0; }
.rx-rings i { position: absolute; border: 1px solid #34383c; border-radius: 50%; }
.rx-rings i:nth-child(1) { width: 190px; height: 190px; }
.rx-rings i:nth-child(2) { width: 130px; height: 130px; }
.rx-rings i:nth-child(3) { width: 70px; height: 70px; border-color: var(--acid); }
.rx-rings b { font-size: 18px; }

/* ── Cierre y pie ────────────────────────────────────────────────────────── */

.rx-final {
  min-height: 720px;
  padding: 120px 4vw;
  background: var(--violet);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rx-final > p { text-transform: uppercase; letter-spacing: 0.16em; font-size: 10px; margin: 0; }
.rx-final h2 { font-size: clamp(52px, 11vw, 170px); line-height: 0.78; letter-spacing: -0.08em; margin: 35px 0 60px; }
.rx-final h2 span { color: var(--acid); }
.rx-final > a {
  align-self: flex-end;
  background: var(--acid);
  color: #08090a;
  padding: 19px 22px;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.rx-final > a b { font-size: 17px; margin-left: 25px; }

.rx-footer {
  min-height: 150px;
  padding: 35px 4vw;
  background: #08090a;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  align-items: center;
}
.rx-footer > p { color: #74767a; font-size: 11px; text-transform: uppercase; letter-spacing: 0.12em; margin: 0; }
.rx-footer-links { justify-self: end; display: flex; gap: 24px; color: #96979a; text-transform: uppercase; font-size: 10px; letter-spacing: 0.12em; }

/* ── Responsive ──────────────────────────────────────────────────────────── */

@media (max-width: 1000px) {
  .rx-nav { grid-template-columns: 1fr auto; padding: 16px 5vw; }
  .rx-nav-center { grid-area: 2 / 1 / auto / -1; gap: 16px; flex-wrap: wrap; }

  .rx-hero { padding: 40px 5vw 44px; }
  .rx-kicker { position: static; margin-bottom: 28px; }
  .rx-hero h1 span:nth-child(2) { padding-left: 6vw; }
  .rx-burst { position: static; margin: 34px 0 0; width: 170px; height: 170px; }
  .rx-bottom-copy { flex-direction: column; align-items: flex-start; gap: 26px; padding-left: 0; margin-top: 40px; }

  .rx-story { padding: 80px 5vw 70px; }
  .rx-story-title { grid-template-columns: 1fr; gap: 18px; margin-bottom: 36px; }
  .rx-bento { grid-template-columns: 1fr; }
  .rx-panel { min-height: 320px; }

  .rx-final { min-height: 0; padding: 90px 5vw; }
  .rx-final > a { align-self: flex-start; }
  .rx-footer { grid-template-columns: 1fr; justify-items: start; gap: 16px; }
  .rx-footer-links { justify-self: start; flex-wrap: wrap; }
}
