/* ============================================================
   VIEWING ADVISED — Guide Sales Page CSS
   ============================================================ */

.guide-page {
  background: var(--white);
  --font-serif: 'DM Serif Display', Georgia, serif;
}

.guide-container {
  width: 100%;
  max-width: 1100px;
  margin-inline: auto;
  padding-inline: var(--gutter);
}

.guide-container--narrow { max-width: 760px; }

.guide-eyebrow {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--green-stamp);
  display: block;
  margin-bottom: 1rem;
}

.guide-eyebrow--center { text-align: center; }

.guide-section-title {
  font-family: var(--font-serif);
  font-size: clamp(1.25rem, 1.75vw, 1.625rem);
  font-weight: 400;
  line-height: 1.25;
  color: #1C1C1A;
  margin-bottom: 1.25rem;
  letter-spacing: -0.01em;
}

.guide-section-title--center { text-align: center; }

.guide-section-body {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-muted);
  font-weight: 300;
}

.guide-section-body--center {
  text-align: center;
  max-width: 560px;
  margin-inline: auto;
}

.guide-section        { padding: 4.5rem var(--gutter); }
.guide-section--white { background: var(--white); }
.guide-section--light { background: var(--off-white); }
.guide-section--green { background: var(--green-deep); }

/* Nav */
.nav--guide .nav__links { display: none; }

.guide-nav-cta {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--green-deep);
  padding: 0.625rem 1.25rem;
  border-radius: 1px;
  transition: background var(--transition);
  text-decoration: none;
  white-space: nowrap;
}

.guide-nav-cta:hover { background: var(--green-stamp); }

/* Buttons */
.guide-btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.9375rem 2rem;
  background: var(--green-deep);
  color: var(--white);
  font-family: var(--font-sans);
  font-size: 0.8125rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 1px;
  transition: background var(--transition), transform var(--transition);
  cursor: pointer;
  white-space: nowrap;
}

.guide-btn-primary:hover { background: var(--green-stamp); transform: translateY(-1px); }
.guide-btn-primary:active { transform: translateY(0); }
.guide-btn-primary--large { padding: 1.125rem 2.75rem; font-size: 0.9375rem; }

/* ============================================================ HERO */
.guide-hero {
  padding: 6.5rem var(--gutter) 4.5rem;
  background: var(--off-white);
  border-bottom: 1px solid rgba(28,28,26,0.07);
}

.guide-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: center;
  max-width: 1100px;
  margin-inline: auto;
}

.guide-hero__headline {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.25vw, 2.125rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  color: #1C1C1A;
  margin-bottom: 1rem;
}

.guide-hero__headline em { font-style: italic; color: var(--green-deep); }

.guide-hero__subline {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--text-muted);
  font-weight: 300;
  margin-bottom: 1.75rem;
  max-width: 460px;
}

.guide-hero__reassurance {
  font-size: 0.8125rem;
  color: var(--text-muted);
  margin-top: 0.75rem;
  font-weight: 300;
}

.guide-mockup-card {
  background: var(--green-deep);
  padding: 2rem 2rem;
  border-radius: 2px;
  color: var(--white);
  width: 100%;
}

.guide-mockup-card__brand {
  font-family: var(--font-serif);
  font-size: 1rem;
  color: rgba(255,255,255,0.9);
  font-style: italic;
  margin-bottom: 0.2rem;
}

.guide-mockup-card__title {
  font-size: 0.5625rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
  margin-bottom: 1.125rem;
}

.guide-mockup-card__divider {
  height: 1px;
  background: rgba(255,255,255,0.1);
  margin-bottom: 1.125rem;
}

.guide-mockup-card__chapters { list-style: none; margin-bottom: 0; }

.guide-mockup-card__chapters li {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.6);
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.07);
  display: flex;
  align-items: flex-start;
  gap: 0.625rem;
}

.guide-mockup-card__chapters li:last-child {
  border-bottom: none;
}

.guide-mockup-card__chapters li span {
  font-size: 0.5625rem;
  color: rgba(255,255,255,0.25);
  min-width: 1.25rem;
  padding-top: 0.2rem;
  flex-shrink: 0;
}

