/* ════════════════════════════════════════════
   cos.css — Creator Operating System page
   Page-specific components on top of pages.css
   ════════════════════════════════════════════ */

/* ── ANNOUNCE BAR ── */
.cos-announce {
  margin-top: 68px;
  background: var(--charcoal);
  padding: 0.8rem 5vw;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cos-announce::before {
  content: '';
  position: absolute; inset: 0;
  background: radial-gradient(circle at 50% 0%, rgba(201,168,76,0.14) 0%, transparent 70%);
}
.cos-announce p {
  position: relative; z-index: 2;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  font-weight: 500;
}
.cos-announce strong { color: var(--gold); font-weight: 600; }

/* hero sits right under the announce bar — kill the nav top-padding */
.page-hero.cos-hero { padding-top: 4rem; }
.page-hero.cos-hero .page-hero-inner { text-align: center; }
.page-hero.cos-hero .page-eyebrow { justify-content: center; }
.page-hero.cos-hero h1 { max-width: 18ch; margin-left: auto; margin-right: auto; }
.page-hero.cos-hero .lead { margin-left: auto; margin-right: auto; }
.page-hero.cos-hero .hero-cta-row { justify-content: center; }

/* ── TRAILER ── */
.cos-trailer { max-width: 760px; margin: 2.75rem auto 0; }
.cos-trailer .embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid var(--border-gold);
  box-shadow: 0 30px 80px rgba(0,0,0,0.14);
}
.cos-trailer .embed iframe {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: none;
}

/* ── CENTER CTA HELPER ── */
.center-cta { text-align: center; margin-top: 3rem; }
.center-cta.tight { margin-top: 2rem; }

