.crt-rel {
  --crt-rel-bg: #11171d;
  --crt-rel-accent: #c9a24f;
  --crt-rel-text: #ffffff;
  --crt-rel-muted: rgba(255, 255, 255, 0.88);
  --crt-rel-card: rgba(255, 255, 255, 0.06);
  --crt-rel-border: rgba(255, 255, 255, 0.12);
  width: 100%;
  background: var(--crt-rel-bg);
  color: var(--crt-rel-text);
  font-family: Montserrat, Arial, sans-serif;
  padding: 0;
  box-sizing: border-box;
}

.crt-rel *,
.crt-rel *::before,
.crt-rel *::after {
  box-sizing: border-box;
}

.crt-rel__hero {
  position: relative;
  width: 100%;
  max-width: none;
  margin: 0;
  overflow: hidden;
  min-height: clamp(520px, 78vh, 780px);
  display: flex;
  align-items: flex-end;
  background: #0c1116;
}

.crt-rel__hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #0c1116;
}

.crt-rel__hero-poster {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.crt-rel__hero-video {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.crt-rel__hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(
      180deg,
      rgba(17, 23, 29, 0.18) 0%,
      rgba(17, 23, 29, 0.38) 48%,
      rgba(17, 23, 29, 0.72) 100%
    ),
    linear-gradient(
      90deg,
      rgba(17, 23, 29, 0.28) 0%,
      rgba(17, 23, 29, 0.04) 55%,
      rgba(17, 23, 29, 0.2) 100%
    );
}

.crt-rel__hero-inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: clamp(88px, 14vw, 160px) 20px clamp(40px, 5vw, 64px);
}

.crt-rel__body {
  width: 100%;
  padding: clamp(36px, 4vw, 48px) 20px clamp(56px, 6vw, 96px);
  box-sizing: border-box;
}

.crt-rel__trust,
.crt-rel__block {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.crt-rel__eyebrow {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #b45f06;
}

.crt-rel__title {
  margin: 0 0 18px;
  max-width: 16ch;
  font-size: clamp(1.95rem, 4.4vw, 2.9rem);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: -0.02em;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.35);
}

.crt-rel__subtitle {
  margin: 0 0 28px;
  max-width: 620px;
  font-size: 1.05rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--crt-rel-muted);
}

.crt-rel__cta-wrap {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.crt-rel__cta-primary {
  display: inline-flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
  max-width: 100%;
}

.crt-rel__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.crt-rel__cta {
  display: inline-block;
  padding: 15px 28px;
  border-radius: 999px;
  background: var(--crt-rel-accent);
  color: #111111;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  transition: opacity 0.2s ease;
  border: 0;
  cursor: pointer;
  font-family: inherit;
  line-height: 1.2;
}

.crt-rel__cta:hover {
  opacity: 0.9;
}

.crt-rel__cta--secondary {
  background: transparent;
  color: rgba(255, 255, 255, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-weight: 500;
}

.crt-rel__cta--secondary:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.55);
}

.crt-rel__cta--magnet {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 10px 18px;
  border-radius: 999px;
  background: transparent;
  color: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.28);
  font-size: 0.88rem;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  line-height: 1.25;
  white-space: normal;
}

.crt-rel__cta--magnet:hover {
  opacity: 1;
  border-color: rgba(255, 255, 255, 0.55);
  color: #fff;
}

.crt-rel__cta-text {
  flex-basis: 100%;
  margin: 2px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.88rem;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.crt-rel__cta-text--btn {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  font: inherit;
  cursor: pointer;
  text-align: inherit;
}

.crt-rel__cta-text:hover {
  color: var(--crt-rel-text);
}

.crt-rel__cta-more {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  margin-top: 4px;
}

.crt-rel__cta-text--quiet {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.82rem;
  text-decoration-color: rgba(255, 255, 255, 0.28);
}

.crt-rel__cta-text--quiet:hover {
  color: rgba(255, 255, 255, 0.82);
}

.crt-rel__microproof {
  margin: 12px 0 0;
  flex-basis: 100%;
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--crt-rel-muted);
}

.crt-rel .crt-trust-credentials--hero {
  margin: 10px 0 0;
  max-width: 38rem;
  font-size: 0.82rem;
  font-weight: 300;
  line-height: 1.45;
  letter-spacing: 0.01em;
  color: rgba(255, 255, 255, 0.72);
}

.crt-rel__intent-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 0;
  padding: 0;
}

.crt-rel__intent-chips span {
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.22);
  padding: 5px 10px;
  border-radius: 4px;
  background: rgba(17, 23, 29, 0.28);
}

.crt-rel__facts {
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
  max-width: 720px;
}

.crt-rel__facts li {
  font-size: 0.86rem;
  font-weight: 300;
  line-height: 1.45;
  color: var(--crt-rel-muted);
}

.crt-rel__facts strong {
  color: var(--crt-rel-text);
  font-weight: 600;
}

.crt-rel__form-next {
  margin: 8px 0 0;
  font-size: 0.86rem;
  font-weight: 300;
  color: var(--crt-rel-muted);
}

.crt-rel__magnet-teaser {
  margin: 0 0 14px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--crt-rel-accent, #c9a24f);
}

.crt-rel__magnet-thanks {
  margin: 16px 0 4px;
  padding: 16px 16px 14px;
  border: 1px solid rgba(201, 162, 79, 0.45);
  border-radius: 10px;
  background: #f7f5f1;
}

.crt-rel__magnet-thanks[hidden] {
  display: none !important;
}

