:root {
  --ink: #132823; --ink-soft: #4d625d; --paper: #f7f4ed; --surface: #fffdf8;
  --line: #dfe3d9; --mint: #d9f3df; --green: #154f3e; --green-2: #0c3b2f;
  --coral: #f17455; --gold: #f1c873; --blue: #94b9d6; --shadow: 0 24px 80px rgba(20,58,46,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; } button, input, select, textarea { font: inherit; }
.site-header { width: min(1180px, calc(100% - 40px)); margin: 0 auto; min-height: 84px; display: flex; align-items: center; justify-content: space-between; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-weight: 800; letter-spacing: -.03em; }
.brand-mark { width: 42px; height: 42px; flex: 0 0 42px; display: block; object-fit: contain; }
.top-nav { display: flex; align-items: center; gap: 26px; color: var(--ink-soft); font-size: 14px; font-weight: 650; }.top-nav a:hover { color: var(--green); }.top-nav-list { margin: 0; padding: 0; list-style: none; display: flex; align-items: center; gap: 26px; }
.section-shell { width: min(1180px, calc(100% - 40px)); margin-inline: auto; }
.hero { min-height: 690px; padding: 88px 0 92px; display: grid; grid-template-columns: 1.02fr .98fr; gap: 72px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--coral); text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 850; }
h1, h2, h3, p { margin-top: 0; }
h1 { margin-bottom: 26px; max-width: 690px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(54px, 6.2vw, 84px); line-height: .98; letter-spacing: -.055em; font-weight: 600; }
h2 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(36px, 4.3vw, 58px); line-height: 1.05; letter-spacing: -.04em; font-weight: 600; }
.hero-lede { max-width: 610px; margin-bottom: 32px; color: var(--ink-soft); font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.button { border: 0; cursor: pointer; display: inline-flex; align-items: center; justify-content: center; gap: 14px; border-radius: 13px; padding: 15px 20px; font-weight: 800; font-size: 14px; transition: transform .18s ease, box-shadow .18s ease, background .18s ease; }
.button:hover { transform: translateY(-2px); }.button-primary { color: #fff; background: var(--green); box-shadow: 0 12px 28px rgba(21,79,62,.2); }.button-primary:hover { background: var(--green-2); }
.button-ghost { color: var(--green); background: transparent; border: 1px solid rgba(21,79,62,.25); }.button-small { padding: 10px 15px; border-radius: 10px; }.button-light { background: #fff; color: var(--green); margin-top: 16px; }
.text-link { color: var(--green); font-size: 14px; font-weight: 800; border-bottom: 1px solid rgba(21,79,62,.35); padding-bottom: 3px; }.microcopy { color: #73817d; font-size: 12px; margin: 16px 0 0; }
.product-window { background: #fff; border: 1px solid rgba(21,79,62,.11); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; transform: rotate(1deg); }
.window-bar { height: 58px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 20px; border-bottom: 1px solid var(--line); }.window-dot { width: 11px; height: 11px; border-radius: 50%; background: var(--coral); box-shadow: 18px 0 var(--gold), 36px 0 #83c89c; }.window-title { font-size: 12px; font-weight: 800; color: #667771; }
.live-pill { justify-self: end; padding: 6px 9px; border-radius: 99px; background: #ecf8ed; color: #2f684c; font-size: 10px; font-style: normal; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }.live-pill i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #55a76d; margin-right: 5px; }
.preview-grid { padding: 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; background: #fbfcf8; }.preview-kpi { min-height: 132px; border-radius: 16px; padding: 20px; border: 1px solid var(--line); background: #fff; display: flex; flex-direction: column; }
.preview-kpi span { color: #63736f; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .07em; }.preview-kpi strong { margin-top: 10px; font-family: Georgia, serif; font-size: 36px; }.preview-kpi small { color: #74827e; margin-top: auto; }.accent-card { background: var(--mint); border-color: #c6e7cf; }
.preview-list { grid-column: 1 / -1; border-radius: 16px; background: #fff; border: 1px solid var(--line); overflow: hidden; }.preview-row { display: grid; grid-template-columns: 40px 1fr auto; gap: 12px; align-items: center; padding: 14px 16px; border-bottom: 1px solid #edf0e9; }.preview-row:last-child { border-bottom: 0; }
.lead-avatar { width: 36px; height: 36px; border-radius: 11px; display: grid; place-items: center; font-size: 10px; font-weight: 900; color: var(--ink); }.lead-avatar.coral { background: #ffd9cf; }.lead-avatar.blue { background: #dcebf5; }.lead-avatar.gold { background: #f9e9bf; }
.preview-row span b, .preview-row span small { display: block; }.preview-row span b { font-size: 12px; }.preview-row span small { color: #80908b; font-size: 10px; margin-top: 3px; }
.score { width: 34px; height: 27px; display: grid; place-items: center; border-radius: 8px; background: #eef1ed; color: #5d6c67; font-size: 10px; font-style: normal; font-weight: 900; }.score.hot { background: #ffd8ce; color: #9a3d2c; }.score.warm { background: #fae9bc; color: #805d18; }
.outcome-strip { padding: 30px max(24px, calc((100vw - 1180px)/2)); background: var(--green); color: #fff; display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }.outcome-strip div { display: flex; align-items: baseline; gap: 14px; justify-content: center; }.outcome-strip strong { font-family: Georgia, serif; font-size: 30px; }.outcome-strip span { color: #cfe1d9; font-size: 13px; }
.workflow { padding-block: 126px; }.section-heading { max-width: 760px; margin-bottom: 54px; }.section-heading p:last-child { max-width: 610px; color: var(--ink-soft); font-size: 17px; line-height: 1.7; }
.step-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.step-card { position: relative; padding: 32px; min-height: 260px; border: 1px solid var(--line); background: var(--surface); border-radius: 20px; }.step-number { display: inline-grid; place-items: center; width: 42px; height: 42px; border-radius: 50%; background: var(--mint); color: var(--green); font-size: 11px; font-weight: 900; }.step-card h3 { margin: 48px 0 14px; font-family: Georgia, serif; font-size: 25px; letter-spacing: -.02em; }.step-card p { color: var(--ink-soft); line-height: 1.7; font-size: 14px; }
.fit-section { border-top: 1px solid var(--line); padding-block: 90px; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }.fit-list { display: grid; gap: 12px; }.fit-list p { margin: 0; padding: 18px 20px; border-radius: 14px; background: #fff; border: 1px solid var(--line); font-weight: 700; }.fit-list span { color: var(--coral); margin-right: 12px; }
.pricing-section { padding-block: 62px 120px; }.pricing-card { padding: 52px; border-radius: 28px; color: #fff; background: var(--green); display: grid; grid-template-columns: 1.25fr .75fr; gap: 70px; align-items: center; box-shadow: var(--shadow); }.pricing-card h2 { margin-bottom: 16px; }.pricing-card > div > p:last-child { color: #d3e2dc; line-height: 1.7; max-width: 620px; }.price-block { border-left: 1px solid rgba(255,255,255,.2); padding-left: 48px; }.price-block p { margin-bottom: 8px; color: #d9e7e1; }.price-block span { color: #fff; font-size: 25px; font-weight: 900; }
.final-cta { padding-block: 110px 140px; text-align: center; }.final-cta h2 { margin: 0 auto 30px; }.site-footer { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 32px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 32px; color: #697974; font-size: 12px; }.site-footer p { margin: 0; }.site-footer > div > p { margin-top: 10px; }.footer-nav-list, .footer-nav { display: flex; align-items: center; gap: 16px; }.footer-nav-list { margin: 0; padding: 0; list-style: none; flex-wrap: wrap; }.footer-nav a:hover { color: var(--green); }
.pricing-details-link { display: inline-block; margin-top: 6px; color: #fff; border-color: rgba(255,255,255,.4); }
@media (max-width: 900px) { .hero { grid-template-columns: 1fr; padding-top: 60px; }.product-window { transform: none; max-width: 640px; }.step-grid, .outcome-strip { grid-template-columns: 1fr; }.outcome-strip div { justify-content: flex-start; }.fit-section, .pricing-card { grid-template-columns: 1fr; gap: 34px; }.price-block { border-left: 0; border-top: 1px solid rgba(255,255,255,.2); padding: 28px 0 0; } }
@media (max-width: 620px) { .top-nav > a:not(.button), .top-nav-list { display: none; }.site-header, .section-shell, .site-footer { width: min(100% - 28px, 1180px); }.hero { min-height: auto; gap: 50px; padding: 50px 0 70px; }h1 { font-size: 50px; }.preview-grid { grid-template-columns: 1fr; padding: 12px; }.preview-list { grid-column: auto; }.pricing-card { padding: 30px 24px; }.site-footer { grid-template-columns: 1fr; align-items: start; }.footer-nav-list, .footer-nav { align-items: flex-start; } }

/* Product workspace */
.app-frame { min-height: 100vh; background: #f4f6f1; display: grid; grid-template-columns: 246px 1fr; }
.app-sidebar { position: sticky; top: 0; height: 100vh; padding: 26px 18px 18px; background: var(--green-2); color: #eaf1ed; display: flex; flex-direction: column; }
.app-brand { padding: 0 9px 28px; color: #fff; }
.app-nav { display: grid; gap: 5px; }.app-nav a { padding: 12px 13px; border-radius: 10px; display: flex; align-items: center; gap: 12px; color: #bcd0c9; font-size: 13px; font-weight: 750; }.app-nav a:hover { color: #fff; background: rgba(255,255,255,.08); }.app-nav span { width: 18px; text-align: center; font-size: 15px; }
.sidebar-account { margin-top: auto; padding: 14px 10px 4px; border-top: 1px solid rgba(255,255,255,.12); display: grid; grid-template-columns: 34px 1fr auto; gap: 10px; align-items: center; }.account-avatar { width: 34px; height: 34px; border-radius: 10px; display: grid; place-items: center; color: var(--green-2); background: var(--mint); font-weight: 900; }.sidebar-account b, .sidebar-account small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.sidebar-account b { font-size: 11px; }.sidebar-account small { margin-top: 3px; color: #9cb6ad; font-size: 9px; }.sidebar-account > a { color: #9cb6ad; }
.app-content { min-width: 0; }.dashboard-page { width: min(1260px, calc(100% - 64px)); margin: 0 auto; padding: 48px 0 70px; }.dashboard-header { display: flex; align-items: end; justify-content: space-between; gap: 28px; margin-bottom: 34px; }.dashboard-header h1 { margin: 0 0 8px; font-size: clamp(38px, 5vw, 58px); }.dashboard-header > div > p:last-child { margin: 0; color: #6b7b76; font-size: 14px; }.compact-header { align-items: center; }.compact-header h1 { font-size: clamp(38px, 4.3vw, 52px); }
.onboarding-banner { padding: 20px 22px; margin-bottom: 18px; border-radius: 16px; color: #fff; background: var(--green); display: grid; grid-template-columns: 44px 1fr auto; align-items: center; gap: 16px; }.onboarding-icon { width: 42px; height: 42px; border: 1px solid rgba(255,255,255,.34); border-radius: 50%; display: grid; place-items: center; font-size: 11px; font-weight: 900; }.onboarding-banner b { font-size: 14px; }.onboarding-banner p { margin: 5px 0 0; color: #c9ddd5; font-size: 12px; }
.metric-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin-bottom: 18px; }.metric-card { min-height: 142px; padding: 21px; border-radius: 16px; background: #fff; border: 1px solid var(--line); display: flex; flex-direction: column; }.metric-card > span { color: #71817c; font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }.metric-card strong { margin-top: 11px; font-family: Georgia, serif; font-size: 35px; font-weight: 600; }.metric-card small { margin-top: auto; color: #7b8985; font-size: 10px; }.metric-hot { background: #dff4e4; border-color: #c5e6cd; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0, 1.65fr) minmax(270px, .7fr); gap: 18px; }.panel { background: #fff; border: 1px solid var(--line); border-radius: 18px; }.panel-heading { padding: 22px 24px 17px; display: flex; justify-content: space-between; align-items: center; gap: 20px; }.panel-heading h2, .next-panel h2, .action-panel h2, .quote-panel h2, .settings-form h2, .connection-card h2, .scope-card h2, .approval-box h2, .approval-complete h2 { margin: 0; font-family: Georgia, serif; font-size: 25px; letter-spacing: -.025em; }.panel-kicker { margin: 0 0 6px; color: #8a9893; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }.panel-heading > a { color: var(--green); font-size: 11px; font-weight: 850; }
.lead-table-row { min-height: 66px; padding: 11px 22px; border-top: 1px solid #edf0eb; display: grid; grid-template-columns: 40px minmax(0, 1fr) auto 40px; gap: 12px; align-items: center; }.lead-table-row:hover { background: #fafbf8; }.lead-primary { min-width: 0; }.lead-primary b, .lead-primary small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.lead-primary b { font-size: 12px; }.lead-primary small { color: #82908c; font-size: 10px; margin-top: 4px; }.lead-avatar.hot { background: #ffd6cc; color: #8f3f2e; }.lead-avatar.warm { background: #f8e9bf; color: #775d20; }.lead-avatar.cool { background: #dbeaf2; color: #315a70; }
.status-badge { display: inline-flex; align-items: center; width: fit-content; padding: 6px 9px; border-radius: 99px; background: #eef1ed; color: #64736f; font-size: 9px; font-style: normal; font-weight: 850; text-transform: uppercase; letter-spacing: .05em; }.status-new { background: #e3edf3; color: #42677b; }.status-contacted { background: #f3ead3; color: #806322; }.status-qualified, .status-won { background: #dff1e3; color: #306746; }.status-quoted { background: #e8e3f3; color: #625180; }.status-lost { background: #ececeb; color: #747474; }
.lead-score { width: 35px; height: 29px; border-radius: 8px; display: grid; place-items: center; color: #62716c; background: #eef1ed; font-size: 10px; font-style: normal; font-weight: 900; }.lead-score.hot, .score-label.hot { color: #8f3f2e; background: #ffd6cc; }.lead-score.warm, .score-label.warm { color: #775d20; background: #f8e9bf; }.lead-score.cool, .score-label.cool { color: #315a70; background: #dbeaf2; }
.next-panel { padding: 26px; background: #fffdf8; }.next-panel > p:not(.panel-kicker) { color: #687873; font-size: 13px; line-height: 1.7; margin: 15px 0 22px; }.next-panel .button { width: 100%; }.mini-divider { height: 1px; background: var(--line); margin: 24px 0 17px; }.next-panel > small { color: #82908c; font-size: 10px; line-height: 1.6; display: block; }
.empty-state { padding: 38px 22px 44px; text-align: center; border-top: 1px solid #edf0eb; }.empty-state > span { width: 42px; height: 42px; margin: 0 auto 13px; display: grid; place-items: center; border-radius: 50%; background: var(--mint); color: var(--green); }.empty-state h3 { margin: 0 0 8px; font-size: 15px; }.empty-state p { margin: 0 auto 12px; max-width: 380px; color: #7b8985; font-size: 11px; }.empty-state a { color: var(--green); font-size: 11px; font-weight: 850; }.roomy { padding-block: 80px; border-top: 0; }
.filter-tabs { margin-bottom: 14px; display: flex; gap: 5px; overflow-x: auto; }.filter-tabs a { flex: 0 0 auto; padding: 10px 13px; border-radius: 10px; color: #687873; font-size: 11px; font-weight: 800; }.filter-tabs a:hover, .filter-tabs a.active { color: var(--green); background: #fff; box-shadow: 0 3px 12px rgba(20,58,46,.06); }.filter-tabs span { margin-left: 5px; padding: 2px 5px; border-radius: 99px; background: #e9ede7; font-size: 8px; }
.full-leads-panel { overflow: hidden; }.lead-list-head, .lead-list-row { display: grid; grid-template-columns: 1.25fr 1fr .7fr .4fr .65fr; gap: 18px; align-items: center; }.lead-list-head { padding: 13px 20px; color: #8b9894; background: #fafbf8; border-bottom: 1px solid var(--line); font-size: 8px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }.lead-list-row { padding: 14px 20px; border-bottom: 1px solid #edf0eb; font-size: 11px; }.lead-list-row:hover { background: #fbfcf9; }.lead-list-row:last-child { border-bottom: 0; }.lead-list-row > span b, .lead-list-row > span small { display: block; }.lead-list-row > span small { margin-top: 4px; color: #84918d; font-size: 9px; }.lead-person { display: grid; grid-template-columns: 38px minmax(0, 1fr); gap: 11px; align-items: center; min-width: 0; }.lead-person .lead-avatar { font-style: normal; }.lead-person > span { min-width: 0; }.lead-person b, .lead-person small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.back-link { display: inline-block; margin-bottom: 24px; color: #6b7b76; font-size: 11px; font-weight: 800; }.lead-detail-header { padding-bottom: 26px; display: grid; grid-template-columns: 66px 1fr auto; gap: 18px; align-items: center; }.big-avatar { width: 66px; height: 66px; border-radius: 18px; display: grid; place-items: center; font-size: 18px; font-weight: 900; }.big-avatar.hot { background: #ffd6cc; }.big-avatar.warm { background: #f8e9bf; }.big-avatar.cool { background: #dbeaf2; }.lead-detail-header h1 { margin: 7px 0 4px; font-size: 42px; }.lead-detail-header p { margin: 0; color: #75847f; font-size: 12px; }.header-badges { display: flex; gap: 7px; }.score-label { display: inline-flex; padding: 6px 9px; border-radius: 99px; font-size: 9px; font-weight: 850; text-transform: uppercase; }.contact-actions { display: flex; gap: 8px; }
.success-banner { margin-bottom: 16px; padding: 13px 16px; border: 1px solid #c5e6cd; border-radius: 12px; color: #2f6846; background: #e6f5e9; font-size: 11px; font-weight: 800; }.lead-detail-grid { display: grid; grid-template-columns: minmax(0, 1.4fr) minmax(280px, .65fr); gap: 18px; }.detail-main, .detail-aside { display: grid; align-content: start; gap: 18px; }.detail-panel { overflow: hidden; }.source-chip { padding: 6px 9px; border-radius: 8px; color: #64736f; background: #eef1ed; font-size: 9px; font-weight: 800; }.detail-list { margin: 0; padding: 0 24px 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }.detail-list div { padding: 15px; border-radius: 12px; background: #f8faf6; }.detail-list .detail-wide { grid-column: 1 / -1; }.detail-list dt { margin-bottom: 7px; color: #84918d; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .1em; }.detail-list dd { margin: 0; font-size: 12px; line-height: 1.6; }.inline-note-form { padding: 0 24px 20px; }.inline-note-form label, .stacked-form label, .settings-form label, .intake-form label { display: block; margin-bottom: 7px; color: #63736e; font-size: 10px; font-weight: 800; }.inline-note-form > div { display: grid; grid-template-columns: 1fr auto; gap: 8px; }.inline-note-form input, .stacked-form input, .stacked-form select, .stacked-form textarea, .settings-form input, .intake-form input, .intake-form select, .intake-form textarea { width: 100%; border: 1px solid #d9dfd7; border-radius: 10px; background: #fff; color: var(--ink); outline: 0; padding: 11px 12px; font-size: 11px; }.inline-note-form input:focus, .stacked-form input:focus, .stacked-form select:focus, .stacked-form textarea:focus, .settings-form input:focus, .intake-form input:focus, .intake-form select:focus, .intake-form textarea:focus { border-color: #75a996; box-shadow: 0 0 0 3px rgba(117,169,150,.12); }
.timeline { padding: 0 24px 22px; }.timeline-item { min-height: 51px; display: grid; grid-template-columns: 13px 1fr; gap: 12px; }.timeline-item i { position: relative; width: 9px; height: 9px; border-radius: 50%; background: var(--coral); margin-top: 4px; }.timeline-item:not(:last-child) i::after { content: ""; position: absolute; width: 1px; height: 40px; left: 4px; top: 11px; background: var(--line); }.timeline-item b, .timeline-item small { display: block; }.timeline-item b { font-size: 11px; font-weight: 700; }.timeline-item small { margin-top: 4px; color: #8c9894; font-size: 9px; }
.action-panel, .quote-panel { padding: 23px; }.action-panel h2, .quote-panel h2 { margin-bottom: 17px; }.stacked-form { display: grid; }.stacked-form label { margin-top: 10px; }.stacked-form .button { margin-top: 15px; width: 100%; }.quote-summary { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 13px; }.quote-summary span { padding: 12px; border-radius: 10px; background: #f5f7f3; color: #7b8985; font-size: 9px; }.quote-summary b { display: block; margin-top: 5px; color: var(--ink); font-size: 15px; }.quote-status { width: fit-content; padding: 7px 9px; border-radius: 8px; background: #ede8f6; color: #695387; font-size: 9px; font-weight: 900; }.quote-approved { background: #dff1e3; color: #306746; }.quote-panel > .button { width: 100%; }
.settings-grid { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(290px, .7fr); gap: 18px; align-items: start; }.settings-form { padding-bottom: 24px; }.field-grid { padding: 0 24px 22px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }.field-grid label { margin: 0; }.field-grid .field-wide { grid-column: 1 / -1; }.field-grid small { display: block; margin-top: 7px; color: #889590; font-size: 9px; line-height: 1.5; }.settings-form > .button { margin-left: 24px; }.settings-side { display: grid; gap: 14px; }.connection-card { position: relative; padding: 22px; }.connection-icon { float: right; width: 36px; height: 36px; display: grid; place-items: center; border-radius: 10px; color: #fff; background: #274f8d; font-size: 10px; font-weight: 900; }.connection-icon.connected { background: var(--green); }.connection-card h2 { margin-bottom: 10px; }.connection-card p:not(.panel-kicker) { color: #6f7f7a; font-size: 11px; line-height: 1.6; }.connection-card code { display: block; overflow-x: auto; padding: 10px; border-radius: 8px; background: #f3f5f1; color: #446057; font-size: 9px; }.connection-card details { margin-top: 12px; color: #667671; font-size: 10px; }.connection-card summary { cursor: pointer; font-weight: 800; }.connection-status { display: inline-flex; padding: 6px 8px; border-radius: 8px; background: #fff0d6; color: #8a641d; font-size: 9px; font-weight: 850; }.connection-status.is-connected { background: #dff1e3; color: #306746; }.form-preview-card { padding: 20px; display: grid; gap: 7px; color: var(--green); }.form-preview-card span { color: #82908c; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; font-weight: 900; }.form-preview-card b { font-size: 12px; }

/* Public intake form */
.intake-page { min-height: 100vh; padding: 56px max(24px, calc((100vw - 1120px)/2)); background: radial-gradient(circle at 10% 12%, #eef7ee 0, transparent 30%), var(--paper); display: grid; grid-template-columns: .85fr 1.15fr; gap: 80px; align-items: start; }.intake-intro { position: sticky; top: 56px; min-height: calc(100vh - 112px); display: flex; flex-direction: column; }.intake-intro > div:nth-child(2) { margin-block: auto; }.intake-intro h1, .intake-success h1 { font-size: clamp(46px, 5.4vw, 68px); }.intake-intro > div:nth-child(2) > p:last-child { max-width: 500px; color: #64746f; font-size: 16px; line-height: 1.7; }.trust-note { padding: 15px; border-top: 1px solid var(--line); display: grid; grid-template-columns: 26px 1fr; gap: 10px; }.trust-note > span { width: 24px; height: 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 10px; }.trust-note p, .trust-note small { margin: 0; }.trust-note b, .trust-note small { display: block; }.trust-note b { font-size: 10px; }.trust-note small { margin-top: 4px; color: #7f8d89; font-size: 9px; }
.intake-form-card { background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }.form-progress { padding: 18px 24px; display: grid; grid-template-columns: auto 1fr auto; gap: 15px; align-items: center; border-bottom: 1px solid var(--line); color: #6b7b76; font-size: 9px; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }.form-progress i { height: 4px; border-radius: 99px; background: #edf0eb; overflow: hidden; }.form-progress b { display: block; width: 42%; height: 100%; background: var(--coral); }.intake-form { padding: 26px; }.intake-form .field-grid { padding: 0; }.intake-form label > span { color: var(--coral); }.intake-form textarea { resize: vertical; }.intake-submit { width: 100%; margin-top: 24px; }.form-privacy { margin: 11px 0 0; text-align: center; color: #8a9793; font-size: 8px; }.honeypot { position: absolute; left: -10000px; }.form-error { margin: 20px 26px 0; padding: 10px 12px; border-radius: 10px; color: #893c2e; background: #ffdfd7; font-size: 10px; font-weight: 750; }.intake-success { width: min(660px, 100%); grid-column: 1 / -1; margin: 12vh auto 0; text-align: center; }.intake-success > span { width: 64px; height: 64px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; color: #fff; background: var(--green); font-size: 25px; }.intake-success > p:not(.eyebrow) { max-width: 560px; margin: 0 auto 26px; color: #687873; font-size: 16px; line-height: 1.7; }.intake-success .text-link { display: block; width: fit-content; margin: 20px auto 0; }

/* Customer quote */
.quote-page { min-height: 100vh; padding: 26px 24px 70px; background: #eef1eb; }.quote-topbar { width: min(900px, 100%); margin: 0 auto 18px; display: flex; align-items: center; justify-content: space-between; }.quote-document { width: min(900px, 100%); margin: 0 auto; background: #fff; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; }.quote-hero { padding: 56px 58px 40px; color: #fff; background: var(--green); }.quote-hero h1 { margin-bottom: 14px; font-size: clamp(42px, 6vw, 66px); }.quote-hero > p:last-child { margin: 0; color: #cfe1d9; }.quote-meta { padding: 22px 58px; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; border-bottom: 1px solid var(--line); }.quote-meta span, .quote-meta b { display: block; }.quote-meta span { color: #84918d; font-size: 8px; font-weight: 900; text-transform: uppercase; letter-spacing: .09em; }.quote-meta b { margin-top: 6px; font-size: 11px; }.scope-card { margin: 42px 58px 24px; padding: 26px; border-radius: 16px; background: #f7f8f4; }.scope-card p:last-child { margin: 14px 0 0; color: #61716c; line-height: 1.7; font-size: 12px; white-space: pre-line; }.quote-totals { margin: 0 58px; padding: 28px 0 35px; display: grid; grid-template-columns: 1fr 1px 1fr; gap: 34px; align-items: center; }.quote-totals > i { height: 48px; background: var(--line); }.quote-totals small, .quote-totals strong { display: block; }.quote-totals small { margin-bottom: 7px; color: #84918d; font-size: 8px; text-transform: uppercase; letter-spacing: .09em; font-weight: 900; }.quote-totals strong { font-family: Georgia, serif; font-size: 34px; }.approval-box, .approval-complete { margin: 0 58px 42px; padding: 28px; border-radius: 17px; background: #eef7ef; border: 1px solid #cce6d2; }.approval-box p, .approval-complete p { color: #60716b; font-size: 11px; line-height: 1.6; }.approval-box label { display: flex; gap: 8px; align-items: start; margin: 20px 0 16px; font-size: 10px; font-weight: 750; }.approval-box input { margin-top: 1px; accent-color: var(--green); }.approval-complete { display: grid; grid-template-columns: 42px 1fr auto; gap: 16px; align-items: center; }.approval-complete > span { width: 42px; height: 42px; border-radius: 50%; display: grid; place-items: center; background: var(--green); color: #fff; }.approval-complete p { margin: 8px 0 0; }.quote-footer { padding: 22px 58px; border-top: 1px solid var(--line); display: flex; justify-content: space-between; color: #7a8883; font-size: 9px; }.quote-footer p { margin: 0; }.quote-footer a { color: var(--green); font-weight: 800; }

@media (max-width: 980px) {
  .app-frame { grid-template-columns: 1fr; }.app-sidebar { position: static; width: 100%; height: auto; padding: 15px 20px; flex-direction: row; align-items: center; gap: 20px; }.app-brand { padding: 0; }.app-nav { margin-left: auto; display: flex; }.app-nav a { padding: 9px; }.app-nav a span { display: none; }.sidebar-account { margin: 0; padding: 0; border: 0; }.sidebar-account > span:nth-child(2), .sidebar-account > a { display: none; }
  .metric-grid { grid-template-columns: repeat(2, 1fr); }.dashboard-grid, .lead-detail-grid, .settings-grid { grid-template-columns: 1fr; }.intake-page { grid-template-columns: 1fr; gap: 35px; }.intake-intro { position: static; min-height: auto; gap: 55px; }.trust-note { display: none; }
}
@media (max-width: 700px) {
  .dashboard-page { width: min(100% - 28px, 1260px); padding-top: 28px; }.dashboard-header, .lead-detail-header { align-items: flex-start; }.dashboard-header { flex-direction: column; }.dashboard-header .button { width: 100%; }.metric-grid { grid-template-columns: 1fr 1fr; }.metric-card { min-height: 120px; }.onboarding-banner { grid-template-columns: 40px 1fr; }.onboarding-banner .button { grid-column: 1 / -1; }.lead-list-head { display: none; }.lead-list-row { grid-template-columns: 1fr auto; gap: 12px; }.lead-list-row > span:nth-child(2), .lead-list-row > span:nth-child(5) { display: none; }.lead-detail-header { grid-template-columns: 54px 1fr; }.big-avatar { width: 54px; height: 54px; }.contact-actions { grid-column: 1 / -1; width: 100%; }.contact-actions .button { flex: 1; }.field-grid { grid-template-columns: 1fr; }.field-grid .field-wide { grid-column: auto; }.intake-page { padding: 28px 14px 50px; }.intake-intro { padding-inline: 10px; }.intake-intro h1 { font-size: 48px; }.quote-page { padding-inline: 10px; }.quote-topbar { padding-inline: 6px; }.quote-hero, .quote-meta, .quote-footer { padding-left: 24px; padding-right: 24px; }.quote-meta { grid-template-columns: 1fr; }.scope-card, .quote-totals, .approval-box, .approval-complete { margin-left: 24px; margin-right: 24px; }.quote-totals { grid-template-columns: 1fr; gap: 18px; }.quote-totals > i { height: 1px; }.approval-complete { grid-template-columns: 42px 1fr; }.approval-complete .button { grid-column: 1 / -1; }.quote-footer { flex-direction: column; gap: 8px; }
}
@media (max-width: 520px) { .app-sidebar { overflow-x: auto; }.app-nav a { font-size: 11px; }.app-nav a:nth-child(3) { display: none; }.sidebar-account { display: none; }.app-brand > span:last-child { display: none; }.dashboard-header h1, .lead-detail-header h1 { font-size: 38px; }.metric-grid { grid-template-columns: 1fr; }.lead-table-row { grid-template-columns: 36px 1fr 36px; }.lead-table-row .status-badge { display: none; }.detail-list { grid-template-columns: 1fr; }.detail-list .detail-wide { grid-column: auto; }.contact-actions { flex-direction: column; }.quote-summary { grid-template-columns: 1fr; } }

/* WordPress content pages. */
.content-shell { width: min(1180px, calc(100% - 40px)); min-height: 66vh; margin: 0 auto; padding: 82px 0 120px; }
.narrow-content { width: min(820px, calc(100% - 40px)); }
.content-header { max-width: 920px; margin-bottom: 48px; }
.content-header h1 { font-size: clamp(48px, 7vw, 82px); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.post-card { padding: 22px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }
.post-card h2 { margin: 10px 0 15px; font-size: 29px; }
.post-card small { color: #82908c; }
.post-card p { color: var(--ink-soft); line-height: 1.7; }
.post-image { display: block; margin: -22px -22px 22px; overflow: hidden; border-radius: 20px 20px 0 0; }
.post-image img, .single-image img { display: block; width: 100%; height: auto; }
.single-image { margin-bottom: 42px; overflow: hidden; border-radius: 22px; }
.entry-content { color: #334a44; font-size: 17px; line-height: 1.85; }
.entry-content h2, .entry-content h3 { margin-top: 1.5em; }
.entry-content h3 { font-family: Georgia, serif; font-size: 28px; }
.entry-content a { color: var(--green); text-decoration: underline; }
.entry-content img { max-width: 100%; height: auto; border-radius: 16px; }
.dmlr-page-lede { max-width: 720px; margin: -18px 0 46px; color: var(--ink-soft); font-size: clamp(19px, 2.5vw, 24px); line-height: 1.65; }
.dmlr-card-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
.dmlr-content-card { padding: 28px; border: 1px solid var(--line); border-radius: 18px; background: var(--surface); }
.dmlr-content-card > span { width: 38px; height: 38px; margin-bottom: 30px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint); font-size: 10px; font-weight: 900; }
.dmlr-content-card h2 { margin: 0 0 12px; font-size: 29px; }
.dmlr-content-card p { margin-bottom: 0; color: var(--ink-soft); font-size: 15px; line-height: 1.75; }
.dmlr-content-card .eyebrow { margin-bottom: 13px; }
.dmlr-content-card .button { margin-top: 24px; text-decoration: none; }
.dmlr-page-cta { margin-top: 46px; padding: 40px; border-radius: 22px; color: #fff; background: var(--green); }
.dmlr-page-cta h2 { max-width: 620px; margin-bottom: 24px; font-size: 40px; }
.dmlr-page-cta .button-primary { color: var(--green); background: #fff; text-decoration: none; }
.dmlr-process-list { margin: 0; padding: 0; list-style: none; display: grid; }
.dmlr-process-list li { padding: 28px 0; border-top: 1px solid var(--line); display: grid; grid-template-columns: 64px 1fr; gap: 22px; }
.dmlr-process-list li > span { width: 46px; height: 46px; display: grid; place-items: center; border-radius: 50%; color: var(--green); background: var(--mint); font-size: 11px; font-weight: 900; }
.dmlr-process-list h2 { margin: 0 0 10px; font-size: 32px; }
.dmlr-process-list p { margin: 0; color: var(--ink-soft); font-size: 15px; }
.dmlr-pricing-grid, .dmlr-split-content, .dmlr-contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; align-items: start; }
.dmlr-price-card { padding: 38px; border-radius: 24px; color: #fff; background: var(--green); box-shadow: var(--shadow); }
.dmlr-price-card h2 { margin-bottom: 4px; font-size: 52px; }.dmlr-price-card h2 small { font-family: Inter, sans-serif; font-size: 15px; }
.dmlr-price-card .dmlr-setup-price { color: #d2e2dc; }.dmlr-price-card ul { margin: 26px 0; padding: 22px 0 0; border-top: 1px solid rgba(255,255,255,.2); list-style: none; }.dmlr-price-card li { margin: 0 0 10px; padding-left: 22px; position: relative; font-size: 14px; }.dmlr-price-card li::before { content: "✓"; position: absolute; left: 0; color: var(--gold); font-weight: 900; }.dmlr-price-card .button { text-decoration: none; }
.dmlr-pricing-note, .dmlr-highlight-box { padding: 34px; border: 1px solid var(--line); border-radius: 20px; background: var(--surface); }.dmlr-pricing-note h2, .dmlr-highlight-box h2 { margin-bottom: 18px; font-size: 36px; }.dmlr-pricing-note p, .dmlr-highlight-box p { color: var(--ink-soft); font-size: 15px; }
.dmlr-split-content > div > h2 { font-size: 42px; }.dmlr-split-content > div > p { color: var(--ink-soft); }
.dmlr-contact-grid .dmlr-content-card { min-height: 310px; display: flex; flex-direction: column; align-items: flex-start; }.dmlr-contact-grid .dmlr-content-card .button { margin-top: auto; }
.dmlr-legal h2 { margin-top: 42px; font-size: 34px; }.dmlr-legal p { max-width: 760px; }
.not-found-theme { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
@media (max-width: 850px) { .post-grid, .dmlr-card-grid, .dmlr-pricing-grid, .dmlr-split-content, .dmlr-contact-grid { grid-template-columns: 1fr; }.content-shell { padding-top: 52px; } }
@media (max-width: 520px) { .dmlr-page-cta, .dmlr-price-card, .dmlr-pricing-note, .dmlr-highlight-box, .dmlr-content-card { padding: 25px 22px; }.dmlr-process-list li { grid-template-columns: 48px 1fr; gap: 12px; }.dmlr-process-list li > span { width: 40px; height: 40px; }.dmlr-page-cta h2, .dmlr-split-content > div > h2 { font-size: 34px; } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; }.button { transition: none; } }
