/* ============================================================
   Juego Regulado AR — Homepage editorial layer (light theme)
   Loaded after styles.css — scope under .landing-editorial
   ============================================================ */

.landing-editorial {
  --paper: #faf8f5;
  --paper-wash: #f3efe8;
  --ink: #1c1917;
  --ink-soft: #44403c;
  --ink-muted: #78716c;
  --accent: #b45309;
  --accent-dark: #92400e;
  --accent-soft: rgba(180, 83, 9, 0.14);
  --accent-border: rgba(180, 83, 9, 0.35);
  --font-display: "Fraunces", Georgia, serif;
  --font-body: "DM Sans", system-ui, sans-serif;
  font-family: var(--font-body);
}

/* --- Global overrides on landing only --- */
body.landing-editorial {
  background: var(--paper);
  color: var(--ink-soft);
}

.landing-editorial .gold {
  color: var(--accent);
}

.landing-editorial .site-header {
  background: color-mix(in srgb, var(--paper) 92%, white);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(28, 25, 23, 0.08);
}

.landing-editorial .site-header .site-logo {
  line-height: 0;
}

.landing-editorial .site-header .site-logo-mark {
  height: 38px;
  width: auto;
  max-width: min(240px, 46vw);
  display: block;
  object-fit: contain;
}

.landing-editorial .site-nav a:not(.btn-header) {
  color: var(--ink-soft);
}

.landing-editorial .site-nav a:not(.btn-header):hover {
  color: var(--accent-dark);
}

.landing-editorial .btn-header-editorial,
.landing-editorial .btn-header {
  background: var(--accent);
  color: var(--paper) !important;
  border: none;
}

.landing-editorial .btn-header-editorial:hover,
.landing-editorial .btn-header:hover {
  background: var(--accent-dark) !important;
  color: var(--paper) !important;
}

.landing-editorial .hamburger span {
  background: var(--ink);
}

.landing-editorial .site-nav.open {
  background: var(--paper);
  border-bottom-color: rgba(28, 25, 23, 0.1);
}

/* Context strip (replaces marquee) */
.home-context-strip {
  background: var(--ink);
  color: #e7e5e4;
  padding: 0.55rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.home-context-inner {
  max-width: 100%;
}

.home-context-inner p {
  margin: 0;
  font-size: 0.72rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1.5;
  opacity: 0.95;
}

@media (min-width: 900px) {
  .home-context-inner p {
    max-width: 78ch;
    margin-left: auto;
  }
}

/* Typography */
.landing-editorial h1,
.landing-editorial h2,
.landing-editorial h3,
.landing-editorial h4 {
  font-family: var(--font-display);
  color: var(--ink);
  font-weight: 600;
}

.home-kicker {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  color: var(--accent);
  font-weight: 600;
  margin-bottom: 0.85rem;
}

/* --- Hero editorial split --- */
.hero--editorial {
  padding: clamp(3rem, 6vw, 5.5rem) 0 clamp(4rem, 8vw, 6.5rem);
  background: linear-gradient(
    165deg,
    var(--paper) 0%,
    color-mix(in srgb, var(--paper-wash) 70%, var(--paper)) 45%,
    var(--paper) 100%
  );
  border-bottom: 1px solid rgba(28, 25, 23, 0.06);
}

.hero-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(260px, 0.85fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: start;
  max-width: 1120px;
}

@media (max-width: 860px) {
  .hero-editorial-layout {
    grid-template-columns: 1fr;
  }
}

.hero-editorial-copy {
  padding-right: clamp(0, 4vw, 2.5rem);
}

.hero--editorial #hero-title {
  font-size: clamp(2.25rem, 5.2vw, 3.35rem);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 1.25rem;
  max-width: 14ch;
}

.hero-lede {
  font-size: clamp(1rem, 1.35vw, 1.085rem);
  line-height: 1.62;
  color: var(--ink-soft);
  max-width: 52ch;
  margin-bottom: 1.75rem;
}

.hero-editorial-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.75rem;
  margin-bottom: 1.75rem;
}

.btn-home-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.95rem 1.65rem;
  font-weight: 600;
  font-size: 0.95rem;
  background: var(--accent);
  color: var(--paper) !important;
  border-radius: 2px;
  border: none;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.15s ease;
}

.btn-home-primary:hover {
  background: var(--accent-dark);
  transform: translateY(-1px);
}

.btn-home-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.45rem;
  font-weight: 600;
  font-size: 0.92rem;
  background: transparent;
  color: var(--accent-dark) !important;
  border: 2px solid var(--accent);
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease;
}