.guide-mockup-card__chapters li div {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

.guide-mockup-card__chapters li strong {
  font-weight: 500;
  color: rgba(255,255,255,0.85);
}

.guide-mockup-card__chapters li em {
  font-style: normal;
  font-size: 0.625rem;
  color: rgba(255,255,255,0.35);
  font-weight: 300;
}

/* Featured £9 CTA block */
.guide-mockup-card__cta {
  margin-top: 1.25rem;
  padding-top: 1rem;
  text-align: center;
}

.guide-mockup-card__price {
  font-family: var(--font-serif);
  font-size: 2.75rem;
  font-weight: 400;
  color: var(--white);
  line-height: 1;
  white-space: nowrap;
  display: block;
  letter-spacing: -0.02em;
  margin-bottom: 0.25rem;
}

.guide-mockup-card__price-note {
  font-size: 0.625rem;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

@media (max-width: 900px) {
  .guide-hero__inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .guide-hero { padding-top: 5.5rem; padding-bottom: 3.5rem; }
  .guide-hero__headline { font-size: 1.625rem !important; }
}

/* ============================================================ VIDEO */
.guide-video-section {
  padding: 4.5rem var(--gutter);
  background: var(--white);
  text-align: center;
}

.guide-video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-top: 2rem;
  background: var(--charcoal);
}

.guide-video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  border: 0;
}

.guide-video-placeholder {
  margin-top: 2rem;
  border: 1px dashed rgba(28,28,26,0.15);
  padding: 3rem 2rem;
  background: var(--off-white);
}

.guide-video-placeholder__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.625rem;
}

.guide-video-placeholder__icon {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: rgba(28,28,26,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.875rem;
  color: var(--text-muted);
}

.guide-video-placeholder__text {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  color: var(--charcoal);
  opacity: 0.35;
}

.guide-video-placeholder__sub {
  font-size: 0.8125rem;
  color: var(--text-muted);
  font-weight: 300;
}

/* ============================================================ WHO IS THIS FOR */
.guide-for-who {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  margin-top: 2.5rem;
}

.guide-for-who__label {
  font-family: var(--font-sans);
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 1.125rem;
}

.guide-for-who__label--yes { color: var(--green-stamp); }
.guide-for-who__label--no  { color: var(--text-muted); }

.guide-for-who__list { list-style: none; display: flex; flex-direction: column; gap: 0.75rem; }

.guide-for-who__col--yes .guide-for-who__list li,
.guide-for-who__col--no .guide-for-who__list li {
  font-size: 0.9375rem;
  line-height: 1.55;
  padding-left: 1.375rem;
  position: relative;
  font-weight: 300;
}

.guide-for-who__col--yes .guide-for-who__list li { color: var(--charcoal); }
.guide-for-who__col--no .guide-for-who__list li  { color: var(--text-muted); }

.guide-for-who__col--yes .guide-for-who__list li::before { content: '✓'; position: absolute; left: 0; color: var(--green-stamp); }
.guide-for-who__col--no .guide-for-who__list li::before  { content: '×'; position: absolute; left: 0; color: var(--mid-grey); }

@media (max-width: 640px) { .guide-for-who { grid-template-columns: 1fr; } }

/* ============================================================ CREDIBILITY */
.guide-credibility { display: flex; justify-content: center; }

.guide-credibility__quote { max-width: 660px; text-align: center; }

.guide-credibility__text {
  font-family: var(--font-serif);
  font-size: clamp(0.9375rem, 1.5vw, 1.125rem);
  font-style: italic;
  line-height: 1.75;
  color: rgba(255,255,255,0.88);
  margin-bottom: 1.5rem;
}

.guide-credibility__attribution {
  font-size: 0.6875rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.35);
}

/* ============================================================ CHAPTERS */
.guide-chapters {
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
  border-top: 1px solid rgba(28,28,26,0.08);
}

.guide-chapter {
  display: grid;
  grid-template-columns: 2.5rem 1fr;
  gap: 1.75rem;
  padding: 1.75rem 0;
  border-bottom: 1px solid rgba(28,28,26,0.08);
  align-items: start;
}

.guide-chapter:last-of-type {
  border-bottom: none;
}

/* Chapter numbers — hardcoded dark, no variable, no opacity */
.guide-chapter__num {
  font-family: var(--font-sans);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #1C1C1A;
  opacity: 1 !important;
  padding-top: 0.3rem;
}

.guide-chapter__title {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  color: var(--charcoal);
  margin-bottom: 0.375rem;
  line-height: 1.3;
}

