@import url("https://fonts.googleapis.com/css2?family=Instrument+Serif&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap');
:root{--ink:#17251d;--muted:#607066;--accent:#c9f16f;--soft:#f3f6f0;--line:#dfe7da;--white:#fff}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:95px}body{margin:0;background:var(--white);color:var(--ink);font-family:Manrope,Arial,sans-serif;line-height:1.6}a{color:inherit}header{position:sticky;top:0;z-index:10;background:#ffffffef;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:18px max(5vw,20px);backdrop-filter:blur(12px)}.brand{font-size:29px;font-weight:800;letter-spacing:-1.8px;text-decoration:none}.brand span{font-size:13px;color:#79aa28;margin-left:3px}nav{display:flex;align-items:center;gap:30px}nav a{text-decoration:none;font-size:13px;font-weight:700}.button{display:inline-flex;align-items:center;justify-content:center;gap:20px;background:var(--ink);color:white;padding:17px 25px;border-radius:9px;font-size:14px;font-weight:700;text-decoration:none;min-height:48px;transition:transform .2s,background .2s}.button:hover{background:#354c38;transform:translateY(-2px)}.button.small{padding:11px 18px}.wrap{max-width:1240px;margin:auto;padding:100px 40px}.hero{display:grid;grid-template-columns:1.15fr 1fr;align-items:center;gap:65px;padding-top:85px;padding-bottom:85px}.eyebrow{font-size:11px;font-weight:800;letter-spacing:1.9px;color:#62784b;margin:0 0 20px}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(40px,4.2vw,60px);line-height:1.12;letter-spacing:-2.9px;margin-bottom:25px}h2{font-size:clamp(32px,3.4vw,47px);line-height:1.16;letter-spacing:-1.9px;margin-bottom:25px}em{font-style:normal;color:#6b884b}h3{font-size:19px;line-height:1.4;letter-spacing:-.4px;margin-bottom:10px}.lede,.intro{font-size:17px;color:var(--muted);max-width:610px;line-height:1.8}.actions{display:flex;gap:22px;align-items:center;flex-wrap:wrap;margin-top:30px}.textlink{font-size:13px;font-weight:800;text-underline-offset:5px}.micro{font-size:11px;color:var(--muted);margin:20px 0 0}.pipeline{padding:26px;border:1px solid var(--line);border-radius:20px;background:var(--soft);box-shadow:0 22px 65px #1c341311;transform:rotate(-1deg)}.panel-top{display:flex;justify-content:space-between;font-size:9px;letter-spacing:1.7px;font-weight:800;margin-bottom:24px}.dot{width:8px;height:8px;border-radius:50%;background:#78a932}.record{background:white;border:1px solid var(--line);padding:22px 18px;display:flex;gap:17px;align-items:center;border-radius:11px}.record small{display:block;font-size:8px;letter-spacing:1.3px;font-weight:800;color:var(--muted)}.record strong{font-size:18px}.record p{font-size:11px;color:var(--muted);margin:5px 0 0}.icon{width:36px;height:36px;background:var(--soft);border-radius:8px;display:grid;place-items:center;font-size:23px;flex-shrink:0}.meeting{background:var(--accent);border-color:#b6d88b}.meeting .icon{background:#ffffff60}.connector{height:27px;width:2px;margin-left:36px;background:#cfdbbf;position:relative;overflow:hidden}.connector:after{content:'';position:absolute;inset:0;background:#638837;animation:flow 2.5s infinite}.diagram-note{text-align:center;font-size:9px;color:var(--muted);margin:18px 0 0}.strip{display:flex;justify-content:center;gap:70px;border-block:1px solid var(--line);background:var(--soft);padding:23px 20px;font-size:12px;font-weight:700}.strip span:before{content:'';color:#6b884b;margin-right:10px}.split{display:grid;grid-template-columns:1fr 1fr;gap:90px}.lines article{border-bottom:1px solid var(--line);padding:0 0 20px;margin-bottom:24px}.lines p,.process p,.downsell p{font-size:14px;color:var(--muted);margin-bottom:0}.soft{background:var(--soft)}.process{list-style:none;display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding:0;margin:50px 0 0}.process span{display:inline-grid;place-items:center;width:42px;height:42px;border:1px solid #bacaa9;border-radius:50%;font-size:12px;margin-bottom:25px}.offer-section{display:grid;grid-template-columns:1fr 1.1fr;gap:60px}.offer-card{background:var(--soft);padding:38px;border:1px solid var(--line);border-radius:17px}.pill{display:inline-block;font-size:9px;letter-spacing:1px;background:var(--accent);padding:7px 12px;border-radius:30px;font-weight:800;margin-bottom:22px}.checks{list-style:none;padding:0;font-size:14px}.checks li{padding:10px 0;border-bottom:1px solid var(--line)}.checks li:before{content:'';color:#73944a;margin-right:9px}.terms{font-size:11px;color:var(--muted);margin:24px 0;line-height:1.8}.downsell{grid-column:1/-1;border-top:1px solid var(--line);padding-top:32px;display:flex;justify-content:space-between;gap:30px;align-items:center}.downsell .eyebrow{margin-bottom:9px}.dark{background:var(--ink);color:white}.dark .eyebrow{color:var(--accent)}.dark em{color:var(--accent)}.dark .intro{color:#d0dbcf}.fit-list{list-style:none;padding:0;font-size:15px}.fit-list li{padding:14px 0;border-bottom:1px solid #ffffff26}.fit-note{font-size:12px;color:#a5b5a4;margin-top:25px}details{border-bottom:1px solid var(--line);padding:20px 0}summary{font-size:15px;font-weight:700;cursor:pointer}details p{font-size:13px;color:var(--muted);margin:15px 0 0}.close{max-width:none;background:var(--soft);text-align:center}.close p{color:var(--muted)}.close h2{font-size:clamp(36px,4.5vw,60px)}footer.wrap{display:flex;justify-content:space-between;gap:25px;align-items:center;padding-top:35px;padding-bottom:35px}footer p,footer>span{font-size:10px;color:var(--muted);margin:0}:focus-visible{outline:3px solid #78a932;outline-offset:5px}.paused .connector:after{animation-play-state:paused}@keyframes flow{0%{transform:translateY(-100%)}100%{transform:translateY(100%)}}@media(max-width:850px){.wrap{padding:65px 24px}.hero,.split,.offer-section{grid-template-columns:1fr;gap:35px}.hero{padding-top:60px}.pipeline{max-width:500px;width:100%;justify-self:center;transform:none}.process{grid-template-columns:1fr 1fr}.strip{gap:18px;font-size:10px}.downsell{flex-direction:column;align-items:flex-start}h1{max-width:650px}.hero .lede{max-width:590px}}@media(max-width:500px){nav{gap:12px}nav>a:not(.button){display:none}.brand{font-size:25px}.button.small{font-size:11px}.strip{flex-direction:column;gap:10px;align-items:center}.process{grid-template-columns:1fr;gap:30px}.process span{margin-bottom:15px}.offer-card{padding:26px 20px}footer.wrap{flex-direction:column;align-items:flex-start}h1{font-size:42px;letter-spacing:-2px}.actions{gap:18px}.record strong{font-size:16px}.record{padding:18px 12px}.pipeline{padding:20px}.close h2{font-size:38px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation:none!important;transition:none!important}}


.brand{display:flex;align-items:center;gap:12px;letter-spacing:0;font-family:"Instrument Serif",Georgia,serif;font-weight:400;font-size:24px}.brand .brand-name{font:inherit;color:inherit;margin:0}.brand .brand-mark{display:grid;grid-template-columns:repeat(2,7px);gap:3px;margin:0}.brand-mark i{width:7px;height:7px;border-radius:2px;background:currentColor;opacity:.48}.brand-mark i:nth-child(3){background:#6b884b;opacity:1}.brand-mark i:nth-child(4){background:#c96b52;opacity:1}.icon{display:none}@media(max-width:500px){.brand{font-size:19px;gap:8px}header{padding-inline:16px}.button.small{padding:10px;font-size:10px}}

/* Vector process graphics: no emoji or icon font. */
.icon{display:grid;place-items:center}.icon svg{width:24px;height:24px}.pipeline{position:relative}.record{position:relative;animation:record-focus 6s ease-in-out infinite}.record:nth-of-type(4){animation-delay:2s}.record.meeting{animation-delay:4s}.connector:after{animation:flow 2s linear infinite}.dot{animation:signal-pulse 3s ease-in-out infinite}.strip span:before,.checks li:before{display:inline-block;width:6px;height:6px;border-radius:50%;background:#73944a;vertical-align:middle;content:""}@keyframes record-focus{0%,65%,100%{transform:translateX(0);box-shadow:none}15%,40%{transform:translateX(4px);box-shadow:0 5px 18px #28481c12}}@keyframes signal-pulse{50%{box-shadow:0 0 0 5px #78a93220}}@media(prefers-reduced-motion:reduce){.record,.dot,.connector:after{animation:none!important}}

.theme-toggle{font:700 12px Manrope,Arial,sans-serif;min-height:44px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;color:var(--ink);background:var(--white);cursor:pointer;white-space:nowrap}
html[data-theme="dark"]{color-scheme:dark;--ink:#e8efe5;--muted:#b1bfae;--soft:#1c251f;--line:#354438;--white:#111a15}
[data-theme="dark"] header{background:#111a15ef}
[data-theme="dark"] .record{background:#17231b}
[data-theme="dark"] .meeting{background:#c9f16f;color:#17251d}
[data-theme="dark"] .meeting small,[data-theme="dark"] .meeting p{color:#3e532e}
[data-theme="dark"] .eyebrow,[data-theme="dark"] em{color:#b5d98f}
[data-theme="dark"] .button{background:#c9f16f;color:#17251d}
[data-theme="dark"] .button:hover{background:#dcffa0}
[data-theme="dark"] .pill{color:#17251d}
[data-theme="dark"] .dark{background:#0b130e}
[data-theme="dark"] .connector{background:#42533a}
[data-theme="dark"] .connector:after{background:#c9f16f}
[data-theme="dark"] .dark em{color:#c9f16f}
@media(max-width:500px){header{flex-wrap:wrap;gap:10px}nav{gap:8px}.theme-toggle{font-size:10px;padding:8px}.brand{font-size:18px}.button.small{font-size:10px}header{padding-inline:12px}}

.theme-toggle{display:inline-grid;place-items:center;width:44px;height:44px;min-width:44px;padding:0}.theme-toggle svg{display:block}

/* Conversion copy pass: preserve the approved visual system. */
.hero h1{font-size:clamp(40px,4vw,56px)}.hero .micro{font-size:13px;font-weight:800;color:var(--ink);border-left:3px solid #83a452;padding-left:13px}.proof-note.wrap{padding-top:35px;padding-bottom:35px;border-bottom:1px solid var(--line)}.proof-note .eyebrow{margin-bottom:10px}.proof-note>p:last-child{margin:0;font-size:17px;max-width:770px}.offer-card .terms{font-size:12px}.fit-list{font-size:14px}.record strong{font-size:17px}.record p{max-width:310px}@media(max-width:500px){.hero h1{font-size:40px}.record strong{font-size:16px}}

/* Brand carousel: equal cells, native SVG assets, no endorsement claims. */
.tools-section{padding:36px 0 22px;border-block:1px solid var(--line);background:var(--soft);overflow:hidden}
.tools-heading{max-width:1240px;padding:0 40px;margin:0 auto 25px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.tools-heading .eyebrow{margin-bottom:9px;font-size:10px}.tools-heading h2{font-size:25px;letter-spacing:-.7px;margin:0 0 9px}.tools-heading p:not(.eyebrow){font-size:12px;color:var(--muted);margin:0}

.tools-marquee{mask-image:linear-gradient(90deg,transparent,#000 7%,#000 93%,transparent)}.tool-lane{overflow:hidden;padding:5px 0}.tool-track{display:flex;width:max-content;animation:tool-scroll 72s linear infinite;will-change:transform}.tool-lane:nth-child(2) .tool-track{animation-direction:reverse;animation-duration:80s}
.tool-group{display:flex;align-items:center;gap:14px;padding:0 14px 0 0;margin:0;list-style:none;flex-shrink:0}
.tool-card{width:174px;height:92px;flex:0 0 174px;border:1px solid var(--line);border-radius:10px;background:var(--white);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}
.tool-card img{display:block;width:112px;height:32px;object-fit:contain;filter:grayscale(1);opacity:.78}.tool-card span{font-size:11px;line-height:1.2;font-weight:700;color:var(--muted)}
[data-theme="dark"] .tool-card img{filter:grayscale(1) brightness(0) invert(1);opacity:.8}.tool-card:hover img{opacity:1}
.tools-note{margin:18px 20px 0;font-size:10px;color:var(--muted);text-align:center}
@keyframes tool-scroll{to{transform:translateX(-50%)}}
@media(max-width:500px){.tools-heading{padding-inline:24px}.tools-heading h2{font-size:22px}.tool-card{width:146px;flex-basis:146px;height:86px}.tool-group{gap:10px;padding-right:10px}.tool-card img{width:104px;height:30px}.tools-note{font-size:9px}}
@media(prefers-reduced-motion:reduce){.tools-marquee{mask-image:none}.tool-track{animation:none!important;transform:none!important;width:100%}.tool-group[aria-hidden="true"]{display:none}.tool-group{width:100%;padding:8px 20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:10px}.tool-card{width:100%}}

.tool-card img[src$="justcall.svg"]{filter:brightness(0);opacity:.78}[data-theme="dark"] .tool-card img[src$="justcall.svg"]{filter:brightness(0) invert(1)}[data-theme="dark"] .tool-card img[src$="apollo.svg"],[data-theme="dark"] .tool-card img[src$="microsoft-teams.svg"]{filter:grayscale(1);opacity:1}

.tool-card img[src$="highlevel.svg"]{filter:brightness(0)}[data-theme="dark"] .tool-card img[src$="highlevel.svg"]{filter:brightness(0) invert(1)}

/* About starter and accessible mobile navigation. */
.about-page{min-height:calc(100svh - 220px)}.about-intro{padding-top:110px;padding-bottom:130px}.about-intro h1{margin-bottom:28px}.about-body{max-width:620px;font-size:16px;color:var(--muted)}nav a[aria-current="page"]{text-decoration:underline;text-underline-offset:5px}
@media(max-width:500px){header nav{width:100%;flex-wrap:wrap;justify-content:space-between;gap:8px}header nav>a:not(.button){display:inline-flex;font-size:11px}header nav .button.small{font-size:11px}.about-intro{padding-top:60px;padding-bottom:70px}}
