/* From Ghosted to Greenlit — Kajabi implementation */
:root {
  --gl-bone: #FAF8F4;
  --gl-bone-2: #F0EAE0;
  --gl-wine: #3A2A1C;
  --gl-wine-deep: #2A1E14;
  --gl-ink: #1C1510;
  --gl-gold: #B89A78;
  --gl-gold-soft: #CDB59A;
  --gl-muted: #5A4A3A;
  --gl-line: #E5DDD1;
}

html { scroll-behavior: smooth; }
body#encore-theme {
  background: var(--gl-bone);
  color: var(--gl-ink);
  font-family: "Jost", sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
body#encore-theme h1,
body#encore-theme h2,
body#encore-theme h3,
body#encore-theme h4 {
  font-family: "Caprasimo", serif;
  font-weight: 400;
  letter-spacing: -.015em;
}
body#encore-theme p { color: inherit; }
body#encore-theme .section { position: relative; }
body#encore-theme .section .section__overlay { pointer-events: none; }
body#encore-theme .block-type--code .block { width: 100%; }
body#encore-theme .block-type--theme_asset_image .block { height: 100%; width: 100%; }
body#encore-theme .btn {
  font-family: "Jost", sans-serif;
  font-size: .95rem;
  font-weight: 650;
  letter-spacing: .06em;
  text-transform: uppercase;
  padding: 18px 32px;
  transition: transform .18s ease, filter .18s ease;
}
body#encore-theme .btn:hover {
  filter: brightness(.94);
  transform: translateY(-2px);
}

/* Announcement */
#section-greenlit_topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  border-bottom: 1px solid #3A2E24;
}
#section-greenlit_topbar .row,
#section-greenlit_topbar [class*="col-"],
#section-greenlit_topbar .block { margin: 0; padding: 0; }
.gl-topbar {
  color: var(--gl-bone);
  text-align: center;
  font-size: .82rem;
  font-weight: 600;
  letter-spacing: .15em;
  line-height: 1.35;
  text-transform: uppercase;
}
.gl-topbar > span { color: var(--gl-gold-soft); padding: 0 .35em; }
.gl-topbar strong { color: #FFE34D; white-space: nowrap; }

/* Hero */
#section-greenlit_hero .row { margin: 0; align-items: stretch !important; }
#section-greenlit_hero [class*="col-"] { padding: 0; }
#section-greenlit_hero .block { height: 100%; padding: 0; }
#section-greenlit_hero .block-type--text {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 72vh;
  padding: 58px clamp(22px, 4vw, 72px);
}
#section-greenlit_hero .block-type--text .block { height: auto; max-width: 680px; }
.gl-hero-image { height: 100%; min-height: 72vh; }
.gl-hero-image img {
  width: 100%;
  height: 100%;
  min-height: 72vh;
  object-fit: cover;
  object-position: 72% 32%;
}
.gl-hero-copy { color: var(--gl-bone); }
.gl-hero-copy h1 {
  color: #E3D5C0 !important;
  font-size: clamp(3rem, 5.2vw, 5rem) !important;
  line-height: .94 !important;
  text-transform: uppercase;
  margin: 0 0 22px;
}
.gl-hero-sub {
  color: #fff;
  font-size: clamp(1rem, 1.35vw, 1.14rem);
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 28px;
}
.gl-hero-statement {
  border-top: 1px solid #3A2E24;
  color: #fff;
  font-family: "Caprasimo", serif;
  font-size: 1.05rem;
  line-height: 1.35;
  margin: 30px auto 0;
  padding-top: 24px;
}
.gl-hero-statement span { text-decoration: line-through; text-decoration-color: #C0392B; }
.gl-hero-statement em { color: var(--gl-gold-soft); font-style: normal; }
.gl-guarantee {
  color: var(--gl-gold-soft);
  font-size: .78rem;
  letter-spacing: .04em;
  margin: 14px 0 0;
}
#section-greenlit_hero .btn { margin-top: 4px; }

/* Moving brand ticker */
#section-greenlit_ticker .row,
#section-greenlit_ticker [class*="col-"],
#section-greenlit_ticker .block { margin: 0; padding: 0; }
.gl-ticker {
  border-bottom: 1px solid var(--gl-line);
  border-top: 1px solid var(--gl-line);
  overflow: hidden;
  padding: 14px 0;
  white-space: nowrap;
}
.gl-ticker-track {
  animation: glTicker 26s linear infinite;
  display: inline-flex;
  white-space: nowrap;
  will-change: transform;
}
.gl-ticker-track span {
  color: var(--gl-gold);
  font-size: .74rem;
  font-weight: 500;
  letter-spacing: .18em;
  padding-right: 1.2em;
  text-transform: uppercase;
}
.gl-ticker-track b { color: var(--gl-ink); }
.gl-ticker:hover .gl-ticker-track { animation-play-state: paused; }
@keyframes glTicker { to { transform: translateX(-50%); } }

/* Shared typography */
.gl-section-title {
  font-size: clamp(2.45rem, 5vw, 4.1rem) !important;
  line-height: .98 !important;
  margin: 0 0 34px;
}
.gl-lead {
  color: var(--gl-muted);
  font-size: 1.14rem;
  line-height: 1.65;
  max-width: 62ch;
}
.gl-centered { margin-left: auto; margin-right: auto; }
.gl-eyebrow,
.gl-label {
  color: var(--gl-gold);
  display: inline-block;
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.gl-highlight {
  background: linear-gradient(105deg, rgba(255,232,90,0) .8%, rgba(255,232,90,.9) 3%, rgba(255,232,90,.72) 7%, rgba(255,232,90,.72) 92%, rgba(255,232,90,0) 98%);
  padding: .02em .16em;
}
.gl-statement {
  color: var(--gl-bone) !important;
  font-family: "Caprasimo", serif;
  font-size: clamp(1.65rem, 3.4vw, 2.8rem);
  line-height: 1.15;
  margin: 0 auto;
  max-width: 29ch;
}
.gl-statement em { color: var(--gl-gold-soft); font-style: normal; }

/* Authority */
.gl-cred-copy h2 {
  color: var(--gl-wine) !important;
  font-size: clamp(2.1rem, 4vw, 3.4rem) !important;
  line-height: 1.05 !important;
}
.gl-cred-copy h2 em { color: var(--gl-gold); font-style: normal; }
.gl-cred-copy p { color: var(--gl-muted); font-size: 1.18rem; margin-top: 22px; }
.gl-cred-copy strong { color: var(--gl-wine); }
.gl-portrait { overflow: hidden; }
.gl-portrait img { display: block; height: 100%; object-fit: cover; width: 100%; }
.gl-portrait-cred { border-radius: 10px; height: 520px; }
.gl-portrait-cred img { object-position: center 22%; }

/* Native feature blocks */
#section-greenlit_for_you .block-type--feature,
#section-greenlit_offer .block-type--feature,
#section-greenlit_how .block-type--feature,
#section-greenlit_walk .block-type--feature,
#section-greenlit_sides .block-type--feature,
#section-greenlit_results .block-type--feature,
#section-greenlit_included .block-type--feature {
  margin-top: 24px;
}
#section-greenlit_for_you .block-type--feature .block,
#section-greenlit_walk .block-type--feature .block,
#section-greenlit_results .block-type--feature .block,
#section-greenlit_included .block-type--feature .block {
  border: 1px solid var(--gl-line);
  border-radius: 10px;
  height: 100%;
  padding: 30px 28px;
}
.gl-check {
  color: var(--gl-muted);
  font-size: 1.04rem;
  line-height: 1.55;
  margin: 0;
  padding-left: 34px;
  position: relative;
}
.gl-check::before {
  color: #2F6B45;
  content: "✓";
  font-size: 1.2rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -.05em;
}

