/* ------------------------------------------------------------
   Extraños.com · V1.2 Fixed
   Objetivo: conservar el diseño original y sustituir únicamente
   la paleta cálida/beige por una paleta fría coherente.
   ------------------------------------------------------------ */

:root {
  --bg-night: #060815;
  --bg-deep: #0b1022;
  --bg-panel: #171b2d;
  --bg-panel-2: #20243a;
  --bg-soft: #f4f6ff;
  --bg-soft-2: #edf1fb;
  --bg-soft-3: #e8edf8;

  --text-main: #f8faff;
  --text-dark: #101423;
  --text-muted: #aab4ca;
  --text-muted-dark: #4d5871;

  --accent-lime: #c8ff2e;
  --accent-lime-2: #e4ff7a;
  --accent-violet: #7c5cff;
  --accent-cyan: #27d7ff;
  --danger: #ff4d6d;

  --border-dark: rgba(255, 255, 255, .12);
  --border-light: rgba(16, 20, 35, .10);
  --shadow-dark: 0 28px 90px rgba(0, 0, 0, .42);
  --shadow-soft: 0 24px 70px rgba(20, 28, 52, .14);

  --radius: 24px;
  --radius-lg: 32px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;

  /* Alias compatibles con versiones anteriores */
  --black: var(--bg-night);
  --ink: var(--text-dark);
  --panel: var(--bg-panel);
  --panel-2: var(--bg-panel-2);
  --yellow: var(--accent-lime);
  --yellow-2: var(--accent-lime-2);
  --cream: var(--bg-soft);
  --muted: var(--text-muted);
  --line: rgba(200, 255, 46, .24);
  --white-line: var(--border-dark);
  --shadow: var(--shadow-dark);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text-dark);
  background: var(--bg-soft);
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; }
img, svg { max-width: 100%; height: auto; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: absolute;
  top: .75rem;
  left: .75rem;
  z-index: 100;
  padding: .75rem 1rem;
  color: var(--bg-night);
  background: var(--accent-lime);
  border-radius: 999px;
  font-weight: 900;
  transform: translateY(-160%);
}
.skip-link:focus { transform: translateY(0); }

.container,
.site-header > div,
main > section > div,
footer > div {
  width: min(1120px, calc(100% - 96px));
  margin-inline: auto;
}

