/* ============================================================
   CHECKLIST OPT-IN PAGE
   /checklist/ — Growth Checklist For 7 & 8 Figure Founders
   v5 — solid gold buttons, no card in hero, correct bottom form
   ============================================================ */

/* ============================================================
   HERO — light gray, 2-col: Chris photo left / content right
   Left col: 587px wide (original measured), right: 1fr
   ============================================================ */
.cl-hero {
  background: #f2f5f6;
  color: #111;
}

.cl-hero-inner {
  display: grid;
  grid-template-columns: 587px 1fr;
  max-width: 1200px;
  margin: 0 auto;
  min-height: 880px;
  align-items: stretch;
}

.cl-hero-photo {
  overflow: hidden;
  background: #f2f5f6;
}

.cl-hero-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.cl-hero-content {
  padding: 50px 40px 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
}

.cl-eyebrow {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  color: #111;
  margin: 0 0 16px;
  line-height: 1.5;
}

.cl-eyebrow strong {
  font-weight: 700;
}

.cl-headline {
  font-family: var(--font-body);
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  margin: 0 0 20px;
}

.cl-teaser {
  font-family: var(--font-body);
  font-size: 14px;
  color: #555;
  line-height: 1.7;
  margin: 0 0 24px;
}

/* ============================================================
   FORM AREA — flat, no card
   ============================================================ */
.cl-form-area {
  width: 100%;
  position: relative;
}

.cl-form-area .cl-success {
  display: none;
  text-align: center;
  padding: 20px 0;
}

.cl-form-area .cl-success.visible {
  display: block;
}

.cl-success-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #111;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.cl-success-icon svg {
  width: 22px;
  height: 22px;
  stroke: #D4A853;
}

.cl-success h3 {
  font-family: var(--font-body);
  font-size: 20px;
  font-weight: 400;
  color: #111;
  margin: 0 0 8px;
}

.cl-success p {
  font-family: var(--font-body);
  font-size: 15px;
  color: #555;
  margin: 0;
}

.cl-form {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cl-input {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 13px 14px;
  font-family: var(--font-body);
  font-size: 15px;
  color: #111;
  background: #fff;
  outline: none;
  box-sizing: border-box;
  transition: border-color 0.2s;
}

.cl-input:focus {
  border-color: #888;
}

.cl-input::placeholder {
  color: #aaa;
}

/* SOLID GOLD BUTTON — matching original */
.cl-btn {
  width: 100%;
  background: #D4A853;
  color: #000;
  border: none;
  border-radius: 3px;
  padding: 20px 24px;
  font-family: var(--font-body);
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  line-height: 1;
}

.cl-btn:hover {
  background: #c49a42;
  transform: translateY(-1px);
}

.cl-btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none;
}

.cl-form-error {
  display: none;
  font-family: var(--font-body);
  font-size: 13px;
  color: #c0392b;
  text-align: center;
}

.cl-form-error.visible {
  display: block;
}

/* ============================================================
   WHAT YOU'LL LEARN
   Order: heading → icons → sub-heading → body text
   ============================================================ */
.cl-learn {
  background: #f5f6f7;
  color: #111;
  padding: clamp(60px, 7vw, 96px) 0;
}

.cl-learn-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
}

.cl-learn-heading {
  font-family: var(--font-body);
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 0 0 28px;
  text-align: left;
}

.cl-icons {
  display: grid;
  grid-template-columns: repeat(3, 150px);
  gap: 24px;
  margin: 0 0 24px;
}

.cl-icons img {
  width: 150px;
  height: 150px;
  object-fit: contain;
  display: block;
}

.cl-learn-sub {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #333;
  margin: 0 0 clamp(24px, 3vw, 36px);
  text-align: left;
}

.cl-learn-body {
  max-width: 1100px;
}

.cl-learn-body p {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.85;
  color: #333;
  margin: 0 0 20px;
}

.cl-learn-body p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   BIO SECTION — dark background
   ============================================================ */
.cl-bio {
  background: #0a0100;
  padding: clamp(60px, 7vw, 96px) 0;
}

