/* Public homepage. Keep the shared auth and widget theme independent. */
:root { --home-paper: #faf9f5; --home-ink: #292923; --home-accent: #facc15; --home-muted: #68675e; --home-line: #e5e1d6; --home-yellow: #facc15; color-scheme: light; }
body.homepage { margin: 0; background: var(--home-paper); color: var(--home-ink); font-family: 'DM Sans', sans-serif; -webkit-font-smoothing: antialiased; }
.homepage * { box-sizing: border-box; }
.homepage [hidden] { display: none !important; }
.homepage a { color: inherit; text-decoration: none; }
.homepage button, .homepage input { font: inherit; }
.homepage button { cursor: pointer; }
.homepage a:focus-visible, .homepage button:focus-visible, .homepage summary:focus-visible { outline: 3px solid #587e65; outline-offset: 5px; }
.homepage ::selection { background: var(--home-yellow); color: var(--home-ink); }
.homepage h1, .homepage h2, .homepage h3, .homepage p { margin: 0; }
::-webkit-scrollbar-track { background: var(--home-paper); }
::-webkit-scrollbar-thumb { background: #b8c4b2; }
html { scroll-padding-top: 30px; }
.home-shell { width: min(1200px, calc(100% - 96px)); margin-inline: auto; }
.home-icon { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; flex-shrink: 0; }
.home-eyebrow { display: block; font-size: 11px; line-height: 1.5; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; }
.home-title { font-family: 'Manrope', sans-serif; font-size: 39px; font-weight: 800; line-height: 1.2; letter-spacing: -1.7px; }
.home-copy { font-size: 14px; line-height: 1.85; color: var(--home-muted); }
.home-heading { margin-bottom: 35px; }
.home-heading .home-title { margin-block: 12px 15px; }
.home-heading.center { text-align: center; }
.home-heading.center .home-copy { max-width: 530px; margin-inline: auto; }
.home-section { padding-block: 74px; }
.home-button { display: inline-flex; justify-content: center; align-items: center; gap: 17px; min-height: 48px; padding: 13px 21px; border: 1px solid var(--home-accent); border-radius: 7px; font-size: 13px; font-weight: 600; transition: transform .2s, background .2s; }
.homepage .home-button.primary { color: var(--home-ink); background: var(--home-accent); box-shadow: 0 3px 0 #c9a10c; }
.homepage .home-button.primary:hover { background: #eab308; transform: translateY(-2px); }
.home-button.secondary { background: #fff; border-color: #c8d0c1; }
.home-button.secondary:hover { background: #eef2e7; transform: translateY(-2px); }
.home-link { display: inline-flex; align-items: center; gap: 8px; font-size: 13px; font-weight: 600; border-bottom: 1px solid #bac7b4; padding-block: 5px; }
.home-link:hover { border-color: var(--home-accent); }
.home-skip { position: fixed; top: -80px; left: 16px; z-index: 1000; padding: 12px 20px; background: #335b46; color: #fff !important; border-radius: 7px; }
.home-skip:focus { top: 12px; }
.home-header { border-bottom: 1px solid var(--home-line); position: relative; z-index: 50; }
.home-nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 86px; }
.home-brand { display: inline-flex; align-items: center; gap: 7px; font-family: 'Manrope', sans-serif; font-size: 25px; font-weight: 800; letter-spacing: -1px; flex-shrink: 0; }
.home-brand img { width: 30px; height: 30px; }
.home-brand small { font: 500 11px 'DM Sans', sans-serif; letter-spacing: 0; color: var(--home-muted); border-left: 1px solid #cbd3c4; padding-left: 14px; margin-left: 9px; }
.home-nav-links { display: flex; align-items: center; gap: 25px; font-size: 12px; font-weight: 500; }
.home-nav-links a:hover { color: #4c7355; }
.home-nav-actions { display: flex; align-items: center; gap: 16px; }
.home-signin { font-size: 12px; font-weight: 600; background: transparent; border: 0; padding: 10px 2px; }
.home-nav-actions > .home-button { min-height: 40px; font-size: 12px; padding: 9px 15px; gap: 9px; }
.home-menu-button { display: none; width: 40px; height: 40px; border: 1px solid #c8d0c1; border-radius: 7px; align-items: center; justify-content: center; background: transparent; }
.home-mobile-menu { padding-block: 8px 18px; border-top: 1px solid var(--home-line); }
.home-mobile-menu a { display: block; padding: 12px; font-size: 14px; border-radius: 6px; }
.home-mobile-menu a:hover { background: #eaf0e2; }
.homepage #profile-toggle > span, .homepage #profile-toggle > svg { color: var(--home-ink); }
.homepage #profile-dropdown a { color: #d1d5db; }
.homepage #profile-toggle:hover { background: #e8eedf; }
.homepage .nav-skeleton, .homepage #nav-user-profile .skeleton { background: #e2e7dc; }
.home-hero { padding-top: 73px; padding-bottom: 69px; display: grid; grid-template-columns: 1fr 1.05fr; align-items: center; gap: 42px; }
.home-hero > * { min-width: 0; }
.home-hero-eyebrow { display: inline-flex; align-items: center; gap: 9px; margin-bottom: 24px; font-size: 10px; }
.home-hero-eyebrow::before { content: ''; width: 7px; height: 7px; border-radius: 50%; background: #6a8867; box-shadow: 0 0 0 4px #e6eadf; }
.homepage .home-hero h1 { font: 800 clamp(54px, 5.2vw, 74px)/1.1 'Manrope', sans-serif; letter-spacing: -4.2px; margin-bottom: 25px; }
.home-hero h1 em { color: var(--home-ink); font-style: normal; position: relative; z-index: 0; white-space: nowrap; }
.home-hero h1 em::after { content: ''; position: absolute; left: 0; right: 0; bottom: -5px; height: 7px; background: var(--home-yellow); border-radius: 65% 25% 60% 40%; transform: rotate(-2deg); z-index: -1; }
.home-hero .home-copy { max-width: 410px; font-size: 15px; line-height: 1.85; }
.home-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 29px; }
.home-hero-note { display: flex; gap: 8px; align-items: center; font-size: 11px; color: var(--home-muted); margin-top: 23px !important; }
.home-hero-note .home-icon { width: 15px; height: 15px; }
.quote-stage { position: relative; margin: 0; padding: 23px 0 55px; isolation: isolate; }
.quote-stage::before { content: ''; position: absolute; top: -3%; bottom: 0; left: 11%; right: -5%; z-index: -1; background: #e8edde; border-radius: 45% 50% 40% 40%; transform: rotate(-7deg); }
.quote-window { border: 1px solid #cfd7c5; background: #fff; border-radius: 12px; box-shadow: 0 18px 48px #33422912, 0 4px 0 #e4e9dc; overflow: hidden; }
.quote-browser { display: flex; align-items: center; gap: 6px; padding: 14px 15px; border-bottom: 1px solid #e7e9df; background: #f9faf6; }
.browser-dot { width: 6px; height: 6px; border-radius: 50%; background: #c8d0c0; }
.browser-address { font-size: 10px; color: #63715f; text-align: center; flex: 1; }
.quote-browser .home-icon { width: 12px; height: 12px; }
.quote-content { padding: 20px; }
.quote-heading { display: flex; justify-content: space-between; align-items: center; gap: 15px; margin-bottom: 15px; }
.quote-heading strong { font: 800 15px 'Manrope', sans-serif; letter-spacing: -.4px; }
.quote-heading span { font-size: 9px; color: #526c55; background: #edf3e6; border-radius: 4px; padding: 4px 7px; }
.quote-columns { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.quote-viewer { background-color: #eff2e9; background-image: linear-gradient(#778c6220 1px, transparent 1px), linear-gradient(90deg, #778c6220 1px, transparent 1px); background-size: 23px 23px; border-radius: 7px; display: flex; flex-direction: column; min-width: 0; }
.quote-viewer > img { width: 100%; height: 186px; object-fit: contain; }
.quote-file { background: #fafbf8; border-top: 1px solid #e0e5d6; padding: 10px; font-size: 9px; border-radius: 0 0 7px 7px; }
.quote-file strong { display: block; font-size: 10px; font-weight: 600; margin-bottom: 4px; }
.quote-file span { color: var(--home-muted); }
.quote-config { min-width: 0; }
.quote-field { margin-bottom: 12px; }
.quote-field dt { color: var(--home-muted); font-size: 9px; margin-bottom: 5px; }
.quote-field dd { display: flex; justify-content: space-between; align-items: center; padding: 8px 9px; border: 1px solid #dde3d5; border-radius: 5px; font-size: 10px; margin: 0; }
.quote-field dd > span { display: flex; align-items: center; gap: 6px; }
.quote-field .home-icon { width: 12px; height: 12px; color: #73816a; }
.material-dot { display: inline-block; width: 9px; height: 9px; border-radius: 50%; background: #8cab83; }
.quote-bill { font-size: 10px; border-top: 1px solid #e5e8df; padding-top: 11px; margin-top: 14px; }
.quote-bill > div { display: flex; justify-content: space-between; gap: 10px; margin-bottom: 7px; color: var(--home-muted); }
.quote-bill .quote-total { align-items: center; padding-top: 10px; border-top: 1px solid #e5e8df; color: var(--home-ink); margin-top: 10px; }
.quote-total strong { font: 800 23px 'Manrope', sans-serif; letter-spacing: -.9px; }
.quote-bottom { display: flex; align-items: center; gap: 11px; justify-content: space-between; margin-top: 16px; }
.quote-bottom > span { font-size: 9px; color: var(--home-muted); }
.quote-bottom .home-link { font-size: 10px; gap: 5px; padding-block: 3px; }
.quote-bottom .home-icon { width: 13px; height: 13px; }
.quote-label { position: absolute; left: -22px; bottom: 0; background: #fffdf0; border: 1px solid #e5ddb6; border-radius: 8px; padding: 11px 16px; display: flex; align-items: center; gap: 11px; box-shadow: 0 5px 16px #4652310a; transform: rotate(-3deg); }
.quote-label .home-icon { color: #637c55; width: 28px; height: 28px; }
.quote-label small { display: block; font-size: 9px; color: #726d4d; margin-bottom: 3px; }
.quote-label strong { font-size: 11px; font-weight: 600; }
.slicer-strip { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 24px; padding-block: 22px; border-block: 1px solid var(--home-line); }
.slicer-strip p { font-size: 12px; color: var(--home-muted); }
.slicer-list { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.slicer-list span { display: flex; align-items: center; gap: 8px; font: 700 14px 'Manrope', sans-serif; }
.slicer-mark { width: 23px; height: 23px; border-radius: 5px; display: grid; place-items: center; font: 700 12px 'Manrope', sans-serif; font-style: normal; }
.mark-peach { background: #f4e2d3; color: #966340; }
.mark-blue { background: #e1e9f0; color: #4d6986; }
.mark-sage { background: #e4ecdc; color: #4b6e44; }
.proof-section { padding-top: 63px; padding-bottom: 62px; }
.proof-layout { display: grid; grid-template-columns: 1fr 1.3fr; gap: 60px; align-items: center; }
.proof-copy .home-title { font-size: 29px; letter-spacing: -1px; margin-block: 11px 14px; }
.proof-copy .home-copy { font-size: 12px; }
.proof-copy .home-link { margin-top: 13px; font-size: 11px; }
.proof-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 13px; }
.proof-card { background: #fff; border: 1px solid #e0e5d7; border-radius: 9px; padding: 19px 16px; }
.proof-card > p { font-size: 9px; font-weight: 600; color: var(--home-muted); min-height: 30px; }
.proof-card strong { font: 800 31px 'Manrope', sans-serif; letter-spacing: -1px; display: block; margin: 8px 0 4px; }
.proof-card > span { font-size: 11px; color: var(--home-muted); }
.proof-bar { height: 4px; background: #edf0e7; border-radius: 5px; margin-top: 19px; overflow: hidden; }
.proof-bar i { display: block; height: 100%; background: #9bab8a; border-radius: 5px; }
.home-how { border-block: 1px solid var(--home-line); padding-block: 64px; }
.home-steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 42px; margin-top: 38px; }
.home-step { position: relative; padding-left: 45px; }
.step-index { position: absolute; top: 1px; left: 0; width: 30px; height: 30px; border: 1px solid #d2dcc6; border-radius: 50%; display: grid; place-items: center; font-size: 10px; color: #627453; }
.home-step h3 { font: 800 17px 'Manrope', sans-serif; letter-spacing: -.5px; margin: 3px 0 11px; }
.home-step p { font-size: 12px; line-height: 1.8; color: var(--home-muted); }
.home-feature-grid { display: grid; grid-template-columns: 1.1fr 1fr 1fr; gap: 19px; }
.home-feature { border-radius: 11px; border: 1px solid #e0e5d7; background: #fff; padding: 26px; display: flex; flex-direction: column; }
.home-feature h3 { font: 800 19px/1.35 'Manrope', sans-serif; letter-spacing: -.6px; margin: 19px 0 11px; }
.home-feature p { font-size: 12px; line-height: 1.8; color: var(--home-muted); }
.feature-icon { width: 38px; height: 38px; border-radius: 9px; display: grid; place-items: center; }
.feature-green { background: #e6eddf; }
.feature-lilac { background: #eee8f3; color: #78628e; }
.feature-peach { background: #f8e8dc; color: #9c7250; }
/* The laser strip under the feature grid. Yellow is the page's fill colour, never
   its text colour, so the strip is a pale tint with ink on it and one link. */
.home-callout { margin-top: 19px; border-radius: 11px; border: 1px solid #ead9a0; background: #fff8dc; padding: 22px 26px; display: grid; grid-template-columns: auto 1fr auto; gap: 18px; align-items: center; }
.callout-icon { width: 38px; height: 38px; border-radius: 9px; background: #facc15; color: #111827; display: grid; place-items: center; }
.home-callout h3 { font: 800 17px/1.35 'Manrope', sans-serif; letter-spacing: -.5px; margin: 0 0 6px; }
.home-callout p { font-size: 12px; line-height: 1.8; color: var(--home-muted); margin: 0; }
.home-callout .home-link { white-space: nowrap; }
.mini-lead { margin-top: 24px; border: 1px solid #dbe2d2; background: #f7f9f2; border-radius: 7px; padding: 12px; display: flex; align-items: center; gap: 10px; }
.mini-avatar { width: 31px; height: 31px; border-radius: 50%; background: #e4ead9; display: grid; place-items: center; }
.mini-avatar .home-icon { width: 15px; height: 15px; }
.mini-lead strong { font-size: 10px; display: block; font-weight: 600; }
.mini-lead small { font-size: 9px; color: var(--home-muted); }
.mini-lead > .home-icon { margin-left: auto; color: #6a875b; width: 16px; height: 16px; }
.mini-status { display: flex; gap: 6px; flex-wrap: wrap; margin-top: auto; padding-top: 24px; }
.mini-status span { padding: 6px 9px; border: 1px solid #e2ddd0; background: #fcf7ea; border-radius: 4px; font-size: 9px; color: #776242; }
.mini-status span:last-child { background: #edf3e5; border-color: #dce7d1; color: #58744c; }
.feature-note { border-top: 1px solid #eceee6; padding-top: 14px; margin-top: 22px !important; font-size: 10px !important; }
.home-tools { background: #e9eede; border-block: 1px solid #dfe5d3; padding-block: 65px; }
.tools-layout { display: grid; grid-template-columns: .9fr 1.5fr; gap: 51px; align-items: center; }
.tools-copy .home-title { margin-block: 13px 18px; font-size: 35px; }
.tools-copy .home-copy { font-size: 13px; }
.tools-copy .home-link { margin-top: 24px; }
.tool-showcase { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.home-tool-card { border: 1px solid #d7dfcc; border-radius: 9px; background: #fff; padding: 6px; transition: transform .2s, box-shadow .2s; }
.home-tool-card:hover { transform: translateY(-5px); box-shadow: 0 9px 20px #45562e10; }
.home-tool-art { border-radius: 5px; overflow: hidden; aspect-ratio: 1/1.14; display: grid; place-items: center; }
.home-tool-art svg { width: 120%; height: 100%; }
.tool-peach { background: #f5e8db; }
.tool-lilac { background: #eae6f1; }
.tool-green { background: #e6ecdf; }
.home-tool-caption { display: flex; justify-content: space-between; gap: 6px; align-items: center; padding: 12px 6px 8px; }
.home-tool-caption h3 { font-size: 11px; font-weight: 600; line-height: 1.4; }
.home-tool-caption .home-icon { width: 13px; height: 13px; }
.home-integration { padding-top: 65px; padding-bottom: 65px; border-bottom: 1px solid var(--home-line); }
.integration-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.integration-copy .home-title { font-size: 31px; margin-block: 12px 17px; }
.integration-copy .home-copy { font-size: 13px; }
.integration-links { display: flex; gap: 23px; flex-wrap: wrap; margin-top: 19px; }
.integration-links .home-link { font-size: 11px; }
.code-panel { background: #f0f2e9; border: 1px solid #dce3d2; border-radius: 10px; padding: 22px; }
.code-panel-label { display: flex; justify-content: space-between; gap: 16px; font-size: 10px; color: #617257; margin-bottom: 18px; }
.code-panel pre { font: 12px/1.9 Consolas, monospace; white-space: pre-wrap; overflow-wrap: anywhere; color: #415943; margin: 0; }
.code-panel pre span { color: #8a603d; }
.code-panel p { font-size: 10px; color: var(--home-muted); padding-top: 16px; margin-top: 18px; border-top: 1px solid #d9e0d0; line-height: 1.7; }
.home-pricing { padding-block: 73px 65px; }
.home-billing { display: flex; justify-content: center; align-items: center; gap: 11px; margin: 27px 0 34px; font-size: 12px; color: var(--home-muted); }
.billing-selected { color: var(--home-ink); font-weight: 700; }
#billing-toggle { display: inline-flex; align-items: center; width: 44px; height: 25px; background: #dce4d3; border: 1px solid #c0cfb4; border-radius: 30px; padding: 3px; }
#billing-knob { width: 17px; height: 17px; background: var(--home-accent); border-radius: 50%; transition: transform .2s; }
#billing-toggle[aria-checked="true"] #billing-knob { transform: translateX(18px); }
.billing-saving { font-size: 10px; background: #eaf0df; color: #496437; border: 1px solid #dbe5cd; border-radius: 20px; padding: 4px 8px; }
.home-plans { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 940px; margin: auto; gap: 25px; }
.home-plan { border: 1px solid #dce2d4; border-radius: 12px; padding: 31px; background: #fff; display: flex; flex-direction: column; }
.home-plan.checkout { border-color: #a8bd94; background: #f1f5e9; box-shadow: 0 4px 0 #d6e0c8; }
.plan-heading { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-bottom: 14px; }
.plan-heading h3 { font: 800 22px 'Manrope', sans-serif; letter-spacing: -.7px; }
.plan-chip { border: 1px solid #d1ddc0; border-radius: 4px; padding: 4px 7px; color: #506b3e; font-size: 9px; white-space: nowrap; }
.plan-description { font-size: 12px; line-height: 1.8; color: var(--home-muted); min-height: 65px; }
.plan-price { display: flex; align-items: baseline; gap: 7px; margin-top: 23px; }
.plan-price .price { font: 800 44px 'Manrope', sans-serif; letter-spacing: -2px; }
.plan-price > span:last-child { font-size: 12px; color: var(--home-muted); }
.billing-note { font-size: 10px; line-height: 1.7; color: var(--home-muted); margin-top: 7px !important; min-height: 17px; }
.home-plan > .home-button { margin-top: 25px; }
.plan-trial-note { font-size: 10px; text-align: center; color: var(--home-muted); margin-top: 13px !important; }
.plan-features { padding: 22px 0 0; margin: 23px 0 0; border-top: 1px solid #e1e6d7; list-style: none; }
.plan-features li { display: flex; align-items: start; gap: 10px; margin-bottom: 12px; font-size: 12px; line-height: 1.6; }
.plan-features .home-icon { width: 15px; height: 15px; color: #527346; margin-top: 2px; }
.plan-features-label { font-size: 10px; font-weight: 600; margin-bottom: 17px !important; color: #57664a; }
.plan-details { margin-top: auto; padding-top: 16px; font-size: 11px; }
.plan-details summary { cursor: pointer; display: flex; align-items: center; justify-content: space-between; gap: 10px; font-weight: 600; padding-block: 8px; list-style: none; }
.plan-details .home-icon { width: 13px; height: 13px; transition: transform .2s; }
.plan-details[open] .home-icon { transform: rotate(180deg); }
.plan-details p { font-size: 11px; line-height: 1.8; color: var(--home-muted); margin-top: 10px !important; }
.plan-footnote { font-size: 10px; line-height: 1.8; color: var(--home-muted); padding-top: 17px; margin-top: 15px !important; border-top: 1px solid #e1e6d7; }
.home-pricing-after { text-align: center; font-size: 12px; color: var(--home-muted); margin-top: 28px !important; }
.home-pricing-after a { border-bottom: 1px solid #aebba2; }
.home-faq { padding-block: 55px 68px; border-top: 1px solid var(--home-line); }
.faq-layout { display: grid; grid-template-columns: .75fr 1.25fr; gap: 75px; align-items: start; }
.faq-intro .home-title { font-size: 32px; margin-block: 13px 17px; }
.faq-intro .home-copy { font-size: 13px; }
.faq-intro .home-link { margin-top: 18px; font-size: 12px; }
.home-faq-item { border-bottom: 1px solid var(--home-line); }
.home-faq-item:first-child { border-top: 1px solid var(--home-line); }
.home-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 17px 0; cursor: pointer; list-style: none; font-size: 12px; font-weight: 600; }
.home-faq-item summary::-webkit-details-marker, .plan-details summary::-webkit-details-marker { display: none; }
.home-faq-item summary .home-icon { width: 15px; height: 15px; transition: transform .2s; }
.home-faq-item[open] summary .home-icon { transform: rotate(45deg); }
.home-faq-item p { padding-bottom: 19px; font-size: 12px; line-height: 1.9; color: var(--home-muted); }
.home-closing { background: #e8edde; border: 1px solid #dae2ce; border-radius: 13px; padding: 44px 48px; display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-bottom: 68px; }
.home-closing .home-title { font-size: 31px; margin-top: 10px; }
.home-closing .home-copy { font-size: 12px; margin-top: 15px; max-width: 580px; }
.closing-actions { flex-shrink: 0; text-align: center; }
.closing-actions p { font-size: 10px; margin-top: 15px; color: var(--home-muted); }
.home-footer { border-top: 1px solid var(--home-line); padding-top: 46px; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr 1fr; gap: 42px; padding-bottom: 35px; }
.footer-intro p { font-size: 12px; line-height: 1.8; color: var(--home-muted); margin-top: 15px; max-width: 250px; }
.footer-column h3 { font-size: 11px; font-weight: 700; margin-bottom: 16px; }
.footer-column a { display: block; font-size: 11px; color: var(--home-muted); margin-bottom: 11px; }
.footer-column a:hover { color: var(--home-ink); text-decoration: underline; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; border-top: 1px solid var(--home-line); padding-block: 22px; font-size: 10px; color: var(--home-muted); }
.footer-bottom div { display: flex; gap: 22px; }
.home-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 1100px) {
 .home-shell { width: calc(100% - 64px); }
 .home-brand small { display: none; }
 .home-nav-links { gap: 19px; }
 .home-hero { gap: 30px; }
 .homepage .home-hero h1 { font-size: 62px; letter-spacing: -3.5px; }
 .quote-content { padding: 15px; }
 .quote-columns { gap: 12px; }
 .quote-viewer > img { height: 168px; }
 .quote-label { left: -9px; }
 .quote-stage::before { right: 0; transform: none; }
 .quote-total strong { font-size: 21px; }
 .proof-layout { gap: 35px; grid-template-columns: 1fr 1.25fr; }
 .proof-card { padding: 16px 12px; }
 .proof-card strong { font-size: 27px; }
 .home-title { font-size: 35px; }
 .home-feature { padding: 21px; }
 .tools-layout { gap: 35px; }
 .tools-copy .home-title { font-size: 31px; }
 .tool-showcase { gap: 9px; }
 .home-tool-caption { padding-inline: 3px; }
 .home-tool-caption h3 { font-size: 10px; }
 .faq-layout { gap: 45px; }
 .home-closing { padding: 36px; }
}
@media (max-width: 900px) {
 .home-nav-links { display: none; }
 .home-menu-button { display: flex; }
 .home-hero { grid-template-columns: minmax(0, 1fr); gap: 33px; padding-top: 52px; padding-bottom: 45px; }
 .hero-copy { text-align: center; }
 .homepage .home-hero h1 { font-size: 72px; letter-spacing: -4px; }
 .home-hero .home-copy { margin-inline: auto; max-width: 470px; }
 .home-hero-actions, .home-hero-note { justify-content: center; }
 .quote-stage { max-width: 545px; width: 100%; margin: auto; }
 .quote-stage::before { right: 0; transform: none; }
 .quote-content { padding: 22px; }
 .quote-viewer > img { height: 204px; }
 .quote-columns { gap: 22px; }
 .quote-label { left: 12px; }
 .slicer-strip { justify-content: center; gap: 16px; }
 .slicer-list { gap: 23px; }
 .proof-layout { grid-template-columns: minmax(0, 1fr); gap: 28px; }
 .proof-copy { max-width: 570px; }
 .proof-copy .home-title { font-size: 31px; }
 .proof-card > p { min-height: 0; }
 .proof-card { padding: 20px; }
 .home-steps { gap: 23px; }
 .home-step { padding-left: 0; padding-top: 45px; }
 .home-feature-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
 .home-callout { grid-template-columns: minmax(0, 1fr); gap: 12px; }
 .home-feature { display: grid; grid-template-columns: 45px 1fr 190px; gap: 0 16px; align-items: start; }
 .home-feature h3 { margin-top: 4px; grid-column: 2; grid-row: 1; }
 .home-feature > p:not(.feature-note) { grid-column: 2; }
 .home-feature .mini-lead, .home-feature .mini-status { grid-column: 3; grid-row: 1 / span 2; margin-top: 0; align-self: center; }
 .home-feature .feature-note { grid-column: 2 / span 2; }
 .tools-layout { grid-template-columns: minmax(0, 1fr); gap: 33px; }
 .tools-copy { max-width: 500px; }
 .home-tool-art { aspect-ratio: 1.2; }
 .home-tool-caption h3 { font-size: 12px; }
 .home-tool-caption { padding: 13px 8px 9px; }
 .integration-layout { gap: 30px; }
 .home-plan { padding: 25px; }
 .plan-heading h3 { font-size: 20px; }
 .plan-heading { align-items: start; flex-wrap: wrap; min-height: 31px; }
 .plan-description { min-height: 88px; }
 .faq-layout { grid-template-columns: minmax(0, 1fr); gap: 30px; }
 .faq-intro { max-width: 460px; }
 .home-closing { flex-direction: column; text-align: center; gap: 25px; }
 .home-closing .home-copy { margin-inline: auto; }
 .footer-grid { gap: 30px; grid-template-columns: 1.3fr 1fr 1fr; }
 .footer-intro { grid-column: 1 / -1; }
 .footer-intro p { max-width: 460px; }
}
@media (max-width: 600px) {
 .home-shell { width: calc(100% - 40px); }
 .home-nav { min-height: 73px; gap: 12px; }
 .home-brand { font-size: 23px; }
 .home-brand img { width: 27px; height: 27px; }
 .home-nav-actions { gap: 13px; }
 .home-nav-actions > .home-button { display: none; }
 .home-signin { font-size: 11px; }
 .home-hero { padding-top: 41px; gap: 29px; }
 .home-hero-eyebrow { font-size: 9px; letter-spacing: 1.3px; margin-bottom: 24px; }
 .homepage .home-hero h1 { font-size: clamp(45px, 12vw, 64px); letter-spacing: -2.8px; margin-bottom: 25px; }
 .home-hero .home-copy { font-size: 13px; line-height: 1.9; }
 .home-hero-actions { gap: 18px; }
 .home-hero-actions .home-button { font-size: 12px; padding-inline: 16px; gap: 12px; }
 .home-hero-actions .home-link { font-size: 12px; }
 .home-hero-note { font-size: 10px; }
 .quote-stage { padding-top: 14px; padding-bottom: 52px; }
 .quote-content { padding: 15px; }
 .quote-columns { gap: 13px; }
 .quote-viewer > img { height: 169px; }
 .quote-heading strong { font-size: 13px; }
 .quote-heading span { font-size: 8px; }
 .quote-browser { padding: 12px; }
 .browser-address { font-size: 9px; }
 .quote-label { padding: 9px 12px; }
 .quote-label strong { font-size: 10px; }
 .quote-total strong { font-size: 20px; }
 .quote-field dd { font-size: 9px; padding: 7px; }
 .quote-bill { font-size: 9px; }
 .quote-bottom { align-items: start; gap: 8px; }
 .quote-bottom > span { font-size: 8px; max-width: 110px; }
 .quote-bottom .home-link { font-size: 9px; }
 .quote-file { padding: 9px; }
 .slicer-strip p { font-size: 11px; text-align: center; }
 .slicer-list { gap: 14px; justify-content: center; }
 .slicer-list span { font-size: 11px; gap: 5px; }
 .slicer-mark { width: 19px; height: 19px; font-size: 10px; }
 .proof-section { padding-block: 43px; }
 .home-title, .proof-copy .home-title { font-size: 28px; letter-spacing: -1px; }
 .home-eyebrow { font-size: 9px; letter-spacing: 1.5px; }
 .proof-cards { gap: 8px; }
 .proof-card { padding: 15px 10px; }
 .proof-card > p { font-size: 8px; min-height: 28px; line-height: 1.5; }
 .proof-card strong { font-size: 24px; }
 .proof-card > span { font-size: 10px; }
 .proof-bar { margin-top: 14px; }
 .home-section, .home-how { padding-block: 45px; }
 .home-heading { margin-bottom: 27px; }
 .home-heading .home-copy { font-size: 12px; }
 .home-steps { grid-template-columns: minmax(0, 1fr); gap: 29px; margin-top: 29px; }
 .home-step { padding-left: 45px; padding-top: 0; }
 .home-step h3 { font-size: 16px; }
 .home-feature { display: flex; padding: 25px; }
 .home-feature h3 { margin-top: 18px; }
 .home-feature .mini-lead { margin-top: 23px; width: 100%; }
 .home-feature .mini-status { padding-top: 23px; margin-top: 0; align-self: start; }
 .home-tools { padding-block: 45px; }
 .tools-copy .home-title { font-size: 29px; }
 .tool-showcase { gap: 8px; }
 .home-tool-card { padding: 4px; }
 .home-tool-art { aspect-ratio: .82; }
 .home-tool-caption { padding: 11px 3px 8px; }
 .home-tool-caption h3 { font-size: 10px; }
 .home-tool-caption .home-icon { display: none; }
 .home-integration { padding-block: 44px; }
 .integration-layout { grid-template-columns: minmax(0, 1fr); gap: 25px; }
 .integration-copy .home-title { font-size: 28px; }
 .code-panel { padding: 19px; }
 .code-panel pre { font-size: 11px; }
 .home-pricing { padding-block: 46px; }
 .home-plans { grid-template-columns: minmax(0, 1fr); gap: 21px; }
 .home-plan { padding: 27px; }
 .plan-heading { flex-wrap: nowrap; min-height: auto; }
 .plan-heading h3 { font-size: 21px; }
 .plan-description { min-height: auto; }
 .plan-price .price { font-size: 42px; }
 .home-billing { gap: 9px; }
 .home-pricing-after { font-size: 11px; line-height: 1.8; }
 .home-faq { padding-block: 43px; }
 .faq-intro .home-title { font-size: 28px; }
 .home-faq-item summary { font-size: 12px; padding-block: 17px; }
 .home-closing { padding: 30px 24px; margin-bottom: 44px; }
 .home-closing .home-title { font-size: 27px; }
 .home-footer { padding-top: 33px; }
 .footer-grid { grid-template-columns: 1fr 1fr; gap: 25px 20px; }
 .footer-intro { grid-column: 1 / -1; }
 .footer-bottom { font-size: 9px; gap: 16px; }
}
@media (max-width: 360px) {
 .home-shell { width: calc(100% - 32px); }
 .home-plan { padding: 22px; }
 .plan-heading { flex-wrap: wrap; }
 .quote-content { padding: 12px; }
 .quote-columns { gap: 9px; }
 .quote-field dd { padding-inline: 5px; }
 .quote-total strong { font-size: 18px; }
 .quote-file strong { font-size: 9px; }
 .quote-file span { font-size: 8px; }
 .proof-card { padding-inline: 8px; }
 .proof-card strong { font-size: 21px; }
}
@media (prefers-reduced-motion: reduce) {
 html { scroll-behavior: auto; }
 .homepage *, .homepage *::before, .homepage *::after { transition: none !important; }
 .home-tool-card:hover, .homepage .home-button:hover { transform: none; }
}

/* Brand yellow accents; layout and status colors stay the same. */
.quote-stage::before, .home-tools, .home-closing { background: #fff5cf; border-color: #e9dca9; }
.home-plan.checkout { background: #fffbed; border-color: #d9b637; box-shadow: 0 4px 0 #facc15; }
.home-hero-eyebrow::before, .material-dot { background: #eab308; box-shadow: 0 0 0 4px #fff2ba; }
.proof-bar i { background: #d5ad24; }
.quote-viewer { background-color: #f7f4e9; background-image: linear-gradient(#a58a4920 1px, transparent 1px), linear-gradient(90deg, #a58a4920 1px, transparent 1px); }
#billing-toggle { background: #facc15; border-color: #c9a10c; }
#billing-knob { background: #292923; }
.billing-saving, .plan-chip { background: #fff3bc; border-color: #e7d48d; color: #725b12; }
.home-button.secondary:hover { background: #fff6d3; }
.homepage a:focus-visible, .homepage button:focus-visible, .homepage summary:focus-visible { outline-color: #8a6b08; }
