.elementor-5429 .elementor-element.elementor-element-17a2a4e{--display:flex;}/* Start custom CSS for html, class: .elementor-element-69f7aec *//* Break out of WordPress white content area */
.dd-page {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  width: 100vw;
}

/* Hide auto-generated WordPress page title */
.page-title,
h1.entry-title,
  display: none !important;
}

/* Remove WordPress content padding causing white gaps */
.page-template-default .entry-content,
.page .entry-content,
.site-content .entry-content {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
<style>
  .dd-page {
    font-family: 'Georgia', serif;
    color: #f5f0e8;
    overflow-x: hidden;
  }

  /* ── HERO ── */
  .dd-hero {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    padding: 80px 60px;
    background:
      radial-gradient(ellipse at 70% 50%, rgba(45,106,53,0.4) 0%, transparent 60%),
      radial-gradient(ellipse at 10% 80%, rgba(201,168,76,0.08) 0%, transparent 50%),
      #1a3d1f;
    position: relative;
    overflow: hidden;
  }

  .dd-new-badge {
    display: inline-block;
    font-size: 0.65rem;
    letter-spacing: 0.25em;
    color: #c9a84c;
    border: 1px solid #c9a84c;
    padding: 5px 16px;
    margin-bottom: 24px;
    text-transform: uppercase;
  }

  .dd-hero-subtitle {
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #e8c96a;
    margin-bottom: 14px;
    font-style: normal;
  }

  .dd-hero-title {
    font-size: clamp(2.4rem, 5vw, 3.8rem);
    font-weight: 700;
    line-height: 1.1;
    color: #ffffff;
    margin-bottom: 14px;
  }

  .dd-hero-title em {
    color: #c9a84c;
    font-style: italic;
  }

  .dd-hero-tagline {
    font-style: italic;
    font-size: 1rem;
    color: rgba(245,240,232,0.65);
    margin-bottom: 28px;
  }

  .dd-hero-desc {
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(245,240,232,0.85);
    margin-bottom: 40px;
    font-family: Arial, sans-serif;
  }

  .dd-btn-group {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
  }

  .dd-btn-primary {
    background: #c9a84c;
    color: #1a3d1f !important;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 15px 34px;
    font-weight: 700;
    display: inline-block;
    transition: background 0.2s, transform 0.2s;
    font-family: Arial, sans-serif;
  }
  .dd-btn-primary:hover {
    background: #e8c96a;
    transform: translateY(-2px);
    color: #1a3d1f !important;
  }

  .dd-btn-secondary {
    background: transparent;
    color: #f5f0e8 !important;
    font-size: 0.75rem;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 14px 34px;
    border: 1px solid rgba(245,240,232,0.4);
    display: inline-block;
    transition: border-color 0.2s, color 0.2s, transform 0.2s;
    font-family: Arial, sans-serif;
  }
  .dd-btn-secondary:hover {
    border-color: #c9a84c;
    color: #c9a84c !important;
    transform: translateY(-2px);
  }

  /* ── BOOK COVER ── */
  .dd-book-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .dd-book-inner {
    transform: perspective(800px) rotateY(-8deg) rotateX(2deg);
    transition: transform 0.5s ease;
    filter: drop-shadow(-18px 28px 38px rgba(0,0,0,0.6));
  }
  .dd-book-inner:hover {
    transform: perspective(800px) rotateY(-3deg) rotateX(1deg) translateY(-8px);
  }

  .dd-book-inner img {
    width: 300px;
    max-width: 100%;
    display: block;
  }

  /* ── GOLD DIVIDER ── */
  .dd-gold-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 0 60px;
  }
  .dd-gold-divider::before,
  .dd-gold-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #c9a84c, transparent);
  }
  .dd-gold-divider span { color: #c9a84c; font-size: 1rem; }

  /* ── FEATURES ── */
  .dd-features {
    padding: 70px 60px;
    background: #234d28;
  }

  .dd-section-label {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 0.65rem;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 10px;
  }

  .dd-section-title {
    font-size: clamp(1.5rem, 3vw, 2.2rem);
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 48px;
    max-width: 580px;
  }

  .dd-features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 36px;
  }

  .dd-feature-card {
    border-left: 2px solid #c9a84c;
    padding-left: 20px;
  }

  .dd-feature-icon {
    font-size: 1.5rem;
    display: block;
    margin-bottom: 12px;
  }

  .dd-feature-card h3 {
    font-size: 1rem;
    color: #ffffff;
    margin-bottom: 8px;
  }

  .dd-feature-card p {
    font-size: 0.9rem;
    line-height: 1.7;
    color: rgba(245,240,232,0.7);
    font-family: Arial, sans-serif;
  }

  /* ── ABOUT THE BOOK ── */
  .dd-about {
    padding: 80px 60px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 64px;
    align-items: center;
    background: #1a3d1f;
  }

  .dd-about p {
    font-size: 1rem;
    line-height: 1.9;
    color: rgba(245,240,232,0.85);
    margin-bottom: 18px;
    font-family: Arial, sans-serif;
  }

  .dd-checklist {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
  }
  .dd-checklist li {
    padding: 6px 0 6px 24px;
    position: relative;
    font-size: 0.95rem;
    color: rgba(245,240,232,0.8);
    font-family: Arial, sans-serif;
    line-height: 1.5;
  }
  .dd-checklist li::before {
    content: '✦';
    position: absolute;
    left: 0;
    color: #c9a84c;
    font-size: 0.65rem;
    top: 10px;
  }

  .dd-pullquote {
    position: relative;
    padding: 44px;
    background: linear-gradient(135deg, rgba(45,106,53,0.3), rgba(201,168,76,0.05));
    border: 1px solid rgba(201,168,76,0.2);
  }
  .dd-pullquote::before {
    content: '\201C';
    position: absolute;
    top: -10px;
    left: 28px;
    font-family: Georgia, serif;
    font-size: 5rem;
    color: #c9a84c;
    opacity: 0.3;
    line-height: 1;
  }
  .dd-pullquote p {
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.75;
    color: #f5f0e8;
  }
  .dd-pullquote cite {
    display: block;
    margin-top: 18px;
    font-family: Arial, sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.1em;
    color: #c9a84c;
    font-style: normal;
    text-transform: uppercase;
  }

  /* ── 12 STEPS ── */
  .dd-steps {
    padding: 80px 60px;
    background: #234d28;
    position: relative;
    overflow: hidden;
  }
  .dd-steps::after {
    content: '12';
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-family: Georgia, serif;
    font-size: 18rem;
    color: rgba(201,168,76,0.04);
    line-height: 1;
    pointer-events: none;
    user-select: none;
  }

  .dd-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    gap: 20px;
    margin-top: 48px;
  }

  .dd-step-item {
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(201,168,76,0.15);
    padding: 22px 18px;
    transition: border-color 0.3s, background 0.3s, transform 0.3s;
  }
  .dd-step-item:hover {
    border-color: rgba(201,168,76,0.5);
    background: rgba(201,168,76,0.06);
    transform: translateY(-3px);
  }

  .dd-step-number {
    display: block;
    font-family: Arial, sans-serif;
    font-size: 0.6rem;
    letter-spacing: 0.2em;
    color: #c9a84c;
    margin-bottom: 6px;
    text-transform: uppercase;
  }

  .dd-step-item h4 {
    font-size: 0.95rem;
    color: #ffffff;
    font-weight: 400;
  }

  /* ── AUTHOR ── */
  .dd-author {
    padding: 80px 60px;
    background: #1a3d1f;
    display: grid;
    grid-template-columns: 240px 1fr;
    gap: 64px;
    align-items: start;
  }

  .dd-author-img {
    position: relative;
  }
  .dd-author-img::after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(201,168,76,0.3);
    pointer-events: none;
  }
  .dd-author-img img {
    width: 100%;
    display: block;
  }

  .dd-author-text h2 {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 20px;
    margin-top: 8px;
  }
  .dd-author-text p {
    font-size: 1rem;
    line-height: 1.85;
    color: rgba(245,240,232,0.8);
    margin-bottom: 16px;
    font-family: Arial, sans-serif;
  }

  /* ── CTA ── */
  .dd-cta {
    padding: 90px 60px;
    text-align: center;
    background: radial-gradient(ellipse at center, rgba(45,106,53,0.5) 0%, #1a3d1f 70%);
    border-top: 1px solid rgba(201,168,76,0.15);
  }

  .dd-cta h2 {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    color: #ffffff;
    margin-bottom: 14px;
  }

  .dd-cta p {
    font-size: 1.05rem;
    color: rgba(245,240,232,0.7);
    max-width: 480px;
    margin: 0 auto 40px;
    line-height: 1.7;
    font-family: Arial, sans-serif;
  }

  /* ── RESPONSIVE ── */
  @media (max-width: 860px) {
    .dd-hero         { grid-template-columns: 1fr; padding: 48px 28px; text-align: center; }
    .dd-book-wrap    { margin-top: 32px; }
    .dd-btn-group    { justify-content: center; }
    .dd-hero-desc    { margin-left: auto; margin-right: auto; }
    .dd-features     { padding: 56px 28px; }
    .dd-about        { grid-template-columns: 1fr; padding: 56px 28px; gap: 40px; }
    .dd-steps        { padding: 56px 28px; }
    .dd-author       { grid-template-columns: 1fr; padding: 56px 28px; gap: 40px; }
    .dd-author-img   { max-width: 200px; }
    .dd-cta          { padding: 64px 28px; }
    .dd-gold-divider { padding: 0 28px; }
  }
/* Reduce top padding so content sits higher on screen */
.dd-hero {
  padding-top: 48px;
}

/* Prevent book cover from being cropped on the right */
.dd-book-inner img {
  width: 260px;
  max-width: 90%;
}

/* Give the book wrap a little right breathing room */
.dd-book-wrap {
  padding-right: 20px;
  justify-content: flex-end;
.dd-book-wrap {
  padding-right: 40px;
}/* End custom CSS */