.crt-rel__magnet-thanks-title {
  margin: 0 0 10px;
  font-size: 1rem;
  font-weight: 600;
  color: #17202a;
}

.crt-rel__magnet-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: #17202a;
  color: #fff !important;
  font-size: 0.92rem;
  font-weight: 600;
  text-decoration: none !important;
}

.crt-rel__magnet-dl:hover {
  opacity: 0.92;
}

.crt-rel__magnet-thanks-note {
  margin: 10px 0 0;
  font-size: 0.84rem;
  font-weight: 300;
  color: #5a6169;
}

.crt-rel__magnet {
  padding-top: 8px;
  padding-bottom: 8px;
}

.crt-rel__magnet-card {
  display: grid;
  grid-template-columns: minmax(140px, 200px) minmax(0, 1fr);
  gap: 28px 32px;
  align-items: center;
  padding: 28px 24px;
  border: 1px solid var(--crt-rel-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
}

.crt-rel__magnet-cover {
  margin: 0;
}

a.crt-rel__magnet-cover-link {
  display: block;
  text-decoration: none;
  color: inherit;
  border-radius: 8px;
  transition: opacity 0.18s ease, transform 0.18s ease;
}

a.crt-rel__magnet-cover-link:hover {
  opacity: 0.92;
  transform: translateY(-2px);
}

a.crt-rel__magnet-cover-link:focus-visible {
  outline: 2px solid var(--crt-rel-accent, #c4a35a);
  outline-offset: 4px;
}

.crt-rel__magnet-cover img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 14px 36px rgba(0, 0, 0, 0.35);
  background: #f7f5f1;
}

/* Light flat ebook cover — soft shadow for volume, no perspective warp */
.crt-rel__magnet-cover img[src*="ebook-cover-pt-flat-v2"],
.crt-rel__magnet-cover img[src*="ebook-cover-en-flat-v2"] {
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  filter: drop-shadow(0 10px 18px rgba(0, 0, 0, 0.28));
}

.crt-rel__magnet-eyebrow {
  margin-bottom: 18px;
}

.crt-rel__magnet-copy .crt-rel__h2 {
  margin-top: 0;
}

.crt-rel__magnet-list {
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.crt-rel__magnet-list li {
  position: relative;
  padding-left: 18px;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.45;
  color: var(--crt-rel-muted);
}

.crt-rel__magnet-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--crt-rel-accent);
}

.crt-rel__magnet-actions {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 16px;
}

.crt-rel__magnet-actions .crt-rel__cta {
  text-decoration: none;
}

.crt-rel__magnet-meta {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 300;
  color: var(--crt-rel-muted);
}

.crt-rel__magnet-gate {
  margin-top: 20px;
}

.crt-rel__magnet-lang {
  display: block;
  margin: 0 0 12px;
}

.crt-rel__magnet-lang-label {
  display: block;
  margin: 0 0 6px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #33475b;
}

.crt-rel__magnet-lang select {
  width: 100%;
  max-width: 280px;
  padding: 10px 12px;
  border: 1px solid #cbd3da;
  border-radius: 6px;
  background: #fff;
  color: #1a1d21;
  font-size: 15px;
}

.crt-rel__magnet-hsform {
  min-height: 160px;
}

.crt-rel__magnet.is-submitted .crt-rel__magnet-gate {
  display: none;
}

@media (max-width: 720px) {
  .crt-rel__magnet-card {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 18px;
  }

  .crt-rel__magnet-cover {
    max-width: 180px;
  }
}

.crt-rel__soft-gate {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}

.crt-rel-shell[hidden] {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Lifestyle fade strip — 4 panels */
.crt-rel__life {
  width: 100%;
  max-width: 100%;
  margin: 0 0 56px;
  padding: 8px 0 0;
}

.crt-rel__life-copy {
  width: 100%;
  max-width: 980px;
  margin: 0 auto 22px;
  padding: 0 20px;
  box-sizing: border-box;
}

.crt-rel__life-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.crt-rel__life-panel {
  margin: 0;
  min-width: 0;
}

.crt-rel__life-stage {
  position: relative;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  border-radius: 12px;
  background: #0c1116;
}

.crt-rel__life-face {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1.02);
  transition:
    opacity 3.5s cubic-bezier(0.4, 0, 0.2, 1),
    transform 6.8s ease-out;
  pointer-events: none;
  will-change: opacity;
}

.crt-rel__life-face.is-active {
  opacity: 1;
  z-index: 1;
  transform: scale(1);
}

@media (max-width: 900px) {
  .crt-rel__life-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    max-width: 560px;
  }
}

