@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');

:root {
  --df-paper: #f4f3ee;
  --df-paper-2: #e9ebe5;
  --df-ink: #171b19;
  --df-ink-2: #303633;
  --df-muted: #69716c;
  --df-muted-2: #8c948e;
  --df-line: #d7dcd5;
  --df-dark: #1e2421;
  --df-dark-2: #29302c;
  --df-signal: #ef604a;
  --df-signal-dark: #c94b39;
  --df-signal-soft: #f7ddd5;
  --df-lime: #d7f079;
  --df-mint: #dce9de;
  --df-display: 'Space Grotesk', 'Arial Narrow', Arial, sans-serif;
  --df-body: 'IBM Plex Sans', Arial, sans-serif;
  --df-radius: 18px;
  --df-max: 1240px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body.df-home { margin: 0; min-width: 320px; background: var(--df-paper); color: var(--df-ink); font-family: var(--df-body); line-height: 1.55; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
body.df-home::selection { background: var(--df-signal); color: #fff; }
body.df-home :focus-visible { outline: 3px solid var(--df-signal); outline-offset: 4px; }
body.df-home a:not(.df-btn) { color: inherit; }
body.df-home img { max-width: 100%; }
.df-wrap { width: min(var(--df-max), calc(100% - 64px)); margin: 0 auto; }
.df-skip { position: absolute; top: 8px; left: -999px; z-index: 100; padding: 10px 14px; background: var(--df-dark); color: #fff; text-decoration: none; }
.df-skip:focus { left: 8px; }

/* Header */
.df-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--df-line); background: color-mix(in srgb, var(--df-paper) 90%, transparent); backdrop-filter: blur(14px); }
.df-header-inner { width: min(var(--df-max), calc(100% - 64px)); min-height: 72px; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.df-brand { display: inline-flex; align-items: center; gap: 11px; color: var(--df-ink); text-decoration: none; white-space: nowrap; }
.df-brand-mark { width: 30px; height: 30px; display: grid; place-items: center; border-radius: 50%; background: var(--df-signal); color: #fff; font-family: var(--df-display); font-size: 13px; font-weight: 700; letter-spacing: -.06em; }
.df-brand-name { font-family: var(--df-display); font-weight: 600; letter-spacing: -.03em; font-size: 16px; }
.df-brand-role { padding-left: 12px; border-left: 1px solid var(--df-line); color: var(--df-muted); font-size: 12px; }
.df-nav { display: flex; align-items: center; gap: 24px; font-size: 13px; color: var(--df-ink-2); }
.df-nav a { text-decoration: none; }
.df-nav a:hover { color: var(--df-signal-dark); }
.df-header-actions { display: flex; align-items: center; gap: 10px; }
.df-phone { color: var(--df-muted); font-size: 13px; text-decoration: none; }
.df-menu { display: none; width: 40px; height: 40px; border: 1px solid var(--df-line); background: transparent; color: var(--df-ink); }
.df-menu svg { width: 19px; height: 19px; }

/* Controls */
.df-btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 48px; padding: 13px 20px; border: 1px solid transparent; border-radius: 7px; font-family: var(--df-body); font-size: 14px; font-weight: 600; line-height: 1; text-decoration: none; cursor: pointer; transition: transform .18s ease, background .18s ease, border-color .18s ease, color .18s ease; }
.df-btn:hover { transform: translateY(-2px); }
.df-btn-primary { background: var(--df-signal); color: #fff; }
.df-btn-primary:hover { background: var(--df-signal-dark); }
.df-btn-dark { background: var(--df-dark); color: #fff; }
.df-btn-dark:hover { background: var(--df-signal); }
.df-btn-quiet { border-color: var(--df-line); color: var(--df-ink); background: transparent; }
.df-btn-quiet:hover { border-color: var(--df-ink); background: #fff; }
.df-btn-light { background: #fff; color: var(--df-ink); }
.df-btn-light:hover { background: var(--df-lime); }

/* Hero */
.df-hero { padding: 74px 0 80px; border-bottom: 1px solid var(--df-line); overflow: hidden; }
.df-hero-grid { display: grid; grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr); align-items: center; gap: clamp(48px, 8vw, 112px); }
.df-kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 25px; color: var(--df-signal-dark); font-size: 11px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.df-kicker::before { content: ''; width: 30px; height: 2px; background: var(--df-signal); }
.df-hero h1 { max-width: 10ch; margin: 0 0 25px; font-family: var(--df-display); font-size: clamp(50px, 7.2vw, 94px); font-weight: 500; letter-spacing: -.07em; line-height: .92; }
.df-hero h1 em { color: var(--df-signal-dark); font-style: normal; }
.df-hero-lede { max-width: 49ch; margin: 0 0 31px; color: var(--df-ink-2); font-size: 18px; line-height: 1.48; }
.df-hero-lede strong { color: var(--df-ink); font-weight: 700; }
.df-hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 12px; margin-bottom: 36px; }
.df-note { display: flex; align-items: center; gap: 10px; color: var(--df-muted); font-size: 12px; }
.df-note-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--df-lime); box-shadow: 0 0 0 4px rgba(215, 240, 121, .35); }
.df-proof-line { display: flex; flex-wrap: wrap; gap: 0; border-top: 1px solid var(--df-line); }
.df-proof-line span { padding: 15px 22px 0 0; margin-right: 22px; border-right: 1px solid var(--df-line); color: var(--df-muted); font-size: 12px; }
.df-proof-line span:last-child { border-right: 0; }
.df-proof-line b { display: block; margin-bottom: 3px; color: var(--df-ink); font-family: var(--df-display); font-size: 20px; font-weight: 500; letter-spacing: -.04em; }

/* Signature control room */
.df-console { position: relative; min-height: 600px; padding: 16px; background: var(--df-dark); color: #fff; box-shadow: 20px 20px 0 var(--df-paper-2); }
.df-console::before { content: 'PRACTICE / P&L'; position: absolute; top: 28px; right: 28px; z-index: 2; padding: 6px 9px; border: 1px solid rgba(255,255,255,.3); color: rgba(255,255,255,.75); font-size: 10px; letter-spacing: .12em; }
.df-console-photo { position: relative; height: 355px; overflow: hidden; background: #39403c; }
.df-console-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 34%; filter: saturate(.84) contrast(1.04); }
.df-console-photo::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 55%, rgba(19,23,21,.75)); }
.df-console-caption { position: absolute; right: 22px; bottom: 18px; left: 22px; z-index: 1; display: flex; justify-content: space-between; align-items: end; gap: 14px; }
.df-console-caption strong { font-family: var(--df-display); font-size: 23px; font-weight: 500; letter-spacing: -.04em; }
.df-console-caption span { color: rgba(255,255,255,.7); font-size: 11px; }
.df-console-metrics { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; margin-top: 16px; background: rgba(255,255,255,.16); }
.df-metric { min-height: 106px; padding: 14px 11px; background: var(--df-dark); }
.df-metric b { display: block; margin-bottom: 8px; color: var(--df-lime); font-family: var(--df-display); font-size: 25px; font-weight: 500; letter-spacing: -.05em; }
.df-metric span { display: block; color: rgba(255,255,255,.62); font-size: 10px; line-height: 1.35; }
.df-console-foot { display: flex; justify-content: space-between; gap: 16px; margin-top: 17px; color: rgba(255,255,255,.56); font-size: 11px; }
.df-console-foot strong { color: #fff; font-weight: 500; }

/* Section common */
.df-section { padding: 112px 0; }
.df-section-dark { background: var(--df-dark); color: #fff; }
.df-section-paper-2 { background: var(--df-paper-2); }
.df-section-head { display: grid; grid-template-columns: .7fr 1fr; gap: 55px; align-items: end; margin-bottom: 52px; }
.df-label { margin: 0 0 16px; color: var(--df-signal-dark); font-size: 11px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.df-section-dark .df-label { color: var(--df-lime); }
.df-section h2 { max-width: 14ch; margin: 0; font-family: var(--df-display); font-size: clamp(38px, 5.4vw, 68px); font-weight: 500; letter-spacing: -.065em; line-height: .94; }
.df-section h2 span { color: var(--df-muted-2); }
.df-section-dark h2 span { color: rgba(255,255,255,.5); }
.df-section-intro { max-width: 50ch; margin: 0; color: var(--df-muted); font-size: 17px; line-height: 1.58; }
.df-section-dark .df-section-intro { color: rgba(255,255,255,.68); }

/* Direct-answer block: useful to readers and extractable by answer engines. */
.df-answer-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 70px; align-items: start; }
.df-answer-copy { max-width: 67ch; }
.df-answer-copy p { margin: 0 0 17px; color: var(--df-ink-2); font-size: 16px; line-height: 1.58; }
.df-answer-copy strong { color: var(--df-ink); font-weight: 700; }
.df-answer-copy .df-btn { margin-top: 7px; }
.df-plan-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: 72px; align-items: start; }
.df-plan-lede { max-width: 38ch; margin: 24px 0 26px; color: var(--df-muted); font-size: 16px; }
.df-plan-list { border-top: 1px solid var(--df-line); }
.df-plan-list > div { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 20px 0; border-bottom: 1px solid var(--df-line); }
.df-plan-list > div > span { color: var(--df-signal-dark); font-family: var(--df-display); font-size: 24px; }
.df-plan-list h3 { margin: 0 0 6px; font-family: var(--df-display); font-size: 22px; font-weight: 500; letter-spacing: -.04em; }
.df-plan-list p { margin: 0; color: var(--df-muted); font-size: 14px; }

/* Problem fit */
.df-fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--df-line); border: 1px solid var(--df-line); }
.df-fit-card { min-height: 255px; padding: 30px 28px; background: var(--df-paper); }
.df-fit-number { display: block; margin-bottom: 48px; color: var(--df-signal); font-family: var(--df-display); font-size: 14px; font-weight: 600; }
.df-fit-card h3 { max-width: 18ch; margin: 0 0 12px; font-family: var(--df-display); font-size: 23px; font-weight: 500; letter-spacing: -.045em; line-height: 1.08; }
.df-fit-card p { max-width: 33ch; margin: 0; color: var(--df-muted); font-size: 14px; line-height: 1.55; }

/* Method */
.df-method { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; }
.df-method-lead { position: sticky; top: 106px; }
.df-method-lead p { max-width: 32ch; margin: 25px 0 0; color: var(--df-muted); font-size: 16px; }
.df-step-list { border-top: 1px solid var(--df-line); }
.df-step { display: grid; grid-template-columns: 70px 1fr 34px; gap: 20px; align-items: start; padding: 25px 0; border-bottom: 1px solid var(--df-line); }
.df-step-num { color: var(--df-signal); font-family: var(--df-display); font-size: 15px; font-weight: 600; }
.df-step h3 { margin: 0 0 7px; font-family: var(--df-display); font-size: 24px; font-weight: 500; letter-spacing: -.045em; }
.df-step p { max-width: 47ch; margin: 0; color: var(--df-muted); font-size: 14px; }
.df-step-arrow { color: var(--df-muted-2); font-size: 23px; line-height: 1; }

/* Offers */
.df-offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.df-offer { display: flex; min-height: 385px; flex-direction: column; padding: 29px 26px 25px; border: 1px solid var(--df-line); background: var(--df-paper); }
.df-offer.featured { border: 0; background: var(--df-signal); color: #fff; }
.df-offer-tag { display: inline-block; min-height: 18px; margin-bottom: 47px; color: var(--df-signal-dark); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.df-offer.featured .df-offer-tag { color: rgba(255,255,255,.72); }
.df-offer h3 { margin: 0 0 12px; font-family: var(--df-display); font-size: 31px; font-weight: 500; letter-spacing: -.06em; line-height: .98; }
.df-offer p { max-width: 31ch; margin: 0; color: var(--df-muted); font-size: 14px; }
.df-offer.featured p { color: rgba(255,255,255,.78); }
.df-offer-bottom { display: flex; justify-content: space-between; align-items: end; gap: 10px; margin-top: auto; padding-top: 35px; }
.df-offer-price { font-family: var(--df-display); font-size: 21px; letter-spacing: -.04em; }
.df-offer-price small { display: block; color: var(--df-muted); font-family: var(--df-body); font-size: 11px; letter-spacing: 0; }
.df-offer.featured .df-offer-price small { color: rgba(255,255,255,.7); }
.df-offer-link { color: var(--df-ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.df-offer-link::after { content: '  ↗'; color: var(--df-signal-dark); }
.df-offer.featured .df-offer-link { color: #fff; }
.df-offer.featured .df-offer-link::after { color: var(--df-lime); }

/* Results */
.df-result-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.df-result { display: flex; min-height: 345px; flex-direction: column; padding: 26px; background: var(--df-dark-2); }
.df-result-source { color: var(--df-lime); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.df-result p { max-width: 29ch; margin: auto 0 27px; color: rgba(255,255,255,.8); font-size: 16px; line-height: 1.43; }
.df-result-metric { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.19); color: #fff; font-family: var(--df-display); font-size: 35px; letter-spacing: -.06em; }
.df-result-metric small { display: block; margin-top: 4px; color: rgba(255,255,255,.54); font-family: var(--df-body); font-size: 11px; letter-spacing: 0; }
.df-results-cta { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-top: 31px; }
.df-results-cta p { max-width: 43ch; margin: 0; color: var(--df-muted); font-size: 14px; }

/* Content */
.df-content-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 72px; }
.df-content-lede p { max-width: 29ch; margin: 23px 0 0; color: var(--df-muted); font-size: 16px; }
.df-article-list { border-top: 1px solid var(--df-line); }
.df-article { display: grid; grid-template-columns: 110px 1fr 22px; gap: 20px; align-items: start; padding: 22px 0; border-bottom: 1px solid var(--df-line); text-decoration: none; }
.df-article:hover h3 { color: var(--df-signal-dark); }
.df-article-meta { color: var(--df-signal-dark); font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.df-article h3 { margin: 0; font-family: var(--df-display); font-size: 22px; font-weight: 500; letter-spacing: -.04em; line-height: 1.08; transition: color .18s; }
.df-article p { margin: 7px 0 0; color: var(--df-muted); font-size: 13px; }
.df-article-arrow { color: var(--df-signal-dark); font-size: 20px; }

/* FAQ */
.df-faq-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; }
.df-faq-intro p { max-width: 32ch; margin: 24px 0 0; color: var(--df-muted); }
.df-faq { border-top: 1px solid var(--df-line); }
.df-faq details { border-bottom: 1px solid var(--df-line); }
.df-faq summary { display: flex; justify-content: space-between; gap: 24px; padding: 22px 0; cursor: pointer; list-style: none; font-family: var(--df-display); font-size: 19px; font-weight: 500; letter-spacing: -.04em; }
.df-faq summary::-webkit-details-marker { display: none; }
.df-faq summary::after { content: '+'; color: var(--df-signal-dark); font-family: var(--df-body); font-size: 24px; font-weight: 400; line-height: 1; }
.df-faq details[open] summary::after { content: '−'; }
.df-faq .df-answer { max-width: 62ch; padding: 0 30px 22px 0; color: var(--df-muted); font-size: 14px; }

/* Contact */
.df-contact { padding: 105px 0 115px; background: var(--df-signal); color: #fff; }
.df-contact-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 80px; align-items: start; }
.df-contact .df-label { color: rgba(255,255,255,.72); }
.df-contact h2 { max-width: 11ch; font-family: var(--df-display); font-size: clamp(42px, 6vw, 78px); font-weight: 500; letter-spacing: -.07em; line-height: .92; }
.df-contact-lede { max-width: 42ch; margin: 25px 0 28px; color: rgba(255,255,255,.8); font-size: 17px; }
.df-contact-list { display: grid; gap: 10px; color: rgba(255,255,255,.76); font-size: 14px; }
.df-contact-list a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.df-contact-form { display: grid; gap: 13px; padding: 25px; background: #fff; color: var(--df-ink); }
.df-contact-form label { color: var(--df-muted); font-size: 11px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.df-contact-form input, .df-contact-form select, .df-contact-form textarea { width: 100%; margin-top: 6px; padding: 13px 14px; border: 1px solid var(--df-line); border-radius: 3px; background: var(--df-paper); color: var(--df-ink); font: inherit; font-size: 14px; }
.df-contact-form textarea { min-height: 105px; resize: vertical; }
.df-contact-form input:focus, .df-contact-form select:focus, .df-contact-form textarea:focus { outline: 2px solid var(--df-signal); outline-offset: 1px; border-color: var(--df-signal); }
.df-consent { display: flex; gap: 9px; align-items: start; color: var(--df-muted) !important; font-size: 11px !important; font-weight: 400 !important; letter-spacing: 0 !important; text-transform: none !important; }
.df-consent input { width: auto; margin: 1px 0 0; }
.df-consent a { color: var(--df-ink); }
.df-contact-form button { width: 100%; border: 0; }
.df-form-error { display: none; color: var(--df-signal-dark); font-size: 13px; }
.df-form-error.visible { display: block; }
.df-form-success { display: none; color: #2c7a45; font-size: 15px; font-weight: 600; }
.df-form-note { margin: -3px 0 0; color: var(--df-muted); font-size: 11px; text-align: center; }

/* Footer */
.df-footer { padding: 52px 0 30px; background: var(--df-dark); color: #fff; }
.df-footer-grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 42px; padding-bottom: 42px; }
.df-footer h3 { margin: 0 0 10px; font-family: var(--df-display); font-size: 22px; font-weight: 500; letter-spacing: -.04em; }
.df-footer p, .df-footer li, .df-footer a { color: rgba(255,255,255,.61); font-size: 13px; }
.df-footer p { max-width: 34ch; margin: 0; }
.df-footer h4 { margin: 0 0 13px; color: rgba(255,255,255,.4); font-size: 10px; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.df-footer ul { display: grid; gap: 7px; margin: 0; padding: 0; list-style: none; }
.df-footer a { text-decoration: none; }
.df-footer a:hover { color: var(--df-lime); }
.df-footer-bottom { display: flex; justify-content: space-between; gap: 16px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.13); color: rgba(255,255,255,.38); font-size: 11px; }
.df-footer-bottom a { font-size: 11px; }

/* Mobile drawer created by home-redesign.js */
.df-drawer { position: fixed; inset: 0; z-index: 70; display: none; background: rgba(16,20,18,.6); }
.df-no-scroll { overflow: hidden; }
.df-drawer.is-open { display: block; }
.df-drawer-panel { position: absolute; top: 0; right: 0; bottom: 0; width: min(360px, 88vw); padding: 22px; background: var(--df-paper); overflow-y: auto; }
.df-drawer-close { display: block; width: 40px; height: 40px; margin: 0 0 24px auto; border: 1px solid var(--df-line); background: transparent; font-size: 22px; }
.df-drawer nav { display: grid; gap: 0; }
.df-drawer nav a { padding: 14px 0; border-bottom: 1px solid var(--df-line); font-family: var(--df-display); font-size: 20px; text-decoration: none; }
.df-drawer .df-btn { width: 100%; margin-top: 20px; }

@media (max-width: 1000px) {
  .df-nav, .df-phone { display: none; }
  .df-menu { display: grid; place-items: center; }
  .df-hero-grid { grid-template-columns: 1fr; gap: 52px; }
  .df-console { min-height: auto; max-width: 620px; }
  .df-section-head, .df-method, .df-content-grid, .df-faq-grid, .df-answer-grid, .df-plan-grid { grid-template-columns: 1fr; gap: 28px; }
  .df-method-lead { position: static; }
  .df-method-lead p, .df-content-lede p, .df-faq-intro p { max-width: 55ch; }
  .df-contact-grid { grid-template-columns: 1fr; gap: 38px; }
  .df-contact h2 { max-width: 14ch; }
}
@media (max-width: 760px) {
  .df-wrap, .df-header-inner { width: min(100% - 36px, var(--df-max)); }
  .df-brand-role { display: none; }
  .df-header-inner { min-height: 64px; }
  .df-hero { padding: 52px 0 56px; }
  .df-hero h1 { font-size: clamp(48px, 15vw, 76px); }
  .df-hero-lede { font-size: 16px; }
  .df-proof-line span { flex: 1 1 50%; min-width: 130px; margin: 0; padding: 14px 10px 0 0; border-right: 0; }
  .df-console { padding: 10px; box-shadow: 10px 10px 0 var(--df-paper-2); }
  .df-console-photo { height: 290px; }
  .df-console-metrics { grid-template-columns: repeat(2, 1fr); }
  .df-section { padding: 76px 0; }
  .df-section h2, .df-contact h2 { font-size: clamp(42px, 13vw, 63px); }
  .df-fit-grid, .df-offer-grid, .df-result-grid { grid-template-columns: 1fr; }
  .df-fit-card { min-height: 0; }
  .df-fit-number { margin-bottom: 26px; }
  .df-step { grid-template-columns: 42px 1fr 22px; gap: 10px; }
  .df-step h3 { font-size: 21px; }
  .df-results-cta, .df-footer-bottom { align-items: flex-start; flex-direction: column; }
  .df-article { grid-template-columns: 1fr 20px; gap: 8px; }
  .df-article-meta { grid-column: 1 / -1; }
  .df-article h3 { font-size: 20px; }
  .df-contact { padding: 76px 0; }
  .df-footer-grid { grid-template-columns: 1fr; gap: 27px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