/* Header */
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(6, 8, 21, .92);
  border-bottom: 1px solid rgba(255,255,255,.10);
  backdrop-filter: blur(16px);
}
.header-inner,
.site-header > div {
  min-height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.brand {
  display: inline-flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
  color: var(--text-main);
  text-decoration: none;
}
.brand-logo {
  display: block;
  width: clamp(230px, 23vw, 304px);
  height: auto;
  filter: drop-shadow(0 14px 28px rgba(39, 215, 255, .10));
}
.brand:hover .brand-logo,
.brand:focus-visible .brand-logo { filter: drop-shadow(0 16px 34px rgba(124, 92, 255, .20)); }
.brand:focus-visible {
  outline: 3px solid var(--accent-lime-2);
  outline-offset: 5px;
  border-radius: 18px;
}
.nav,
.site-nav,
.primary-nav {
  display: flex;
  align-items: center;
  gap: .35rem;
  color: var(--text-main);
  font-size: .94rem;
}
.nav a,
.site-nav a,
.primary-nav a {
  padding: .55rem .78rem;
  color: rgba(248,250,255,.78);
  border-radius: 999px;
  text-decoration: none;
}
.nav a:hover,
.nav a:focus-visible,
.site-nav a:hover,
.site-nav a:focus-visible,
.primary-nav a:hover,
.primary-nav a:focus-visible {
  color: var(--accent-lime);
  background: rgba(200,255,46,.10);
  outline: none;
}
.nav a:last-child,
.site-nav a:last-child,
.primary-nav a:last-child {
  color: var(--bg-night);
  background: var(--accent-lime);
  font-weight: 900;
}
.menu-toggle,
.nav-toggle,
.menu-button,
.hamburger,
button[aria-controls="site-nav"],
button[aria-label*="Men"],
button[aria-label*="men"] {
  display: none;
}

/* Secciones */
.section,
main > section { padding: 88px 0; }
.section-dark,
.hero,
main > section:first-of-type,
main > section:nth-of-type(4),
main > section:nth-of-type(6) {
  color: var(--text-main);
  background:
    radial-gradient(circle at 8% 18%, rgba(124,92,255,.32), transparent 28rem),
    radial-gradient(circle at 88% 14%, rgba(39,215,255,.16), transparent 30rem),
    radial-gradient(circle at 70% 100%, rgba(200,255,46,.08), transparent 24rem),
    linear-gradient(135deg, #050611, #0a0f20 58%, #050611 100%);
}
.section-panel,
.faq-section,
.form-section,
main > section:nth-of-type(2),
main > section:nth-of-type(3),
main > section:nth-of-type(5),
main > section:nth-of-type(7) {
  color: var(--text-dark);
  background:
    radial-gradient(circle at 88% 12%, rgba(124,92,255,.10), transparent 26rem),
    radial-gradient(circle at 10% 82%, rgba(39,215,255,.10), transparent 26rem),
    linear-gradient(180deg, var(--bg-soft), var(--bg-soft-2));
}
main > section:nth-of-type(3),
main > section:nth-of-type(7) {
  background:
    radial-gradient(circle at 82% 18%, rgba(124,92,255,.13), transparent 28rem),
    radial-gradient(circle at 5% 88%, rgba(39,215,255,.12), transparent 28rem),
    linear-gradient(180deg, var(--bg-soft-2), var(--bg-soft-3));
}
main > section:last-of-type {
  color: var(--text-main);
  background:
    radial-gradient(circle at 22% 20%, rgba(124,92,255,.25), transparent 28rem),
    radial-gradient(circle at 88% 70%, rgba(39,215,255,.13), transparent 26rem),
    linear-gradient(135deg, #081022, #10162f 62%, #060815);
}
.section > .container,
main > section > div { position: relative; z-index: 1; }

/* Hero */
.hero,
main > section:first-of-type { padding: 96px 0 104px; overflow: hidden; }
.hero-grid,
main > section:first-of-type > div {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
  align-items: center;
  gap: 48px;
}
.eyebrow,
.kicker,
.section-label,
main > section > div > p:first-child:not(.hero-lead):not(.microcopy) {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  margin: 0 0 1rem;
  color: var(--accent-violet);
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .76rem;
  font-weight: 950;
}
.section-dark .eyebrow,
.hero .eyebrow,
main > section:first-of-type .eyebrow,
main > section:nth-of-type(4) .eyebrow,
main > section:nth-of-type(6) .eyebrow,
main > section:first-of-type > div > p:first-child:not(.hero-lead):not(.microcopy),
main > section:nth-of-type(4) > div > p:first-child:not(.hero-lead):not(.microcopy),
main > section:nth-of-type(6) > div > p:first-child:not(.hero-lead):not(.microcopy) {
  color: var(--accent-lime);
}
.eyebrow::before,
.kicker::before,
.section-label::before,
main > section > div > p:first-child:not(.hero-lead):not(.microcopy)::before {
  content: "";
  width: 10px;
  height: 10px;
  flex: 0 0 10px;
  border-radius: 50%;
  background: currentColor;
  box-shadow: 0 0 0 6px rgba(124, 92, 255, .14);
}
h1, h2, h3 {
  margin: 0;
  color: inherit;
  line-height: .98;
  letter-spacing: -.06em;
}
h1 { font-size: clamp(3.6rem, 8.4vw, 7.6rem); max-width: 9ch; }
h2 { font-size: clamp(2.25rem, 4.8vw, 4.35rem); }
h3 { font-size: 1.32rem; letter-spacing: -.04em; }
.hero-lead,
main > section:first-of-type h1 + p {
  max-width: 720px;
  margin: 1.55rem 0 0;
  color: rgba(248,250,255,.78);
  font-size: clamp(1.05rem, 1.8vw, 1.34rem);
}
.hero-actions,
.actions,
.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: .85rem;
  margin-top: 2rem;
}
.microcopy,
.small-note,
.hero small,
main > section:first-of-type .hero-actions + p,
main > section:first-of-type .actions + p {
  margin: 1rem 0 0;
  color: rgba(248,250,255,.56);
  font-size: .95rem;
}

.hero-card,
.hero-aside,
main > section:first-of-type aside,
main > section:first-of-type article {
  position: relative;
  padding: 34px;
  color: var(--text-main);
  border: 1px solid rgba(255,255,255,.13);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(200,255,46,.13), transparent 12rem),
    linear-gradient(145deg, rgba(124,92,255,.24), rgba(255,255,255,.055) 42%, rgba(39,215,255,.08)),
    rgba(23,27,45,.88);
  box-shadow: var(--shadow-dark);
  backdrop-filter: blur(18px);
  transform: rotate(1.3deg);
}
.hero-card::before,
.hero-aside::before,
main > section:first-of-type aside::before,
main > section:first-of-type article::before {
  content: "";
  position: absolute;
  inset: 14px 14px auto auto;
  width: 72px;
  height: 72px;
  border-radius: 20px;
  opacity: .72;
  background: repeating-linear-gradient(-45deg, var(--accent-lime) 0 8px, transparent 8px 16px);
}
.sticker,
.badge,
.pill {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 1.35rem;
  padding: .4rem .65rem;
  color: var(--bg-night);
  background: linear-gradient(135deg, var(--accent-lime), var(--accent-cyan));
  border-radius: 999px;
  font-weight: 1000;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.hero-card h2,
.hero-aside h2,
main > section:first-of-type aside h2,
main > section:first-of-type article h2 { font-size: clamp(2.1rem, 3.8vw, 3.55rem); }
.hero-card p,
.hero-aside p,
main > section:first-of-type aside p,
main > section:first-of-type article p { color: rgba(248,250,255,.76); font-size: 1.03rem; }
.signal-list,
.hero-card ul,
.hero-aside ul,
main > section:first-of-type aside ul,
main > section:first-of-type article ul {
  display: grid;
  gap: .75rem;
  padding: 0;
  margin: 1.5rem 0 0;
  list-style: none;
}
.signal-list li,
.hero-card li,
.hero-aside li,
main > section:first-of-type aside li,
main > section:first-of-type article li {
  padding: .75rem .85rem;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 16px;
  background: rgba(6,8,21,.42);
}

/* Botones */
.btn,
.button,
a[class*="btn"],
.hero-actions a,
.actions a,
.cta-row a,
main > section:last-of-type a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .9rem 1.15rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font-weight: 950;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}
.btn:hover,
.button:hover,
a[class*="btn"]:hover,
.hero-actions a:hover,
.actions a:hover,
.cta-row a:hover,
main > section:last-of-type a:hover { transform: translateY(-2px); }
.btn:focus-visible,
.button:focus-visible,
a[class*="btn"]:focus-visible,
.hero-actions a:focus-visible,
.actions a:focus-visible,
.cta-row a:focus-visible {
  outline: 3px solid var(--accent-lime-2);
  outline-offset: 3px;
}
.btn-primary,
.button-primary,
.hero-actions a:first-child,
.actions a:first-child,
.cta-row a:first-child,
main > section:last-of-type a:first-of-type {
  color: var(--bg-night);
  background: linear-gradient(135deg, var(--accent-lime), var(--accent-lime-2));
  box-shadow: 0 14px 36px rgba(200,255,46,.22);
}
.btn-secondary,
.button-secondary,
.hero-actions a + a,
.actions a + a,
.cta-row a + a {
  color: var(--text-main);
  border-color: rgba(255,255,255,.13);
  background: rgba(255,255,255,.055);
}
main > section:not(:first-of-type):not(:nth-of-type(4)):not(:nth-of-type(6)):not(:last-of-type) .btn-secondary,
main > section:not(:first-of-type):not(:nth-of-type(4)):not(:nth-of-type(6)):not(:last-of-type) .button-secondary,
main > section:not(:first-of-type):not(:nth-of-type(4)):not(:nth-of-type(6)):not(:last-of-type) .actions a + a,
main > section:not(:first-of-type):not(:nth-of-type(4)):not(:nth-of-type(6)):not(:last-of-type) .cta-row a + a {
  color: var(--text-dark);
  border-color: rgba(16,20,35,.14);
  background: rgba(255,255,255,.72);
}

/* Layout texto */
.split,
.two-col,
.two-cols,
.rules-grid,
.entry-grid,
.group-grid,
main > section:nth-of-type(2) > div,
main > section:nth-of-type(5) > div,
main > section:nth-of-type(6) > div {
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: 48px;
  align-items: center;
}
.rich-text p,
.copy p,
.section-heading p:not(.eyebrow),
main > section:not(:first-of-type) p {
  color: var(--text-muted-dark);
  font-size: 1.08rem;
}
.section-dark .rich-text p,
.section-dark .copy p,
main > section:nth-of-type(4) p,
main > section:nth-of-type(6) p,
main > section:last-of-type p { color: rgba(248,250,255,.72); }
.section-heading,
main > section:nth-of-type(3) > div > :first-child,
main > section:nth-of-type(4) > div > :first-child,
main > section:nth-of-type(7) > div > :first-child {
  max-width: 780px;
  margin-bottom: 36px;
}
.section-heading.compact { max-width: 620px; }

/* Tarjetas y grids */
.cards-grid,
.features-grid,
.card-grid,
.tiles-grid,
main > section:nth-of-type(3) > div > div:last-child,
main > section:nth-of-type(3) > div > ul,
main > section:nth-of-type(3) > div > ol {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.card,
.feature-card,
.tile,
main > section:nth-of-type(3) article,
main > section:nth-of-type(3) li,
.cards-grid > *,
.features-grid > *,
.card-grid > *,
.tiles-grid > * {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  padding: 24px;
  color: var(--text-dark);
  border: 1px solid rgba(16,20,35,.09);
  border-radius: 22px;
  background:
    radial-gradient(circle at 100% 0%, rgba(124,92,255,.06), transparent 12rem),
    rgba(255,255,255,.86);
  box-shadow: var(--shadow-soft);
}
.card::after,
.feature-card::after,
.tile::after,
main > section:nth-of-type(3) article::after,
.cards-grid > *::after,
.features-grid > *::after,
.card-grid > *::after,
.tiles-grid > *::after {
  content: "";
  position: absolute;
  inset: auto 18px 18px auto;
  width: 54px;
  height: 8px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--accent-violet), var(--accent-cyan));
  opacity: .58;
}
.card-tag,
.number,
.index,
.step-number,
main > section:nth-of-type(3) article > :first-child,
main > section:nth-of-type(3) li > :first-child {
  display: inline-grid;
  place-items: center;
  min-width: 38px;
  height: 30px;
  margin-bottom: 1.2rem;
  padding: 0 .55rem;
  color: var(--bg-night);
  background: linear-gradient(135deg, var(--accent-lime), var(--accent-cyan));
  border-radius: 999px;
  box-shadow: 0 10px 28px rgba(40,215,255,.12);
  font-size: .78rem;
  font-weight: 1000;
}
.card p,
.feature-card p,
.tile p,
main > section:nth-of-type(3) article p,
main > section:nth-of-type(3) li p { margin: .8rem 0 0; color: var(--text-muted-dark); }