@media (max-width: 420px) {
  .crt-rel__life-strip {
    gap: 10px;
    padding: 0 12px;
  }

  .crt-rel__life-stage {
    border-radius: 10px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crt-rel__life-face,
  .crt-rel__mid-face {
    transition: none !important;
    transform: none !important;
    animation: none !important;
  }

  .crt-rel__life-face:not(.is-active),
  .crt-rel__mid-face:not(.is-active):not(.is-leaving) {
    display: none;
  }
}

.crt-rel__trust {
  margin-bottom: 56px;
  padding: 28px 0;
  border-top: 1px solid var(--crt-rel-border);
  border-bottom: 1px solid var(--crt-rel-border);
}

.crt-rel__stats {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.crt-rel__stats li {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.crt-rel__stat-value {
  font-size: 1.35rem;
  font-weight: 600;
  color: var(--crt-rel-accent);
}

.crt-rel__stat-label {
  font-size: 0.88rem;
  font-weight: 300;
  color: var(--crt-rel-muted);
  line-height: 1.4;
}

.crt-rel__trust-line {
  margin: 22px 0 0;
  font-size: 0.85rem;
  font-weight: 300;
  color: var(--crt-rel-muted);
  line-height: 1.5;
}

.crt-rel__block {
  margin-bottom: 56px;
}

.crt-rel__h2 {
  margin: 0 0 16px;
  font-size: clamp(1.4rem, 2.5vw, 1.85rem);
  font-weight: 500;
  line-height: 1.25;
}

.crt-rel__lead {
  margin: 0 0 28px;
  max-width: 680px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--crt-rel-muted);
}

/* Registered mark — slight superscript next to brand */
.crt-rel__tm {
  font-size: 0.55em;
  font-weight: 400;
  line-height: 0;
  vertical-align: super;
  position: relative;
  top: -0.05em;
}

.crt-rel__problems {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
}

.crt-rel__problems li {
  position: relative;
  padding: 16px 18px 16px 44px;
  background: var(--crt-rel-card);
  border: 1px solid var(--crt-rel-border);
  border-radius: 12px;
  font-weight: 300;
  line-height: 1.55;
}

.crt-rel__problems li::before {
  content: "×";
  position: absolute;
  left: 16px;
  top: 14px;
  color: var(--crt-rel-accent);
  font-size: 1.25rem;
  font-weight: 500;
}

/* Mid-page visual beat — between problem and solution */
.crt-rel__mid-visual {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 56px;
  padding: 0 16px;
  box-sizing: border-box;
}

.crt-rel__mid-visual-frame {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 9;
  background: #0c1116;
}

.crt-rel__mid-face {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  z-index: 0;
  transform: scale(1.12) translate3d(-3.5%, 0, 0);
  transition: opacity 1.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: opacity, transform;
}

.crt-rel__mid-face.is-pan-rtl {
  transform: scale(1.12) translate3d(3.5%, 0, 0);
}

/* Outgoing face: keep frozen pan position while crossfading out */
.crt-rel__mid-face.is-leaving {
  opacity: 0;
  z-index: 1;
}

.crt-rel__mid-face.is-active {
  opacity: 1;
  z-index: 2;
  animation: crt-rel-mid-pan-ltr 5.4s linear forwards;
}

.crt-rel__mid-face.is-active.is-pan-rtl {
  animation-name: crt-rel-mid-pan-rtl;
}

@keyframes crt-rel-mid-pan-ltr {
  from {
    transform: scale(1.12) translate3d(-3.5%, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(3.5%, 0, 0);
  }
}

@keyframes crt-rel-mid-pan-rtl {
  from {
    transform: scale(1.12) translate3d(3.5%, 0, 0);
  }
  to {
    transform: scale(1.12) translate3d(-3.5%, 0, 0);
  }
}

.crt-rel__mid-visual-caption {
  margin: 14px 4px 0;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--crt-rel-muted);
  letter-spacing: 0.01em;
}

.crt-rel__solution-visual {
  width: 100%;
  margin: 8px 0 28px;
  padding: 0;
}

.crt-rel__solution-visual-frame {
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 16 / 9;
  background: #0c1116;
}

.crt-rel__solution-visual-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 40%;
}

.crt-rel__solution-visual-caption {
  margin: 12px 4px 0;
  font-size: 0.92rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--crt-rel-muted);
  letter-spacing: 0.01em;
}

.crt-rel__pillars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.crt-rel__pillar {
  padding: 24px 22px;
  background: var(--crt-rel-card);
  border: 1px solid var(--crt-rel-border);
  border-radius: 12px;
}

.crt-rel__pillar h3 {
  margin: 0 0 10px;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--crt-rel-accent);
}

.crt-rel__pillar p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--crt-rel-muted);
}

.crt-rel__steps {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.crt-rel__steps li {
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 16px;
  align-items: start;
  padding: 18px 20px;
  background: var(--crt-rel-card);
  border: 1px solid var(--crt-rel-border);
  border-radius: 12px;
}

.crt-rel__step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: var(--crt-rel-accent);
  color: #111111;
  font-weight: 700;
  font-size: 0.95rem;
}

.crt-rel__steps h3 {
  margin: 0 0 6px;
  font-size: 1.05rem;
  font-weight: 600;
}

.crt-rel__steps p {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--crt-rel-muted);
}

.crt-rel__faq-item {
  padding: 0;
  border-top: 1px solid var(--crt-rel-border);
}

.crt-rel__faq-item:last-child {
  border-bottom: 1px solid var(--crt-rel-border);
}

.crt-rel__faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 18px 0;
  list-style: none;
  cursor: pointer;
  font-size: 1.05rem;
  font-weight: 600;
  line-height: 1.35;
  color: var(--crt-rel-text);
  user-select: none;
}

.crt-rel__faq-q::-webkit-details-marker {
  display: none;
}

.crt-rel__faq-q::marker {
  content: "";
}

.crt-rel__faq-q span {
  flex: 1;
  min-width: 0;
}

.crt-rel__faq-q::after {
  content: "";
  flex: 0 0 auto;
  width: 0.55em;
  height: 0.55em;
  margin-top: -0.15em;
  border-right: 1.5px solid var(--crt-rel-accent);
  border-bottom: 1.5px solid var(--crt-rel-accent);
  transform: rotate(45deg);
  transition: transform 0.2s ease;
}

.crt-rel__faq-item[open] > .crt-rel__faq-q::after {
  margin-top: 0.2em;
  transform: rotate(225deg);
}

.crt-rel__faq-a {
  padding: 0 0 18px;
}

