/* ======================================================
   CÍRCULO HUMANO — Landings (Círculo Humano + Membresía)
   Extiende assets/css/styles.css · mismos tokens y estética
   ====================================================== */

/* === SECCIONES ========================================= */
.lsec { padding: var(--pad) 5vw; position: relative; }
.lsec--deep  { background: var(--deep); }
.lsec--dark  { background: var(--dark); border-top: 1px solid var(--border); }
.lsec--cream { background: var(--cream-off); }
.lsec--tight { padding-top: clamp(2.5rem, 5vw, 4rem); padding-bottom: clamp(2.5rem, 5vw, 4rem); }
.lsec .section-header { text-align: center; }
.lsec .section-header.left { text-align: left; }

.lead {
  font-family: var(--font-serif);
  font-size: clamp(1.15rem, 2.1vw, 1.5rem);
  font-weight: 300;
  line-height: 1.6;
  color: rgba(242,232,213,.82);
  max-width: 60ch;
}
.lead--center { margin-inline: auto; text-align: center; }
.lead em { color: var(--gold); font-style: italic; }
.muted-body { color: var(--muted); font-size: .98rem; line-height: 1.85; max-width: 60ch; }

/* === HERO (video) ====================================== */
.lhero {
  position: relative;
  min-height: 100svh;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.lhero-bg { position: absolute; inset: 0; z-index: 0; }
.lhero-video,
.lhero-bg > img {
  width: 100%; height: 100%;
  object-fit: cover;
  object-position: center;
}
.lhero-overlay {
  position: absolute; inset: 0;
  background:
    linear-gradient(180deg, rgba(11,9,7,.55) 0%, rgba(11,9,7,.25) 35%, rgba(11,9,7,.75) 100%),
    linear-gradient(100deg, rgba(11,9,7,.8) 0%, rgba(11,9,7,.35) 55%, rgba(11,9,7,.2) 100%);
}
.lhero-watermark {
  position: absolute; right: 4%; top: 46%;
  transform: translateY(-50%);
  width: clamp(240px, 32vw, 460px);
  opacity: .05; pointer-events: none; z-index: 1;
}
.lhero-watermark img { width: 100%; }
.lhero-content {
  position: relative; z-index: 2;
  max-width: var(--inner);
  margin: 0 auto; width: 100%;
  padding: 7rem 5vw 0;
}
.lhero-inner { max-width: 760px; }
.lhero-eyebrow {
  font-size: .72rem; letter-spacing: .26em; text-transform: uppercase;
  color: var(--gold); margin-bottom: 1.5rem;
  opacity: 0; animation: fadeInUp .8s var(--ease-out) .3s forwards;
}
.lhero-title {
  font-family: var(--font-serif);
  font-size: clamp(2.4rem, 6vw, 4.6rem);
  font-weight: 300; line-height: 1.08;
  color: var(--cream-off); letter-spacing: -.01em;
  margin-bottom: 1.6rem;
  opacity: 0; animation: slideUp 1s cubic-bezier(.16,1,.3,1) .45s forwards;
}
.lhero-title em { font-style: italic; color: var(--gold); }
.lhero-sub {
  font-family: var(--font-serif);
  font-size: clamp(1.05rem, 1.9vw, 1.35rem);
  font-weight: 300; line-height: 1.7;
  color: rgba(242,232,213,.78);
  max-width: 56ch; margin-bottom: 2.4rem;
  opacity: 0; animation: fadeInUp .8s var(--ease-out) .8s forwards;
}
.lhero-cta-row {
  display: flex; gap: 1rem; flex-wrap: wrap;
  opacity: 0; animation: fadeInUp .8s var(--ease-out) 1s forwards;
}
.btn--lg { padding: .95rem 2.4rem; font-size: .85rem; }

/* === STATEMENT (¿Qué es?) ============================== */
.statement { position: relative; text-align: center; overflow: hidden; }
.statement-mark {
  position: absolute; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: min(70vw, 560px); opacity: .04; pointer-events: none;
}
.statement-inner { position: relative; z-index: 1; max-width: 820px; margin: 0 auto; }
.statement h2 { margin-bottom: 1.5rem; }
.statement-quote {
  font-family: var(--font-serif);
  font-size: clamp(1.45rem, 3.2vw, 2.35rem);
  font-weight: 300; line-height: 1.5; color: var(--cream);
}
.statement-quote em { color: var(--gold); font-style: italic; }

/* === SPLIT (imagen + texto) ============================ */
.split {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(3rem, 6vw, 6rem); align-items: center;
  max-width: var(--inner); margin: 0 auto;
}
.split--reverse .split-media { order: 2; }
.split-media {
  position: relative; overflow: hidden;
  box-shadow: 0 24px 64px rgba(0,0,0,.45);
}
.split-media img { width: 100%; aspect-ratio: 4/5; object-fit: cover; transition: transform 1.2s var(--ease); }
.split-media:hover img { transform: scale(1.04); }
.split-media::after {
  content: ''; position: absolute; inset: 0;
  border: 1px solid rgba(201,162,100,.18); pointer-events: none;
}
.split-text { display: flex; flex-direction: column; align-items: flex-start; gap: .4rem; }
.split-text h2 { margin-bottom: .6rem; }
.split-text .muted-body { margin-bottom: 1rem; }
.split-credit {
  font-size: .85rem; color: var(--gold-lo); letter-spacing: .04em;
  border-left: 2px solid var(--gold); padding-left: 1rem; margin: .5rem 0 1.5rem;
  line-height: 1.6;
}
.highlight-stat { display: flex; align-items: baseline; gap: .6rem; margin-top: .5rem; }
.highlight-stat .stat-num { font-family: var(--font-serif); font-size: 2.8rem; font-weight: 300; color: var(--gold); line-height: 1; }
.highlight-stat span:last-child { font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }

/* === VIDEO FEATURE (YouTube facade) ==================== */
.video-feature { max-width: 940px; margin: 0 auto; }
.yt-lite {
  position: relative; aspect-ratio: 16/9; cursor: pointer;
  background: var(--card) center/cover no-repeat;
  border: 1px solid var(--border);
  box-shadow: 0 30px 80px rgba(0,0,0,.5);
  overflow: hidden;
}
.yt-lite::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(11,9,7,.1), rgba(11,9,7,.45));
  transition: background .3s;
}
.yt-lite:hover::before { background: linear-gradient(180deg, rgba(11,9,7,.05), rgba(11,9,7,.3)); }
.yt-play {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 84px; height: 84px; border-radius: 50%;
  background: rgba(201,162,100,.92);
  display: flex; align-items: center; justify-content: center;
  z-index: 2; transition: transform .3s var(--spring), background .3s;
  box-shadow: 0 8px 32px rgba(201,162,100,.45);
}
.yt-lite:hover .yt-play { transform: translate(-50%,-50%) scale(1.1); background: var(--gold-hi); }
.yt-play svg { width: 30px; height: 30px; color: var(--deep); margin-left: 4px; }
.yt-lite iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; z-index: 3; }
.video-caption { text-align: center; font-size: .85rem; color: var(--muted); margin-top: 1.2rem; letter-spacing: .04em; }

