@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Inter:wght@300;400;500;600&display=swap');

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --bg:      #07070f;
  --surface: rgba(255,255,255,0.04);
  --border:  rgba(255,255,255,0.1);
  --text:    #e8e4dc;
  --muted:   rgba(232,228,220,0.45);
  --teal:    #2dd4bf;
  --violet:  #a78bfa;
}

html, body {
  min-height: 100%;
  background: var(--bg);
  color: var(--text);
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* ── Nav ───────────────────────────────────────────── */
.grupo-nav {
  padding: 20px 24px;
  border-bottom: 1px solid var(--border);
}
.nav-back {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-back:hover { color: var(--text); }

/* ── Hero ──────────────────────────────────────────── */
.grupo-hero {
  padding: 80px 24px 64px;
  text-align: center;
  border-bottom: 1px solid var(--border);
  position: relative;
  overflow: hidden;
}
.grupo-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.grupo-hero > * { position: relative; z-index: 1; }

.grupo-hero-parejas {
  background-image:
    linear-gradient(rgba(7,7,15,0.78), rgba(7,7,15,0.92)),
    url('/static/img/naked-03.jpg');
  background-position: center 35%;
}
.grupo-hero-parejas::before { background: rgba(45,212,191,0.04); }

.grupo-hero-bisex {
  background-image:
    linear-gradient(rgba(7,7,15,0.78), rgba(7,7,15,0.92)),
    url('/static/img/naked-05.jpg');
  background-position: center 25%;
}
.grupo-hero-bisex::before { background: rgba(167,139,250,0.04); }

.grupo-hero-qs {
  background-image:
    linear-gradient(rgba(7,7,15,0.82), rgba(7,7,15,0.95)),
    url('/static/img/naked-01.jpg');
  background-position: center 20%;
}
.grupo-hero-qs::before { background: rgba(45,212,191,0.04); }

.grupo-eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--muted);
  margin-bottom: 16px;
}
.grupo-hero-parejas .grupo-eyebrow { color: var(--teal); }
.grupo-hero-bisex .grupo-eyebrow   { color: var(--violet); }

.grupo-hero h1 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px, 8vw, 64px);
  font-weight: 300;
  line-height: 1.05;
  margin-bottom: 20px;
  position: relative;
}
.grupo-sub {
  max-width: 520px;
  margin: 0 auto;
  font-size: clamp(15px, 2vw, 17px);
  color: var(--muted);
  line-height: 1.7;
  position: relative;
}

/* ── Main ──────────────────────────────────────────── */
.grupo-main {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 24px 80px;
}

/* ── Sections ──────────────────────────────────────── */
.grupo-section {
  padding: 48px 0;
  border-bottom: 1px solid var(--border);
}
.grupo-section:last-of-type { border-bottom: none; }

.grupo-section h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(24px, 4vw, 32px);
  font-weight: 300;
  margin-bottom: 20px;
  color: var(--text);
}
.grupo-section p {
  font-size: 15px;
  color: var(--muted);
  line-height: 1.8;
  margin-bottom: 14px;
}
.grupo-section p:last-child { margin-bottom: 0; }

/* ── Normas ────────────────────────────────────────── */
.normas-section h2 { margin-bottom: 12px; }

.normas-intro {
  margin-bottom: 24px !important;
}
.normas-list {
  list-style: none;
  counter-reset: norma-counter;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 24px;
}
.normas-list li {
  counter-increment: norma-counter;
  display: flex;
  gap: 14px;
  font-size: 14px;
  color: var(--muted);
  line-height: 1.7;
  padding: 14px 16px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 10px;
}
.normas-list li::before {
  content: counter(norma-counter);
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  color: var(--text);
  opacity: 0.4;
  min-width: 20px;
  text-align: right;
  line-height: 1.6;
  flex-shrink: 0;
}
.normas-list li strong { color: var(--text); }

.normas-cierre {
  font-size: 13px !important;
  font-style: italic;
  color: var(--muted);
  opacity: 0.7;
  margin-top: 4px;
}

/* ── Quienes somos avatar ──────────────────────────── */
.qs-avatar-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px 0;
}
.qs-avatar {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background-image: url('/static/img/luz-hector.jpg');
  background-size: cover;
  background-position: center 15%;
  border: 2px solid rgba(255,255,255,0.12);
  box-shadow: 0 0 0 8px rgba(45,212,191,0.07);
  margin-bottom: 14px;
}
.qs-avatar-names {
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  color: var(--muted);
}

/* ── Quienes somos quote ───────────────────────────── */
.qs-quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(20px, 3.5vw, 26px);
  font-style: italic;
  font-weight: 300;
  color: var(--text);
  line-height: 1.5;
  border-left: 2px solid var(--teal);
  padding: 16px 0 16px 24px;
  margin-top: 28px;
}

/* ── CTA ───────────────────────────────────────────── */
.grupo-cta-wrap {
  padding: 48px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.grupo-cta-btn {
  display: inline-block;
  padding: 16px 36px;
  border-radius: 100px;
  background: var(--teal);
  color: #07070f;
  font-family: 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  text-decoration: none;
  transition: opacity 0.2s, transform 0.1s;
}
.grupo-cta-btn:hover { opacity: 0.88; }
.grupo-cta-btn:active { transform: scale(0.98); }
.grupo-cta-bisex { background: var(--violet); }

.grupo-cta-note {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

/* ── Footer ────────────────────────────────────────── */
.grupo-footer {
  text-align: center;
  padding: 32px 24px 48px;
  border-top: 1px solid var(--border);
}
.grupo-footer a {
  font-size: 13px;
  color: var(--muted);
  text-decoration: none;
  transition: color 0.2s;
}
.grupo-footer a:hover { color: var(--text); }

/* ── Mobile ────────────────────────────────────────── */
@media (max-width: 480px) {
  .grupo-hero { padding: 48px 20px 40px; }
  .grupo-section { padding: 36px 0; }
  .normas-list li { gap: 10px; }
}