.crt-rel__faq-a p {
  margin: 0;
  max-width: 720px;
  padding-right: 2em;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.65;
  color: var(--crt-rel-muted);
  white-space: pre-line;
}

.crt-rel__browse-bridge {
  padding-top: 8px;
  padding-bottom: 8px;
}

.crt-rel__browse-bridge-inner {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 24px;
  text-align: center;
  border: 1px solid var(--crt-rel-border);
  border-radius: 16px;
  background: var(--crt-rel-card);
}

.crt-rel__browse-bridge-title {
  margin: 0 0 10px;
  font-size: clamp(1.15rem, 2.4vw, 1.4rem);
  font-weight: 600;
  line-height: 1.3;
  color: var(--crt-rel-text);
}

.crt-rel__browse-bridge-text {
  margin: 0 auto 20px;
  max-width: 34em;
  font-size: 0.98rem;
  font-weight: 300;
  line-height: 1.55;
  color: var(--crt-rel-muted);
}

.crt-rel__browse-bridge-cta {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 22px;
  border: 1px solid rgba(201, 162, 79, 0.75);
  border-radius: 999px;
  background: transparent;
  color: var(--crt-rel-accent);
  font: inherit;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.01em;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.crt-rel__browse-bridge-cta:hover {
  background: rgba(201, 162, 79, 0.12);
  border-color: var(--crt-rel-accent);
  color: #e4c57a;
}

.crt-rel__form-card {
  margin-top: 8px;
  padding: 28px 24px;
  background: rgba(255, 255, 255, 0.96);
  color: #17202a;
  border-radius: 14px;
}

.crt-rel__conflict {
  margin: 10px 0 0;
  max-width: 40rem;
  font-size: 0.98rem;
  font-weight: 500;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.crt-rel__scenario-note {
  margin: 10px 0 0;
  max-width: 40rem;
  font-size: 0.82rem;
  font-weight: 400;
  line-height: 1.45;
  color: var(--crt-rel-muted);
}

/* Reviews section — own block before the form */
.crt-rel__reviews-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px 14px;
  margin: 0 0 22px;
}

.crt-rel__reviews-stars {
  margin: 0;
  color: var(--crt-rel-accent);
  letter-spacing: 0.08em;
  font-size: 1rem;
  line-height: 1;
}

.crt-rel__reviews-rating {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 500;
  color: #fff;
}

.crt-rel__reviews-list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px 28px;
  margin: 0 0 18px;
}

.crt-rel__review {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

.crt-rel__review-case {
  margin: 0 0 10px;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.01em;
}

.crt-rel__review-quote {
  margin: 0 0 10px;
  font-size: 0.92rem;
  font-weight: 300;
  font-style: italic;
  color: var(--crt-rel-muted);
  line-height: 1.6;
}

.crt-rel__review-author {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-style: normal;
  color: var(--crt-rel-muted);
}

.crt-rel__review-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  flex-shrink: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.08);
}

.crt-rel__review-avatar--initials {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #1a1a1a;
  background: var(--crt-rel-accent);
  border-color: transparent;
}

.crt-rel__review-name {
  min-width: 0;
}

.crt-rel__reviews-link-wrap {
  margin: 0;
}

.crt-rel__reviews-actions {
  margin: 8px 0 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 14px 28px;
}

.crt-rel__reviews-link {
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--crt-rel-accent);
  text-decoration: none;
  border-bottom: 1px solid rgba(155, 122, 60, 0.45);
  padding-bottom: 2px;
}

.crt-rel__reviews-link:hover {
  border-bottom-color: var(--crt-rel-accent);
  color: #fff;
}

/* Match CRT — CTA Buttons primary (self-contained if CTA CSS not on page) */
.crt-rel__reviews-cta.crt-cta-button,
.crt-rel__reviews-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 15px 28px;
  border: 1px solid #9b7a3c;
  border-radius: 0;
  background: #9b7a3c;
  color: #ffffff !important;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  text-decoration: none !important;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.crt-rel__reviews-cta:hover,
.crt-rel__reviews-cta:focus {
  background: #846630;
  border-color: #846630;
  color: #ffffff !important;
  transform: translateY(-1px);
}

.crt-rel__reviews-cta .crt-cta-button__label {
  display: inline-flex;
  align-items: center;
}

.crt-rel__reviews-cta .crt-cta-button__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-left: 14px;
  flex-shrink: 0;
}

.crt-rel__reviews-cta .crt-cta-button__svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Agents strip above the form card */
.crt-rel__proof--agents {
  display: block;
  max-width: 420px;
  margin: 4px 0 18px;
  padding: 16px 18px;
  background: var(--crt-rel-card);
  border: 1px solid var(--crt-rel-border);
  border-radius: 14px;
}

.crt-rel__proof-stage {
  position: relative;
  min-height: 72px;
}

.crt-rel__proof-person {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 14px;
  align-items: center;
}

.crt-rel__proof-stage .crt-rel__proof-person:not(.is-active) {
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transform: translateY(4px);
}

.crt-rel__proof-stage .crt-rel__proof-person.is-active {
  position: relative;
  opacity: 1;
  transform: none;
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.crt-rel__proof-stage .crt-rel__proof-person {
  transition: opacity 0.55s ease, transform 0.55s ease;
}

@media (prefers-reduced-motion: reduce) {
  .crt-rel__proof-stage .crt-rel__proof-person {
    transition: none !important;
  }
}

.crt-rel__proof-photo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center top;
  border: 2px solid rgba(201, 162, 79, 0.55);
}

.crt-rel__proof-name {
  margin: 0 0 4px;
  font-size: 1.05rem;
  font-weight: 600;
  color: #fff;
}

