:root {
  --cnp-ink: #1e2a1b;
  --cnp-muted: #5f6958;
  --cnp-green: #4c6f3c;
  --cnp-green-dark: #284327;
  --cnp-sage: #edf4e8;
  --cnp-gold: #c59a32;
  --cnp-gold-light: #f3df9b;
  --cnp-cream: #fbf7e9;
  --cnp-white: #ffffff;
  --cnp-line: rgba(40, 67, 39, .14);
  --cnp-shadow: 0 24px 70px rgba(35, 53, 31, .13);
  --cnp-radius: 24px;
  --cnp-max: 1220px;
}

.cnp-shell,
.cnp-shell * {
  box-sizing: border-box;
}

.cnp-shell {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  color: var(--cnp-ink);
  background: var(--cnp-white);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  overflow: clip;
}

.cnp-shell img {
  display: block;
  width: 100%;
  height: auto;
}

.cnp-shell h1,
.cnp-shell h2,
.cnp-shell h3,
.cnp-shell p,
.cnp-shell figure,
.cnp-shell ul,
.cnp-shell ol {
  margin-top: 0;
}

.cnp-shell h1,
.cnp-shell h2,
.cnp-shell h3 {
  color: var(--cnp-ink);
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -.035em;
}

.cnp-shell h1 {
  margin-bottom: 24px;
  font-size: clamp(2.65rem, 5vw, 5rem);
}

.cnp-shell h2 {
  margin-bottom: 24px;
  font-size: clamp(2rem, 3.7vw, 3.55rem);
}

.cnp-shell h3 {
  margin-bottom: 15px;
  font-size: clamp(1.24rem, 2vw, 1.65rem);
}

.cnp-shell p {
  margin-bottom: 1.15em;
}

.cnp-shell a {
  color: var(--cnp-green);
  text-underline-offset: 3px;
}

.cnp-wrap {
  width: min(calc(100% - 40px), var(--cnp-max));
  margin-inline: auto;
}

.cnp-narrow {
  max-width: 880px;
}

.cnp-progress {
  position: fixed;
  z-index: 9998;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, .25);
  pointer-events: none;
}

.cnp-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--cnp-green), var(--cnp-gold));
}