.cl-bio-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
  display: grid;
  grid-template-columns: 365px 1fr;
  gap: clamp(40px, 5vw, 80px);
  align-items: start;
}

.cl-bio-photo img {
  width: 365px;
  height: 334px;
  object-fit: cover;
  object-position: top center;
  display: block;
}

.cl-bio-heading {
  font-family: var(--font-heading);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgb(117,117,117);
  margin: 0 0 clamp(20px, 2.5vw, 30px);
}

.cl-bio-text p {
  font-family: var(--font-body);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.85;
  color: rgba(255,255,255,0.75);
  margin: 0 0 20px;
}

.cl-bio-text p:last-child {
  margin-bottom: 0;
}

/* ============================================================
   LOGOS STRIP
   ============================================================ */
.cl-logos {
  background: #fff;
  color: #111;
  padding: clamp(24px, 3vw, 40px) 0;
}

.cl-logos-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
}

.cl-logos-inner img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 1100px;
}

/* ============================================================
   TESTIMONIAL VIDEOS + CTA
   Order: 3 videos → CTA headline below
   ============================================================ */
.cl-videos {
  background: #fff;
  color: #111;
  padding: clamp(40px, 5vw, 70px) 0;
}

.cl-videos-inner {
  max-width: 1310px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
}

.cl-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(16px, 2.5vw, 30px);
}

.cl-video-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background: #000;
}

.cl-video-wrap video {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.cl-cta-headline {
  font-family: var(--font-body);
  font-size: clamp(22px, 2.8vw, 36px);
  font-weight: 700;
  color: #111;
  line-height: 1.2;
  margin: clamp(30px, 4vw, 50px) 0 0;
  text-align: center;
}

/* ============================================================
   BOTTOM FORM — headline full-width, then report image + form
   ============================================================ */
.cl-bottom {
  background: #fff;
  color: #111;
  padding: clamp(40px, 5vw, 70px) 0 clamp(60px, 7vw, 96px);
}

.cl-bottom-inner {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 clamp(24px, 4vw, 60px);
  display: flex;
  flex-direction: column;
  gap: clamp(30px, 4vw, 50px);
}

.cl-bottom-inner .cl-cta-headline {
  margin: 0;
  text-align: center;
}

.cl-bottom-cols {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: clamp(30px, 4vw, 60px);
  align-items: center;
}

.cl-bottom-product img {
  height: 244px;
  width: auto;
  display: block;
  object-fit: contain;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1200px) {
  .cl-hero-inner {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1100px) {
  .cl-bio-inner {
    grid-template-columns: 280px 1fr;
  }
}

@media (max-width: 900px) {
  .cl-hero-inner {
    grid-template-columns: 1fr;
    min-height: auto;
  }
  .cl-hero-photo {
    max-height: 420px;
  }
  .cl-hero-content {
    padding: 40px 24px;
  }
  .cl-bio-inner {
    grid-template-columns: 1fr;
  }
  .cl-bio-photo {
    max-width: 260px;
  }
  .cl-bio-photo img {
    width: 100%;
    height: auto;
  }
  .cl-video-grid {
    grid-template-columns: 1fr;
  }
  .cl-icons {
    grid-template-columns: repeat(3, 1fr);
  }
  .cl-icons img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 600px) {
  .cl-icons {
    gap: 16px;
  }
  .cl-bottom-cols {
    grid-template-columns: 1fr;
  }
  .cl-bottom-product {
    max-width: 200px;
    margin: 0 auto;
  }
}

/* ============================================================
   CHECKLIST-SPECIFIC FOOTER — minimal, matching original
   ============================================================ */
.cl-footer {
  background: #1a1a1a;
  color: #999;
  padding: 20px 24px;
  text-align: center;
  font-family: var(--font-body);
  font-size: 13px;
}

.cl-footer-copy {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-bottom: 10px;
  color: #999;
}

.cl-footer-logo {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  opacity: 0.7;
}

.cl-footer-links {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.cl-footer-links a {
  color: #999;
  text-decoration: none;
  font-size: 13px;
}

.cl-footer-links a:hover {
  color: #ccc;
}