.crt-rel__proof-role {
  margin: 0 0 8px;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--crt-rel-accent);
  line-height: 1.4;
}

.crt-rel__proof-line {
  margin: 0;
  font-size: 0.9rem;
  font-weight: 300;
  color: var(--crt-rel-muted);
  line-height: 1.5;
}

@media (max-width: 900px) {
  .crt-rel__reviews-list {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

.crt-rel__soft-gate .crt-rel__soft-inner {
  position: relative;
  padding: clamp(32px, 4.2vw, 48px) clamp(24px, 3.5vw, 44px);
  background:
    linear-gradient(
      145deg,
      rgba(201, 162, 79, 0.14) 0%,
      rgba(255, 255, 255, 0.05) 42%,
      rgba(255, 255, 255, 0.04) 100%
    );
  border: 1px solid rgba(201, 162, 79, 0.38);
  border-radius: 16px;
  overflow: hidden;
}

.crt-rel__soft-gate .crt-rel__soft-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background: var(--crt-rel-accent);
}

.crt-rel__soft-gate .crt-rel__soft-eyebrow {
  margin-bottom: 18px;
}

.crt-rel__soft-gate .crt-rel__h2 {
  max-width: 22ch;
}

.crt-rel__soft-gate .crt-rel__lead {
  margin-bottom: 22px;
  max-width: 540px;
}

.crt-rel__soft-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 18px;
}

.crt-rel__soft-meta {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 400;
  color: var(--crt-rel-muted);
}

@media (max-width: 800px) {
  .crt-rel__proof--agents {
    max-width: none;
  }
}

.crt-rel__form-wrap .hs-form fieldset {
  max-width: none !important;
}

.crt-rel__form-wrap .hs-form-field,
.crt-rel__form-wrap .hs_submit {
  margin-bottom: 14px !important;
}

.crt-rel__form-wrap label:not(.hs-error-msg) {
  font-family: Montserrat, Arial, sans-serif !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #17202a !important;
}

.crt-rel__form-wrap .hs-input,
.crt-rel__form-wrap input.hs-input,
.crt-rel__form-wrap textarea.hs-input,
.crt-rel__form-wrap select.hs-input {
  font-family: Montserrat, Arial, sans-serif !important;
  border-radius: 8px !important;
}

.crt-rel__form-wrap .hs-button,
.crt-rel__form-wrap input[type="submit"] {
  font-family: Montserrat, Arial, sans-serif !important;
  font-weight: 600 !important;
  border-radius: 999px !important;
  padding: 12px 22px !important;
  background: #c9a24f !important;
  border-color: #c9a24f !important;
  color: #111111 !important;
}

.crt-rel__fallback,
.crt-rel__privacy {
  margin: 0;
  font-size: 0.95rem;
  font-weight: 400;
  line-height: 1.55;
}

.crt-rel__dna-context {
  margin: 0 0 12px;
  padding: 10px 12px;
  font-size: 0.84rem;
  line-height: 1.45;
  color: #1f2933;
  background: rgba(155, 122, 60, 0.1);
  border: 1px solid rgba(155, 122, 60, 0.28);
  border-radius: 10px;
}

.crt-rel__form-meeting {
  margin: 14px 0 0;
  text-align: center;
}

.crt-rel__form-meeting-link {
  appearance: none;
  background: none;
  border: 0;
  padding: 0;
  color: #1f2933;
  font: inherit;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(31, 41, 51, 0.28);
  cursor: pointer;
}

.crt-rel__form-meeting-link:hover {
  border-bottom-color: #1f2933;
}

.crt-rel__form-wa {
  margin: 16px 0 0;
  text-align: center;
}

.crt-rel-meeting {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(20px, env(safe-area-inset-top, 0px)) 20px 20px;
  box-sizing: border-box;
}

.crt-rel-meeting[hidden] {
  display: none !important;
}

.crt-rel-meeting__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(17, 24, 32, 0.55);
}

.crt-rel-meeting__dialog {
  position: relative;
  z-index: 1;
  width: min(920px, 100%);
  max-height: min(900px, calc(100vh - 40px));
  overflow: auto;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  padding: 20px 20px 8px;
  box-sizing: border-box;
}

.crt-rel-meeting__close {
  position: fixed;
  top: max(10px, env(safe-area-inset-top, 0px));
  right: max(10px, env(safe-area-inset-right, 0px));
  z-index: 2;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #111820;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.crt-rel-meeting__close:hover {
  background: #000;
}

.crt-rel-meeting__title {
  margin: 0 48px 12px 0;
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111820;
}

.crt-rel-meeting__frame-wrap {
  min-height: 640px;
}

.crt-rel-meeting__frame-wrap .meetings-iframe-container {
  min-height: 640px;
}

.crt-rel-meeting__frame-wrap iframe {
  width: 100% !important;
  min-height: 640px !important;
  border: 0 !important;
}

body.crt-rel-meeting-open {
  overflow: hidden;
}

/* Keep sticky CTA / header chrome from blocking the meeting UI */
body.crt-rel-meeting-open .crt-mobile-sticky,
body.crt-rel-meeting-open .crt-mobile-sticky-spacer {
  visibility: hidden !important;
  pointer-events: none !important;
}

body.crt-rel-meeting-open .crt-brand-header {
  pointer-events: none;
}

/* —— Browse homes modal (CRT featured embed) —— */
.crt-rel-browse {
  position: fixed;
  inset: 0;
  z-index: 2147483001;
  display: flex;
  align-items: stretch;
  justify-content: center;
  padding: max(12px, env(safe-area-inset-top, 0px)) 12px max(12px, env(safe-area-inset-bottom, 0px));
  box-sizing: border-box;
}

