:root {
    --home-ink: #19211f;
    --home-muted: #5e6864;
    --home-line: #dfe5e2;
    --home-accent: #c64039;
    --home-green: #116950;
    --home-soft: #f2f6f3;
}
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body.ctrify-home { margin: 0; background: #fff; color: var(--home-ink); font: 400 16px/1.65 Poppins, Arial, sans-serif; letter-spacing: 0; }
.ctrify-home *, .ctrify-home *::before, .ctrify-home *::after { box-sizing: border-box; letter-spacing: 0; }
.ctrify-home h1, .ctrify-home h2, .ctrify-home h3, .ctrify-home p, .ctrify-home figure, .ctrify-home blockquote { margin: 0; }
.ctrify-home a { color: inherit; }
.ctrify-home a, .ctrify-home button, .ctrify-home summary { -webkit-tap-highlight-color: transparent; }
.ctrify-home :focus-visible { outline: 3px solid #197caf; outline-offset: 5px; }
.ctrify-home img { display: block; max-width: 100%; height: auto; }
.ctrify-home h1, .ctrify-home h2, .ctrify-home h3 { color: inherit; font-family: inherit; font-weight: 600; overflow-wrap: anywhere; }
.ctrify-home h2 { font-size: 40px; line-height: 1.2; text-wrap: balance; }
.ctrify-home h3 { font-size: 23px; line-height: 1.35; }
.home-container { width: min(1160px, calc(100% - 80px)); margin-inline: auto; }
.home-icon, .ctrify-ui-icon, .ctrify-social-icon { width: 24px; height: 24px; flex: 0 0 24px; fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.ctrify-icon-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.ctrify-icon-fill { fill: currentColor; stroke: none; }
.home-skip { position: fixed; top: -100px; left: 20px; z-index: 4000; padding: 12px 20px; background: white; }
.home-skip:focus { top: 12px; }
.home-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }
.home-header { position: relative; z-index: 30; background: #fff; border-bottom: 1px solid var(--home-line); }
.home-nav-inner { width: min(1360px, calc(100% - 64px)); margin: auto; display: flex; min-height: 88px; gap: 28px; align-items: center; }
.home-brand { display: inline-flex; align-items: baseline; font-size: 35px; line-height: 1; text-decoration: none !important; color: var(--home-ink) !important; white-space: nowrap; }
.home-brand b { font-weight: 600; }
.home-brand > span { color: var(--home-accent); }
.home-nav { display: flex; align-items: center; gap: 25px; margin-left: auto; }
.home-nav a, .home-login { font-size: 13px; font-weight: 500; text-decoration: none; }
.home-nav a:hover, .home-login:hover { color: var(--home-accent); }
.home-nav-actions { display: flex; gap: 18px; align-items: center; }
.home-button { display: inline-flex; gap: 16px; justify-content: center; align-items: center; padding: 16px 24px; min-height: 54px; border: 1px solid var(--home-accent); border-radius: 6px; color: white !important; background: var(--home-accent); text-decoration: none !important; text-align: center; font-size: 15px; font-weight: 500; line-height: 1.4; transition: background .15s, transform .15s; }
.home-button:hover { background: #a8322c; border-color: #a8322c; transform: translateY(-1px); }
.home-button-small { min-height: 42px; padding: 11px 15px; font-size: 12px; }
.home-languages { position: relative; }
.home-languages summary { list-style: none; display: flex; align-items: center; gap: 8px; padding: 9px 0; cursor: pointer; font-size: 12px; }
.home-languages summary::-webkit-details-marker, .home-capabilities summary::-webkit-details-marker, .home-faq summary::-webkit-details-marker { display: none; }
.home-languages summary .home-icon { width: 14px; height: 14px; flex-basis: 14px; }
.ctrify-language-toggle img, .ctrify-language-option img { object-fit: cover; border-radius: 2px; box-shadow: 0 0 0 1px #00000012; }
.home-languages .ctrify-language-menu { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); width: 520px; gap: 5px; padding: 16px; position: absolute; right: 0; top: calc(100% + 12px); border: 1px solid var(--home-line); border-radius: 8px; background: white; box-shadow: 0 18px 50px #19211f20; z-index: 100; }
.home-languages:not([open]) .ctrify-language-menu { display: none; }
.ctrify-language-option { display: flex; align-items: center; gap: 9px; padding: 10px 8px; min-width: 0; font-size: 12px; text-decoration: none !important; border-radius: 4px; }
.ctrify-language-option img { width: 24px; height: 18px; flex: 0 0 24px; }
.ctrify-language-option:hover, .ctrify-language-option--active { color: var(--home-green) !important; background: var(--home-soft); }
.home-hero { background: #f8faf8; }
.home-showcase-section { background: #f8faf8; border-bottom: 1px solid var(--home-line); }
.home-hero-copy { text-align: center; padding-top: 48px; }
.home-eyebrow { color: var(--home-green); font-size: 12px; line-height: 1.5; font-weight: 500; margin-bottom: 20px !important; }
.home-hero .home-eyebrow { display: flex; justify-content: center; align-items: center; gap: 9px; }
.home-status { width: 6px; height: 6px; border-radius: 50%; background: var(--home-green); flex: 0 0 6px; }
.home-hero h1 { font-size: 66px; line-height: 1.1; max-width: 960px; margin: auto; text-wrap: balance; }
.home-hero h1 > span { display: block; }
.home-hero h1 .home-wordmark { font-size: 38px; line-height: 1.3; margin-bottom: 12px; font-weight: 500; }
.home-wordmark > span { color: var(--home-accent); }
.home-lede { color: var(--home-muted); font-size: 18px; line-height: 1.7; }
.home-hero .home-lede { max-width: 750px; margin: 23px auto 24px; font-size: 18px; }
.home-actions { display: flex; justify-content: center; align-items: center; gap: 27px; flex-wrap: wrap; }
.home-demo-link { display: inline-flex; gap: 10px; align-items: center; font-size: 14px; text-decoration: none !important; }
.home-note { color: var(--home-muted); font-size: 12px; line-height: 1.7; }
.home-hero-copy > .home-note { margin-top: 17px; }
.home-work-strip { display: flex; align-items: center; justify-content: center; gap: 28px; padding: 32px 0 26px; font-size: 12px; color: var(--home-muted); }
.home-work-strip > div { display: flex; align-items: center; gap: 8px; }
.home-work-strip > div .home-icon { color: var(--home-green); width: 20px; height: 20px; flex-basis: 20px; }
.home-flow-arrow { width: 18px; flex-basis: 18px; color: #a2ada7; }
.ctrify-home .home-hero-media { max-width: 980px; margin-inline: auto; }
.home-report-preview { display: block; height: 360px; overflow: hidden; border: 1px solid #d6dfdb; border-radius: 8px 8px 0 0; box-shadow: 0 15px 50px #1a392016; background: white url('/customer_reporting_made_easy.png') top center / 100% auto no-repeat; }
.home-report-preview img { width: 100%; }
.home-hero-media figcaption { padding: 17px 0 22px; font-size: 11px; color: var(--home-muted); display: flex; justify-content: space-between; gap: 20px; }
.home-hero-media figcaption a { color: var(--home-green); white-space: nowrap; text-decoration: underline; text-underline-offset: 3px; }
.home-included-note { display: flex; justify-content: center; align-items: center; gap: 9px; color: var(--home-green); font-size: 13px; margin-top: 20px !important; }
.home-included-note .home-icon { width: 18px; height: 18px; flex-basis: 18px; }
.home-engine-links { display: flex; justify-content: center; align-items: stretch; padding: 29px 0 26px; gap: 28px; }
.home-engine-links a { display: flex; align-items: center; gap: 9px; text-decoration: none; font-size: 12px; color: var(--home-muted); }
.home-engine-links a:hover { color: var(--home-green); }
.home-engine-links .home-icon { color: var(--home-green); width: 20px; height: 20px; flex-basis: 20px; }
.home-showcase { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(0,1fr); gap: 28px; padding-bottom: 40px; }
.home-showcase figure { min-width: 0; }
.home-showcase figure > a:first-child { display: block; border: 1px solid var(--home-line); border-radius: 6px; overflow: hidden; background: white; }
.home-showcase img { width: 100%; }
.home-showcase figcaption { display: flex; align-items: center; gap: 8px; font-size: 11px; padding: 13px 0; color: var(--home-muted); }
.home-showcase figcaption .home-icon { width: 17px; height: 17px; flex-basis: 17px; color: var(--home-green); }
.home-showcase figcaption a { margin-left: auto; color: var(--home-green); text-decoration: underline; text-underline-offset: 3px; }
.home-showcase-signals { align-self: center; }
.home-showcase-signals blockquote { font-size: 19px; line-height: 1.5; font-weight: 500; max-width: 470px; margin: 4px 0 10px; }
.home-showcase-cite { font-size: 11px; color: var(--home-muted) !important; text-decoration: underline; text-underline-offset: 3px; }
.home-sites .home-section-heading { max-width: 870px; }
.home-included-band { display: grid; grid-template-columns: minmax(0,1.5fr) minmax(0,1fr); gap: 60px; padding: 30px 0; border-block: 1px solid var(--home-line); }
.home-included-band > div:first-child > .home-icon { color: var(--home-accent); margin-bottom: 14px; }
.home-included-band h3 { font-size: 27px; max-width: 520px; margin-bottom: 14px; }
.home-included-band p { font-size: 14px; color: var(--home-muted); }
.home-dr-target { border-left: 1px solid var(--home-line); padding-left: 40px; }
.home-dr-target strong { display: block; color: var(--home-green); font-size: 62px; line-height: 1.2; font-weight: 500; }
.home-dr-target > span { display: block; font-size: 13px; margin: 8px 0 11px; }
.home-dr-target .home-note { font-size: 11px; max-width: 310px; }
.home-site-deliverables { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 35px; margin: 28px 0; }
.home-site-deliverables > div { display: flex; align-items: start; gap: 12px; }
.home-site-deliverables .home-icon { color: var(--home-green); }
.home-site-deliverables h3 { font-size: 15px; line-height: 1.6; font-weight: 500; }
.home-signals { background: #172b26; color: #fff; }
.home-signals .home-eyebrow { color: #a9d9c2; }
.home-signals .home-lede { color: #c4d6cc; }
.home-signals .home-section-heading { max-width: 850px; }
.home-signal-types { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.home-signal-types article { border-top: 1px solid #8db9a75e; padding-top: 23px; }
.home-signal-types .home-icon { color: #84ccb1; margin-bottom: 20px; }
.home-signal-types h3 { font-size: 22px; margin-bottom: 15px; }
.home-signal-types p { color: #c4d6cc; font-size: 14px; }
.home-signal-types .home-module { color: #ffc0b6; font-size: 10px; }
.home-signal-types .home-viral { border-top-color: #f29383; }
.home-viral .home-icon { color: #f29383; }
.home-campaign-proof { margin: 38px 0 28px !important; }
.home-campaign-proof > a { display: block; background: white; border-radius: 6px; padding: 9px; }
.home-campaign-proof img { width: 100%; }
.home-campaign-proof figcaption { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px 24px; color: #b7c9bf; font-size: 11px; padding-top: 13px; }
.home-pbn-capture { display: block; aspect-ratio: 1/1.18; overflow: hidden; border: 1px solid var(--home-line); border-radius: 6px; }
.home-customer-voices { background: #f5f5f8; }
.home-customer-voices .home-section-heading { max-width: 810px; }
.home-review-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.home-review-grid article { padding: 26px; min-width: 0; border: 1px solid #dfe2e8; border-radius: 6px; background: white; display: flex; flex-direction: column; align-items: start; }
.home-review-grid .home-module { color: var(--home-green); font-size: 10px; }
.home-review-grid blockquote { font-size: 19px; line-height: 1.6; font-weight: 500; margin: 12px 0 20px; }
.home-review-grid .home-review-author { font-size: 14px; margin-top: auto; }
.home-review-author span { display: block; margin-top: 4px; font-size: 11px; color: var(--home-muted); }
.home-review-capture { display: block; width: 100%; margin: 22px 0 17px; border-top: 1px solid var(--home-line); padding-top: 16px; }
.home-review-capture img { width: 100%; aspect-ratio: 1.5; object-fit: contain; object-position: top; }
.home-review-grid .home-text-link { font-size: 11px; }
.home-integrations { text-align: center; padding-block: 40px; }
.home-integrations > p:first-child { font-size: 13px; color: var(--home-muted); }
.home-integrations ul { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 24px 40px; list-style: none; padding: 20px 0; margin: 0; font-size: 20px; font-weight: 600; color: #46534d; }
.home-integrations .home-note { font-size: 11px; }
.home-band { padding: 88px 0; }
.home-section-heading { max-width: 770px; margin-bottom: 44px; }
.home-section-heading .home-lede { margin-top: 18px; }
.home-problem { background: var(--home-ink); color: #fff; }
.home-problem .home-eyebrow { color: #a9d9c2; }
.home-alternatives { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 36px; }
.home-alternatives article { border-top: 1px solid #ffffff40; padding-top: 23px; }
.home-alternatives .home-icon { margin-bottom: 18px; color: #e8a49d; }
.home-alternatives h3 { font-size: 21px; margin-bottom: 12px; }
.home-alternatives p { color: #c5cec9; font-size: 14px; }
.home-reframe { margin-top: 42px !important; padding-top: 27px; border-top: 1px solid #ffffff30; font-size: 20px; color: #d5eadf; }
.home-steps { padding: 0; margin: 0; list-style: none; display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.home-step-number { display: block; color: var(--home-green); font-size: 13px; margin-bottom: 17px; }
.home-steps h3 { margin-bottom: 12px; }
.home-steps p { font-size: 14px; color: var(--home-muted); }
.home-example { margin-top: 40px; padding: 25px 0 0; border-top: 1px solid var(--home-line); display: grid; grid-template-columns: 210px minmax(0,1fr); gap: 18px 30px; }
.home-example-label { display: flex; gap: 12px; align-items: start; font-size: 13px; font-weight: 500; color: var(--home-green); }
.home-example p { font-size: 15px; color: var(--home-muted); }
.home-example .home-text-link { grid-column: 2; justify-self: start; }
.home-text-link { display: inline-flex; gap: 10px; align-items: center; color: var(--home-green) !important; font-size: 13px; font-weight: 400; text-decoration: underline; text-underline-offset: 5px; text-decoration-thickness: 1px; }
.home-text-link:hover { color: #0b4836 !important; }
.home-text-link .home-icon { width: 18px; height: 18px; flex-basis: 18px; }
.home-benefits { background: var(--home-soft); }
.home-benefit-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 48px 72px; }
.home-benefit-grid article { min-width: 0; }
.home-feature-icon { display: inline-flex; align-items: center; justify-content: center; width: 40px; height: 40px; border: 1px solid #bdcec5; border-radius: 6px; color: var(--home-green); background: white; margin-bottom: 19px; }
.home-module { color: var(--home-muted); font-size: 11px; margin-bottom: 8px !important; }
.home-benefit-grid h3 { max-width: 390px; font-size: 28px; line-height: 1.25; margin-bottom: 14px; text-wrap: balance; }
.home-benefit-grid article > p:not(.home-module) { color: var(--home-muted); font-size: 15px; }
.home-benefit-grid .home-text-link { margin-top: 18px; }
.home-capabilities { border-top: 1px solid #cad7cf; margin-top: 48px; }
.home-capabilities > summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 22px 0; cursor: pointer; list-style: none; font-size: 14px; }
.home-capabilities[open] > summary > svg { transform: rotate(180deg); }
.home-tool-list { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 30px; padding: 12px 0; }
.home-tool-list article { display: flex; gap: 12px; }
.home-tool-list article > .home-icon { color: var(--home-green); }
.home-tool-list h3 { font-size: 14px; margin-bottom: 8px; }
.home-tool-list p { font-size: 12px; color: var(--home-muted); }
.home-split { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 64px; align-items: center; }
.home-split h2 { margin-bottom: 23px; }
.home-split .home-lede { margin-bottom: 20px; }
.home-split p:not(.home-lede):not(.home-eyebrow):not(.home-note) { color: var(--home-muted); font-size: 14px; margin-bottom: 15px; }
.home-split figure img { width: 100%; border-radius: 6px; }
.home-split figcaption { font-size: 11px; color: var(--home-muted); margin-top: 12px; }
.home-local-limits { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 15px; border-top: 1px solid var(--home-line); padding-top: 17px; margin: 20px 0 0; font-size: 11px; color: var(--home-muted); }
.home-local-limits dt { color: var(--home-ink); font-weight: 500; }
.home-local-limits dd { margin: 5px 0 0; }
.home-reporting { background: #f5f5f8; }
.home-report-detail > a { display: block; max-height: 575px; overflow: hidden; border: 1px solid var(--home-line); border-radius: 6px; box-shadow: 0 10px 35px #2639300c; }
.home-checks { list-style: none; padding: 0; margin: 20px 0 28px; }
.home-checks li { position: relative; padding-left: 25px; margin-bottom: 11px; font-size: 14px; color: var(--home-muted); }
.home-checks li::before { content: ''; position: absolute; left: 2px; top: 8px; width: 10px; height: 6px; border-left: 1.7px solid var(--home-green); border-bottom: 1.7px solid var(--home-green); transform: rotate(-45deg); }
.home-personas { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 40px; }
.home-personas article { border-top: 1px solid var(--home-line); padding-top: 25px; }
.home-personas .home-icon { color: var(--home-accent); margin-bottom: 20px; }
.home-personas h3 { font-size: 20px; margin-bottom: 14px; }
.home-personas p { color: var(--home-muted); font-size: 14px; }
.home-evidence { background: #edf4ef; }
.home-proof-columns { display: grid; grid-template-columns: minmax(0,1.2fr) minmax(0,1fr); gap: 70px; }
.home-case-label { display: inline-block; font-size: 11px; color: var(--home-green); margin-bottom: 15px; }
.home-case h3 { font-size: 26px; margin-bottom: 25px; }
.home-case-metric { display: flex; align-items: center; gap: 23px; margin-bottom: 22px; }
.home-case-metric strong { font-size: 68px; font-weight: 500; line-height: 1; color: var(--home-green); }
.home-case-metric span { font-size: 14px; max-width: 230px; color: var(--home-muted); }
.home-case > p { font-size: 14px; color: var(--home-muted); margin-bottom: 16px; }
.home-case > .home-note { font-size: 11px; }
.home-review { padding-left: 50px; border-left: 1px solid #cdded3; align-self: center; }
.home-review > .home-icon { color: var(--home-green); width: 36px; height: 36px; margin-bottom: 16px; }
.home-review blockquote { font-size: 26px; line-height: 1.45; font-weight: 500; margin-bottom: 25px; }
.home-review > p { font-size: 13px; color: var(--home-muted); margin-bottom: 18px; }
.home-review .home-note { font-size: 11px; }
.home-plan-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 24px; }
.home-plan-grid article { border: 1px solid var(--home-line); border-radius: 6px; padding: 28px; display: flex; flex-direction: column; align-items: start; }
.home-plan-grid article:first-child { border-color: #a6c9b5; background: #f8fbf9; }
.home-plan-grid h3 { margin-bottom: 12px; }
.home-plan-grid p { font-size: 14px; color: var(--home-muted); margin-bottom: 24px; }
.home-plan-grid a { margin-top: auto; }
.home-cost-note { margin-top: 25px !important; max-width: 860px; }
.home-faq-band { padding-top: 35px; }
.home-faq-layout { display: grid; grid-template-columns: minmax(0,.75fr) minmax(0,1.25fr); gap: 80px; }
.home-faq-layout h2 { font-size: 33px; }
.home-faq details { border-top: 1px solid var(--home-line); }
.home-faq details:last-child { border-bottom: 1px solid var(--home-line); }
.home-faq summary { padding: 22px 0; display: flex; justify-content: space-between; gap: 25px; align-items: center; list-style: none; cursor: pointer; font-size: 15px; font-weight: 500; }
.home-faq summary svg { width: 18px; height: 18px; flex-basis: 18px; }
.home-faq details[open] summary svg { transform: rotate(45deg); }
.home-faq details > p { padding-bottom: 22px; font-size: 14px; color: var(--home-muted); }
.home-faq details > a { margin-bottom: 22px; }
.home-final { padding: 75px 0; background: #e8f1eb; text-align: center; }
.home-final h2 { max-width: 790px; margin: 0 auto 20px; }
.home-final .home-lede { max-width: 690px; margin: 0 auto 27px; }
.home-final .home-note { margin-top: 16px; }
.ctrify-site-footer { background: #19211f; color: #d9e1dc; padding: 70px 0 25px; }
.ctrify-footer-inner { width: min(1160px, calc(100% - 80px)); margin: auto; }
.ctrify-footer-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 100px; }
.ctrify-footer-brand { font-size: 35px; line-height: 1; color: white !important; text-decoration: none !important; }
.ctrify-footer-brand > span:first-child { font-weight: 600; }
.brand-dot { color: #ef938c; }
.ctrify-footer-copy { margin-top: 25px !important; color: #b9c5be; font-size: 13px; }
.ctrify-footer-list { padding: 0; margin: 25px 0; list-style: none; color: #b9c5be; font-size: 12px; }
.ctrify-footer-list li { margin-bottom: 8px; }
.ctrify-footer-list a { color: white; }
.ctrify-footer-social-title { font-size: 12px; }
.ctrify-footer-socials { display: flex; gap: 15px; margin-top: 12px; }
.ctrify-footer-socials a { padding: 10px; border: 1px solid #63756b; border-radius: 4px; display: inline-flex; }
.ctrify-footer-socials a:hover { background: #33453a; color: white; }
.ctrify-contact-card h2 { font-size: 27px; margin-bottom: 12px; }
.ctrify-contact-card p { font-size: 12px; color: #b9c5be; margin-bottom: 22px; }
.ctrify-contact-form { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 16px; }
.ctrify-contact-form > div:nth-child(3) { grid-column: 1/-1; }
.ctrify-contact-form label { display: block; font-size: 12px; margin-bottom: 6px; }
.ctrify-contact-form input, .ctrify-contact-form textarea { width: 100%; min-height: 42px; padding: 10px; color: white; border: 1px solid #63756b; border-radius: 4px; background: #ffffff06; font: inherit; font-size: 14px; }
.ctrify-contact-form textarea { min-height: 100px; resize: vertical; }
.ctrify-contact-form input.is-invalid, .ctrify-contact-form textarea.is-invalid { border-color: #ff938c; box-shadow: 0 0 0 1px #ff938c; }
.ctrify-contact-form button:disabled { opacity: .6; cursor: wait; }
.ctrify-contact-form button { justify-self: start; grid-column: 1/-1; border: 0; background: white; color: var(--home-ink); border-radius: 4px; padding: 11px 19px; font-size: 13px; cursor: pointer; }
.ctrify-contact-form .alert { grid-column: 1/-1; }
.ctrify-footer-bottom { display: flex; justify-content: space-between; gap: 20px; flex-wrap: wrap; margin-top: 55px; border-top: 1px solid #ffffff25; padding-top: 22px; font-size: 11px; }
.ctrify-footer-bottom a { color: #d9e1dc; }
.home-image-dialog { width: min(1140px, calc(100% - 30px)); max-height: calc(100dvh - 30px); border: 0; padding: 45px 15px 15px; border-radius: 6px; background: white; }
.home-image-dialog::backdrop { background: #13211adb; }
.home-image-dialog img { width: 100%; height: auto; }
.home-image-dialog button { position: sticky; top: 0; margin-top: -35px; margin-bottom: 10px; margin-left: auto; display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; border: 1px solid var(--home-line); border-radius: 4px; background: white; color: var(--home-ink); cursor: pointer; }

/* The existing login and contact handlers keep their original fields and IDs. */
.ctrify-home #kt_login { min-height: 0; }
.ctrify-home #login-panel { display: none !important; position: fixed; inset: 0; z-index: 2000; overflow: auto; overscroll-behavior: contain; padding: 60px 24px 30px; align-items: center; flex-direction: column; background: #19211feb; }
.ctrify-home #login-panel:target, .ctrify-home.ctrify-auth-open #login-panel { display: flex !important; }
.ctrify-home:has(#login-panel:target), .ctrify-home.ctrify-auth-open { overflow: hidden; }
.ctrify-auth-close { position: fixed; top: 17px; right: 24px; display: flex; align-items: center; justify-content: center; width: 40px; height: 40px; background: white; border-radius: 4px; color: var(--home-ink) !important; text-decoration: none !important; z-index: 2010; }
.ctrify-home .kt-login__head, .ctrify-home .kt-login__body, .ctrify-home .kt-login__copyright { width: min(100%, 480px); flex: none; }
#login-panel .kt-login__body { height: auto; min-height: 0; }
#login-panel .kt-form { margin: 0; }
#login-panel .kt-form .form-group { margin: 0 0 17px; }
#login-panel .kt-login__head { margin-top: auto; }
#login-panel .kt-login__copyright { margin-bottom: auto; }
.ctrify-home .kt-login__head { text-align: center; color: white; margin: 0 0 18px; font-size: 12px; }
.ctrify-home .kt-login__head a { color: #a9d9c2; }
.ctrify-home .kt-login__form { width: 100%; max-width: none !important; padding: 30px; margin: 0 !important; background: white; color: var(--home-ink); border-radius: 8px; }
.ctrify-home .kt-login__title { margin-bottom: 28px !important; }
.ctrify-home .kt-login__title h3 { color: var(--home-ink) !important; font-size: 27px; line-height: 1.3; }
.ctrify-home .kt-login__form .form-group { margin: 0 0 17px; }
.ctrify-home .kt-login__form .form-control { height: auto !important; min-height: 50px; margin: 0 !important; background: #f6f8f6 !important; color: var(--home-ink); font: inherit; font-size: 14px; border: 1px solid #d4ded7 !important; padding: 13px !important; border-radius: 4px; }
.ctrify-home .kt-login__actions { display: flex !important; flex-wrap: wrap; gap: 15px; align-items: center; margin-top: 25px !important; }
.ctrify-home .kt-login__form .form-control.is-invalid { border-color: #ba3939 !important; }
.ctrify-home .kt-login__actions a { color: var(--home-muted) !important; font-size: 12px; white-space: normal; }
.ctrify-home .kt-login__actions strong { font-weight: 400; }
.ctrify-home .kt-login__btn-primary { margin-left: auto; min-width: 105px; height: auto; padding: 13px 18px; background: var(--home-accent) !important; border-color: var(--home-accent) !important; box-shadow: none !important; border-radius: 4px; font-size: 14px; line-height: 1.4; white-space: normal; }
.ctrify-home .kt-login__copyright { color: #bacabe; text-align: center; margin-top: 20px; font-size: 11px; }
.ctrify-home #matthewOperatorLandingToolbar { z-index: 20; }
.ctrify-spinner { display: inline-block; width: 14px; height: 14px; border: 2px solid #ffffff60; border-top-color: white; border-radius: 50%; vertical-align: middle; animation: home-spin .7s linear infinite; }
@keyframes home-spin { to { transform: rotate(360deg); } }
@media (min-width: 1600px) { .home-hero-copy { padding-top: 58px; } }
@media (max-width: 1024px) {
    .ctrify-home #matthewOperatorLandingToolbar { top: auto; right: 14px; bottom: max(14px, env(safe-area-inset-bottom)); width: auto; flex-direction: row; padding: 4px; border-radius: 6px; }
}
@media (max-width: 1120px) {
    .home-nav-inner { gap: 20px; }
    .home-nav { gap: 17px; }
    .home-nav-actions { gap: 13px; }
    .home-nav a, .home-login { font-size: 12px; }
    .home-split { gap: 40px; }
}
@media (max-width: 960px) {
    .home-nav { display: none; }
    .home-nav-actions { margin-left: auto; }
    .home-hero h1 { font-size: 56px; }
    .home-container, .ctrify-footer-inner { width: calc(100% - 48px); }
    .home-split { gap: 30px; }
    .ctrify-home h2 { font-size: 34px; }
    .home-band { padding: 65px 0; }
    .home-tool-list { grid-template-columns: repeat(2,minmax(0,1fr)); }
    .home-proof-columns { gap: 35px; }
    .home-review { padding-left: 30px; }
    .home-faq-layout { gap: 40px; }
    .ctrify-footer-grid { gap: 45px; }
}
@media (max-width: 700px) {
    html { scroll-padding-top: 25px; }
    .home-nav-inner { width: calc(100% - 32px); min-height: 76px; flex-wrap: wrap; gap: 12px; padding-block: 15px; }
    .home-brand { font-size: 29px; }
    .home-nav-actions { gap: 12px; }
    .home-languages .ctrify-language-current { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
    .home-languages .ctrify-language-menu { position: fixed; top: 75px; left: 16px; right: 16px; width: auto; grid-template-columns: repeat(3,minmax(0,1fr)); padding: 10px; gap: 3px; }
    .ctrify-language-option { padding: 12px 5px; gap: 7px; font-size: 11px; }
    .ctrify-language-option img { width: 20px; height: 15px; flex-basis: 20px; }
    .home-button-small { max-width: 130px; font-size: 11px; padding: 9px 11px; }
    .home-hero-copy { padding-top: 34px; }
    .home-hero .home-eyebrow { font-size: 10px; margin-bottom: 16px !important; }
    .home-hero h1 { font-size: 42px; }
    .home-hero h1 .home-wordmark { font-size: 30px; }
    .home-hero .home-lede { font-size: 15px; line-height: 1.65; margin: 18px auto 22px; }
    .home-lede { font-size: 16px; }
    .home-hero-copy > .home-note { font-size: 10px; }
    .home-actions { gap: 15px; }
    .home-button { font-size: 13px; padding: 14px 18px; min-height: 48px; }
    .home-nav-actions .home-button-small { font-size: 11px; padding: 9px 11px; min-height: 40px; }
    .home-demo-link { font-size: 12px; }
    .home-work-strip { gap: 12px; padding: 25px 0 20px; font-size: 9px; align-items: start; }
    .home-work-strip > div { flex: 1; flex-direction: column; text-align: center; gap: 7px; }
    .home-included-note { font-size: 11px; align-items: start; text-align: left; margin-top: 18px !important; }
    .home-included-note .home-icon { margin-top: 2px; }
    .home-engine-links { gap: 13px; padding: 24px 0; }
    .home-engine-links a { flex: 1; flex-direction: column; font-size: 10px; text-align: center; line-height: 1.5; }
    .home-showcase { grid-template-columns: 1fr; gap: 24px; padding-bottom: 32px; }
    .home-showcase figcaption { flex-wrap: wrap; font-size: 10px; }
    .home-showcase-signals blockquote { font-size: 18px; }
    .home-included-band { grid-template-columns: 1fr; gap: 24px; padding: 25px 0; }
    .home-included-band h3 { font-size: 24px; }
    .home-dr-target { border-left: 0; padding-left: 0; border-top: 1px solid var(--home-line); padding-top: 23px; }
    .home-dr-target strong { font-size: 50px; }
    .home-dr-target .home-note { max-width: none; }
    .home-site-deliverables { grid-template-columns: 1fr; gap: 18px; }
    .home-signal-types { grid-template-columns: 1fr; gap: 26px; }
    .home-signal-types article { padding-top: 22px; }
    .home-signal-types .home-icon { margin-bottom: 13px; }
    .home-signal-types h3 { font-size: 23px; }
    .home-campaign-proof > a { padding: 3px; }
    .home-campaign-proof figcaption { font-size: 10px; }
    .home-review-grid { grid-template-columns: 1fr; gap: 20px; }
    .home-review-grid article { padding: 23px; }
    .home-review-grid blockquote { font-size: 20px; }
    .home-review-capture img { aspect-ratio: auto; }
    .home-flow-arrow { margin-top: 3px; width: 14px; flex-basis: 14px; }
    .home-report-preview { height: 225px; }
    .home-hero-media figcaption { font-size: 10px; flex-direction: column; gap: 8px; }
    .home-integrations { padding-block: 32px; }
    .home-integrations ul { gap: 15px 28px; font-size: 17px; }
    .home-integrations > p:first-child { font-size: 12px; }
    .home-band { padding: 52px 0; }
    .home-section-heading { margin-bottom: 30px; }
    .ctrify-home h2 { font-size: 30px; }
    .home-eyebrow { font-size: 11px; margin-bottom: 14px !important; }
    .home-alternatives, .home-steps, .home-personas, .home-plan-grid { grid-template-columns: 1fr; gap: 25px; }
    .home-alternatives article { display: grid; grid-template-columns: 26px minmax(0,1fr); gap: 7px 15px; padding-top: 20px; }
    .home-alternatives .home-icon { grid-row: span 2; margin-top: 3px; }
    .home-alternatives h3 { font-size: 19px; margin: 0; }
    .home-alternatives p { grid-column: 2; }
    .home-reframe { font-size: 18px; }
    .home-steps li { padding-left: 42px; position: relative; }
    .home-step-number { position: absolute; left: 0; top: 4px; }
    .home-steps h3 { font-size: 21px; }
    .home-example { grid-template-columns: 1fr; gap: 14px; }
    .home-example .home-text-link { grid-column: 1; }
    .home-benefit-grid { grid-template-columns: 1fr; gap: 32px; }
    .home-benefit-grid article + article { border-top: 1px solid #d8e1db; padding-top: 28px; }
    .home-benefit-grid h3 { font-size: 25px; max-width: none; }
    .home-feature-icon { margin-bottom: 14px; }
    .home-tool-list { grid-template-columns: 1fr; }
    .home-split, .home-proof-columns, .home-faq-layout, .ctrify-footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .home-split h2 { margin-bottom: 18px; }
    .home-reporting .home-report-detail { order: 2; }
    .home-report-detail > a { max-height: 430px; }
    .home-review { padding: 30px 0 0; border-left: 0; border-top: 1px solid #cdded3; }
    .home-review blockquote { font-size: 23px; }
    .home-case-metric strong { font-size: 58px; }
    .home-personas h3 { font-size: 21px; }
    .home-plan-grid article { padding: 23px; }
    .home-final { padding: 50px 0; }
    .ctrify-site-footer { padding-top: 45px; }
    .ctrify-footer-bottom { margin-top: 30px; gap: 14px; }
    .ctrify-home .kt-login__form { padding: 25px 20px; }
    .ctrify-home .kt-login__actions { gap: 12px; }
    .ctrify-home .kt-login__form .form-control { font-size: 16px; }
    .ctrify-home .kt-login__actions a { font-size: 12px; }
    .ctrify-home .kt-login__btn-primary { min-width: 85px; padding: 12px 13px; font-size: 12px; }
}
@media (max-width: 380px) {
    .home-container, .ctrify-footer-inner { width: calc(100% - 32px); }
    .home-nav-inner { gap: 8px; }
    .home-nav-actions { gap: 8px; }
    .home-brand { font-size: 25px; }
    .home-login { font-size: 11px; }
    .home-nav-actions .home-button-small { max-width: 103px; font-size: 10px; padding-inline: 8px; }
    .home-hero h1 { font-size: 35px; }
    .ctrify-language-option { font-size: 10px; gap: 5px; padding-inline: 2px; }
    .home-languages .ctrify-language-menu { left: 8px; right: 8px; padding: 8px; }
    .home-actions { flex-direction: column; gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home-button { transition: none; }
}
