:root{color-scheme:light;--ink:#16211d;--muted:#65716b;--line:#dfe5e1;--canvas:#f5f7f4;--surface:#ffffff;--accent:#225c47;--accent-soft:#e3efe9;--warm:#eee8dc}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 90% 0,#e7efe9 0,transparent 28rem),var(--canvas);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input,select,textarea{font:inherit}.previewNavigator{position:fixed;z-index:1000;bottom:16px;left:16px;display:inline-flex;align-items:center;gap:8px;padding:7px 11px 7px 7px;border:1px solid rgb(255 255 255/38%);border-radius:999px;background:rgb(20 35 29/92%);box-shadow:0 10px 28px rgb(15 28 22/18%);color:white;font-size:10px;font-weight:720;text-decoration:none;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.previewNavigator span{display:grid;width:23px;height:23px;place-items:center;border-radius:50%;background:#d8b978;color:#24362e;font-size:9px;font-weight:820}.launchPage{width:min(1180px,calc(100% - 40px));margin:0 auto;padding:28px 0 72px}.topbar{display:flex;align-items:center;gap:14px;padding-bottom:28px;border-bottom:1px solid var(--line)}.brandMark{display:grid;width:42px;height:42px;place-items:center;border-radius:13px;background:var(--accent);color:white;font-weight:760}h1,h2,h3,p{margin-top:0}h1{margin-bottom:0;font-size:18px;letter-spacing:-.02em}.eyebrow{margin-bottom:5px;color:var(--muted);font-size:11px;font-weight:720;letter-spacing:.12em;text-transform:uppercase}.environment{display:inline-flex;align-items:center;gap:8px;margin-left:auto;padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgb(255 255 255/70%);color:var(--muted);font-size:12px;font-weight:650}.environment span{width:7px;height:7px;border-radius:50%;background:#2b8a61;box-shadow:0 0 0 4px #dff1e7}.hero{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(280px,.8fr);gap:42px;align-items:end;padding:80px 0 72px}.hero h2{max-width:760px;margin-bottom:20px;font-family:Georgia,Times New Roman,serif;font-size:clamp(42px,7vw,76px);font-weight:500;letter-spacing:-.055em;line-height:.98}.lede{max-width:680px;margin-bottom:0;color:var(--muted);font-size:17px;line-height:1.65}.sprint{padding:24px;border:1px solid #d6d1c7;border-radius:20px;background:var(--warm)}.sprint strong{display:block;margin-bottom:10px;font-size:18px}.sprint p:last-child{margin-bottom:0;color:#70695e;line-height:1.5}.launchStrip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:72px;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:rgb(255 255 255/76%)}.launchStrip article{display:grid;gap:5px;padding:20px 22px;border-right:1px solid var(--line)}.launchStrip article:last-child{border-right:0}.launchStrip strong{font-family:Georgia,Times New Roman,serif;font-size:24px;font-weight:500;letter-spacing:-.035em}.launchStrip span{color:var(--muted);font-size:11px}.sectionHeading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:20px}.sectionHeading h2{margin-bottom:0;font-size:29px;letter-spacing:-.035em}.sectionHeading>p{max-width:390px;margin-bottom:0;color:var(--muted);text-align:right}.moduleGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.moduleCard{display:flex;min-height:180px;justify-content:space-between;gap:20px;padding:25px;border:1px solid var(--line);border-radius:18px;background:rgb(255 255 255/82%);color:inherit;text-decoration:none;transition:border-color .16s ease,transform .16s ease,box-shadow .16s ease}.moduleCard:hover{transform:translateY(-2px);border-color:#becac3;box-shadow:0 18px 45px rgb(40 55 47/8%)}.moduleCard h3{margin:18px 0 8px;font-size:20px;letter-spacing:-.025em}.moduleCard p{max-width:460px;margin-bottom:0;color:var(--muted);line-height:1.55}.status{display:inline-flex;padding:5px 8px;border-radius:999px;background:var(--accent-soft);color:var(--accent);font-size:11px;font-weight:730}.arrow{color:var(--muted);font-size:18px}.launchFooter{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:28px;padding:24px 0;border-top:1px solid var(--line)}.launchFooter strong{font-size:14px}.launchFooter>div:last-child{display:flex;flex-wrap:wrap;gap:8px}.launchFooter a{padding:8px 11px;border:1px solid var(--line);border-radius:999px;background:rgb(255 255 255/68%);color:var(--accent);font-size:11px;font-weight:700;text-decoration:none}.homeActions{display:flex;flex-wrap:wrap;gap:10px;margin-top:28px}.homePrimary,.homeSecondary{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:0 18px;border-radius:13px;font-size:12px;font-weight:760;text-decoration:none}.homePrimary{background:var(--accent);color:white}.homeSecondary{border:1px solid var(--line);background:rgb(255 255 255/72%);color:var(--accent)}@media (max-width:760px){.launchPage{width:min(100% - 24px,680px);padding-top:18px}.environment{display:none}.hero{grid-template-columns:1fr;padding:54px 0}.hero h2{font-size:clamp(40px,13vw,58px)}.launchStrip{grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:54px}.launchStrip article:nth-child(2){border-right:0}.launchStrip article:nth-child(-n+2){border-bottom:1px solid var(--line)}.sectionHeading{align-items:start;flex-direction:column}.sectionHeading>p{text-align:left}.moduleGrid{grid-template-columns:1fr}.launchFooter{align-items:flex-start;flex-direction:column}}@media (max-width:600px){.previewNavigator{display:none}}@media (prefers-reduced-motion:reduce){*,:after,:before{scroll-behavior:auto!important;transition-duration:.01ms!important}}body{background:#f9f9f8;color:#171918;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Inter,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.launchPage{position:relative;width:min(1280px,calc(100% - 48px));min-height:100vh;padding:18px 0 64px}.launchPage:before{position:absolute;z-index:-1;top:160px;right:-80px;width:640px;height:640px;border-radius:50%;background:radial-gradient(circle at 30% 30%,rgb(74 157 132/13%),transparent 54%),radial-gradient(circle at 65% 45%,rgb(100 175 255/10%),transparent 52%),radial-gradient(circle at 62% 72%,rgb(232 112 221/7%),transparent 47%);filter:blur(34px);content:""}.launchPage .topbar{position:sticky;top:10px;z-index:10;min-height:58px;padding:8px 12px;border:1px solid rgb(229 229 225/82%);border-radius:18px;background:rgb(255 255 255/72%);-webkit-backdrop-filter:blur(28px) saturate(150%);backdrop-filter:blur(28px) saturate(150%)}.launchPage .brandMark{width:34px;height:34px;border-radius:10px;background:var(--accent);font-size:13px}.launchPage h1{font-size:13px;font-weight:620}.launchPage .topbar .eyebrow{display:none}.launchPage .environment{border:0;background:transparent;font-size:10px}.launchPage .hero{grid-template-columns:minmax(0,1.65fr) minmax(260px,.48fr);gap:70px;min-height:610px;align-items:center;padding:84px 6vw 110px}.launchPage .hero h2{max-width:850px;margin-bottom:23px;font-family:inherit;font-size:clamp(56px,7.6vw,102px);font-weight:610;letter-spacing:-.065em;line-height:.95}.launchPage .hero>div>.eyebrow{margin-bottom:19px;color:var(--accent);font-size:12px;font-weight:610;letter-spacing:-.01em;text-transform:none}.launchPage .lede{max-width:680px;color:#6f716d;font-size:15px;line-height:1.65}.launchPage .sprint{padding:24px 0;border:0;border-top:1px solid #ddddda;border-bottom:1px solid #ddddda;border-radius:0;background:transparent}.launchPage .sprint .eyebrow{color:#8c8e89}.launchPage .sprint strong{font-size:17px;font-weight:620}.launchPage .sprint p:last-child{color:#777975;font-size:12px}.launchPage .homeActions{margin-top:31px}.launchPage .homePrimary,.launchPage .homeSecondary{min-height:47px;padding:0 21px;border-radius:999px;font-size:11px}.launchPage .homePrimary{box-shadow:0 9px 24px rgb(34 92 71/15%)}.launchPage .launchStrip{border:0;border-top:1px solid #e3e3e0;border-bottom:1px solid #e3e3e0;border-radius:0;background:transparent}.launchPage .launchStrip article{border-right-color:#e3e3e0}.launchPage .launchStrip strong{font-family:inherit;font-size:18px;font-weight:620}.launchPage .moduleCard{min-height:160px;border-color:#e5e5e2;border-radius:16px;background:rgb(255 255 255/70%)}.launchPage .moduleCard h3{font-size:18px;font-weight:630}.launchPage .status{background:#eeeeeb;color:#696b67}@media (max-width:800px){.launchPage{width:min(100% - 24px,680px);padding-top:10px}.launchPage .hero{grid-template-columns:1fr;gap:42px;min-height:0;padding:76px 12px}.launchPage .hero h2{font-size:clamp(49px,14vw,72px)}}.lbLanding{--lb-ink:#14211c;--lb-muted:#5e6b65;--lb-green:#155b45;--lb-green-dark:#0d3f31;--lb-green-soft:#eaf3ef;--lb-line:#dde6e1;width:100%;max-width:none;min-height:100vh;margin:0;overflow:hidden;background:radial-gradient(circle at 82% 5%,rgb(187 220 207/30%),transparent 34rem),linear-gradient(180deg,#fbfdfc,#f7faf8 34%,#fff);color:var(--lb-ink);font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,Inter,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased}.lbLanding *,.lbLanding :after,.lbLanding :before{box-sizing:border-box}.lbLanding a{color:inherit}.lbHeader{border-bottom:1px solid rgb(20 33 28/7%);background:rgb(251 253 252/88%);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.lbNav{position:static;display:grid;width:min(1120px,calc(100% - 40px));min-height:70px;grid-template-columns:1fr auto 1fr;gap:28px;margin:0 auto;padding:0;border-radius:0;background:transparent;box-shadow:none;transform:none}.lbBrand,.lbNav{align-items:center}.lbBrand{display:inline-flex;width:fit-content;gap:10px;text-decoration:none}.lbBrand b{color:var(--lb-ink);font-size:15px;font-weight:720;letter-spacing:-.02em}.lbMark{position:relative;display:grid;width:32px;height:32px;flex:0 0 auto;place-items:center;overflow:hidden;border-radius:50%;background:radial-gradient(circle at 30% 24%,rgb(255 242 194/82%),transparent 23%),linear-gradient(145deg,#367e65,#174f3d);box-shadow:inset -4px -4px 9px rgb(7 43 32/22%)}.lbMark i{position:absolute;width:2px;border-radius:999px;background:rgb(255 255 255/80%)}.lbMark i:first-child{height:7px;transform:translateX(-5px)}.lbMark i:nth-child(2){height:13px}.lbMark i:nth-child(3){height:6px;transform:translateX(5px)}.lbNavLinks{display:flex;align-items:center;gap:29px}.lbNavLinks a,.lbNavSignIn{color:#4f5e57;font-size:13px;font-weight:580;text-decoration:none}.lbNavLinks a:hover,.lbNavSignIn:hover{color:var(--lb-green)}.lbNavActions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.lbButton{display:inline-flex;min-height:48px;align-items:center;justify-content:center;gap:12px;padding:0 21px;border:1px solid var(--lb-green);border-radius:10px;background:var(--lb-green);box-shadow:0 8px 20px rgb(21 91 69/12%);color:white!important;font-size:14px;font-weight:680;text-decoration:none;transition:background .16s ease,border-color .16s ease,transform .16s ease}.lbButton:hover{border-color:var(--lb-green-dark);background:var(--lb-green-dark);transform:translateY(-1px)}.lbButtonSmall{min-height:38px;padding:0 16px;border-radius:9px;font-size:13px}.lbHero{display:block;min-height:0;padding:108px 24px 72px;text-align:center}.lbHeroCopy{width:min(820px,100%);margin:0 auto}.lbEyebrow{margin:0 0 18px;color:var(--lb-green);font-size:12px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.lbHero h1{max-width:820px;margin:0;font-size:clamp(44px,5.5vw,68px);font-weight:620;letter-spacing:-.048em;line-height:1.04}.lbHeroLede{max-width:690px;margin:26px auto 0;color:var(--lb-muted);font-size:18px;line-height:1.65}.lbHeroActions{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;margin-top:32px}.lbButtonSecondary{border-color:#cbd8d2;background:rgb(255 255 255/72%);box-shadow:none;color:var(--lb-ink)!important}.lbButtonSecondary:hover{border-color:#aebfb7;background:white}.lbHeroNote{margin:20px 0 0;color:#708078;font-size:12px}.lbSurfaceSection{padding:56px 24px 110px}.lbSectionIntro{width:min(720px,100%);margin:0 auto;text-align:center}.lbSectionIntro h2{margin:0;color:var(--lb-ink);font-size:clamp(34px,4vw,48px);font-weight:630;letter-spacing:-.04em;line-height:1.1}.lbSectionIntro>p:last-child{max-width:650px;margin:20px auto 0;color:var(--lb-muted);font-size:16px;line-height:1.7}.lbProductSurface{width:min(1120px,100%);margin:48px auto 0;overflow:hidden;border:1px solid #d9e3de;border-radius:18px;background:#fff;box-shadow:0 28px 70px rgb(24 57 45/10%),0 4px 14px rgb(24 57 45/5%)}.lbSurfaceBar{display:grid;min-height:58px;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:0 18px;border-bottom:1px solid #e6ece9;background:#fbfcfb}.lbSurfaceBrand{display:flex;align-items:center;gap:9px}.lbSurfaceBrand .lbMark{width:26px;height:26px}.lbSurfaceBrand strong{font-size:12px}.lbSurfaceBar>span:not(.lbSurfaceAvatar){color:#66736d;font-size:11px;font-weight:620}.lbSurfaceAvatar{display:grid;width:30px;height:30px;justify-self:end;place-items:center;border-radius:50%;background:#e9f1ed;color:var(--lb-green);font-size:9px;font-weight:760}.lbSurfaceBody{display:grid;min-height:520px;grid-template-columns:210px minmax(0,1fr) 230px}.lbSurfaceNav,.lbSurfaceSources{background:#f8faf9}.lbSurfaceNav{padding:28px 20px;border-right:1px solid #e6ece9}.lbSurfaceNav>small,.lbSurfaceSources>small{color:#809088;font-size:9px;font-weight:760;letter-spacing:.12em}.lbSurfaceNav>strong{display:block;margin-top:8px;font-size:13px;line-height:1.35}.lbSurfaceNav nav{display:grid;gap:5px;margin-top:30px}.lbSurfaceNav nav span{display:flex;min-height:42px;align-items:center;gap:10px;padding:0 10px;border-radius:8px;color:#6b7872;font-size:10px}.lbSurfaceNav nav span.active{background:#e8f1ed;color:var(--lb-green);font-weight:680}.lbSurfaceNav nav b{font-size:8px}.lbSurfaceProgress{margin-top:130px}.lbSurfaceProgress>span{display:grid;gap:8px;color:#78867f;font-size:9px}.lbSurfaceProgress>span:before{height:4px;border-radius:999px;background:linear-gradient(90deg,var(--lb-green) 0 48%,#dce6e1 48% 100%);content:""}.lbSurfaceConversation{position:relative;display:flex;min-width:0;flex-direction:column;padding-bottom:75px;background:#fff}.lbSurfaceConversation>header{display:flex;min-height:75px;align-items:center;justify-content:space-between;gap:20px;padding:0 28px;border-bottom:1px solid #edf1ef}.lbSurfaceConversation>header>div{display:grid;gap:5px}.lbSurfaceConversation>header small{color:#789187;font-size:8px;font-weight:750;letter-spacing:.08em}.lbSurfaceConversation>header strong{font-size:14px}.lbVoiceStatus{display:inline-flex;align-items:center;gap:7px;color:#597068;font-size:9px}.lbVoiceStatus i{width:6px;height:6px;border-radius:50%;background:#3e9a76;box-shadow:0 0 0 4px rgb(62 154 118/10%)}.lbSurfaceThread{padding:36px 34px 24px}.lbLearnerMessage{width:fit-content;max-width:78%;margin:0 0 28px auto;padding:12px 15px;border-radius:14px 14px 4px 14px;background:var(--lb-green);color:#fff;font-size:10px;line-height:1.5}.lbAssistantMessage{display:flex;gap:12px}.lbAssistantMessage>.lbMark{width:25px;height:25px}.lbAssistantMessage>div{min-width:0}.lbAssistantMessage p{max-width:520px;margin:0;color:#4e5b55;font-size:11px;line-height:1.65}.lbAssistantMessage ol{display:grid;grid-template-columns:repeat(3,1fr);gap:7px;margin:17px 0 0;padding:0;list-style:none}.lbAssistantMessage li{display:grid;gap:8px;min-height:70px;padding:11px;border:1px solid #e7ecea;border-radius:9px;background:#fafcfb;color:#647069;font-size:8px;line-height:1.4}.lbAssistantMessage li b{color:var(--lb-green);font-size:9px}.lbGroundedLabel{display:inline-block;margin-top:15px;color:#52806e;font-size:8px;font-weight:650}.lbSurfaceComposer{position:absolute;right:24px;bottom:20px;left:24px;display:grid;min-height:46px;grid-template-columns:1fr auto auto;align-items:center;gap:8px;padding:0 7px 0 14px;border:1px solid #e1e8e4;border-radius:11px;background:#fff;box-shadow:0 8px 22px rgb(32 69 55/7%);color:#96a09b;font-size:9px}.lbSurfaceComposer button{min-height:30px;padding:0 10px;border:0;border-radius:8px;background:#edf4f1;color:var(--lb-green);font-size:8px;font-weight:700}.lbSurfaceComposer>i{display:grid;width:30px;height:30px;place-items:center;border-radius:8px;background:var(--lb-green);color:white;font-size:11px;font-style:normal}.lbSurfaceSources{padding:28px 18px;border-left:1px solid #e6ece9}.lbSurfaceSources article{margin-top:18px;padding:14px;border:1px solid #e2e9e5;border-radius:9px;background:#fff}.lbSurfaceSources article>span{color:#53806e;font-size:8px;font-weight:700}.lbSurfaceSources article>strong{display:block;margin-top:8px;font-size:10px;line-height:1.4}.lbSurfaceSources article>p{margin:7px 0 0;color:#89948e;font-size:8px}.lbSurfaceVoice{display:flex;align-items:center;gap:11px;margin-top:82px;padding-top:19px;border-top:1px solid #dfe7e3}.lbSurfaceVoice>span{position:relative;display:grid;width:42px;height:42px;flex:0 0 auto;place-items:center;border-radius:50%;background:radial-gradient(circle at 28% 25%,#f6dfa8,transparent 23%),linear-gradient(145deg,#3e8a70,#164d3b)}.lbSurfaceVoice>span i,.lbVoiceOrb i{position:absolute;width:2px;border-radius:999px;background:rgb(255 255 255/84%)}.lbSurfaceVoice>span i:first-child,.lbVoiceOrb i:first-child{height:8px;transform:translateX(-5px)}.lbSurfaceVoice>span i:nth-child(2),.lbVoiceOrb i:nth-child(2){height:15px}.lbSurfaceVoice>span i:nth-child(3),.lbVoiceOrb i:nth-child(3){height:7px;transform:translateX(5px)}.lbSurfaceVoice>div{display:grid;gap:4px}.lbSurfaceVoice strong{font-size:9px}.lbSurfaceVoice p{margin:0;color:#7a8881;font-size:7px;line-height:1.4}.lbPillars{padding:108px 24px;border-top:1px solid #edf1ef;background:#fff}.lbPillarGrid{display:grid;width:min(1120px,100%);grid-template-columns:repeat(3,1fr);gap:18px;margin:52px auto 0}.lbPillarGrid article{min-height:390px;padding:30px;border:1px solid var(--lb-line);border-radius:14px;background:#fbfcfb}.lbPillarIcon{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:var(--lb-green-soft);color:var(--lb-green);font-size:10px;font-weight:780}.lbPillarGrid h3{margin:26px 0 0;font-size:25px;font-weight:650;letter-spacing:-.035em}.lbPillarGrid article>p{margin:15px 0 0;color:var(--lb-muted);font-size:14px;line-height:1.65}.lbPillarGrid ul{display:grid;gap:12px;margin:27px 0 0;padding:22px 0 0;border-top:1px solid #e3e9e6;list-style:none}.lbPillarGrid li{display:flex;align-items:center;gap:9px;color:#526159;font-size:12px}.lbInlineChecks span:before,.lbPillarGrid li:before{width:6px;height:6px;flex:0 0 auto;border-radius:50%;background:#64a68b;content:""}.lbVoiceSection{display:grid;width:min(1120px,calc(100% - 48px));grid-template-columns:.95fr 1.05fr;gap:74px;align-items:center;margin:110px auto}.lbVoiceDemo{display:flex;min-height:360px;align-items:center;justify-content:center;gap:28px;padding:44px;border-radius:18px;background:radial-gradient(circle at 30% 30%,rgb(113 175 150/28%),transparent 19rem),#123e31;color:#fff}.lbVoiceOrb{position:relative;display:grid;width:118px;height:118px;flex:0 0 auto;place-items:center;border-radius:50%;background:radial-gradient(circle at 30% 26%,#f4dc9e,transparent 22%),radial-gradient(circle at 70% 70%,#73ac98,transparent 44%),#1d6049;box-shadow:inset -12px -10px 25px rgb(9 54 40/20%),0 20px 48px rgb(0 0 0/18%)}.lbVoiceOrb i{width:3px}.lbVoiceOrb i:first-child{height:18px;transform:translateX(-11px)}.lbVoiceOrb i:nth-child(2){height:34px}.lbVoiceOrb i:nth-child(3){height:14px;transform:translateX(11px)}.lbVoiceDemo>div:last-child{display:grid;max-width:220px;gap:8px}.lbVoiceDemo>div:last-child>span{color:#94c4b0;font-size:9px;font-weight:760;letter-spacing:.12em}.lbVoiceDemo strong{font-size:18px;font-weight:590;line-height:1.4}.lbVoiceDemo p{margin:0;color:rgb(255 255 255/55%);font-size:11px}.lbSecurityCopy h2,.lbVoiceCopy h2{margin:0;font-size:clamp(34px,4vw,47px);font-weight:630;letter-spacing:-.043em;line-height:1.1}.lbSecurityCopy>p:not(.lbEyebrow),.lbVoiceCopy>p:not(.lbEyebrow){margin:22px 0 0;color:var(--lb-muted);font-size:15px;line-height:1.7}.lbInlineChecks{display:grid;gap:12px;margin-top:26px}.lbInlineChecks span{display:flex;align-items:center;gap:10px;color:#4c5d54;font-size:13px;font-weight:590}.lbPlatformSection{padding:108px 24px;background:#f3f7f5}.lbPlatformGrid{display:grid;width:min(960px,100%);grid-template-columns:repeat(2,1fr);gap:18px;margin:52px auto 0}.lbPlatformGrid article{min-height:390px;padding:34px;border:1px solid #d8e2dd;border-radius:16px;background:#fff}.lbPlatformGrid article>span{color:#6e847a;font-size:10px;font-weight:760;letter-spacing:.11em}.lbPlatformGrid h3{margin:22px 0 0;font-size:27px;font-weight:640;letter-spacing:-.035em}.lbPlatformGrid article>p{margin:17px 0 0;color:var(--lb-muted);font-size:14px;line-height:1.7}.lbPlatformGrid article>div{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-top:30px}.lbPlatformGrid small{padding:11px;border-radius:8px;background:#f3f7f5;color:#53645c;font-size:10px;font-weight:620}.lbTenantCard{border-color:#275f4b!important;background:#154a39!important;color:#fff}.lbTenantCard>span{color:#9ec5b5!important}.lbTenantCard>p{color:rgb(255 255 255/67%)!important}.lbTenantCard small{background:rgb(255 255 255/9%);color:rgb(255 255 255/78%)}.lbSecuritySection{display:grid;width:min(1120px,calc(100% - 48px));grid-template-columns:.9fr 1.1fr;gap:86px;align-items:center;margin:116px auto}.lbSecurityGrid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.lbSecurityGrid article{display:flex;min-height:170px;gap:15px;padding:23px;border:1px solid var(--lb-line);border-radius:13px;background:#fff}.lbSecurityGrid article>span{display:grid;width:34px;height:34px;flex:0 0 auto;place-items:center;border-radius:9px;background:var(--lb-green-soft);color:var(--lb-green);font-size:15px}.lbSecurityGrid h3{margin:4px 0 0;font-size:14px}.lbSecurityGrid p{margin:9px 0 0;color:var(--lb-muted);font-size:11px;line-height:1.6}.lbFinalCta{display:flex;width:min(1120px,calc(100% - 48px));min-height:330px;align-items:center;justify-content:space-between;gap:60px;margin:0 auto 100px;padding:54px;border-radius:18px;background:radial-gradient(circle at 87% 20%,rgb(97 164 137/30%),transparent 20rem),#103c2f;color:#fff;text-align:left}.lbFinalCta>div:first-child{display:block;max-width:650px;margin:0}.lbFinalCta .lbEyebrow{color:#9fc8b7}.lbFinalCta h2{margin:0;font-size:clamp(34px,4.2vw,49px);font-weight:620;letter-spacing:-.045em;line-height:1.08}.lbFinalCta>div:first-child>p:last-child{max-width:590px;margin:19px 0 0;color:rgb(255 255 255/65%);font-size:14px;line-height:1.65}.lbFinalActions{display:flex;flex:0 0 auto;flex-direction:column;gap:10px;margin:0}.lbButtonLight{border-color:#fff;background:#fff;color:var(--lb-green-dark)!important}.lbButtonLight:hover{border-color:#eef5f2;background:#eef5f2}.lbButtonDarkSecondary{border-color:rgb(255 255 255/28%);background:transparent;box-shadow:none;color:#fff!important}.lbButtonDarkSecondary:hover{border-color:rgb(255 255 255/50%);background:rgb(255 255 255/7%)}.lbFooter{display:grid;min-height:0;grid-template-columns:1.6fr repeat(3,1fr);gap:48px;padding:66px max(24px,calc((100vw - 1120px) / 2)) 30px;background:#0e2921;color:#fff}.lbFooterLead p{max-width:300px;margin:20px 0 0;color:rgb(255 255 255/52%);font-size:13px;line-height:1.65}.lbFooter .lbBrand b{color:#fff}.lbFooterColumn{display:flex;flex-direction:column;gap:12px}.lbFooterColumn strong{margin-bottom:5px;color:rgb(255 255 255/85%);font-size:12px}.lbFooterColumn a{color:rgb(255 255 255/55%);font-size:12px;text-decoration:none}.lbFooterColumn a:hover{color:#fff}.lbFooterLegal{grid-column:1/-1;margin:35px 0 0;padding-top:24px;border-top:1px solid rgb(255 255 255/10%);color:rgb(255 255 255/38%);font-size:11px}@media (max-width:960px){.lbNav{grid-template-columns:1fr auto}.lbNavLinks{display:none}.lbSurfaceBody{grid-template-columns:180px minmax(0,1fr)}.lbSurfaceSources{display:none}.lbPillarGrid{grid-template-columns:1fr}.lbPillarGrid article{min-height:0}.lbSecuritySection,.lbVoiceSection{grid-template-columns:1fr;gap:48px}.lbSecurityCopy,.lbVoiceCopy{max-width:700px}.lbFinalCta{align-items:flex-start;flex-direction:column;gap:30px}.lbFinalActions{flex-direction:row}.lbFooter{grid-template-columns:1.5fr repeat(2,1fr)}.lbFooterColumn:last-of-type{display:none}}@media (max-width:680px){.lbNav{width:calc(100% - 28px);min-height:64px}.lbNavSignIn{display:none}.lbButtonSmall{min-height:36px;padding:0 13px}.lbHero{padding:80px 18px 54px}.lbHero h1{font-size:clamp(40px,12vw,54px)}.lbHeroLede{font-size:16px}.lbHeroActions{align-items:stretch;flex-direction:column}.lbHeroActions .lbButton{width:100%}.lbPillars,.lbPlatformSection,.lbSurfaceSection{padding-right:16px;padding-left:16px}.lbSurfaceSection{padding-top:38px;padding-bottom:80px}.lbSectionIntro{text-align:left}.lbSectionIntro h2{font-size:35px}.lbSectionIntro>p:last-child{margin-right:0;margin-left:0;font-size:15px}.lbProductSurface{margin-top:34px;border-radius:13px}.lbSurfaceBar{grid-template-columns:1fr auto}.lbSurfaceBar>span:not(.lbSurfaceAvatar),.lbSurfaceNav,.lbVoiceStatus{display:none}.lbSurfaceBody{min-height:490px;grid-template-columns:1fr}.lbSurfaceConversation>header{min-height:68px;padding:0 19px}.lbSurfaceThread{padding:28px 18px 20px}.lbLearnerMessage{max-width:90%}.lbAssistantMessage p{font-size:10px}.lbAssistantMessage ol{grid-template-columns:1fr}.lbAssistantMessage li{min-height:0;grid-template-columns:auto 1fr;align-items:center}.lbSurfaceComposer{right:14px;left:14px}.lbPillars{padding-top:82px;padding-bottom:82px}.lbPillarGrid{margin-top:34px}.lbPillarGrid article{padding:25px}.lbSecuritySection,.lbVoiceSection{width:calc(100% - 32px);margin-top:82px;margin-bottom:82px}.lbVoiceDemo{min-height:300px;align-items:flex-start;flex-direction:column;padding:32px}.lbVoiceOrb{width:92px;height:92px}.lbSecurityCopy h2,.lbVoiceCopy h2{font-size:35px}.lbPlatformSection{padding-top:82px;padding-bottom:82px}.lbPlatformGrid,.lbSecurityGrid{grid-template-columns:1fr}.lbPlatformGrid{margin-top:34px}.lbPlatformGrid article{min-height:0;padding:27px}.lbPlatformGrid article>div{grid-template-columns:1fr}.lbFinalCta,.lbSecurityGrid article{min-height:0}.lbFinalCta{width:calc(100% - 32px);margin-bottom:70px;padding:38px 26px;border-radius:15px}.lbFinalCta h2{font-size:37px}.lbFinalActions{width:100%;flex-direction:column}.lbFinalActions .lbButton{width:100%}.lbFooter{grid-template-columns:1fr 1fr;gap:42px 24px;padding:52px 20px 28px}.lbFooterLead{grid-column:1/-1}}@media (prefers-reduced-motion:reduce){.lbButton{transition:none}}