.marketing-main:has(>.lc-page){padding-bottom:0}
.lc-page{--lc-ink:#10233f;--lc-green:#00834b;--lc-muted:#52657a;font-family:"Inter Tight",Inter,system-ui,sans-serif;font-size:16px;line-height:1.6;color:var(--lc-ink);background:white;padding-bottom:32px}
.lc-page *{box-sizing:border-box;min-width:0}
.lc-container{width:min(1200px,calc(100% - 64px));margin-inline:auto}
.lc-page :is(h1,h2,h3,p){margin:0}
.lc-page h1{font-size:clamp(36px,3.7vw,54px);line-height:1.1;letter-spacing:-1.6px;font-weight:800;color:var(--lc-ink)}
.lc-page h2{font-size:32px;line-height:1.2;letter-spacing:-.8px;font-weight:750;color:var(--lc-ink)}
.lc-page h3{font-size:17px;line-height:1.35;font-weight:650;color:var(--lc-ink)}
.lc-page p{color:var(--lc-muted)}
.lc-page :is(h1,h2)>span{color:var(--lc-green)}
.lc-page .lc-eyebrow{font-size:12px;font-weight:750;letter-spacing:1px;color:#31566a;margin-bottom:14px}
.lc-icon{width:26px;height:26px;flex-shrink:0;color:var(--lc-green);stroke-width:1.7}
.lc-hero{padding:42px 0 24px;background:radial-gradient(ellipse at 0 30%,#e3f7ed,transparent 45%),radial-gradient(ellipse at 100% 30%,#eaf9f2,transparent 45%),linear-gradient(#fcfefd,#fff)}
.lc-hero-copy{text-align:center;max-width:1000px;margin:auto}
.lc-page .lc-intro{font-size:18px;max-width:790px;margin:18px auto 0;line-height:1.6}
.lc-actions{display:flex;align-items:center;justify-content:center;gap:24px;flex-wrap:wrap;margin:22px 0}
.lc-page .lc-button{display:inline-flex;align-items:center;justify-content:center;gap:15px;min-height:48px;padding:12px 22px;background:var(--lc-green);color:white;border-radius:7px;font-size:15px;font-weight:650;text-decoration:none;line-height:1.4}
.lc-page .lc-button:hover{background:#006c3f}
.lc-page .lc-link{display:inline-flex;align-items:center;gap:12px;min-height:44px;font-size:14px;font-weight:650;color:#007543;text-decoration:none}
.lc-labels{display:flex;justify-content:center;flex-wrap:wrap;list-style:none;padding:0;margin:26px 0 28px;gap:42px;font-size:13px;font-weight:550}
.lc-labels li{display:flex;align-items:center;gap:10px}
.lc-labels .lc-icon{width:21px;height:21px}
.lc-demo{padding:12px;background:white;border:1px solid #e2eae5;border-radius:12px;box-shadow:0 8px 25px #15382912;scroll-margin-top:100px}
.lc-demo-bar{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 6px 12px;font-size:13px}
.lc-demo-bar button{border:1px solid #d7e6dc;border-radius:6px;background:#fff;color:#176044;padding:7px 14px;min-height:44px;cursor:pointer;font-size:13px}
.lc-demo-bar button:disabled{opacity:.6;cursor:wait}
.lc-demo-grid{display:grid;grid-template-columns:1.08fr 1fr;gap:14px}
.lc-chat,.lc-enquiry{border:1px solid #e1e8e5;border-radius:9px;overflow:hidden}
.lc-chat{background:#f2f2ee;display:flex;flex-direction:column}
.lc-chat-header{display:flex;align-items:center;gap:12px;background:#f3f6f5;padding:16px;border-bottom:1px solid #e3e9e5}
.lc-avatar{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:#009b77;color:white;font-size:19px}
.lc-chat-header>.lc-icon{margin-left:auto}
.lc-page .lc-chat h2{font-size:16px;letter-spacing:0}
.lc-page .lc-chat-header p{font-size:12px}
.lc-messages{list-style:none;padding:16px;margin:0;display:flex;flex-direction:column;gap:10px;flex:1}
.lc-message{max-width:87%;width:fit-content;padding:10px 13px;border-radius:9px;background:#fff;font-size:14px;line-height:1.4;box-shadow:0 1px 2px #132b1a10;visibility:hidden;opacity:0;transition:opacity .3s ease}
.lc-assistant{align-self:flex-end;background:#ddf9e4}
.lc-page .lc-chat-foot{font-size:12px;text-align:center;background:#f9fbfa;padding:12px}
.lc-enquiry{padding:22px;background:white;display:flex;flex-direction:column}
.lc-page .lc-enquiry h2{font-size:21px;letter-spacing:-.3px;display:flex;align-items:center;gap:12px;margin-bottom:8px}
.lc-page .lc-small{font-size:12px;line-height:1.5}
.lc-page .lc-group-label{margin-top:12px;font-weight:650;color:#476252}
.lc-page dl{margin:5px 0 0}
.lc-page dl>div{display:grid;grid-template-columns:1fr 1.2fr;gap:14px;align-items:center;border-bottom:1px solid #edf1ef;padding:11px 0;font-size:14px;line-height:1.45}
.lc-page dt{color:var(--lc-muted)}
.lc-page dd{margin:0;font-weight:600}
.lc-captured>div dd{visibility:hidden;opacity:0;transition:opacity .3s ease}
.lc-captured>div.lc-revealed dd{visibility:visible;opacity:1}
.lc-status{display:inline-block;background:#e0f5e9;color:#076642;font-size:12px;line-height:1.5;padding:3px 7px;border-radius:4px;font-weight:600}
.lc-ready{display:flex;align-items:center;gap:12px;background:#eefaf3;border-radius:7px;margin-top:17px;padding:13px;visibility:hidden;opacity:0;transition:opacity .3s ease}
.lc-ready strong{font-size:14px}.lc-page .lc-ready p{font-size:12px}
.lc-message.lc-revealed,.lc-ready.lc-revealed{visibility:visible;opacity:1}
.lc-page .lc-note{font-size:13px;line-height:1.6;margin-top:14px}
.lc-section{padding-top:40px;padding-bottom:40px}
.lc-center{text-align:center}.lc-mint{background:#effaf5}
.lc-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;margin-top:26px}
.lc-card{display:flex;gap:16px;padding:23px;border:1px solid #e1e9e5;background:white;border-radius:9px}
.lc-card>.lc-icon{width:30px;height:30px}
.lc-page .lc-card p{font-size:14px;margin-top:8px;line-height:1.65}
.lc-steps{list-style:none;padding:0;margin:30px 0 0;display:grid;grid-template-columns:repeat(4,1fr);gap:30px}
.lc-steps li{display:flex;gap:14px}.lc-steps li>span{display:grid;place-items:center;flex-shrink:0;width:38px;height:38px;border-radius:50%;background:#008b5a;color:white;font-size:14px;font-weight:600}
.lc-page .lc-steps h3{font-size:16px}.lc-page .lc-steps p{font-size:14px;margin-top:10px}
.lc-page .lc-section-intro{margin-top:12px;max-width:800px}
.lc-tabs{display:flex;width:calc(62.26415% - 18.679px);gap:5px;padding:4px;border:1px solid #e0e8e3;border-radius:7px;background:#f4f7f5;margin-top:24px}
.lc-tabs button{flex:1;border:0;background:transparent;padding:12px 8px;min-height:46px;border-radius:5px;color:#42566b;cursor:pointer;font-weight:600;font-size:14px;line-height:1.4}
.lc-tabs button[aria-selected=true]{background:var(--lc-green);color:white}
.lc-example-grid{display:grid;grid-template-columns:1.65fr 1fr;gap:30px;align-items:start;margin-top:12px;min-height:286px}
.lc-questions,.lc-example-card{border:1px solid #e0e8e3;border-radius:8px;background:#fff;padding:17px}
.lc-questions>div{display:grid;grid-template-columns:1fr 1.4fr;gap:16px;font-size:14px;padding:14px 0;border-bottom:1px solid #edf1ef;line-height:1.45}
.lc-questions>div:last-child{border-bottom:0}.lc-questions span{color:var(--lc-muted)}
.lc-example-card{margin-top:-64px;box-shadow:0 3px 14px #132b1a05}.lc-example-card h3{margin-bottom:7px}
.lc-workspace-label{font-size:12px;color:#496452;margin:22px 0 9px}
.lc-workspace{display:grid;grid-template-columns:2.65fr 1fr;gap:20px;align-items:start}
.lc-table-wrap{padding:8px 14px;border:1px solid #deebe2;border-radius:8px;background:white}
.lc-page table{border-collapse:collapse;width:100%;font-size:12px;line-height:1.5;text-align:left}
.lc-page th{font-size:11px;color:#53647a;font-weight:600;background:#f9fbfa}
.lc-page :is(td,th){padding:12px 6px;border-bottom:1px solid #edf1ef;vertical-align:middle}
.lc-page tbody tr:last-child td{border-bottom:0}
.lc-page td button{font:inherit;font-weight:600;border:0;background:transparent;padding:6px 0;min-height:44px;text-align:left;color:#155a41;cursor:pointer;text-decoration:underline;text-underline-offset:4px}
.lc-selected{background:#f0faf5}
.lc-summary{padding:20px;background:white;border:1px solid #deebe2;border-radius:8px;min-height:310px}
.lc-page .lc-summary p{font-size:14px;margin-top:12px}
.lc-next{border-top:1px solid #e4ece7;margin-top:16px;padding-top:12px;font-size:13px}
.lc-page .lc-next p{font-size:13px;margin-top:5px}
.lc-workspace-points{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;margin-top:20px}
.lc-workspace-points .lc-card{background:transparent;border:0;padding:10px 0}
.lc-page .lc-integration{font-size:14px;margin-top:20px;padding-top:20px;border-top:1px solid #d3e8db}.lc-integration a{color:#006e43;white-space:nowrap}
.lc-faq{display:grid;grid-template-columns:1fr 1.6fr;gap:60px;padding-top:12px}.lc-faq>div>p{margin-top:14px;max-width:280px}
.lc-faq-item{border:1px solid #e0e7e3;border-radius:6px;margin-bottom:7px;overflow:hidden}
.lc-faq-item button{font:inherit;font-size:14px;font-weight:550;background:#fff;border:0;padding:15px 17px;min-height:50px;width:100%;display:flex;justify-content:space-between;align-items:center;gap:18px;color:var(--lc-ink);text-align:left;cursor:pointer;line-height:1.5}
.lc-faq-item button>span{font-size:20px;color:#51705d}.lc-faq-item>div{padding:0 17px 17px;font-size:14px}
.lc-final{display:flex;align-items:center;justify-content:space-between;gap:32px;border-radius:10px;background:#006d53;padding:30px 34px}
.lc-page .lc-final h2{font-size:25px;color:white;max-width:630px}.lc-page .lc-final p{font-size:14px;color:#e1f4ec;margin-top:10px}
.lc-final .lc-actions{flex-shrink:0;gap:20px;margin:0}.lc-page .lc-final .lc-button{background:white;color:#124234}.lc-page .lc-final .lc-link{color:white}
.lc-page :is(a,button):focus-visible{outline:3px solid #2d77d0;outline-offset:4px}
.lc-page [hidden]{display:none!important}.lc-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
@media(min-width:1200px){.lc-demo{margin-inline:34px}}
@media(max-width:1100px){.lc-card{padding:18px;gap:12px}.lc-workspace{grid-template-columns:1fr}.lc-summary{min-height:0}.lc-final{display:block}.lc-final .lc-actions{justify-content:flex-start;margin-top:20px}.lc-steps{gap:20px}.lc-demo-grid{grid-template-columns:1fr 1fr}.lc-enquiry{padding:17px}.lc-message{font-size:13px}}
@media(max-width:800px){.lc-container{width:calc(100% - 40px)}.lc-page h1{font-size:39px}.lc-page h2{font-size:28px}.lc-cards{gap:12px}.lc-card{flex-direction:column}.lc-demo-grid{grid-template-columns:1fr}.lc-message{font-size:14px}.lc-enquiry{padding:22px}.lc-steps{grid-template-columns:1fr 1fr;gap:28px}.lc-tabs{width:100%}.lc-example-grid{grid-template-columns:1fr 1fr;gap:16px}.lc-example-card{margin-top:0}.lc-questions>div{grid-template-columns:1fr;gap:5px}.lc-faq{gap:25px;grid-template-columns:1fr 1.5fr}.lc-labels{gap:18px}.lc-demo{scroll-margin-top:90px}}
@media(max-width:600px){.lc-container{width:calc(100% - 32px)}.lc-hero{padding-top:30px}.lc-page h1{font-size:36px;letter-spacing:-1.1px}.lc-page h1 br{display:none}.lc-page .lc-intro{font-size:16px}.lc-labels{align-items:flex-start;flex-direction:column;width:fit-content;margin:24px auto;gap:12px}.lc-actions{gap:16px}.lc-demo{padding:8px}.lc-demo-bar{font-size:11px;padding:0 2px 8px;gap:8px}.lc-demo-bar button{font-size:12px;padding:7px 10px;white-space:nowrap}.lc-chat-header{padding:13px}.lc-chat-header>.lc-icon{display:none}.lc-page .lc-chat-header p{font-size:11px}.lc-messages{padding:12px;gap:9px}.lc-message{max-width:94%;font-size:13px}.lc-enquiry{padding:17px}.lc-page dl>div{font-size:13px}.lc-section{padding-top:30px;padding-bottom:30px}.lc-page h2{font-size:27px}.lc-cards,.lc-steps,.lc-workspace-points,.lc-example-grid,.lc-faq{grid-template-columns:1fr}.lc-card{flex-direction:row;padding:20px}.lc-steps{gap:24px}.lc-tabs button{font-size:12px;padding:10px 5px}.lc-questions>div{grid-template-columns:1fr 1.25fr;gap:12px;font-size:13px}.lc-example-grid{min-height:0}.lc-table-wrap{padding:10px}.lc-page table,.lc-page tbody,.lc-page tr,.lc-page td{display:block}.lc-page thead{display:none}.lc-page tbody tr{padding:10px 7px;border-bottom:1px solid #dbe8e0}.lc-page td{display:grid;grid-template-columns:90px 1fr;border:0;padding:6px;font-size:13px;gap:10px}.lc-page td::before{font-size:12px;color:#53647a;align-self:center}.lc-page td:nth-child(1)::before{content:'Customer'}.lc-page td:nth-child(2)::before{content:'Requirement'}.lc-page td:nth-child(3)::before{content:'Channel'}.lc-page td:nth-child(4)::before{content:'Owner'}.lc-page td:nth-child(5)::before{content:'Status'}.lc-page td:nth-child(6)::before{content:'Next action'}.lc-page td button{padding:0}.lc-status{width:fit-content}.lc-workspace-points{gap:4px}.lc-faq{gap:22px}.lc-faq>div>p{max-width:none}.lc-final{padding:26px 22px}.lc-page .lc-final h2{font-size:25px}.lc-final .lc-actions{gap:12px}.lc-page .lc-final .lc-button{width:100%}.lc-final .lc-link{margin:auto}}
@media(prefers-reduced-motion:reduce){.lc-page *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