/* Promise */
.gl-promise { color: var(--gl-bone); }
.gl-promise h2 {
  color: var(--gl-bone) !important;
  font-size: clamp(2.8rem, 6vw, 5rem) !important;
  margin-bottom: 28px;
}
.gl-promise p {
  color: #E4D7C2;
  font-size: clamp(1.16rem, 2vw, 1.45rem);
  line-height: 1.55;
  margin: 0 auto 22px;
  max-width: 58ch;
}
.gl-promise em { color: var(--gl-gold-soft); font-style: normal; font-weight: 600; }
.gl-promise small { color: var(--gl-gold-soft); display: block; font-size: .95rem; margin-bottom: 20px; }

/* Photo band */
#section-greenlit_photo_band .row,
#section-greenlit_photo_band [class*="col-"],
#section-greenlit_photo_band .block { margin: 0; padding: 0; }
.gl-photo-band {
  background-position: center 38%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 62vh;
}

/* Offer and process */
.gl-offer-name {
  color: var(--gl-wine) !important;
  font-size: clamp(3.4rem, 8vw, 6.4rem) !important;
  line-height: .92 !important;
  margin: 14px 0 26px;
  text-transform: lowercase;
}
#section-greenlit_offer .block-type--feature .block,
#section-greenlit_how .block-type--feature .block {
  height: 100%;
  padding: 12px 16px 18px 0;
}
.gl-num {
  color: var(--gl-gold);
  font-family: "Caprasimo", serif;
  font-size: 3.4rem;
  line-height: 1;
  margin-bottom: 14px;
}
#section-greenlit_offer h3,
#section-greenlit_how h3,
#section-greenlit_walk h3,
#section-greenlit_sides h3,
#section-greenlit_results h3,
#section-greenlit_included h3 {
  color: var(--gl-ink);
  font-size: 1.45rem;
  line-height: 1.15;
  margin: 12px 0;
}
#section-greenlit_offer .block-type--feature p,
#section-greenlit_how .block-type--feature p,
#section-greenlit_walk .block-type--feature p,
#section-greenlit_included .block-type--feature p {
  color: var(--gl-muted);
  line-height: 1.6;
}
.gl-icon { font-size: 1.85rem; line-height: 1; margin-bottom: 16px; }
.gl-how-truth {
  border-left: 3px solid var(--gl-gold);
  color: var(--gl-muted);
  font-style: italic;
  margin: 42px 0 0;
  padding: 12px 0 12px 24px;
}
#section-greenlit_walk .block-type--text:last-child { margin-top: 34px; }