.btn-home-secondary:hover {
  background: var(--accent-soft);
}

.hero-link-muted {
  font-size: 0.94rem;
  color: var(--ink-muted);
  text-decoration: underline;
  text-underline-offset: 3px;
}

.hero-link-muted:hover {
  color: var(--accent-dark);
}

.hero-microline {
  font-size: 0.8rem;
  color: var(--ink-muted);
  max-width: 48ch;
  line-height: 1.5;
}

.hero-microline-strong {
  color: var(--ink-soft);
  font-weight: 600;
}

/* Hero aside stack */
.hero-editorial-stack {
  background: var(--paper-wash);
  border: 1px solid rgba(28, 25, 23, 0.08);
  border-left: 4px solid var(--accent);
  padding: 1.75rem 1.5rem 1.5rem;
  border-radius: 0 4px 4px 0;
}

.hero-stack-head {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--ink);
  margin-bottom: 1.15rem;
}

.hero-stack-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.hero-stack-list li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--ink-soft);
  border-bottom: 1px solid rgba(28, 25, 23, 0.06);
  padding-bottom: 1rem;
}

.hero-stack-list li:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}

.hero-stack-n {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--accent);
  flex-shrink: 0;
  margin-top: 0.15rem;
}

.hero-stack-foot {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px dashed rgba(28, 25, 23, 0.12);
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  align-items: baseline;
}

.hero-stack-stat {
  font-family: var(--font-display);
  font-size: 2rem;
  font-weight: 700;
  color: var(--accent);
  line-height: 1;
}

.hero-stack-stat-label {
  font-size: 0.82rem;
  color: var(--ink-muted);
  max-width: 20ch;
}

/* Sections rhythm (uneven) */
.landing-editorial #principal .home-section {
  margin: 0;
}

.home-section {
  padding-block: 4.5rem;
}

.home-section--tight {
  padding-block: 3.25rem 5rem;
}

.home-section--spacious {
  padding-block: 6.25rem 4.75rem;
}

.home-section--wash {
  background: var(--paper-wash);
}

.home-section--loose {
  padding-block: 5rem 7rem;
}

.home-section--splitmerge {
  padding-block: 5.25rem;
}

.home-section--faq {
  padding-block: 4rem 5.5rem;
  background: var(--paper-wash);
  border-top: 1px solid rgba(28, 25, 23, 0.06);
}

/* Editor pick (Betsson) */
.editor-pick {
  max-width: 720px;
  margin: 0 auto 4rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid rgba(28, 25, 23, 0.1);
}

.editor-pick-header h2 {
  font-size: clamp(1.65rem, 3vw, 2.1rem);
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin-top: 0.25rem;
}

.editor-pick-logo-wrap {
  background: #fff;
  display: inline-block;
  padding: 1rem 1.25rem;
  border: 1px solid rgba(28, 25, 23, 0.08);
  margin: 1.5rem 0 1.25rem;
}

.editor-pick-logo-wrap img {
  height: 36px;
  width: auto;
}

.editor-pick-lead {
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 62ch;
  margin-bottom: 1.75rem;
}

.editor-specs {
  margin: 0 0 2rem;
}

.editor-spec-row {
  display: grid;
  grid-template-columns: minmax(100px, 140px) 1fr;
  gap: 1rem 1.5rem;
  padding: 1rem 0;
  border-top: 1px solid rgba(28, 25, 23, 0.08);
  font-size: 0.92rem;
  line-height: 1.55;
}

.editor-spec-row:first-of-type {
  border-top: none;
  padding-top: 0;
}

.editor-spec-row dt {
  font-weight: 600;
  color: var(--ink);
  margin: 0;
}

.editor-spec-row dd {
  margin: 0;
  color: var(--ink-soft);
}

@media (max-width: 520px) {
  .editor-spec-row {
    grid-template-columns: 1fr;
  }
}

.editor-pick-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: center;
}

/* Subsection + operators list */
.home-subsection-head {
  max-width: 640px;
  margin-bottom: 2rem;
}

.home-h2-offset {
  font-size: clamp(1.35rem, 2.4vw, 1.65rem);
  font-weight: 600;
  letter-spacing: -0.02em;
}

.home-subsection-dek {
  margin-top: 0.65rem;
  color: var(--ink-muted);
  font-size: 0.94rem;
  line-height: 1.55;
  max-width: 52ch;
}

.operadores-alt {
  list-style: decimal-leading-zero;
  margin: 0;
  padding-left: 2rem;
  max-width: 900px;
}

