/*
 * Generic Offer Checkout
 * Left-column presentation only. The Kajabi checkout widget is intentionally
 * not targeted here so its white checkout surface and behavior stay intact.
 */

:root {
  --offer-template-background: #e7e5e3;
  --offer-template-surface: #ffffff;
  --offer-template-heading: #161513;
  --offer-template-body: #5b5752;
  --offer-template-accent: #ff6a3d;
  --offer-template-border: rgba(22, 21, 19, 0.09);
}

body#encore-theme {
  background-color: var(--offer-template-background);
}

#section-1744906803654 {
  min-height: 100vh;
  background: var(--offer-template-background);
}

#section-1744906803654 .container {
  max-width: 1360px;
}

#section-1744906803654 .blocks-column {
  color: var(--offer-template-body);
}

#block-1744906803654_0 .image {
  width: 100% !important;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--offer-template-border);
  border-radius: 24px !important;
  background: #d8d4cf;
}

#block-1744906803654_0 .image__link {
  display: block;
  width: 100%;
  height: 100%;
}

#block-1744906803654_0 .image__image {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
}

#block-1746107473790 {
  margin-top: 10px;
  margin-bottom: 16px;
}

#block-1746107473790 .offer-template__eyebrow {
  margin: 0 0 13px;
  color: var(--offer-template-accent);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

#block-1746107473790 h1 {
  max-width: 13ch;
  margin: 0 0 18px;
  color: var(--offer-template-heading);
  font-size: clamp(2.55rem, 4.2vw, 4.15rem);
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: -0.045em;
}

#block-1746107473790 .offer-template__description,
#block-1746107473790 p:not(.offer-template__eyebrow) {
  max-width: 58ch;
  margin: 0;
  color: var(--offer-template-body);
  font-size: clamp(1.03rem, 1.35vw, 1.2rem);
  line-height: 1.6;
}

#block-1744906803654_1 .block {
  border: 1px solid var(--offer-template-border);
  border-radius: 20px;
  background: var(--offer-template-surface);
  box-shadow: 0 12px 36px rgba(22, 21, 19, 0.04);
}

#block-1744906803654_1 h3 {
  margin: 0 0 17px;
  color: var(--offer-template-heading);
  font-size: 1.45rem;
  font-weight: 700;
  line-height: 1.3;
}

#block-1744906803654_1 ul {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#block-1744906803654_1 li {
  position: relative;
  margin: 0;
  padding-left: 30px;
  color: var(--offer-template-body);
  line-height: 1.5;
}

#block-1744906803654_1 li::before {
  content: "✓";
  position: absolute;
  top: 0;
  left: 0;
  color: var(--offer-template-accent);
  font-weight: 800;
}

@media (min-width: 1024px) {
  #section-1744906803654 .sizer {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}

@media (max-width: 1023px) {
  #section-1744906803654 .sizer {
    padding-top: 34px;
    padding-bottom: 42px;
  }

  #section-1744906803654 .blocks-column {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  #section-1744906803654 .sizer {
    padding-top: 24px;
    padding-bottom: 32px;
  }

  #block-1744906803654_0 .image {
    border-radius: 18px !important;
  }

  #block-1746107473790 {
    margin-top: 4px;
    margin-bottom: 12px;
  }

  #block-1746107473790 h1 {
    max-width: none;
    font-size: clamp(2.25rem, 12vw, 3.2rem);
  }

  #block-1744906803654_1 .block {
    border-radius: 16px;
  }
}