/* Interactive email */
.gl-demo-wrap > h2 {
  color: var(--gl-wine) !important;
  font-size: clamp(2rem, 4vw, 3.25rem) !important;
  line-height: 1.08 !important;
  margin: 0 auto 46px;
  max-width: 25ch;
  text-align: center;
}
.gl-pitch {
  background: #fff;
  border: 1px solid var(--gl-line);
  border-radius: 8px;
  box-shadow: 0 18px 50px rgba(28,21,16,.08);
  margin: 0 auto;
  max-width: 780px;
  overflow: hidden;
}
.gl-pitch-head,
.gl-pitch-foot {
  align-items: flex-start;
  color: var(--gl-muted);
  display: flex;
  font-size: .82rem;
  gap: 18px;
  justify-content: space-between;
  letter-spacing: .03em;
  padding: 16px 24px;
}
.gl-pitch-head { border-bottom: 1px solid var(--gl-line); }
.gl-pitch-head div { display: flex; flex-direction: column; gap: 2px; }
.gl-pitch-body { min-height: 250px; padding: 34px 28px 40px; position: relative; }
.gl-pitch-body h4 { color: var(--gl-ink); font-family: "Jost", sans-serif; font-size: 1.1rem; font-weight: 650; margin: 0 0 16px; }
.gl-pitch-body p { color: var(--gl-muted); line-height: 1.65; max-width: 62ch; }
.gl-stamp {
  border: 2.5px solid;
  border-radius: 3px;
  font-family: "Caprasimo", serif;
  padding: 7px 14px;
  position: absolute;
  right: 26px;
  text-transform: lowercase;
  top: 55px;
  transform: rotate(-8deg);
}
.gl-stamp-ghost { border-color: #C0392B; color: #C0392B; }
.gl-stamp-go { border-color: #3E8E5A; color: #3E8E5A; display: none; }
.gl-pitch[data-state="greenlit"] .gl-stamp-ghost { display: none; }
.gl-pitch[data-state="greenlit"] .gl-stamp-go { display: inline-block; }
.gl-pitch-foot { align-items: center; border-top: 1px solid var(--gl-line); font-weight: 600; text-transform: uppercase; }
.gl-pitch-foot button {
  background: #3E8E5A;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-family: "Jost", sans-serif;
  font-size: .82rem;
  font-weight: 650;
  letter-spacing: .08em;
  padding: 13px 20px;
  text-transform: uppercase;
}
.gl-pitch[data-state="greenlit"] .gl-pitch-foot button { background: #C0392B; }

/* Meet and sides */
.gl-portrait-meet {
  border-radius: 14px;
  box-shadow: 0 20px 50px rgba(28,21,16,.16);
  height: 590px;
}
.gl-portrait-meet img { object-position: center 18%; }
.gl-meet-copy h2 {
  color: var(--gl-wine) !important;
  font-size: clamp(2.7rem, 5vw, 4.3rem) !important;
  margin-bottom: 24px;
}
.gl-meet-copy p { color: var(--gl-muted); font-size: 1.06rem; line-height: 1.72; margin-bottom: 18px; }
#section-greenlit_sides .block-type--feature .block { border: 1px solid var(--gl-line); height: 100%; padding: 40px 36px; }
#section-greenlit_sides .block-type--feature:nth-of-type(2) .block h3,
#section-greenlit_sides .block-type--feature:nth-of-type(2) .block p { color: var(--gl-bone); }
#section-greenlit_sides .block-type--feature:nth-of-type(2) .block p { color: #C9B79C; }
#section-greenlit_sides .block-type--feature p { color: var(--gl-muted); line-height: 1.6; }

/* Results + included */
.gl-stars { color: var(--gl-gold); letter-spacing: .12em; margin-bottom: 15px; }
#section-greenlit_results blockquote {
  border: 0;
  color: var(--gl-muted);
  font-size: 1.02rem;
  font-style: italic;
  line-height: 1.68;
  margin: 18px 0 26px;
  padding: 0;
}
#section-greenlit_results small { color: var(--gl-muted); text-transform: uppercase; letter-spacing: .1em; }
#section-greenlit_included hr { border: 0; border-top: 1px solid var(--gl-line); margin: 26px 0; }
.gl-total {
  align-items: baseline;
  border-top: 1px solid var(--gl-line);
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding-top: 24px;
}
.gl-total span { color: var(--gl-muted); letter-spacing: .16em; text-transform: uppercase; }
.gl-total strong { color: var(--gl-wine); font-family: "Caprasimo", serif; font-size: 2.3rem; font-weight: 400; }

/* Investment */
#section-greenlit_invest .block-type--text .block {
  border-radius: 10px;
  box-shadow: 0 22px 60px rgba(0,0,0,.16);
  padding: 50px clamp(24px, 4vw, 60px);
}
.gl-invest h2 { color: var(--gl-wine) !important; font-size: clamp(2.4rem, 5vw, 4rem) !important; }
.gl-price {
  color: var(--gl-wine);
  font-family: "Caprasimo", serif;
  font-size: clamp(5rem, 10vw, 8rem);
  line-height: 1;
  margin: 22px 0;
}
.gl-price span { font-family: "Jost", sans-serif; font-size: .34em; font-weight: 600; vertical-align: top; }
.gl-invest > p { color: var(--gl-muted); line-height: 1.55; }
.gl-invest > small { color: var(--gl-gold); display: block; letter-spacing: .12em; margin: 18px 0; text-transform: uppercase; }
.gl-guarantee-box {
  background: var(--gl-bone-2);
  border: 1px solid var(--gl-line);
  margin-top: 30px;
  padding: 24px;
  text-align: left;
}
.gl-guarantee-box h4 { color: var(--gl-wine); font-family: "Jost", sans-serif; font-size: 1rem; font-weight: 700; }
.gl-guarantee-box p { color: var(--gl-muted); font-size: .92rem; line-height: 1.55; margin: 10px 0 0; }

/* Native FAQ accordions */
#section-greenlit_faq .block-type--accordion { margin-bottom: 12px; }
#section-greenlit_faq .block-type--accordion .block { border: 1px solid var(--gl-line); padding: 0; }
#section-greenlit_faq .accordion { padding: 24px 26px; }
#section-greenlit_faq .accordion-title h5 {
  color: var(--gl-ink);
  font-family: "Jost", sans-serif;
  font-size: 1.05rem;
  font-weight: 650;
  line-height: 1.35;
}
#section-greenlit_faq .accordion-body {
  color: var(--gl-muted);
  line-height: 1.65;
  padding: 18px 42px 0 0;
}