/* === FEATURE LIST (¿Qué incluye?) ====================== */
.feature-wrap { max-width: 980px; margin: 0 auto; }
.feature-list { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem 2.5rem; }
.feature-item { display: flex; gap: 1rem; align-items: flex-start; }
.feature-bullet {
  flex-shrink: 0; width: 38px; height: 38px; border-radius: 50%;
  border: 1px solid var(--border); display: flex; align-items: center; justify-content: center;
  color: var(--gold); margin-top: 2px;
}
.feature-bullet svg { width: 18px; height: 18px; }
.feature-item h4 { font-family: var(--font-head); font-weight: 400; font-size: 1.05rem; color: var(--cream); margin-bottom: .25rem; }
.feature-item p { font-size: .9rem; color: var(--muted); line-height: 1.65; }

.courses-card {
  margin-top: 2.5rem; background: var(--card); border: 1px solid var(--border);
  padding: clamp(1.5rem, 3vw, 2.25rem); border-radius: 4px;
  display: flex; flex-wrap: wrap; gap: 1.25rem 2rem; align-items: center;
}
.courses-card .label { margin-bottom: 0; }
.courses-list { display: flex; flex-wrap: wrap; gap: .75rem; flex: 1; }
.course-tag {
  display: inline-flex; align-items: center; gap: .55rem;
  border: 1px solid rgba(201,162,100,.3); border-radius: 30px;
  padding: .5rem 1.1rem; font-family: var(--font-serif); font-size: 1.05rem;
  color: var(--cream); background: rgba(201,162,100,.05);
}
.course-tag::before { content: '✦'; color: var(--gold); font-size: .7rem; }