/* Pasos */
.steps,
ol.steps,
.steps-grid,
main > section:nth-of-type(4) ol,
main > section:nth-of-type(4) ul,
main > section:nth-of-type(4) > div > div:last-child {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.steps li,
.step-card,
.steps-grid > *,
main > section:nth-of-type(4) li,
main > section:nth-of-type(4) article,
main > section:nth-of-type(4) > div > div:last-child > * {
  padding: 26px;
  color: var(--text-main);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: 22px;
  background:
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)),
    var(--bg-panel);
  box-shadow: 0 18px 48px rgba(0,0,0,.24);
}
.steps span,
.steps li > :first-child,
.step-card > :first-child,
main > section:nth-of-type(4) li > :first-child,
main > section:nth-of-type(4) article > :first-child {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  margin-bottom: 1.2rem;
  color: var(--bg-night);
  background: linear-gradient(135deg, var(--accent-lime), var(--accent-cyan));
  border-radius: 14px;
  font-weight: 1000;
  box-shadow: 0 10px 28px rgba(200,255,46,.18);
}
.steps p,
.step-card p,
main > section:nth-of-type(4) li p { color: rgba(248,250,255,.68); }

/* Normas */
.rules-card,
.rules-box,
.norms-card,
main > section:nth-of-type(5) aside,
main > section:nth-of-type(5) article,
main > section:nth-of-type(5) ul {
  padding: 30px;
  color: var(--text-main);
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(124,92,255,.18), transparent 16rem),
    linear-gradient(180deg, rgba(255,255,255,.07), rgba(255,255,255,.035)),
    var(--bg-panel);
  box-shadow: var(--shadow-soft);
}
main > section:nth-of-type(5) ul {
  margin: 0;
  list-style-position: outside;
}
.rules-card li,
.rules-box li,
.norms-card li,
main > section:nth-of-type(5) li {
  margin: .55rem 0;
  color: rgba(248,250,255,.76);
}
.rules-card li::marker,
.rules-box li::marker,
.norms-card li::marker,
main > section:nth-of-type(5) li::marker { color: var(--accent-lime); }