.operadores-alt > li::marker {
  color: var(--accent);
  font-weight: 700;
}

.operador-row {
  padding: 1.75rem 0 2rem;
  border-bottom: 1px solid rgba(28, 25, 23, 0.08);
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.25rem 2rem;
  align-items: start;
}

.operador-row:last-child {
  border-bottom: none;
}

@media (min-width: 720px) {
  .operador-row {
    grid-template-columns: 1.2fr 0.9fr auto;
  }
}

.operador-row-main {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.operador-logo {
  height: 28px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 0.25rem;
}

.operador-copy h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.operador-copy p {
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.55;
  margin: 0;
  max-width: 52ch;
}

.operador-meta {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  font-size: 0.82rem;
  color: var(--ink-muted);
}

.operador-pill {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.1);
  padding: 0.35rem 0.65rem;
  max-width: 280px;
  line-height: 1.35;
}

.operador-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  align-items: flex-start;
}

.link-editorial {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--accent-dark) !important;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.link-editorial--strong {
  font-weight: 700;
}

/* Method ordinal */
.home-method-intro {
  max-width: 560px;
  margin-bottom: 2.5rem;
}

.home-method-dek {
  margin-top: 0.75rem;
  color: var(--ink-muted);
  line-height: 1.6;
  font-size: 0.98rem;
}

.method-ordinal {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 800px;
}

.method-ordinal > li {
  display: grid;
  grid-template-columns: 4rem 1fr;
  gap: 1rem 1.5rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid rgba(28, 25, 23, 0.08);
  align-items: start;
}

.method-ordinal > li:first-child {
  padding-top: 0;
}

.method-ordinal > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.method-num {
  font-family: var(--font-display);
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--accent);
  line-height: 1.2;
}

.method-ordinal strong {
  display: block;
  font-family: var(--font-body);
  color: var(--ink);
  font-size: 1rem;
  margin-bottom: 0.35rem;
}

.method-ordinal p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--ink-soft);
  line-height: 1.55;
}

@media (max-width: 520px) {
  .method-ordinal > li {
    grid-template-columns: 1fr;
  }
  .method-num {
    font-size: 1.1rem;
  }
}

/* Split merge */
.splitmerge-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, 0.85fr);
  gap: 3rem 3.5rem;
  align-items: start;
  max-width: 1080px;
}

@media (max-width: 860px) {
  .splitmerge-grid {
    grid-template-columns: 1fr;
  }
}

.splitmerge-main h2 {
  font-size: clamp(1.5rem, 2.5vw, 1.85rem);
  margin-bottom: 1rem;
}

.splitmerge-main > p {
  margin-bottom: 1.25rem;
  line-height: 1.65;
  color: var(--ink-soft);
  max-width: 58ch;
}

.home-bullet-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-bullet-list li {
  position: relative;
  padding-left: 1.15rem;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--ink-soft);
}

.home-bullet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 5px;
  height: 5px;
  background: var(--accent);
  border-radius: 1px;
}

.home-bullet-list--compact li {
  font-size: 0.9rem;
}

.splitmerge-aside {
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.1);
  padding: 1.75rem 1.5rem;
  box-shadow: 0 12px 40px rgba(28, 25, 23, 0.06);
}

.splitmerge-aside-title {
  font-size: 1rem;
  margin-bottom: 1rem;
  font-family: var(--font-body);
  font-weight: 700;
}

.payment-list-editorial {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
}

.payment-list-editorial li {
  font-size: 0.88rem;
  padding-bottom: 0.55rem;
  border-bottom: 1px solid rgba(28, 25, 23, 0.06);
  color: var(--ink-soft);
}

.payment-list-editorial li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.splitmerge-aside-note {
  margin-top: 1.15rem;
  font-size: 0.8rem;
  color: var(--ink-muted);
  line-height: 1.45;
}

/* Bonus */
.bonus-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(240px, 0.75fr);
  gap: 2.5rem 3rem;
  align-items: start;
  max-width: 1040px;
}

@media (max-width: 800px) {
  .bonus-layout {
    grid-template-columns: 1fr;
  }
}

.bonus-main h2 {
  font-size: clamp(1.45rem, 2.3vw, 1.75rem);
  margin: 0.35rem 0 1.25rem;
}

.bonus-pull {
  margin: 0;
  padding: 1.75rem 1.5rem;
  background: var(--paper-wash);
  border-left: 4px solid var(--accent);
  font-family: var(--font-display);
}