/* === CHIPS (temas) ===================================== */
.chips { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.25rem; }
.chip {
  font-size: .82rem; letter-spacing: .04em; color: rgba(242,232,213,.82);
  border: 1px solid var(--border); border-radius: 30px; padding: .4rem .95rem;
  transition: border-color .3s, color .3s;
}
.chip:hover { border-color: rgba(201,162,100,.4); color: var(--gold); }

/* === AUDIENCE (¿Para quién es?) ======================== */
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5px; background: var(--border); max-width: var(--inner); margin: 0 auto; }
.audience-card { background: var(--card); padding: clamp(2rem, 3.5vw, 2.75rem); transition: background .3s; }
.audience-card:hover { background: var(--mid); }
.audience-num { font-family: var(--font-serif); font-size: 2.4rem; color: rgba(201,162,100,.25); line-height: 1; margin-bottom: 1rem; }
.audience-card p { font-size: .95rem; color: rgba(242,232,213,.78); line-height: 1.7; }

/* === CHECKLIST (No hace falta…) ======================== */
.checklist { max-width: 720px; margin: 0 auto; display: flex; flex-direction: column; gap: .9rem; }
.checklist li { display: flex; gap: 1rem; align-items: center; font-size: 1.05rem; color: rgba(242,232,213,.85); font-family: var(--font-serif); font-weight: 300; }
.checklist svg { width: 20px; height: 20px; color: var(--gold); flex-shrink: 0; }
.checklist li.no { color: var(--muted); }
.checklist li.no svg { color: var(--gold-lo); opacity: .7; }
.checklist-note { text-align: center; max-width: 56ch; margin: 2.5rem auto 0; font-family: var(--font-serif); font-style: italic; font-size: 1.15rem; color: var(--gold); line-height: 1.6; }

/* === REEL STRIP (videos verticales) ==================== */
.reel-strip {
  display: grid; grid-auto-flow: column; grid-auto-columns: minmax(220px, 1fr);
  gap: 1rem; overflow-x: auto; padding: .5rem 5vw 1.5rem;
  scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch;
}
.reel-strip::-webkit-scrollbar { height: 5px; }
.reel-strip::-webkit-scrollbar-thumb { background: var(--mid); border-radius: 4px; }
.reel-card {
  position: relative; aspect-ratio: 9/16; border-radius: 14px; overflow: hidden;
  border: 1px solid var(--border); background: var(--card);
  scroll-snap-align: center; box-shadow: 0 18px 48px rgba(0,0,0,.5);
}
.reel-card video { width: 100%; height: 100%; object-fit: cover; display: block; }
.reel-card::after {
  content: ''; position: absolute; inset: 0; pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(201,162,100,.12);
  background: linear-gradient(180deg, transparent 70%, rgba(11,9,7,.4));
}
.reel-mute {
  position: absolute; bottom: 12px; right: 12px; z-index: 2;
  width: 34px; height: 34px; border-radius: 50%;
  background: rgba(11,9,7,.55); backdrop-filter: blur(6px);
  display: flex; align-items: center; justify-content: center;
  border: 1px solid rgba(242,232,213,.2);
}
.reel-mute svg { width: 16px; height: 16px; color: var(--cream); }
.reel-mute.on { background: var(--gold); border-color: var(--gold); }
.reel-mute.on svg { color: var(--deep); }
.reel-strip-wrap .section-header { padding: 0 5vw; }

/* === QUOTE BAND (reusa estética philosophy) ============ */
.quote-band {
  position: relative; padding: var(--pad) 5vw; background: var(--dark);
  text-align: center; overflow: hidden; border-top: 1px solid var(--border);
}
.quote-band-mark { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); width: min(70vw, 560px); opacity: .04; pointer-events: none; }
.quote-band-inner { position: relative; z-index: 1; max-width: 760px; margin: 0 auto; }
.quote-band-text {
  font-family: var(--font-serif); font-size: clamp(1.4rem, 3vw, 2.1rem);
  font-weight: 300; line-height: 1.55; color: var(--cream); margin: 1.25rem 0;
}
.quote-band-text em { color: var(--gold); font-style: italic; }