/* Entrada al grupo */
.entry-card,
.group-card,
.join-card,
main > section:nth-of-type(6) article:first-of-type,
main > section:nth-of-type(6) aside:first-of-type {
  padding: 34px;
  color: var(--text-main);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(200,255,46,.09), transparent 14rem),
    linear-gradient(180deg, rgba(255,255,255,.075), rgba(255,255,255,.035)),
    var(--bg-panel);
  box-shadow: var(--shadow-dark);
}
.chat-preview,
.chat-window,
.message-preview,
.terminal,
main > section:nth-of-type(6) article + article,
main > section:nth-of-type(6) aside + aside,
main > section:nth-of-type(6) div[class*="chat"] {
  padding: 28px;
  color: var(--text-main);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: var(--radius);
  background: #050711;
  box-shadow: var(--shadow-dark);
}
.chat-preview::before,
.chat-window::before,
.message-preview::before,
.terminal::before,
main > section:nth-of-type(6) article + article::before,
main > section:nth-of-type(6) aside + aside::before {
  content: "";
  display: block;
  width: 42px;
  height: 10px;
  margin-bottom: 18px;
  border-radius: 999px;
  background:
    radial-gradient(circle at 5px 5px, var(--accent-violet) 0 4px, transparent 5px),
    radial-gradient(circle at 21px 5px, var(--accent-cyan) 0 4px, transparent 5px),
    radial-gradient(circle at 37px 5px, var(--accent-lime) 0 4px, transparent 5px);
}
.chat-preview p,
.chat-window p,
.message-preview p,
.terminal p,
main > section:nth-of-type(6) article + article p,
main > section:nth-of-type(6) aside + aside p {
  margin: .65rem 0;
  padding: .75rem .85rem;
  color: rgba(248,250,255,.76);
  background: rgba(255,255,255,.045);
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  font-size: .98rem;
}
.chat-preview strong,
.chat-window strong,
.message-preview strong,
.terminal strong,
main > section:nth-of-type(6) strong { color: var(--accent-lime); }