.crt-rel-browse[hidden] {
  display: none !important;
}

.crt-rel-browse__backdrop {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: rgba(17, 24, 32, 0.58);
}

.crt-rel-browse__dialog {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(1100px, 100%);
  max-height: calc(100dvh - 24px);
  max-height: calc(100vh - 24px);
  overflow: hidden;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
  box-sizing: border-box;
}

.crt-rel-browse__close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 999px;
  background: #111820;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
}

.crt-rel-browse__close:hover {
  background: #000;
}

.crt-rel-browse__head {
  flex: 0 0 auto;
  padding: 16px 56px 10px 18px;
  border-bottom: 1px solid rgba(17, 24, 32, 0.08);
}

.crt-rel-browse__title {
  margin: 0 0 4px;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1.35;
  color: #111820;
}

.crt-rel-browse__note {
  margin: 0;
  font-size: 0.85rem;
  line-height: 1.4;
  color: rgba(17, 24, 32, 0.65);
}

.crt-rel-browse__frame-wrap {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  position: relative;
  background: #f7f4ef;
}

.crt-rel-browse__iframe {
  display: block;
  width: 100%;
  /* Nearly 100% of wrap so eXp 100vh ≈ modal; +crop only trims sticky nav. */
  height: calc(100% + var(--crt-browse-crop, 0px));
  min-height: calc(420px + var(--crt-browse-crop, 0px));
  border: 0;
  background: #fff;
  transform: translateY(calc(-1 * var(--crt-browse-crop, 0px)));
}

.crt-rel-browse__bar {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  padding: 12px 16px max(12px, env(safe-area-inset-bottom, 0px));
  border-top: 1px solid rgba(17, 24, 32, 0.08);
  background: #fff;
}

.crt-rel-browse__bar .crt-rel__cta {
  margin: 0;
}

body.crt-rel-browse-open {
  overflow: hidden;
}

body.crt-rel-browse-open .crt-mobile-sticky,
body.crt-rel-browse-open .crt-mobile-sticky-spacer {
  visibility: hidden !important;
  pointer-events: none !important;
}

@media (max-width: 800px) {
  .crt-rel-browse {
    padding: max(8px, env(safe-area-inset-top, 0px)) 0 0;
  }

  .crt-rel-browse__dialog {
    width: 100%;
    max-height: 100dvh;
    max-height: 100vh;
    border-radius: 12px 12px 0 0;
  }

  .crt-rel-browse__iframe {
    min-height: 52dvh;
  }
}

@media (max-width: 800px) {
  .crt-rel-meeting {
    align-items: flex-start;
    padding:
      max(56px, calc(env(safe-area-inset-top, 0px) + 48px))
      10px
      max(12px, env(safe-area-inset-bottom, 0px));
  }

  .crt-rel-meeting__dialog {
    padding: 16px 12px 4px;
    max-height: calc(100dvh - 68px);
    max-height: calc(100vh - 68px);
    width: 100%;
    border-radius: 12px;
  }

  .crt-rel-meeting__close {
    top: max(8px, env(safe-area-inset-top, 0px));
    right: 8px;
    width: 44px;
    height: 44px;
  }

  .crt-rel-meeting__frame-wrap,
  .crt-rel-meeting__frame-wrap .meetings-iframe-container,
  .crt-rel-meeting__frame-wrap iframe {
    min-height: min(640px, calc(100dvh - 140px));
    min-height: min(640px, calc(100vh - 140px));
  }
}

.crt-rel__form-wa-link {
  color: #1b7a4a;
  font-size: 0.92rem;
  font-weight: 500;
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 122, 74, 0.35);
}

.crt-rel__form-wa-link:hover {
  border-bottom-color: #1b7a4a;
}

.crt-rel__privacy {
  margin-top: 16px;
  font-size: 0.85rem;
  color: #5b6570;
}