/* === CTA BAND (cierre) ================================= */
.cta-band { position: relative; min-height: 70vh; display: flex; align-items: center; overflow: hidden; }
.cta-band-bg { position: absolute; inset: 0; z-index: 0; }
.cta-band-bg img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.cta-band-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(11,9,7,.75), rgba(11,9,7,.6) 50%, rgba(11,9,7,.88)); }
.cta-band-inner { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; padding: 5rem 5vw; text-align: center; }
.cta-band-inner h2 { color: var(--cream); margin-bottom: 1.25rem; }
.cta-band-inner p { color: rgba(242,232,213,.8); font-family: var(--font-serif); font-size: 1.2rem; font-weight: 300; line-height: 1.6; margin-bottom: 2rem; }

/* === MEMBRESÍA (pricing/CTA card) ====================== */
.member-wrap { max-width: 720px; margin: 0 auto; }
.member-card {
  background: linear-gradient(180deg, var(--card), var(--dark));
  border: 1px solid rgba(201,162,100,.25); border-radius: 6px;
  padding: clamp(2rem, 4vw, 3.25rem); text-align: center;
  box-shadow: 0 30px 90px rgba(0,0,0,.55); position: relative; overflow: hidden;
}
.member-card::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0; height: 3px;
  background: linear-gradient(90deg, transparent, var(--gold), transparent);
}
.member-logo { width: 56px; height: 56px; margin: 0 auto 1.25rem; opacity: .9; }
.member-card h3 { font-size: clamp(1.6rem, 3vw, 2.1rem); margin-bottom: .5rem; }
.member-card .lead { margin: 0 auto 1.5rem; }
.member-list { text-align: left; max-width: 460px; margin: 0 auto 2rem; display: flex; flex-direction: column; gap: .8rem; }
.member-list li { display: flex; gap: .75rem; align-items: flex-start; font-size: .92rem; color: rgba(242,232,213,.85); line-height: 1.55; }
.member-list svg { width: 18px; height: 18px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.member-price { margin: 1.5rem 0; }
.member-price .amount { font-family: var(--font-serif); font-size: 2.6rem; color: var(--cream); font-weight: 300; }
.member-price .per { font-size: .9rem; color: var(--muted); }
.member-price .note { display: block; font-size: .8rem; color: var(--muted); margin-top: .35rem; letter-spacing: .04em; }
.member-cta {
  display: inline-flex; align-items: center; gap: .7rem; width: 100%; justify-content: center;
  background: var(--gold); color: var(--deep); padding: 1.1rem 2rem; border-radius: 3px;
  font-family: var(--font-ui); font-weight: 600; font-size: .92rem; letter-spacing: .1em; text-transform: uppercase;
  transition: all .3s var(--ease);
}
.member-cta:hover { background: var(--gold-hi); transform: translateY(-2px); box-shadow: 0 12px 32px rgba(201,162,100,.35); }
.member-cta svg { width: 18px; height: 18px; }
.member-reassure { font-size: .88rem; color: var(--muted); margin-top: 1.25rem; line-height: 1.6; }
.mp-note { font-size: .75rem; color: var(--muted); opacity: .7; margin-top: 1rem; display: flex; align-items: center; justify-content: center; gap: .4rem; }
.mp-note svg { width: 14px; height: 14px; color: var(--gold); }

/* === STICKY CTA (mobile) =============================== */
.sticky-cta {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 4000;
  display: none; align-items: center; justify-content: space-between; gap: 1rem;
  padding: .85rem 1.1rem; background: rgba(22,18,16,.96);
  backdrop-filter: blur(14px); border-top: 1px solid var(--border);
  transform: translateY(100%); transition: transform .4s var(--ease);
}
.sticky-cta.show { transform: translateY(0); }
.sticky-cta span { font-family: var(--font-serif); font-size: 1rem; color: var(--cream); }
.sticky-cta .btn { padding: .65rem 1.25rem; }

/* === BREADCRUMB / back link ============================ */
.page-tag { display: inline-flex; align-items: center; gap: .5rem; }

/* === RESPONSIVE ======================================== */
@media (max-width: 980px) {
  .feature-list { grid-template-columns: 1fr; gap: 1.25rem; }
  .audience-grid { grid-template-columns: 1fr; }
}
@media (max-width: 860px) {
  .split { grid-template-columns: 1fr; gap: 2.5rem; }
  .split--reverse .split-media { order: 0; }
  .split-media img { aspect-ratio: 16/11; }
}
@media (max-width: 720px) {
  .lhero-title { font-size: clamp(2rem, 9vw, 3rem); }
  .reel-strip { grid-auto-columns: 70%; }
  .sticky-cta { display: flex; }
  .courses-card { flex-direction: column; align-items: flex-start; }
}
