:root {
  --dfcp-ink: #101713;
  --dfcp-muted: #5d6961;
  --dfcp-green: #183c28;
  --dfcp-green-2: #24543a;
  --dfcp-green-3: #dfeadf;
  --dfcp-gold: #c7a35a;
  --dfcp-gold-soft: #ead9aa;
  --dfcp-paper: #f7f5ef;
  --dfcp-white: #ffffff;
  --dfcp-border: rgba(18, 40, 28, .13);
  --dfcp-shadow: 0 24px 70px rgba(10, 32, 20, .12);
  --dfcp-radius: 28px;
  --dfcp-container: 1180px;
}

.dfcp-landing-page .site-content,
.dfcp-landing-page .content-area,
.dfcp-landing-page .site-main,
.dfcp-landing-page .inside-article,
.dfcp-landing-page .entry-content {
  max-width: none !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.dfcp-landing-page .entry-header,
.dfcp-landing-page .comments-area,
.dfcp-landing-page .site-footer,
.dfcp-landing-page .footer-widgets {
  display: none !important;
}

.dfcp-landing-page #page,
.dfcp-landing-page #primary {
  max-width: none !important;
  margin: 0 !important;
}

.dfcp-landing {
  width: 100%;
  overflow: clip;
  background: var(--dfcp-paper);
  color: var(--dfcp-ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  line-height: 1.72;
  text-rendering: optimizeLegibility;
}

.dfcp-landing *, .dfcp-landing *::before, .dfcp-landing *::after { box-sizing: border-box; }
.dfcp-landing img { max-width: 100%; height: auto; display: block; }
.dfcp-landing a { color: inherit; }
.dfcp-container { width: min(calc(100% - 40px), var(--dfcp-container)); margin-inline: auto; }
.dfcp-reading { width: min(calc(100% - 40px), 850px); }
.dfcp-section { padding: 104px 0; }

.dfcp-progress {
  position: fixed;
  z-index: 99999;
  inset: 0 0 auto;
  height: 4px;
  background: rgba(255,255,255,.1);
}
.dfcp-progress span { display: block; width: 0; height: 100%; background: linear-gradient(90deg, var(--dfcp-gold), #f1dd9d); }

.dfcp-hero {
  position: relative;
  min-height: 850px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--dfcp-white);
  background:
    radial-gradient(circle at 80% 18%, rgba(214,185,117,.20), transparent 30%),
    radial-gradient(circle at 8% 95%, rgba(71,123,84,.24), transparent 34%),
    linear-gradient(135deg, #06110c 0%, #0e2418 55%, #1c3f2a 100%);
}

.dfcp-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .16;
  background-image: linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 54px 54px;
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.dfcp-hero-noise {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .05;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.65'/%3E%3C/svg%3E");
}

.dfcp-hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(420px, .98fr);
  gap: 70px;
  align-items: center;
  padding-block: 70px;
}

.dfcp-brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  margin-bottom: 64px;
  color: #eef4ef !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.dfcp-brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border: 1px solid rgba(232,211,153,.55);
  border-radius: 50%;
  color: #f0d994;
  font-family: Georgia, serif;
  font-size: 21px;
}

.dfcp-eyebrow, .dfcp-kicker {
  margin: 0 0 18px;
  color: var(--dfcp-gold-soft);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dfcp-hero h1 {
  max-width: 720px;
  margin: 0 0 25px;
  color: var(--dfcp-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(48px, 5.1vw, 78px);
  line-height: .98;
  letter-spacing: -.045em;
  font-weight: 500;
}

.dfcp-hero h1 span { color: #f0d994; }
.dfcp-lead { max-width: 690px; margin: 0; color: #cbd6ce; font-size: clamp(19px, 1.7vw, 23px); line-height: 1.55; }
.dfcp-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin: 38px 0 27px; }

.dfcp-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  border: 1px solid transparent;
  border-radius: 999px;
  padding: 14px 25px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 850;
  line-height: 1.2;
  transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.dfcp-button:hover { transform: translateY(-2px); }
.dfcp-button-primary { color: #122119 !important; background: linear-gradient(135deg, #f3dfa5, #c49b4e); box-shadow: 0 16px 34px rgba(203,167,87,.22); }
.dfcp-button-primary:hover { box-shadow: 0 20px 42px rgba(203,167,87,.32); }
.dfcp-button-ghost { color: #f4f6f4 !important; border-color: rgba(255,255,255,.24); background: rgba(255,255,255,.055); }
.dfcp-button-ghost:hover { background: rgba(255,255,255,.10); }

.dfcp-trust-list { display: flex; flex-wrap: wrap; gap: 20px; margin: 0; padding: 0; list-style: none; color: #e2e9e4; font-size: 14px; }
.dfcp-trust-list li { position: relative; padding-left: 22px; }
.dfcp-trust-list li::before { content: "✓"; position: absolute; left: 0; color: #e0c77f; font-weight: 900; }
.dfcp-microcopy { margin: 17px 0 0; color: #8fa297; font-size: 12px; }

.dfcp-hero-visual { position: relative; }
.dfcp-hero-visual > img { border-radius: 34px; box-shadow: 0 40px 100px rgba(0,0,0,.38); transform: rotate(1.5deg); }
.dfcp-floating-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 170px;
  padding: 14px 17px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 17px;
  color: #fff;
  background: rgba(8,22,15,.72);
  backdrop-filter: blur(14px);
  box-shadow: 0 18px 44px rgba(0,0,0,.25);
}
.dfcp-floating-card strong { color: #f0d994; font-size: 24px; line-height: 1; }
.dfcp-floating-card span { font-size: 12px; line-height: 1.25; color: #d5dfd8; }
.dfcp-floating-card-one { left: -34px; bottom: 108px; }
.dfcp-floating-card-two { right: -22px; top: 92px; }

.dfcp-proof-strip { position: relative; z-index: 4; margin-top: -1px; background: #0c1e14; color: #fff; border-top: 1px solid rgba(255,255,255,.07); }
.dfcp-proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.dfcp-proof-grid > div { min-height: 138px; padding: 31px 28px; border-right: 1px solid rgba(255,255,255,.09); }
.dfcp-proof-grid > div:first-child { border-left: 1px solid rgba(255,255,255,.09); }
.dfcp-proof-grid span { display: block; color: #bea15e; font-size: 11px; font-weight: 900; letter-spacing: .18em; }
.dfcp-proof-grid strong { display: block; margin: 5px 0 3px; font-size: 16px; }
.dfcp-proof-grid small { color: #87978e; font-size: 12px; }

.dfcp-editorial-meta { padding: 38px 0 0; }
.dfcp-meta-card {
  display: grid;
  grid-template-columns: repeat(4, minmax(110px, 1fr)) 2fr;
  gap: 0;
  overflow: hidden;
  border: 1px solid var(--dfcp-border);
  border-radius: 20px;
  background: rgba(255,255,255,.72);
  box-shadow: 0 10px 34px rgba(18,47,30,.05);
}
.dfcp-meta-card > div { padding: 18px 20px; border-right: 1px solid var(--dfcp-border); }
.dfcp-meta-card > div:last-child { border-right: 0; }
.dfcp-meta-card span { display: block; color: #78837c; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.dfcp-meta-card strong { display: block; margin-top: 4px; font-size: 13px; line-height: 1.35; }

.dfcp-article { padding-top: 92px; }
.dfcp-article .dfcp-kicker { color: #8e7137; }
.dfcp-article h2 {
  margin: 78px 0 24px;
  color: #14291d;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 49px);
  line-height: 1.12;
  letter-spacing: -.03em;
  scroll-margin-top: 40px;
}
.dfcp-article h2:first-of-type { margin-top: 0; }
.dfcp-article h3 { margin: 49px 0 14px; color: #183c28; font-size: clamp(23px, 2.4vw, 29px); line-height: 1.25; scroll-margin-top: 40px; }
.dfcp-article p { margin: 0 0 22px; color: #38463d; }
.dfcp-article strong { color: #18271d; }
.dfcp-article a { color: #1d6841; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.dfcp-article a:hover { color: #0f3e27; }

.dfcp-answer-box {
  position: relative;
  margin: 42px 0;
  padding: 35px 37px 31px;
  border: 1px solid rgba(31,87,53,.18);
  border-left: 6px solid #2e7349;
  border-radius: 20px;
  background: #edf4ed;
  box-shadow: 0 18px 48px rgba(24,60,40,.07);
}
.dfcp-answer-box h3 { margin: 0 0 10px; font-size: 24px; }
.dfcp-answer-box p:last-child { margin-bottom: 0; }

.dfcp-toc {
  margin: 44px 0 65px;
  padding: 30px 34px;
  border: 1px solid var(--dfcp-border);
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(19,47,31,.055);
}
.dfcp-toc p { margin-bottom: 13px; }
.dfcp-toc ol { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px 36px; margin: 0; padding-left: 23px; }
.dfcp-toc a { text-decoration: none; font-size: 15px; font-weight: 750; }

.dfcp-content-image { margin: 54px -80px; }
.dfcp-content-image img { width: 100%; border-radius: 30px; box-shadow: var(--dfcp-shadow); }
.dfcp-content-image figcaption { margin-top: 12px; color: #758078; text-align: center; font-size: 12px; }

.dfcp-checklist {
  margin: 54px 0;
  padding: 40px;
  border-radius: 24px;
  color: #fff;
  background: linear-gradient(135deg, #102d1d, #28553a);
  box-shadow: var(--dfcp-shadow);
}
.dfcp-checklist h3 { margin: 0 0 20px; color: #f0dfa8; }
.dfcp-checklist ul { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px 26px; margin: 0; padding: 0; list-style: none; }
.dfcp-checklist li { position: relative; padding: 10px 0 10px 29px; color: #e6eee8; border-bottom: 1px solid rgba(255,255,255,.08); font-size: 15px; }
.dfcp-checklist li::before { content: "✓"; position: absolute; left: 0; color: #ecd48c; font-weight: 900; }

.dfcp-faq-list { margin-top: 30px; }
.dfcp-faq-list details { border-top: 1px solid #cad4cc; background: transparent; }
.dfcp-faq-list details:last-child { border-bottom: 1px solid #cad4cc; }
.dfcp-faq-list summary { position: relative; padding: 23px 48px 23px 0; cursor: pointer; color: #173624; font-size: 18px; font-weight: 820; list-style: none; }
.dfcp-faq-list summary::-webkit-details-marker { display: none; }
.dfcp-faq-list summary::after { content: "+"; position: absolute; right: 5px; top: 17px; display: grid; place-items: center; width: 34px; height: 34px; border-radius: 50%; background: #e2ebe2; color: #1d5837; font-size: 24px; font-weight: 500; }
.dfcp-faq-list details[open] summary::after { content: "−"; }
.dfcp-faq-list details p { margin: 0; padding: 0 55px 24px 0; }

.dfcp-offer { position: relative; padding: 105px 0; background: #e8efe7; }
.dfcp-offer::before { content: ""; position: absolute; inset: 0; opacity: .24; background-image: radial-gradient(#5a765f 1px, transparent 1px); background-size: 28px 28px; }
.dfcp-offer-card {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr .8fr;
  gap: 64px;
  align-items: center;
  padding: 70px;
  overflow: hidden;
  border-radius: 36px;
  color: #fff;
  background: linear-gradient(135deg, #07160f, #163923 70%, #264e34);
  box-shadow: 0 32px 90px rgba(11,49,27,.20);
}
.dfcp-offer-card::after { content: ""; position: absolute; width: 440px; height: 440px; right: -210px; top: -230px; border-radius: 50%; border: 90px solid rgba(225,198,124,.11); }
.dfcp-offer h2 { position: relative; z-index: 1; max-width: 650px; margin: 0 0 18px; color: #fff; font-family: Georgia, serif; font-size: clamp(37px, 4.4vw, 57px); line-height: 1.05; letter-spacing: -.035em; }
.dfcp-offer p { position: relative; z-index: 1; margin: 0; color: #bdcbc2; }
.dfcp-offer ul { position: relative; z-index: 1; margin: 26px 0 0; padding: 0; list-style: none; }
.dfcp-offer li { position: relative; padding: 7px 0 7px 26px; color: #e8eee9; font-size: 15px; }
.dfcp-offer li::before { content: "✓"; position: absolute; left: 0; color: #e6ca7d; font-weight: 900; }
.dfcp-offer-action { position: relative; z-index: 1; padding: 29px; border: 1px solid rgba(255,255,255,.13); border-radius: 25px; background: rgba(255,255,255,.07); backdrop-filter: blur(8px); }
.dfcp-offer-label { display: block; margin-bottom: 13px; color: #d7e1d9; font-size: 12px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.dfcp-offer-action .dfcp-button { width: 100%; }
.dfcp-offer-action small { display: block; margin-top: 12px; color: #8fa297; text-align: center; font-size: 11px; }

.dfcp-footer { padding: 70px 0 92px; color: #c8d2cb; background: #07110c; }
.dfcp-footer-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; }
.dfcp-footer strong { color: #fff; }
.dfcp-footer p { max-width: 750px; margin: 10px 0 0; color: #87968d; font-size: 13px; line-height: 1.7; }
.dfcp-footer-bottom { display: flex; flex-wrap: wrap; gap: 22px; align-items: center; margin-top: 44px; padding-top: 23px; border-top: 1px solid rgba(255,255,255,.08); color: #819087; font-size: 12px; }
.dfcp-footer-bottom a { color: #cdd7d0; text-decoration: none; }
.dfcp-footer-bottom span { margin-left: auto; }

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

@media (max-width: 1100px) {
  .dfcp-hero-grid { grid-template-columns: 1fr 1fr; gap: 38px; }
  .dfcp-floating-card { display: none; }
  .dfcp-meta-card { grid-template-columns: repeat(4, 1fr); }
  .dfcp-meta-card .dfcp-method { grid-column: 1 / -1; border-top: 1px solid var(--dfcp-border); }
  .dfcp-content-image { margin-inline: -30px; }
}

@media (max-width: 860px) {
  .dfcp-landing { font-size: 17px; }
  .dfcp-section { padding-block: 76px; }
  .dfcp-hero { min-height: auto; }
  .dfcp-hero-grid { grid-template-columns: 1fr; padding-block: 36px 64px; }
  .dfcp-brand { margin-bottom: 46px; }
  .dfcp-hero-copy { order: 1; }
  .dfcp-hero-visual { order: 2; width: min(100%, 620px); margin: 10px auto 0; }
  .dfcp-proof-grid { grid-template-columns: repeat(2, 1fr); }
  .dfcp-proof-grid > div:first-child { border-left: 0; }
  .dfcp-meta-card { grid-template-columns: repeat(2, 1fr); }
  .dfcp-meta-card > div:nth-child(2) { border-right: 0; }
  .dfcp-meta-card > div:nth-child(3), .dfcp-meta-card > div:nth-child(4) { border-top: 1px solid var(--dfcp-border); }
  .dfcp-toc ol { grid-template-columns: 1fr; }
  .dfcp-checklist ul { grid-template-columns: 1fr; }
  .dfcp-content-image { margin-inline: 0; }
  .dfcp-offer-card { grid-template-columns: 1fr; padding: 52px; gap: 42px; }
  .dfcp-footer-grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 620px) {
  .dfcp-container, .dfcp-reading { width: min(calc(100% - 28px), var(--dfcp-container)); }
  .dfcp-landing { padding-bottom: 74px; font-size: 16px; }
  .dfcp-hero h1 { font-size: 44px; }
  .dfcp-hero-actions { align-items: stretch; flex-direction: column; }
  .dfcp-button { width: 100%; min-height: 56px; }
  .dfcp-trust-list { display: grid; gap: 7px; }
  .dfcp-proof-grid { grid-template-columns: 1fr; }
  .dfcp-proof-grid > div { min-height: 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.09); }
  .dfcp-editorial-meta { padding-top: 20px; }
  .dfcp-meta-card { grid-template-columns: 1fr 1fr; }
  .dfcp-meta-card > div { padding: 14px; }
  .dfcp-article { padding-top: 64px; }
  .dfcp-article h2 { margin-top: 64px; font-size: 36px; }
  .dfcp-article h3 { margin-top: 38px; font-size: 24px; }
  .dfcp-answer-box, .dfcp-toc, .dfcp-checklist { padding: 27px 23px; border-radius: 18px; }
  .dfcp-content-image img { border-radius: 19px; }
  .dfcp-offer { padding: 72px 0; }
  .dfcp-offer-card { padding: 35px 24px; border-radius: 24px; }
  .dfcp-offer h2 { font-size: 38px; }
  .dfcp-footer-bottom span { width: 100%; margin-left: 0; }
  .dfcp-mobile-cta {
    position: fixed;
    z-index: 9999;
    left: 8px;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 10px 10px 15px;
    border: 1px solid rgba(255,255,255,.13);
    border-radius: 17px;
    color: #fff;
    background: rgba(6,20,12,.94);
    backdrop-filter: blur(15px);
    box-shadow: 0 16px 40px rgba(0,0,0,.28);
  }
  .dfcp-mobile-cta strong, .dfcp-mobile-cta span { display: block; }
  .dfcp-mobile-cta strong { font-size: 12px; }
  .dfcp-mobile-cta span { color: #93a39a; font-size: 10px; }
  .dfcp-mobile-cta a { flex: 0 0 auto; padding: 12px 16px; border-radius: 12px; color: #17241b; background: #e4c878; text-decoration: none; font-size: 12px; font-weight: 900; }
}

@media (prefers-reduced-motion: reduce) {
  .dfcp-landing *, .dfcp-landing *::before, .dfcp-landing *::after { scroll-behavior: auto !important; transition: none !important; }
}