@media (max-width: 800px) {
  .crt-rel__stats,
  .crt-rel__pillars {
    grid-template-columns: 1fr;
  }

  .crt-rel__hero {
    min-height: clamp(480px, 72vh, 640px);
  }

  .crt-rel__title {
    max-width: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crt-rel__hero-video {
    display: none;
  }
}

/* Floating WhatsApp button */
.crt-rel__wa-float {
  position: fixed;
  right: max(20px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 2147482000;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.28s ease, transform 0.28s ease, box-shadow 0.18s ease;
  will-change: transform, opacity;
}

.crt-rel__wa-float.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.crt-rel__wa-float:hover,
.crt-rel__wa-float:focus-visible {
  box-shadow: 0 14px 34px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px);
}

.crt-rel__wa-float-icon {
  flex: 0 0 auto;
  display: block;
}

/* Collapse to icon-only when the form section is on screen (don't compete with the form CTA) */
.crt-rel__wa-float.is-near-form {
  opacity: 0;
  transform: translateY(16px);
  pointer-events: none;
}

/* Below 768px the mobile sticky CTA bar (crt-mobile-sticky-cta) already
   provides a WhatsApp button — hide the floating one to avoid duplication. */
@media (max-width: 767.98px) {
  .crt-rel__wa-float {
    display: none !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .crt-rel__wa-float {
    transition: opacity 0.01ms;
  }
}

/* cover-pt-3d 1786280619 */

/* =========================================================
   Site mode (Focus Site) — light theme for organic pages
========================================================= */

.crt-rel.crt-rel--site {
  --crt-rel-bg: #f7f4ef;
  --crt-rel-accent: #9b7a3c;
  --crt-rel-text: #111111;
  --crt-rel-muted: rgba(31, 41, 51, 0.78);
  --crt-rel-card: #fffdf8;
  --crt-rel-border: rgba(23, 32, 42, 0.12);
  background: var(--crt-rel-bg);
  color: var(--crt-rel-text);
}

.crt-rel.crt-rel--site .crt-rel__hero {
  min-height: clamp(420px, 62vh, 640px);
}

/* Match Focus Site CTA gutter (1180 / 20px) so copy shares the gold CTA axis */
.crt-rel.crt-rel--site .crt-rel__hero-inner,
.crt-rel.crt-rel--site .crt-rel__trust,
.crt-rel.crt-rel--site .crt-rel__block,
.crt-rel.crt-rel--site .crt-rel__life-inner,
.crt-rel.crt-rel--site .crt-rel__mid-visual {
  max-width: 1180px;
}

.crt-rel.crt-rel--site.crt-rel--hero-compact .crt-rel__hero-inner {
  padding-bottom: clamp(36px, 5vw, 56px);
}

.crt-rel.crt-rel--hero-compact .crt-trust-credentials--hero {
  margin-top: 14px;
}

.crt-rel.crt-rel--site .crt-rel__title {
  color: #ffffff;
  text-shadow: 0 2px 28px rgba(0, 0, 0, 0.5);
}

.crt-rel.crt-rel--site .crt-rel__subtitle--compact {
  max-width: 36rem;
  font-size: clamp(1rem, 1.5vw, 1.15rem);
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.92);
}

.crt-rel.crt-rel--site .crt-rel__body {
  background: #f7f4ef;
  color: #1f2933;
  /* Even vertical rhythm with Focus Site neighbours (~48–56px) */
  padding-top: 48px;
  padding-bottom: 48px;
}

/* Avoid stacking last-block margin with body padB before the next CTA */
.crt-rel.crt-rel--site .crt-rel__body > :last-child {
  margin-bottom: 0;
}

.crt-rel.crt-rel--site .crt-rel__h2,
.crt-rel.crt-rel--site .crt-rel__pillar h3,
.crt-rel.crt-rel--site .crt-rel__steps h3,
.crt-rel.crt-rel--site .crt-rel__faq-q,
.crt-rel.crt-rel--site .crt-rel__review-case {
  color: #111111;
}

.crt-rel.crt-rel--site .crt-rel__lead,
.crt-rel.crt-rel--site .crt-rel__problems li,
.crt-rel.crt-rel--site .crt-rel__steps p,
.crt-rel.crt-rel--site .crt-rel__faq-a,
.crt-rel.crt-rel--site .crt-rel__faq-a p,
.crt-rel.crt-rel--site .crt-rel__trust-line,
.crt-rel.crt-rel--site .crt-rel__facts li,
.crt-rel.crt-rel--site .crt-rel__review-quote,
.crt-rel.crt-rel--site .crt-rel__review-author {
  color: rgba(31, 41, 51, 0.82);
}

.crt-rel.crt-rel--site .crt-rel__eyebrow {
  margin: 0 0 18px;
  font-size: 18px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.45;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #b45f06;
}

.crt-rel.crt-rel--site .crt-rel__trust,
.crt-rel.crt-rel--site .crt-rel__block,
.crt-rel.crt-rel--site .crt-rel__pillar,
.crt-rel.crt-rel--site .crt-rel__steps li {
  background: transparent;
}

.crt-rel.crt-rel--site .crt-rel__pillar,
.crt-rel.crt-rel--site .crt-rel__steps li {
  border: 1px solid rgba(23, 32, 42, 0.12);
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(23, 32, 42, 0.06);
}

/* FAQ (site mode): match home crt-faq — flat list, no cards */
.crt-rel.crt-rel--site .crt-rel__faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  max-width: 820px;
}

.crt-rel.crt-rel--site .crt-rel__faq-item {
  border: 0;
  border-top: 1px solid rgba(17, 17, 17, 0.12);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.crt-rel.crt-rel--site .crt-rel__faq-item:last-child {
  border-bottom: 1px solid rgba(17, 17, 17, 0.12);
}

.crt-rel.crt-rel--site .crt-rel__faq-q {
  padding: 18px 0;
  font-size: 1.0625rem;
  font-weight: 600;
  color: #1a1a1a;
}

.crt-rel.crt-rel--site .crt-rel__faq-q::after {
  border-right-color: #b45f06;
  border-bottom-color: #b45f06;
}

.crt-rel.crt-rel--site .crt-rel__faq-a {
  padding: 0 0 18px;
}

.crt-rel.crt-rel--site .crt-rel__faq-a p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.65;
  color: #3a3a3a;
}

.crt-rel__faq-related {
  margin: 14px 0 0;
}

