:root {
  --dp-green: #18302d;
  --dp-coral: #f47761;
  --dp-cream: #fbf7ef;
  --dp-ivory: #fffdf8;
  --dp-gold: #c89a4b;
  --dp-line: #ded8cc;
  --dp-muted: #64736f;
}

.dp-skip {
  background: var(--dp-green);
  color: white;
  left: 12px;
  padding: 10px 14px;
  position: fixed;
  top: -60px;
  z-index: 10000;
}
.dp-skip:focus { top: 12px; }
#root > header { display: none !important; }

.dp-nav {
  align-items: center;
  background: rgba(255, 253, 248, .97);
  border-bottom: 1px solid var(--dp-line);
  display: grid;
  grid-template-columns: auto 1fr auto;
  min-height: 78px;
  padding: 0 5vw;
  position: sticky;
  top: 0;
  z-index: 900;
}
.dp-nav-logo { align-items: center; display: inline-flex; }
.dp-nav-logo img { display: block; height: auto; width: 172px; }
.dp-primary { align-items: stretch; display: flex; height: 78px; justify-content: center; }
.dp-nav-item { display: flex; position: relative; }
.dp-nav-button {
  align-items: center;
  background: transparent;
  border: 0;
  color: var(--dp-green);
  cursor: pointer;
  display: inline-flex;
  font: 700 13px var(--sans, sans-serif);
  gap: 5px;
  padding: 0 13px;
  white-space: nowrap;
}
.dp-nav-button:hover, .dp-nav-button[aria-expanded="true"] { color: var(--dp-coral); }
.dp-nav-button:focus-visible, .dp-mega a:focus-visible, .dp-mobile-toggle:focus-visible,
.dp-mobile-panel button:focus-visible, .dp-nav-cta:focus-visible, .dp-card:focus-visible {
  outline: 3px solid var(--dp-coral);
  outline-offset: 3px;
}
.dp-caret { font-size: 10px; transition: transform .15s ease; }
.dp-nav-button[aria-expanded="true"] .dp-caret { transform: rotate(180deg); }
.dp-nav-cta, .dp-action {
  background: var(--dp-coral);
  border: 1px solid var(--dp-coral);
  border-radius: 999px;
  color: #172e2b;
  cursor: pointer;
  font: 800 13px var(--sans, sans-serif);
  padding: 12px 18px;
  text-decoration: none;
}
.dp-nav-cta:hover, .dp-action:hover { background: #ff8c76; }
.dp-menu-toggle { display: none; }
.dp-mega {
  background: var(--dp-ivory);
  border: 1px solid var(--dp-line);
  border-radius: 0 0 18px 18px;
  box-shadow: 0 22px 48px rgba(24, 48, 45, .16);
  display: none;
  gap: 28px;
  left: 50%;
  min-width: min(900px, 92vw);
  padding: 28px;
  position: fixed;
  top: 77px;
  transform: translateX(-50%);
}
.dp-nav-item.open .dp-mega { display: grid; }
.dp-mega.cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dp-mega.cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dp-mega-group { min-width: 0; }
.dp-mega-group > b {
  color: var(--dp-gold);
  display: block;
  font: 800 11px var(--sans, sans-serif);
  letter-spacing: .14em;
  margin-bottom: 12px;
}
.dp-mega a {
  border-radius: 10px;
  color: var(--dp-green);
  display: block;
  padding: 8px;
  text-decoration: none;
}
.dp-mega a:hover { background: #f5efe3; }
.dp-mega a strong { display: block; font: 800 13px var(--sans, sans-serif); }
.dp-mega a span { color: var(--dp-muted); display: block; font-size: 11px; line-height: 1.4; margin-top: 3px; }

.dp-mobile-panel { display: none; }
.dp-page-shell { display: none; }
body.dp-custom .dp-page-shell { display: block; }
body.dp-custom #root > main,
body.dp-custom #root > .ticker,
body.dp-custom #root > .section,
body.dp-custom #root > .bottom { display: none !important; }
.dp-page {
  background: var(--dp-ivory);
  color: var(--dp-green);
  min-height: 65vh;
  padding: 42px max(5vw, 22px) 84px;
}
.dp-page-inner { margin: 0 auto; max-width: 1180px; }
.dp-breadcrumbs { color: var(--dp-muted); font-size: 12px; margin-bottom: 28px; }
.dp-breadcrumbs button { background: none; border: 0; color: inherit; cursor: pointer; padding: 0; text-decoration: underline; }
.dp-eyebrow { color: var(--dp-coral); font: 800 11px var(--sans, sans-serif); letter-spacing: .16em; }
.dp-page h1 { font: 600 clamp(36px, 6vw, 68px)/1.02 var(--serif, serif); margin: 12px 0 16px; }
.dp-page h1 em { color: var(--dp-coral); font-weight: 500; }
.dp-lead { color: var(--dp-muted); font-size: 17px; line-height: 1.65; max-width: 760px; }
.dp-journey {
  align-items: center;
  background: var(--dp-green);
  border-radius: 18px;
  color: white;
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  margin: 32px 0 52px;
  padding: 22px;
}
.dp-journey div { border-right: 1px solid rgba(255,255,255,.18); padding: 2px 18px; }
.dp-journey div:last-child { border: 0; }
.dp-journey b { display: block; font: 700 19px var(--serif, serif); }
.dp-journey span { color: #d6dfdc; font-size: 12px; }
.dp-section { margin-top: 52px; }
.dp-section-head { align-items: end; display: flex; justify-content: space-between; margin-bottom: 18px; }
.dp-section h2 { font: 600 30px var(--serif, serif); margin: 0; }
.dp-section-head p { color: var(--dp-muted); font-size: 13px; margin: 0; }
.dp-grid { display: grid; gap: 16px; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.dp-grid.four { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.dp-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.dp-card {
  background: white;
  border: 1px solid var(--dp-line);
  border-radius: 16px;
  color: var(--dp-green);
  display: flex;
  flex-direction: column;
  min-height: 176px;
  padding: 22px;
  text-align: left;
  text-decoration: none;
}
button.dp-card { cursor: pointer; font-family: inherit; width: 100%; }
.dp-card:hover { border-color: var(--dp-coral); transform: translateY(-1px); }
.dp-card .dp-label { color: var(--dp-coral); font: 800 10px var(--sans, sans-serif); letter-spacing: .12em; margin-bottom: 12px; }
.dp-card h3 { font: 700 22px var(--serif, serif); margin: 0 0 8px; }
.dp-card p { color: var(--dp-muted); font-size: 13px; line-height: 1.55; margin: 0 0 18px; }
.dp-card small { color: var(--dp-muted); font-size: 11px; margin-top: auto; }
.dp-card strong { color: var(--dp-coral); font-size: 12px; margin-top: auto; }
.dp-method {
  background: #f4eee2;
  border-left: 5px solid var(--dp-coral);
  border-radius: 14px;
  margin: 46px 0;
  padding: 26px 30px;
}
.dp-method h2 { margin: 0 0 8px; }
.dp-method p { color: var(--dp-muted); margin: 0; }
.dp-method-flow { color: var(--dp-green) !important; font-weight: 800; margin-top: 12px !important; }
.dp-quiz-meta { display: flex; flex-wrap: wrap; gap: 6px; margin-top: auto; }
.dp-pill { background: #f4eee2; border-radius: 999px; color: #52635f; font-size: 10px; font-weight: 700; padding: 5px 8px; }
.dp-filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 26px 0; }
.dp-filter { background: white; border: 1px solid var(--dp-line); border-radius: 999px; color: var(--dp-green); cursor: pointer; font-weight: 700; padding: 9px 13px; }
.dp-filter.active { background: var(--dp-green); color: white; }
.dp-next { background: var(--dp-green); border-radius: 18px; color: white; margin-top: 58px; padding: 28px; }
.dp-next h2 { margin-bottom: 12px; }
.dp-next p { color: #d6dfdc; }
.dp-next .dp-action { display: inline-block; margin-right: 8px; margin-top: 8px; }
.dp-secondary { background: #f4eee2; }
.dp-priority { border-radius: 4px; display: inline-block; font-size: 9px; font-weight: 900; letter-spacing: .1em; padding: 4px 6px; }
.dp-priority.core { background: #d9eee5; color: #174d3c; }
.dp-priority.cant { background: #fde0da; color: #842a1f; }
.dp-priority.advanced { background: #e8e0f2; color: #493363; }

@media (max-width: 1120px) {
  .dp-nav { grid-template-columns: auto 1fr auto; padding: 0 22px; }
  .dp-primary { display: none; }
  .dp-menu-toggle { background: none; border: 0; color: var(--dp-green); cursor: pointer; display: block; font-size: 27px; justify-self: end; margin-left: 12px; order: 3; }
  .dp-nav-cta { justify-self: end; margin-left: auto; }
  .dp-mobile-panel {
    background: var(--dp-ivory);
    border-bottom: 1px solid var(--dp-line);
    box-shadow: 0 18px 35px rgba(24,48,45,.14);
    max-height: calc(100vh - 78px);
    overflow: auto;
    padding: 12px 22px 24px;
    position: fixed;
    top: 78px;
    width: 100%;
    z-index: 899;
  }
  .dp-mobile-panel.open { display: block; }
  .dp-mobile-home, .dp-mobile-toggle {
    background: none;
    border: 0;
    border-bottom: 1px solid var(--dp-line);
    color: var(--dp-green);
    cursor: pointer;
    display: flex;
    font-size: 15px;
    font-weight: 800;
    justify-content: space-between;
    padding: 15px 4px;
    width: 100%;
  }
  .dp-mobile-group { display: none; padding: 8px 0 12px 14px; }
  .dp-mobile-section.open .dp-mobile-group { display: block; }
  .dp-mobile-group b { color: var(--dp-gold); display: block; font-size: 10px; letter-spacing: .12em; margin: 10px 0 5px; }
  .dp-mobile-group button { background: none; border: 0; color: var(--dp-green); display: block; font-size: 13px; padding: 8px 0; text-align: left; width: 100%; }
  .dp-grid.four { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  .dp-nav { min-height: 70px; padding: 0 16px; }
  .dp-nav-logo img { width: 145px; }
  .dp-nav-cta { font-size: 12px; padding: 10px 13px; }
  .dp-menu-toggle { font-size: 24px; margin-left: 6px; }
  .dp-mobile-panel { max-height: calc(100vh - 70px); top: 70px; }
  .dp-page { padding: 28px 18px 64px; }
  .dp-page h1 { font-size: 42px; }
  .dp-journey { grid-template-columns: 1fr 1fr; }
  .dp-journey div:nth-child(2) { border-right: 0; }
  .dp-grid, .dp-grid.four, .dp-grid.two { grid-template-columns: 1fr; }
  .dp-section-head { align-items: start; flex-direction: column; gap: 7px; }
  .dp-card { min-height: 150px; }
}

@media (prefers-reduced-motion: reduce) {
  .dp-card, .dp-caret { transition: none; }
}