/* ── IG PROOF GALLERY ── */
.ig-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.4rem;
}
.ig-card {
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.1);
  background: #000;
  transition: transform 0.2s, border-color 0.2s;
}
.ig-card:hover { transform: translateY(-4px); border-color: var(--border-gold); }
.ig-card img { width: 100%; display: block; }
.ig-cap {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 1rem 1.2rem 1.15rem;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.ig-cap .ig-name { font-size: 0.92rem; font-weight: 600; color: var(--white); }
.ig-cap .ig-handle { font-size: 0.78rem; color: rgba(255,255,255,0.45); font-weight: 300; }
.ig-cap .ig-foll {
  font-size: 0.74rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 600;
  white-space: nowrap;
}
.ig-growth {
  display: block;
  font-size: 0.78rem;
  font-weight: 600;
  color: var(--gold);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.ig-growth .arrow { color: rgba(255,255,255,0.4); margin: 0 0.3rem; font-weight: 400; }
.ig-card.mine { border-color: var(--border-gold); }
.ig-card.mine .ig-cap { background: rgba(201,168,76,0.06); }

/* ── PROGRAM CARDS (two offers) ── */
.program-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
}
.program-card {
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 2.75rem 2.5rem;
  background: var(--white);
  display: flex;
  flex-direction: column;
}
.program-tag {
  align-self: flex-start;
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--gold-dark);
  background: var(--gold-pale);
  border: 1px solid var(--border-gold);
  padding: 0.3rem 0.8rem;
  border-radius: 2px;
  margin-bottom: 1.4rem;
}
.program-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.7rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.85rem;
  line-height: 1.2;
}
.program-card > p {
  font-size: 0.95rem;
  line-height: 1.7;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.program-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
  border-top: 1px solid var(--border);
  padding-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.program-card li {
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
  font-size: 0.92rem;
  line-height: 1.55;
  color: var(--charcoal-mid);
  font-weight: 300;
}
.program-card li svg { width: 17px; height: 17px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.program-perfect {
  font-size: 0.88rem;
  line-height: 1.6;
  color: var(--charcoal);
  font-weight: 400;
  margin-top: auto;
}
.program-perfect strong { color: var(--gold-dark); font-weight: 600; }

/* ── PRICING ── */
.price-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.75rem;
  max-width: 980px;
  margin: 0 auto;
  align-items: stretch;
}
.price-card {
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 2.75rem 2.5rem;
  background: var(--white);
  display: flex;
  flex-direction: column;
  position: relative;
}
.price-card.featured {
  background: var(--charcoal);
  border-color: var(--charcoal);
  box-shadow: 0 30px 70px rgba(0,0,0,0.18);
}
.price-badge {
  position: absolute;
  top: -13px; left: 2.5rem;
  background: var(--gold);
  color: var(--charcoal);
  font-size: 0.66rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0.34rem 0.95rem;
  border-radius: 2px;
}
.price-card h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.55rem;
  font-weight: 500;
  color: var(--charcoal);
  margin-bottom: 0.65rem;
}
.price-card.featured h3 { color: var(--white); }
.price-card .pc-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  color: var(--muted);
  font-weight: 300;
  margin-bottom: 1.75rem;
}
.price-card.featured .pc-desc { color: rgba(255,255,255,0.55); }
.price-card ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  border-top: 1px solid var(--border);
  padding-top: 1.75rem;
  margin-bottom: 1.75rem;
}
.price-card.featured ul { border-color: rgba(255,255,255,0.12); }
.price-card li {
  display: flex;
  gap: 0.7rem;
  align-items: flex-start;
  font-size: 0.9rem;
  line-height: 1.55;
  color: var(--charcoal-mid);
  font-weight: 300;
}
.price-card.featured li { color: rgba(255,255,255,0.72); }
.price-card li svg { width: 16px; height: 16px; color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.price-card li.guarantee { font-style: italic; color: var(--muted); }
.price-card.featured li.guarantee { color: rgba(255,255,255,0.6); }
.price-amount {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 3rem;
  font-weight: 600;
  color: var(--charcoal);
  line-height: 1;
  margin-top: auto;
  margin-bottom: 1.5rem;
}
.price-card.featured .price-amount { color: var(--gold); }
.price-amount small { font-size: 0.9rem; font-weight: 400; color: var(--muted); letter-spacing: 0.02em; }
.price-card.featured .price-amount small { color: rgba(255,255,255,0.5); }
.price-cta {
  display: block;
  text-align: center;
  background: var(--charcoal);
  color: var(--white);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 1.1rem 1.5rem;
  border-radius: 3px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
}
.price-cta:hover { background: var(--gold-dark); transform: translateY(-1px); }
.price-card.featured .price-cta { background: var(--gold); color: var(--charcoal); }
.price-card.featured .price-cta:hover { background: var(--gold-light); }

/* ── PROBLEM / PAIN PROSE EMPHASIS ── */
.prose .lead-line {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.25rem;
  font-style: italic;
  color: var(--charcoal);
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.prose .turn {
  color: var(--charcoal);
  font-weight: 500;
}
.prose ol.clarity-systems {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin: 0 0 1.5rem;
}
.prose ol.clarity-systems li {
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
  font-size: 1.02rem;
  line-height: 1.65;
  color: var(--charcoal-mid);
  font-weight: 300;
}
.prose ol.clarity-systems .nm {
  flex-shrink: 0;
  font-family: 'Playfair Display', Georgia, serif;
  font-weight: 600;
  color: var(--gold);
}
.prose ol.clarity-systems strong { color: var(--charcoal); font-weight: 600; }

/* dark "why most stay stuck" cross-list inside prose */
.stuck-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
  margin: 1.75rem 0;
}
.stuck-list li {
  display: flex;
  gap: 0.8rem;
  align-items: center;
  font-size: 1rem;
  color: rgba(255,255,255,0.72);
  font-weight: 300;
}
.stuck-list li .x {
  flex-shrink: 0;
  width: 22px; height: 22px;
  border-radius: 50%;
  background: rgba(201,168,76,0.12);
  border: 1px solid rgba(201,168,76,0.3);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold);
}
.stuck-list li .x svg { width: 11px; height: 11px; }

/* ── RESPONSIVE ── */
@media (max-width: 900px) {
  .ig-grid { grid-template-columns: repeat(2, 1fr); }
  .program-grid, .price-grid { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
}
@media (max-width: 560px) {
  .ig-grid { grid-template-columns: 1fr; max-width: 380px; margin: 0 auto; }
}