.crt-rel__faq-related-link {
  display: inline-block;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.4;
  color: var(--crt-rel-accent, #9b7a3c);
  text-decoration: none;
  border-bottom: 1px solid rgba(155, 122, 60, 0.55);
  padding-bottom: 2px;
}

.crt-rel__faq-related-link:hover {
  color: #846630;
  border-bottom-color: #9b7a3c;
}

.crt-rel.crt-rel--site .crt-rel__faq-related-link {
  color: #9b7a3c;
}

.crt-rel.crt-rel--site .crt-rel__faq-related-link:hover {
  color: #846630;
}

.crt-rel__faq-item:not([open]) > .crt-rel__faq-a {
  display: none;
}

.crt-rel__faq-item[open] > .crt-rel__faq-a {
  display: block;
}

.crt-rel.crt-rel--site .crt-rel__reviews-list {
  gap: 16px;
}

.crt-rel.crt-rel--site .crt-rel__review {
  border: 1px solid rgba(23, 32, 42, 0.14);
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 8px 24px rgba(23, 32, 42, 0.06);
  padding: 22px 22px 20px;
}

.crt-rel.crt-rel--site .crt-rel__review-avatar {
  border-color: rgba(23, 32, 42, 0.12);
  background: rgba(155, 122, 60, 0.12);
}

.crt-rel.crt-rel--site .crt-rel__reviews-rating,
.crt-rel.crt-rel--site .crt-rel__reviews-stars {
  color: #111111;
}

.crt-rel.crt-rel--site .crt-rel__reviews-link {
  color: #9b7a3c;
}

.crt-rel.crt-rel--site .crt-rel__reviews-link:hover {
  color: #846630;
  border-bottom-color: #9b7a3c;
}

.crt-rel.crt-rel--site .crt-rel__step-num {
  background: #9b7a3c;
  color: #fff;
}

.crt-rel.crt-rel--site .crt-rel__cta {
  background: #9b7a3c;
  color: #fff;
}

/* Checklist magnet — light card on cream site ground (Ads LP stays dark) */
.crt-rel.crt-rel--site .crt-rel__magnet-card {
  background: #ffffff;
  border: 1px solid rgba(23, 32, 42, 0.14);
  box-shadow: 0 10px 28px rgba(23, 32, 42, 0.06);
}

.crt-rel.crt-rel--site .crt-rel__magnet-cover img {
  box-shadow: 0 10px 24px rgba(23, 32, 42, 0.12);
}

.crt-rel.crt-rel--site .crt-rel__magnet-cover img[src*="ebook-cover-pt-flat-v2"],
.crt-rel.crt-rel--site .crt-rel__magnet-cover img[src*="ebook-cover-en-flat-v2"] {
  filter: drop-shadow(0 8px 16px rgba(23, 32, 42, 0.14));
}

.crt-rel.crt-rel--site .crt-rel__magnet-thanks {
  margin-top: 18px;
}

.crt-rel.crt-rel--site .crt-rel__magnet-gate .crt-rel__magnet-meta {
  margin-top: 10px;
  color: #5a6169;
}

.crt-rel.crt-rel--site .crt-rel__stats {
  border-color: rgba(23, 32, 42, 0.12);
}

.crt-rel.crt-rel--site .crt-rel__stat-value {
  color: #111111;
}

.crt-rel.crt-rel--site .crt-rel__life {
  background: #f7f4ef;
}

/*
  Site mode only — photographic bands go edge-to-edge.
  Copy/captions stay on the content column. Ads LP (no --site) unchanged.

  Break out of .crt-rel__body horizontal padding (20px) + any leftover
  column inset via scrollbar-safe bleed (same idea as Focus Site header/nav).
*/
.crt-rel.crt-rel--site .crt-rel__body {
  overflow-x: clip;
}

.crt-rel.crt-rel--site .crt-rel__mid-visual,
.crt-rel.crt-rel--site .crt-rel__life-strip {
  --crt-rel-media-bleed: max(0px, calc((100vw - 100%) / 2));
  --crt-rel-body-side: 20px;
  position: relative;
  left: auto;
  right: auto;
  width: calc(100% + (2 * var(--crt-rel-body-side)) + (2 * var(--crt-rel-media-bleed)));
  max-width: none;
  margin-left: calc(-1 * (var(--crt-rel-body-side) + var(--crt-rel-media-bleed)));
  margin-right: calc(-1 * (var(--crt-rel-body-side) + var(--crt-rel-media-bleed)));
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}

.crt-rel.crt-rel--site .crt-rel__mid-visual {
  margin-bottom: 56px;
}

/* Full width always — do NOT pair aspect-ratio with max-height (shrinks + left-aligns). */
.crt-rel.crt-rel--site .crt-rel__mid-visual-frame {
  display: block;
  width: 100%;
  border-radius: 0;
  aspect-ratio: auto;
  height: clamp(260px, 38vw, 520px);
  max-height: none;
}

.crt-rel.crt-rel--site .crt-rel__mid-visual-caption {
  max-width: 980px;
  margin: 14px auto 0;
  padding: 0 20px;
  box-sizing: border-box;
}

.crt-rel.crt-rel--site .crt-rel__life-strip {
  gap: 6px;
}

.crt-rel.crt-rel--site .crt-rel__life-stage {
  border-radius: 0;
}

@media (max-width: 900px) {
  .crt-rel.crt-rel--site .crt-rel__life-strip {
    gap: 6px;
  }

  .crt-rel.crt-rel--site .crt-rel__mid-visual-frame {
    height: clamp(200px, 56vw, 360px);
  }
}

@media (max-width: 420px) {
  .crt-rel.crt-rel--site .crt-rel__life-strip {
    gap: 4px;
    padding: 0;
  }
}

@supports (width: 100dvw) {
  .crt-rel.crt-rel--site .crt-rel__mid-visual,
  .crt-rel.crt-rel--site .crt-rel__life-strip {
    --crt-rel-media-bleed: max(0px, calc((100dvw - 100%) / 2));
  }
}


/* OUR APPROACH eyebrow size: rel-size */

/* OUR APPROACH eyebrow size (18px) — match Featured / Our Approach */
.crt-rel__eyebrow,
.crt-rel__eyebrow p,
.crt-rel__eyebrow span {
  font-size: 18px !important;
  line-height: 1.45 !important;
}