.bonus-pull p {
  font-size: 1.15rem;
  line-height: 1.45;
  color: var(--ink);
  margin: 0 0 0.75rem;
  font-style: italic;
}

.bonus-pull footer {
  font-size: 0.78rem;
  font-family: var(--font-body);
  color: var(--ink-muted);
  font-style: normal;
}

/* FAQ editorial */
.home-faq-head {
  margin-bottom: 2rem;
  max-width: 520px;
}

.home-faq-head h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.8rem);
  margin-top: 0.35rem;
}

.landing-editorial .faq-list--editorial {
  max-width: 100%;
}

.landing-editorial .faq-list--editorial .faq-item {
  background: #fff;
  border: 1px solid rgba(28, 25, 23, 0.1);
  border-radius: 0;
  border-left: 3px solid var(--accent);
}

.landing-editorial .faq-list--editorial .faq-item.open {
  border-color: rgba(28, 25, 23, 0.15);
  border-left-color: var(--accent-dark);
}

.landing-editorial .faq-question {
  color: var(--ink);
  font-family: var(--font-body);
  font-weight: 600;
  padding: 1.1rem 1.25rem;
}

.landing-editorial .faq-question:hover {
  color: var(--accent-dark);
}

.landing-editorial .faq-icon {
  color: var(--accent);
}

.landing-editorial .faq-answer {
  color: var(--ink-muted);
  font-size: 0.91rem;
}

.landing-editorial .faq-item.open .faq-answer {
  max-height: 480px;
}

/* Disclaimer */
.landing-editorial .disclaimer-bar--editorial {
  background: color-mix(in srgb, var(--accent) 8%, var(--paper));
  border-top: 1px solid rgba(28, 25, 23, 0.08);
  border-bottom: 1px solid rgba(28, 25, 23, 0.08);
  text-align: left;
}

.landing-editorial .disclaimer-bar--editorial p {
  justify-content: flex-start;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.55;
  color: var(--ink-muted);
}

.landing-editorial .disclaimer-bar--editorial .badge-18 {
  border-color: var(--accent);
  color: var(--accent-dark);
}

/* Footer editorial */
.landing-editorial .site-footer--editorial {
  background: #1c1917;
  border-top: none;
  color: #d6d3d1;
  padding: 3.5rem 0 2rem;
}

.landing-editorial .site-footer--editorial a {
  color: #e7e5e4;
}

.landing-editorial .site-footer--editorial a:hover {
  color: #fdba74;
}

.footer-editorial-brand {
  max-width: 420px;
  margin-bottom: 2.5rem;
}

.landing-editorial .footer-editorial-brand .site-logo-footer {
  display: inline-block;
  margin-bottom: 0.85rem;
  line-height: 0;
}

.landing-editorial .footer-editorial-brand .site-logo-mark--footer {
  height: 46px;
  width: auto;
  max-width: 260px;
  display: block;
  object-fit: contain;
}

.footer-editorial-brand p {
  font-size: 0.88rem;
  line-height: 1.65;
  color: #a8a29e;
  margin: 0;
}

.footer-inline-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 3rem;
  margin-bottom: 2.75rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-inline-group {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0.5rem 1rem;
}

.footer-inline-label {
  display: block;
  width: 100%;
  font-size: 0.65rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #78716c;
  margin-bottom: 0.35rem;
}

.footer-inline-group a {
  font-size: 0.88rem;
}

.footer-responsible--editorial h4 {
  font-size: 0.68rem;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #78716c;
  margin-bottom: 1.25rem;
  text-align: left;
}

.responsible-logos--dense {
  justify-content: flex-start;
  gap: 1rem 1.5rem;
}

.responsible-logos--dense img {
  height: 38px;
}

.footer-bottom--stacked {
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 1.25rem;
  padding-top: 1.75rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom-links--wrap {
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
}

.landing-editorial .footer-bottom-links--wrap a {
  font-size: 0.82rem;
  color: #a8a29e;
}

.landing-editorial .footer-bottom-links--wrap a:hover {
  color: #fdba74;
}

.footer-copy {
  font-size: 0.78rem;
  color: #78716c;
  margin: 0;
  max-width: 56ch;
  line-height: 1.5;
}

/* Cookie banner on light page */
.landing-editorial .cookie-banner {
  background: rgba(28, 25, 23, 0.96);
  border-top-color: rgba(255, 255, 255, 0.1);
}

.landing-editorial .cookie-text {
  color: #e7e5e4;
}

/* Mobile stack operador */
@media (max-width: 719px) {
  .operador-row {
    grid-template-columns: 1fr;
  }
  .operador-links {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