/* FAQ */
.faq-list,
main > section:nth-of-type(7) div:has(details) {
  display: grid;
  gap: 12px;
}
details {
  border: 1px solid rgba(16,20,35,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  padding: 18px 20px;
  box-shadow: 0 14px 34px rgba(20,28,52,.08);
}
summary {
  cursor: pointer;
  color: var(--text-dark);
  font-weight: 950;
  font-size: 1.08rem;
}
details p { color: var(--text-muted-dark); margin: 1rem 0 0; }

/* CTA final */
.final-cta,
.cta-box,
main > section:last-of-type > div {
  max-width: 860px;
  text-align: center;
}
main > section:last-of-type > div > *:not(.eyebrow):not(.kicker):not(.section-label),
.final-cta-card,
.cta-card {
  margin-inline: auto;
}
main > section:last-of-type > div {
  padding: 54px;
  border: 1px solid rgba(255,255,255,.11);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 20% 0%, rgba(200,255,46,.10), transparent 20rem),
    linear-gradient(180deg, rgba(255,255,255,.08), rgba(255,255,255,.04)),
    rgba(23,27,45,.88);
  box-shadow: var(--shadow-dark);
}
main > section:last-of-type p { max-width: 680px; margin-inline: auto; }

/* Formularios / legales heredados */
.form-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 36px; align-items: start; }
.form-copy { position: sticky; top: 104px; }
.contact-note,
.legal-nav,
.legal-content section {
  border: 1px solid rgba(16,20,35,.09);
  border-radius: 18px;
  background: rgba(255,255,255,.86);
  box-shadow: var(--shadow-soft);
}
.contact-note { margin-top: 1.5rem; padding: 1rem; }
.contact-form {
  display: grid;
  gap: 16px;
  padding: 24px;
  color: var(--text-main);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: var(--radius);
  background:
    radial-gradient(circle at 100% 0%, rgba(124,92,255,.16), transparent 22rem),
    linear-gradient(180deg, #11162a, #060815);
  box-shadow: var(--shadow-dark);
}
.field-group { display: grid; gap: 16px; }
.two-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
label { display: grid; gap: .5rem; font-weight: 800; }
label span { color: var(--text-muted); font-weight: 600; }
input, select, textarea {
  width: 100%;
  min-height: 48px;
  padding: .85rem .95rem;
  color: var(--text-main);
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 14px;
  background: #0b1020;
}
textarea { resize: vertical; }
input:focus, select:focus, textarea:focus {
  outline: 3px solid rgba(200,255,46,.42);
  border-color: var(--accent-lime);
}
.field-trap { display: none; }
.check-row { display: grid; grid-template-columns: 20px 1fr; gap: .75rem; align-items: start; font-weight: 600; color: rgba(248,250,255,.82); }
.check-row input { min-height: auto; width: 18px; margin-top: .22rem; accent-color: var(--accent-lime); }
.check-row a, .site-footer a { color: var(--accent-lime); font-weight: 850; }
.privacy-mini { margin: 0; color: rgba(248,250,255,.62); font-size: .9rem; }
.form-submit { border: 0; width: fit-content; }
.form-status { margin: 0; min-height: 1.4rem; color: var(--accent-lime); font-weight: 800; }
.form-status.error { color: #ff8a9a; }

.legal-hero h1 { max-width: 12ch; }
.legal-layout { display: grid; grid-template-columns: 260px 1fr; gap: 36px; align-items: start; }
.legal-nav { position: sticky; top: 104px; display: grid; gap: 8px; padding: 16px; }
.legal-nav a { padding: .65rem .75rem; border-radius: 12px; text-decoration: none; font-weight: 800; }
.legal-nav a:hover, .legal-nav a:focus-visible { color: var(--bg-night); background: var(--accent-lime); outline: none; }
.legal-content { display: grid; gap: 24px; }
.legal-content section { padding: 28px; }
.legal-content h2 { font-size: clamp(1.8rem, 3vw, 2.8rem); margin-bottom: 1rem; }
.legal-content p { color: var(--text-muted-dark); }
.legal-content a { font-weight: 900; }

/* Footer */
.site-footer,
footer {
  color: rgba(248,250,255,.74);
  background: #050611;
  padding: 32px 0;
  border-top: 1px solid rgba(255,255,255,.09);
}
.footer-inner,
footer > div {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
}
.site-footer p,
footer p { margin: 0; }
.site-footer a,
footer a { color: var(--accent-lime); font-weight: 850; }

/* Responsive */
@media (max-width: 980px) {
  .container,
  .site-header > div,
  main > section > div,
  footer > div { width: min(100% - 48px, 1120px); }
}

@media (max-width: 880px) {
  .nav,
  .site-nav,
  .primary-nav { display: none; }
  .menu-toggle,
  .nav-toggle,
  .menu-button,
  .hamburger,
  button[aria-controls="site-nav"],
  button[aria-label*="Men"],
  button[aria-label*="men"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: .55rem .75rem;
    color: var(--text-main);
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 999px;
    background: rgba(255,255,255,.06);
    font-weight: 850;
  }
  .hero-grid,
  main > section:first-of-type > div,
  .split,
  .two-col,
  .two-cols,
  .rules-grid,
  .entry-grid,
  .group-grid,
  main > section:nth-of-type(2) > div,
  main > section:nth-of-type(5) > div,
  main > section:nth-of-type(6) > div,
  .form-grid,
  .legal-layout { grid-template-columns: 1fr; }
  .hero-card,
  .hero-aside,
  main > section:first-of-type aside,
  main > section:first-of-type article { transform: none; }
  .cards-grid,
  .features-grid,
  .card-grid,
  .tiles-grid,
  .steps,
  ol.steps,
  .steps-grid,
  main > section:nth-of-type(3) > div > div:last-child,
  main > section:nth-of-type(3) > div > ul,
  main > section:nth-of-type(3) > div > ol,
  main > section:nth-of-type(4) ol,
  main > section:nth-of-type(4) ul,
  main > section:nth-of-type(4) > div > div:last-child { grid-template-columns: 1fr; }
  .form-copy,
  .legal-nav { position: static; }
  .section,
  main > section { padding: 64px 0; }
  .hero,
  main > section:first-of-type { padding: 72px 0; }
}

@media (max-width: 520px) {
  .container,
  .site-header > div,
  main > section > div,
  footer > div { width: min(100% - 24px, 1120px); }
  .header-inner,
  .site-header > div { min-height: 64px; }
  .brand-logo { width: min(214px, 61vw); }
  h1 { font-size: clamp(3.15rem, 16vw, 4.8rem); }
  h2 { font-size: clamp(2.25rem, 12vw, 3.5rem); }
  .hero-actions .btn,
  .hero-actions a,
  .actions a,
  .cta-row a { width: 100%; }
  .hero-card,
  .hero-aside,
  main > section:first-of-type aside,
  main > section:first-of-type article,
  .entry-card,
  .group-card,
  .join-card,
  main > section:last-of-type > div { padding: 24px; }
  .contact-form { padding: 18px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

.section-dark .eyebrow::before,
.hero .eyebrow::before,
main > section:first-of-type .eyebrow::before,
main > section:nth-of-type(4) .eyebrow::before,
main > section:nth-of-type(6) .eyebrow::before,
main > section:first-of-type > div > p:first-child:not(.hero-lead):not(.microcopy)::before,
main > section:nth-of-type(4) > div > p:first-child:not(.hero-lead):not(.microcopy)::before,
main > section:nth-of-type(6) > div > p:first-child:not(.hero-lead):not(.microcopy)::before {
  box-shadow: 0 0 0 6px rgba(200, 255, 46, .14);
}

/* ------------------------------------------------------------
   Extraños.com · V1.3 microfix
   Corrige la sección “Cómo funciona” y separadores del footer.
   ------------------------------------------------------------ */

/* Cómo funciona: recupera anchura de tarjetas en escritorio */
main > section:nth-of-type(4) > div {
  display: block;
}

main > section:nth-of-type(4) .eyebrow,
main > section:nth-of-type(4) .kicker,
main > section:nth-of-type(4) .section-label,
main > section:nth-of-type(4) > div > p:first-child {
  display: inline-flex;
}

main > section:nth-of-type(4) h2 {
  max-width: 840px;
  margin: 0 0 36px;
}

main > section:nth-of-type(4) ol,
main > section:nth-of-type(4) ul,
main > section:nth-of-type(4) .steps,
main > section:nth-of-type(4) .steps-grid {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: repeat(3, minmax(260px, 1fr));
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

main > section:nth-of-type(4) li,
main > section:nth-of-type(4) article,
main > section:nth-of-type(4) .step-card {
  min-width: 0;
  min-height: 230px;
  padding: 26px;
}

main > section:nth-of-type(4) li h3,
main > section:nth-of-type(4) article h3,
main > section:nth-of-type(4) .step-card h3 {
  max-width: none;
  font-size: clamp(1.28rem, 1.45vw, 1.58rem);
  line-height: 1.02;
  letter-spacing: -.045em;
}

main > section:nth-of-type(4) li p,
main > section:nth-of-type(4) article p,
main > section:nth-of-type(4) .step-card p {
  max-width: 34ch;
  font-size: 1rem;
  line-height: 1.5;
}

/* Footer: que los enlaces no parezcan un único texto */
.site-footer a,
footer a {
  text-decoration: none;
  white-space: nowrap;
}

.site-footer a:hover,
.site-footer a:focus-visible,
footer a:hover,
footer a:focus-visible {
  text-decoration: underline;
  text-underline-offset: .22em;
}

.site-footer nav,
footer nav,
.footer-links {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .55rem;
}

.site-footer a + a::before,
footer a + a::before {
  content: "·";
  display: inline-block;
  margin: 0 .7rem 0 .15rem;
  color: rgba(248,250,255,.42);
  font-weight: 700;
  text-decoration: none;
}

@media (max-width: 880px) {
  main > section:nth-of-type(4) ol,
  main > section:nth-of-type(4) ul,
  main > section:nth-of-type(4) .steps,
  main > section:nth-of-type(4) .steps-grid {
    grid-template-columns: 1fr;
  }

  main > section:nth-of-type(4) li,
  main > section:nth-of-type(4) article,
  main > section:nth-of-type(4) .step-card {
    min-height: auto;
  }
}