.cnp-hero {
  position: relative;
  padding: clamp(56px, 8vw, 112px) 0 70px;
  background:
    radial-gradient(circle at 12% 18%, rgba(255, 255, 255, .9), transparent 28%),
    linear-gradient(135deg, #f7f4e8 0%, #fffdf8 44%, #e5efdc 100%);
}

.cnp-hero::after {
  position: absolute;
  inset: auto -8% -150px auto;
  width: 440px;
  height: 440px;
  border: 1px solid rgba(197, 154, 50, .25);
  border-radius: 50%;
  content: "";
}

.cnp-hero-grid,
.cnp-split,
.cnp-product-focus,
.cnp-cta-grid {
  display: grid;
  align-items: center;
  gap: clamp(34px, 6vw, 78px);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}

.cnp-hero-copy {
  position: relative;
  z-index: 2;
}

.cnp-kicker,
.cnp-eyebrow {
  margin-bottom: 15px !important;
  color: var(--cnp-green);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.cnp-lead {
  max-width: 700px;
  color: #455140;
  font-size: clamp(1.04rem, 1.5vw, 1.22rem);
}

.cnp-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  margin: 32px 0 28px;
}

.cnp-button {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  padding: 14px 25px;
  border: 2px solid transparent;
  border-radius: 999px;
  font-size: .92rem;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-decoration: none !important;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.cnp-button:hover,
.cnp-button:focus-visible {
  transform: translateY(-2px);
}

.cnp-button:focus-visible,
.cnp-faq button:focus-visible {
  outline: 3px solid #f0c651;
  outline-offset: 3px;
}

.cnp-button-primary {
  color: #fff !important;
  background: var(--cnp-green-dark);
  box-shadow: 0 13px 28px rgba(40, 67, 39, .24);
}

.cnp-button-secondary {
  border-color: rgba(40, 67, 39, .25);
  color: var(--cnp-green-dark) !important;
  background: rgba(255, 255, 255, .58);
}

.cnp-button-gold {
  color: #26321f !important;
  background: linear-gradient(135deg, #f6e4a7, var(--cnp-gold));
  box-shadow: 0 14px 34px rgba(197, 154, 50, .25);
}

.cnp-proof-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 25px;
  padding: 0;
  color: #516048;
  font-size: .83rem;
  list-style: none;
}

.cnp-proof-list li::before {
  margin-right: 8px;
  color: var(--cnp-green);
  content: "✓";
  font-weight: 900;
}

.cnp-hero-media {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.cnp-hero-media img,
.cnp-media-card img {
  border-radius: var(--cnp-radius);
  box-shadow: var(--cnp-shadow);
}

.cnp-hero-media figcaption,
.cnp-media-card figcaption {
  margin-top: 12px;
  color: var(--cnp-muted);
  font-size: .73rem;
  line-height: 1.45;
  text-align: center;
}

.cnp-disclosure {
  padding: 17px 0;
  border-top: 1px solid rgba(40, 67, 39, .08);
  border-bottom: 1px solid rgba(40, 67, 39, .08);
  color: #56604f;
  background: #fff;
  font-size: .76rem;
  line-height: 1.55;
}

.cnp-section {
  padding: clamp(68px, 8vw, 118px) 0;
  scroll-margin-top: 35px;
}

.cnp-section-light {
  padding-block: 52px;
  background: #fff;
}

.cnp-section-sage {
  background: var(--cnp-sage);
}

.cnp-section-cream {
  background: var(--cnp-cream);
}

.cnp-section-dark {
  color: #edf2e9;
  background:
    radial-gradient(circle at 15% 15%, rgba(118, 151, 92, .35), transparent 34%),
    #1d2d1c;
}

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

.cnp-toc {
  padding: clamp(28px, 5vw, 48px);
  border: 1px solid var(--cnp-line);
  border-radius: var(--cnp-radius);
  background: #fff;
  box-shadow: 0 16px 50px rgba(35, 53, 31, .08);
}

.cnp-toc h2 {
  font-size: clamp(1.55rem, 3vw, 2.25rem);
}

.cnp-toc ol {
  display: grid;
  margin-bottom: 0;
  padding-left: 1.25em;
  gap: 5px 36px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cnp-toc a {
  color: var(--cnp-ink);
  font-weight: 700;
}

.cnp-answer-box {
  margin: 31px 0;
  padding: 26px 30px;
  border-left: 6px solid var(--cnp-gold);
  border-radius: 0 18px 18px 0;
  background: var(--cnp-cream);
}

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

.cnp-heading-group {
  max-width: 850px;
  margin-bottom: 48px;
}

.cnp-reasons {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cnp-card {
  position: relative;
  padding: clamp(26px, 4vw, 42px);
  border: 1px solid rgba(40, 67, 39, .11);
  border-radius: var(--cnp-radius);
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 13px 40px rgba(35, 53, 31, .06);
}

.cnp-card:last-child {
  grid-column: 1 / -1;
}

.cnp-card p:last-child {
  margin-bottom: 0;
}

.cnp-number {
  display: block;
  margin-bottom: 24px;
  color: var(--cnp-gold);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}

.cnp-steps {
  display: grid;
  margin: 30px 0;
  padding: 0;
  gap: 12px;
  list-style: none;
}

.cnp-steps li {
  padding: 16px 18px;
  border-left: 4px solid var(--cnp-green);
  border-radius: 0 12px 12px 0;
  background: var(--cnp-sage);
}

.cnp-media-card {
  margin: 0;
}

.cnp-split-reverse > :first-child {
  order: 1;
}

.cnp-cta-band {
  padding: 48px 0;
  color: #fff;
  background: var(--cnp-green-dark);
}

.cnp-cta-band h2,
.cnp-cta-band .cnp-eyebrow {
  color: #fff;
}

.cnp-cta-band h2 {
  margin-bottom: 12px;
  font-size: clamp(1.8rem, 3vw, 2.75rem);
}

.cnp-cta-band p:last-child {
  margin-bottom: 0;
}

.cnp-cta-grid {
  grid-template-columns: minmax(0, 1fr) auto;
}

.cnp-resource-box,
.cnp-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin: 34px 0;
  padding: clamp(25px, 4vw, 38px);
  border: 1px solid var(--cnp-line);
  border-radius: var(--cnp-radius);
  background: var(--cnp-sage);
}

.cnp-resource-box p,
.cnp-final-cta p {
  margin-bottom: 0;
}

.cnp-text-link {
  flex: none;
  font-weight: 800;
}

.cnp-product-focus {
  grid-template-columns: minmax(300px, .75fr) minmax(0, 1fr);
}

.cnp-product-focus figure {
  margin-bottom: 0;
}

.cnp-product-focus img {
  border-radius: var(--cnp-radius);
}

.cnp-checklist {
  display: grid;
  margin: 28px 0 34px;
  padding: 0;
  gap: 13px;
  list-style: none;
}

.cnp-checklist li {
  position: relative;
  padding-left: 31px;
}

.cnp-checklist li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--cnp-gold-light);
  content: "✓";
  font-weight: 900;
}

.cnp-faq {
  margin-top: 38px;
  border-top: 1px solid var(--cnp-line);
}

.cnp-faq-item {
  border-bottom: 1px solid var(--cnp-line);
}

.cnp-faq-item h3 {
  margin: 0;
}

.cnp-faq button {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 23px 4px;
  border: 0;
  color: var(--cnp-ink);
  background: transparent;
  font: inherit;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  cursor: pointer;
}

.cnp-faq button span {
  display: grid;
  width: 34px;
  height: 34px;
  flex: none;
  border-radius: 50%;
  color: #fff;
  background: var(--cnp-green);
  font-size: 1.25rem;
  line-height: 1;
  place-items: center;
  transition: transform .2s ease;
}

.cnp-faq button[aria-expanded="true"] span {
  transform: rotate(45deg);
}

.cnp-faq-answer {
  padding: 0 54px 24px 4px;
  color: var(--cnp-muted);
}

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

.cnp-final-cta {
  margin-top: 42px;
  background: #fff;
  box-shadow: var(--cnp-shadow);
}

.cnp-final-cta h3 {
  margin-bottom: 8px;
}

.cnp-editorial-note {
  padding-block: 62px;
  color: var(--cnp-muted);
  background: #f7f8f5;
  font-size: .88rem;
}

.cnp-editorial-note h2 {
  font-size: 1.7rem;
}

.cnp-mobile-cta {
  display: none;
}

@media (max-width: 900px) {
  .cnp-hero-grid,
  .cnp-split,
  .cnp-product-focus,
  .cnp-cta-grid {
    grid-template-columns: 1fr;
  }

  .cnp-hero-copy {
    text-align: center;
  }

  .cnp-hero-actions,
  .cnp-proof-list {
    justify-content: center;
  }

  .cnp-hero-media {
    max-width: 700px;
    margin-inline: auto;
  }

  .cnp-reasons {
    grid-template-columns: 1fr;
  }

  .cnp-card:last-child {
    grid-column: auto;
  }

  .cnp-split-reverse > :first-child {
    order: 0;
  }

  .cnp-cta-grid {
    text-align: center;
  }

  .cnp-cta-grid .cnp-button {
    justify-self: center;
  }

  .cnp-product-focus figure {
    max-width: 620px;
    margin-inline: auto;
  }
}

@media (max-width: 680px) {
  .cnp-shell {
    padding-bottom: 78px;
    font-size: 16.5px;
  }

  .cnp-wrap {
    width: min(calc(100% - 28px), var(--cnp-max));
  }

  .cnp-hero {
    padding-top: 48px;
  }

  .cnp-hero-actions {
    display: grid;
  }

  .cnp-button {
    width: 100%;
  }

  .cnp-proof-list {
    display: grid;
    text-align: left;
  }

  .cnp-toc ol {
    grid-template-columns: 1fr;
  }

  .cnp-resource-box,
  .cnp-final-cta {
    align-items: stretch;
    flex-direction: column;
  }

  .cnp-mobile-cta {
    position: fixed;
    z-index: 9997;
    right: 10px;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 10px 10px 16px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 18px;
    color: #fff;
    background: rgba(29, 45, 28, .96);
    box-shadow: 0 12px 38px rgba(0, 0, 0, .28);
    backdrop-filter: blur(12px);
  }

  .cnp-mobile-cta span {
    line-height: 1.18;
  }

  .cnp-mobile-cta small {
    display: block;
    margin-top: 4px;
    color: #cbd8c6;
    font-size: .7rem;
  }

  .cnp-mobile-cta a {
    flex: none;
    padding: 11px 16px;
    border-radius: 999px;
    color: #26321f;
    background: var(--cnp-gold-light);
    font-size: .78rem;
    font-weight: 900;
    text-decoration: none;
  }
}

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

@media print {
  .cnp-progress,
  .cnp-mobile-cta,
  .cnp-hero-actions,
  .cnp-cta-band,
  .cnp-button {
    display: none !important;
  }
}
