:root {
  --cdp-ink: #181522;
  --cdp-muted: #655f6d;
  --cdp-paper: #fbf8f0;
  --cdp-line: #e4dccb;
  --cdp-purple: #27213a;
  --cdp-purple-2: #111426;
  --cdp-red: #d5a43d;
  --cdp-red-dark: #b88726;
  --cdp-gold: #f0cd75;
  --cdp-teal: #52675b;
  --cdp-radius: 24px;
  --cdp-shadow: 0 22px 65px rgba(17, 20, 38, .13);
}

body.cdp-codigo-de-deus-page {
  margin: 0;
  background: var(--cdp-paper);
}

body.cdp-codigo-de-deus-page .site.grid-container,
body.cdp-codigo-de-deus-page .site-content,
body.cdp-codigo-de-deus-page #primary,
body.cdp-codigo-de-deus-page .content-area,
body.cdp-codigo-de-deus-page .site-main,
body.cdp-codigo-de-deus-page .site-main > article,
body.cdp-codigo-de-deus-page .inside-article,
body.cdp-codigo-de-deus-page .entry-content {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}

body.cdp-codigo-de-deus-page .entry-header,
body.cdp-codigo-de-deus-page .comments-area,
body.cdp-codigo-de-deus-page .post-navigation {
  display: none;
}

.cdp-page,
.cdp-page * {
  box-sizing: border-box;
}

.cdp-page {
  color: var(--cdp-ink);
  background: var(--cdp-paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.76;
  overflow: clip;
}

.cdp-page img {
  display: block;
  max-width: 100%;
  height: auto;
}

.cdp-page a {
  color: var(--cdp-purple);
  text-decoration-thickness: .08em;
  text-underline-offset: .16em;
}

.cdp-page a:focus-visible,
.cdp-page summary:focus-visible {
  outline: 3px solid var(--cdp-gold);
  outline-offset: 4px;
}

.cdp-shell {
  width: min(1120px, calc(100% - 40px));
  margin-inline: auto;
}

.cdp-hero {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 90% 10%, rgba(213, 164, 61, .27), transparent 31%),
    linear-gradient(135deg, #080b19 0%, #191428 56%, #34230f 100%);
  padding: clamp(64px, 8vw, 112px) 0 76px;
}

.cdp-hero::after {
  position: absolute;
  inset: auto 0 0;
  height: 92px;
  content: "";
  background: linear-gradient(to top, rgba(0, 0, 0, .19), transparent);
  pointer-events: none;
}

.cdp-hero__grid {
  display: grid;
  grid-template-columns: 1.03fr .97fr;
  gap: clamp(34px, 5vw, 72px);
  align-items: center;
}

.cdp-eyebrow,
.cdp-kicker,
.cdp-answer__label {
  margin: 0 0 12px;
  color: var(--cdp-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .13em;
  line-height: 1.35;
  text-transform: uppercase;
}

.cdp-hero .cdp-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
}

.cdp-hero .cdp-eyebrow::before {
  width: 34px;
  height: 3px;
  border-radius: 99px;
  content: "";
  background: var(--cdp-red);
}

.cdp-hero h1 {
  max-width: 780px;
  margin: 0 0 24px;
  color: #fff;
  font-size: clamp(40px, 5.6vw, 70px);
  font-weight: 880;
  letter-spacing: -.045em;
  line-height: 1.02;
}

.cdp-lead {
  max-width: 710px;
  margin: 0;
  color: #e8e2f1;
  font-size: clamp(18px, 2vw, 21px);
  line-height: 1.65;
}

.cdp-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 30px 0 26px;
}

.cdp-button {
  display: inline-flex;
  min-height: 54px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 999px;
  padding: 15px 25px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}

.cdp-button:hover {
  transform: translateY(-2px);
}

.cdp-button--primary {
  color: #181522 !important;
  background: var(--cdp-red);
  box-shadow: 0 14px 34px rgba(213, 164, 61, .3);
}

.cdp-button--primary:hover {
  background: var(--cdp-red-dark);
  box-shadow: 0 18px 40px rgba(213, 164, 61, .4);
}