.guide-chapter__text {
  font-size: 0.9rem;
  line-height: 1.7;
  color: var(--text-muted);
  font-weight: 300;
}

.guide-mid-cta { text-align: center; margin-top: 3rem; padding-top: 3rem; }
.guide-mid-cta__note { font-size: 0.8125rem; color: var(--text-muted); margin-top: 0.75rem; font-weight: 300; }

/* ============================================================ PRICE ANCHORING */
.guide-anchors {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
  margin-top: 2.5rem;
}

.guide-anchor {
  border: 1px solid rgba(28,28,26,0.1);
  padding: 1.5rem 1.25rem;
  text-align: center;
  border-radius: 1px;
}

.guide-anchor--crossed { background: var(--white); }
.guide-anchor--highlight { background: var(--green-deep); border-color: var(--green-deep); }

.guide-anchor__price {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  line-height: 1;
  white-space: nowrap;
  margin-bottom: 0.5rem;
  letter-spacing: -0.02em;
  display: block;
}

/* Bold red strikethrough — forced, cross-browser */
.guide-anchor--crossed .guide-anchor__price {
  color: rgba(28,28,26,0.4) !important;
  text-decoration: line-through !important;
  text-decoration-color: #c0392b !important;
  text-decoration-thickness: 3px !important;
  -webkit-text-decoration-line: line-through;
  -webkit-text-decoration-color: #c0392b;
}

.guide-anchor--highlight .guide-anchor__price { color: var(--white); }

.guide-anchor__label { font-size: 0.75rem; font-weight: 500; letter-spacing: 0.06em; margin-bottom: 0.5rem; line-height: 1.4; }
.guide-anchor--crossed .guide-anchor__label   { color: var(--charcoal); }
.guide-anchor--highlight .guide-anchor__label { color: rgba(255,255,255,0.85); }

.guide-anchor__note { font-size: 0.75rem; font-weight: 300; line-height: 1.55; }
.guide-anchor--crossed .guide-anchor__note   { color: var(--text-muted); }
.guide-anchor--highlight .guide-anchor__note { color: rgba(255,255,255,0.6); }

@media (max-width: 900px) { .guide-anchors { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .guide-anchors { grid-template-columns: 1fr; } }

/* ============================================================ GUARANTEE */
.guide-guarantee {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem;
  align-items: start;
  padding: 2.5rem;
  border: 1px solid rgba(28,28,26,0.09);
  background: var(--off-white);
}

.guide-guarantee__icon { color: var(--green-stamp); flex-shrink: 0; margin-top: 0.25rem; }

.guide-guarantee__title {
  font-family: var(--font-serif);
  font-size: 1.375rem;
  color: var(--charcoal);
  margin-bottom: 0.75rem;
}

.guide-guarantee__body {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: var(--charcoal);
  font-weight: 300;
  margin-bottom: 0.75rem;
}

.guide-guarantee__sub {
  font-size: 0.875rem;
  line-height: 1.65;
  color: var(--text-muted);
  font-weight: 300;
  font-style: italic;
}

@media (max-width: 640px) {
  .guide-guarantee { grid-template-columns: 1fr; padding: 1.75rem 1.5rem; gap: 1.25rem; }
}

/* ============================================================ FINAL CTA */
.guide-final-cta { background: var(--charcoal); padding: 5.5rem var(--gutter); }

.guide-final-cta__inner {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.25rem;
}

.guide-final-cta__headline {
  font-family: var(--font-serif);
  font-size: clamp(1.5rem, 2.5vw, 2.25rem);
  line-height: 1.2;
  color: var(--white);
  letter-spacing: -0.01em;
}

.guide-final-cta__sub {
  font-size: 0.9375rem;
  line-height: 1.7;
  color: rgba(255,255,255,0.5);
  font-weight: 300;
  max-width: 480px;
}

.guide-final-cta__reassurance {
  font-size: 0.8125rem;
  color: rgba(255,255,255,0.3);
  font-weight: 300;
  letter-spacing: 0.05em;
}

.guide-final-cta__back a {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
  text-decoration: none;
  transition: color var(--transition);
  margin-top: 0.5rem;
  display: inline-block;
}

.guide-final-cta__back a:hover { color: rgba(255,255,255,0.6); }