/* Close */
.gl-close { color: var(--gl-bone); }
.gl-close h2 {
  color: var(--gl-bone) !important;
  font-size: clamp(3rem, 7vw, 5.6rem) !important;
  margin-bottom: 26px;
}
.gl-close p { color: #E4D7C2; font-size: 1.16rem; line-height: 1.6; margin: 0 auto 20px; max-width: 58ch; }
.gl-close small { color: var(--gl-gold-soft); display: block; letter-spacing: .12em; margin-bottom: 18px; text-transform: uppercase; }
.footer { color: var(--gl-bone); }

@media (max-width: 767px) {
  #section-greenlit_hero .block-type--text { min-height: 0; order: 2; padding: 48px 22px 56px; }
  #section-greenlit_hero .block-type--theme_asset_image { order: 1; }
  .gl-hero-image,
  .gl-hero-image img { min-height: 52vh; height: 52vh; }
  .gl-hero-image img { object-position: 70% 24%; }
  .gl-hero-copy h1 { font-size: 2.75rem !important; }
  .gl-hero-sub br { display: none; }
  .gl-hero-statement { font-size: .98rem; }
  .gl-portrait-cred { height: 430px; margin-top: 28px; }
  .gl-photo-band { min-height: 48vh; background-position: 68% 36%; }
  .gl-portrait-meet { height: 470px; margin-bottom: 28px; }
  .gl-pitch-head,
  .gl-pitch-foot { align-items: flex-start; flex-direction: column; }
  .gl-stamp { font-size: .85rem; right: 18px; top: 58px; }
  .gl-pitch-body { padding: 32px 20px 34px; }
  .gl-pitch-body h4 { max-width: 70%; }
  .gl-total { align-items: center; }
  .gl-total strong { font-size: 1.9rem; }
  #section-greenlit_faq .accordion { padding: 20px; }
  #section-greenlit_faq .accordion-body { padding-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .gl-ticker-track { animation: none; }
  body#encore-theme .btn { transition: none; }
}