.cdp-button--gold {
  color: #181522 !important;
  border: 1px solid rgba(240, 205, 117, .58);
  background: #f5df9f;
  box-shadow: 0 12px 30px rgba(240, 205, 117, .18);
}

.cdp-button--gold:hover {
  background: #f8e9b9;
}

.cdp-button--outline {
  color: var(--cdp-purple-2) !important;
  border: 1px solid rgba(39, 33, 58, .38);
  background: transparent;
}

.cdp-section--dark .cdp-button--outline,
.cdp-cta-card .cdp-button--outline {
  color: #fff !important;
  border-color: rgba(255, 255, 255, .42);
}

.cdp-button--ghost {
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, .34);
  background: rgba(255, 255, 255, .08);
}

.cdp-button--wide {
  min-width: min(100%, 420px);
}

.cdp-trust {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  margin: 0;
  padding: 0;
  color: #eee9f5;
  font-size: 14px;
  list-style: none;
}

.cdp-trust li::before {
  margin-right: 7px;
  color: var(--cdp-gold);
  content: "✓";
  font-weight: 900;
}

.cdp-status {
  margin: 25px 0 0;
  border-left: 3px solid var(--cdp-gold);
  padding: 2px 0 2px 14px;
  color: #cfc7dc;
  font-size: 14px;
  line-height: 1.55;
}

.cdp-hero__media {
  position: relative;
  z-index: 1;
  margin: 0;
}

.cdp-hero__media img {
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .43);
}

.cdp-hero__media figcaption {
  margin-top: 12px;
  color: #bdb5ce;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

.cdp-toc {
  position: relative;
  z-index: 2;
  margin-top: -24px;
  border: 1px solid var(--cdp-line);
  border-radius: var(--cdp-radius);
  padding: 26px 30px;
  background: #fff;
  box-shadow: var(--cdp-shadow);
}

.cdp-toc p {
  margin: 0 0 14px;
  color: var(--cdp-purple);
}

.cdp-toc ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 24px;
  margin: 0;
  padding-left: 22px;
  font-size: 15px;
}

.cdp-toc a {
  color: var(--cdp-ink);
  text-decoration: none;
}

.cdp-toc a:hover {
  color: var(--cdp-red);
}

.cdp-article {
  padding: 36px 0 100px;
}

.cdp-section {
  scroll-margin-top: 30px;
  margin: 0 auto;
  padding: clamp(54px, 7vw, 86px) 0;
}

.cdp-section + .cdp-section {
  border-top: 1px solid var(--cdp-line);
}

.cdp-section h2,
.cdp-cta-card h2 {
  max-width: 880px;
  margin: 0 0 24px;
  color: var(--cdp-purple-2);
  font-size: clamp(30px, 4.3vw, 47px);
  font-weight: 860;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.cdp-section h3 {
  margin: 38px 0 14px;
  color: var(--cdp-purple);
  font-size: clamp(23px, 3vw, 30px);
  font-weight: 820;
  line-height: 1.25;
}

.cdp-section p,
.cdp-section li {
  max-width: 850px;
}

.cdp-section p {
  margin: 0 0 20px;
}

.cdp-answer {
  position: relative;
  overflow: hidden;
  border: 1px solid #e3dac7;
  border-radius: 30px;
  padding: clamp(30px, 5vw, 58px);
  background: linear-gradient(135deg, #fff 0%, #f6f0e2 100%);
  box-shadow: var(--cdp-shadow);
}

.cdp-answer::after {
  position: absolute;
  top: -90px;
  right: -70px;
  width: 260px;
  height: 260px;
  border-radius: 50%;
  content: "";
  background: rgba(213, 164, 61, .12);
}

.cdp-answer p:last-child {
  margin-bottom: 0;
}

.cdp-section--dark,
.cdp-section--tint {
  position: relative;
  width: calc(100% + 80px);
  margin-left: -40px;
  border-radius: 34px;
  padding-inline: 40px;
}

.cdp-section--dark {
  color: #e8e4ee;
  background: linear-gradient(135deg, #0a0e1e, #1d192c 62%, #3a2910);
  box-shadow: var(--cdp-shadow);
}

.cdp-section--dark h2,
.cdp-section--dark h3 {
  color: #fff;
}

.cdp-section--dark .cdp-kicker {
  color: var(--cdp-gold);
}

.cdp-section--tint {
  background: #f3eddf;
}

.cdp-figure {
  margin: 42px 0;
}

.cdp-figure img {
  width: 100%;
  border: 1px solid var(--cdp-line);
  border-radius: 26px;
  box-shadow: var(--cdp-shadow);
}

.cdp-figure figcaption {
  max-width: 900px;
  margin: 12px auto 0;
  color: var(--cdp-muted);
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

.cdp-figure--narrow {
  max-width: 560px;
  margin-inline: auto;
}

.cdp-table-wrap {
  overflow-x: auto;
  margin: 36px 0 46px;
  border: 1px solid var(--cdp-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(34, 23, 59, .08);
}

.cdp-table-wrap table {
  width: 100%;
  min-width: 720px;
  margin: 0;
  border-collapse: collapse;
  font-size: 16px;
}

.cdp-table-wrap th,
.cdp-table-wrap td {
  border: 0;
  border-bottom: 1px solid var(--cdp-line);
  padding: 17px 20px;
  text-align: left;
}

.cdp-table-wrap thead th {
  color: #fff;
  background: var(--cdp-purple);
}

.cdp-table-wrap tbody th {
  color: var(--cdp-purple);
  font-weight: 780;
}

.cdp-table-wrap tr:last-child th,
.cdp-table-wrap tr:last-child td {
  border-bottom: 0;
}

.cdp-cta-card {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 34px;
  align-items: center;
  margin: 24px 0;
  border-radius: 30px;
  padding: clamp(30px, 5vw, 52px);
  color: #fff;
  background: linear-gradient(120deg, #0b1021, #201a31 62%, #543b12);
  box-shadow: var(--cdp-shadow);
}

.cdp-cta-card h2 {
  margin-bottom: 10px;
  color: #fff;
  font-size: clamp(28px, 4vw, 40px);
}

.cdp-cta-card p {
  max-width: 760px;
  margin: 0;
  color: #ddd6ea;
}

.cdp-cta-card__actions {
  display: flex;
  min-width: 250px;
  flex-direction: column;
  gap: 12px;
}

.cdp-buttons-row,
.cdp-final-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 30px 0 4px;
}

.cdp-final-actions {
  align-items: stretch;
}

.cdp-weeks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin: 34px 0 48px;
}

.cdp-weeks article {
  border: 1px solid var(--cdp-line);
  border-radius: 22px;
  padding: 26px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(33, 20, 67, .06);
}

.cdp-weeks span {
  display: inline-block;
  margin-bottom: 4px;
  color: var(--cdp-red);
  font-size: 13px;
  font-weight: 850;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cdp-weeks h3,
.cdp-weeks h4 {
  margin: 0 0 10px;
  color: var(--cdp-purple);
  font-size: 24px;
  font-weight: 820;
  line-height: 1.25;
}

.cdp-weeks p {
  margin: 0;
  font-size: 16px;
}

.cdp-author {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 36px;
  align-items: start;
}

.cdp-author img {
  width: 260px;
  aspect-ratio: 2 / 3;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 24px;
  object-fit: cover;
  box-shadow: 0 20px 46px rgba(0, 0, 0, .3);
}

.cdp-checklist {
  display: grid;
  gap: 14px;
  margin: 32px 0;
  padding: 0;
  counter-reset: criterion;
  list-style: none;
}

.cdp-checklist li {
  position: relative;
  min-height: 66px;
  border: 1px solid var(--cdp-line);
  border-radius: 18px;
  padding: 18px 22px 18px 78px;
  background: #fff;
  counter-increment: criterion;
}

.cdp-checklist li::before {
  position: absolute;
  top: 17px;
  left: 18px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  content: counter(criterion);
  background: var(--cdp-purple);
  font-weight: 850;
}

.cdp-source-note {
  margin-top: 48px;
  border-left: 5px solid var(--cdp-teal);
  border-radius: 0 20px 20px 0;
  padding: 25px 30px;
  background: #edf1e9;
}

.cdp-source-note h3 {
  margin-top: 0;
}

.cdp-source-note p:last-child {
  margin-bottom: 0;
}

.cdp-faq details {
  max-width: 920px;
  margin: 12px 0;
  border: 1px solid var(--cdp-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(32, 19, 66, .045);
}

.cdp-faq summary {
  position: relative;
  padding: 20px 58px 20px 22px;
  color: var(--cdp-purple);
  cursor: pointer;
  font-weight: 800;
  line-height: 1.4;
  list-style: none;
}

.cdp-faq summary::-webkit-details-marker {
  display: none;
}

.cdp-faq summary::after {
  position: absolute;
  top: 17px;
  right: 18px;
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: var(--cdp-purple);
  content: "+";
  background: #f1eadb;
  font-size: 23px;
  line-height: 1;
}

.cdp-faq details[open] summary::after {
  content: "−";
}

.cdp-faq details p {
  margin: 0;
  border-top: 1px solid var(--cdp-line);
  padding: 18px 22px 23px;
  color: var(--cdp-muted);
  font-size: 16px;
}

.cdp-conclusion {
  text-align: left;
}

.cdp-disclosure {
  margin-top: 20px !important;
  color: var(--cdp-muted);
  font-size: 13px;
  line-height: 1.55;
}

.cdp-sticky {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 18px;
  left: 20px;
  display: flex;
  max-width: 780px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, .13);
  border-radius: 20px;
  padding: 12px 13px 12px 21px;
  color: #fff;
  background: rgba(10, 14, 30, .96);
  box-shadow: 0 18px 54px rgba(0, 0, 0, .34);
  opacity: 0;
  pointer-events: none;
  transform: translateY(22px);
  transition: opacity .25s ease, transform .25s ease;
  backdrop-filter: blur(12px);
}

.cdp-sticky.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.cdp-sticky span {
  font-size: 15px;
  font-weight: 730;
}

.cdp-sticky a {
  flex: 0 0 auto;
  border-radius: 999px;
  padding: 11px 17px;
  color: #181522;
  background: var(--cdp-red);
  font-size: 14px;
  font-weight: 820;
  text-decoration: none;
}

[data-cdp-reveal].cdp-can-reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity .55s ease, transform .55s ease;
}

[data-cdp-reveal].cdp-can-reveal.is-visible {
  opacity: 1;
  transform: none;
}

@media (max-width: 900px) {
  .cdp-hero__grid,
  .cdp-cta-card {
    grid-template-columns: 1fr;
  }

  .cdp-hero__media {
    max-width: 720px;
  }

  .cdp-toc ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cdp-author {
    grid-template-columns: 200px 1fr;
  }
}

@media (max-width: 640px) {
  .cdp-page {
    font-size: 17px;
  }

  .cdp-shell {
    width: min(100% - 26px, 1120px);
  }

  .cdp-hero {
    padding-top: 52px;
  }

  .cdp-hero h1 {
    font-size: clamp(36px, 12vw, 53px);
  }

  .cdp-hero__actions,
  .cdp-button {
    width: 100%;
  }

  .cdp-trust {
    display: grid;
  }

  .cdp-toc {
    padding: 22px;
  }

  .cdp-toc ol,
  .cdp-weeks {
    grid-template-columns: 1fr;
  }

  .cdp-section--dark,
  .cdp-section--tint {
    width: calc(100% + 26px);
    margin-left: -13px;
    border-radius: 24px;
    padding-inline: 20px;
  }

  .cdp-author {
    grid-template-columns: 1fr;
  }

  .cdp-author img {
    width: min(100%, 300px);
  }

  .cdp-checklist li {
    padding-left: 67px;
  }

  .cdp-sticky {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .cdp-sticky span {
    display: none;
  }

  .cdp-sticky a {
    width: 100%;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cdp-page *,
  .cdp-page *::before,
  .cdp-page *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }

  [data-cdp-reveal].cdp-can-reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .cdp-sticky,
  .cdp-hero__actions,
  .cdp-cta-card .cdp-button {
    display: none !important;
  }

  .cdp-page,
  .cdp-section--dark {
    color: #111;
    background: #fff;
  }

  .cdp-section--dark h2,
  .cdp-section--dark h3 {
    color: #111;
  }
}
