/* Public landing page only. Application styles and behaviour are unchanged. */
html{scroll-behavior:smooth;scroll-padding-top:100px}body{background:#fff;color:#151a32}.sl-site,.sl-site *{font-family:'DM Sans',Arial,sans-serif}.sl-site{--sl-ink:#151a32;--sl-accent:#ffb320;--sl-muted:#636978;color:var(--sl-ink)}.sl-site h1,.sl-site h2,.sl-site h3{font-family:Manrope,Arial,sans-serif;color:inherit;font-weight:500}.sl-site h2{font-size:clamp(32px,4vw,52px);line-height:1.2;letter-spacing:-1.8px}.sl-site a{text-decoration:none;color:inherit}.sl-button{display:inline-flex;align-items:center;justify-content:space-between;gap:40px;background:#ffb320;color:#151a32!important;padding:16px 25px;border-radius:5px;font-size:14px;font-weight:700;transition:transform .2s,background .2s}.sl-button:hover{transform:translateY(-3px);background:#ffc44e}.sl-button span{font-size:20px}.sl-hero{height:94svh;min-height:640px;max-height:1100px;position:relative;overflow:hidden;background:#ddd7c8}.sl-hero-image,.sl-shade{position:absolute;inset:0;width:100%;height:100%}.sl-hero-image{object-fit:cover;object-position:center 48%}.sl-shade{background:linear-gradient(90deg,#151a3270,#151a3215 80%),linear-gradient(0deg,#151a3220,transparent 50%)}.sl-hero-copy{position:absolute;left:8%;right:6%;top:50%;transform:translateY(-35%);color:white}.sl-hero h1{font-size:clamp(52px,6.7vw,96px);font-weight:500;line-height:1.1;letter-spacing:-4px;margin-bottom:28px;color:white}.sl-hero-copy p{font-size:19px;line-height:1.65;margin-bottom:28px;color:white}.sl-scroll{position:absolute;left:8%;bottom:35px;display:flex;gap:40px;font-size:12px;color:white!important}.sl-day,.sl-how{padding:100px 8%;max-width:1600px;margin:auto}.sl-day>p{color:var(--sl-muted);margin-top:22px}.sl-day h2 span{color:#d99a20}.sl-chapters{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:48px}.sl-chapters a{border-top:2px solid #e4e5e9;padding-top:24px;transition:border-color .2s}.sl-chapters a:hover{border-color:#e8aa31}.sl-chapters span{font-size:10px;letter-spacing:1.4px;color:var(--sl-muted)}.sl-chapters h3{font-size:23px;margin:15px 0}.sl-chapters p{font-size:12px;color:var(--sl-muted)}.sl-suite{background:#f7f8fa;padding:40px 6%}.sl-suite-heading{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:27px}.sl-suite-heading h2{font-size:35px;margin:0;line-height:1.2}.sl-suite-heading p{font-size:13px;color:var(--sl-muted);margin:0}.sl-suite-layout{display:grid;grid-template-columns:210px 1fr;gap:42px;max-width:1320px;margin:auto}.sl-app-list{display:flex;flex-direction:column;gap:3px}.sl-app-list a{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:13px;padding:12px 14px;border-radius:5px;min-height:42px}.sl-app-list a:hover{background:#eeeef3}.sl-app-list a[aria-current=true]{background:#ffe8b5}.sl-panels{min-width:0}.sl-panel{margin-bottom:35px;scroll-margin-top:110px}.sl-panel[hidden]{display:none!important}.sl-product-heading{display:flex;align-items:center;gap:22px;margin-bottom:22px}.sl-product-heading>img{object-fit:contain;flex-shrink:0;width:120px;height:100px}.sl-product-heading h3{font-size:29px;letter-spacing:-.8px;margin:0 0 9px}.sl-product-heading p{font-size:13px;line-height:1.65;color:var(--sl-muted);max-width:680px;margin-bottom:10px}.sl-detail-link{font-size:12px;text-decoration:underline!important;text-underline-offset:4px}.sl-product-preview{background:#fff;border:1px solid #e3e6ed;border-radius:10px;overflow:hidden;min-height:260px;padding:16px;display:flex;align-items:center;justify-content:center}.sl-product-preview>img{max-height:270px!important;width:100%!important;object-fit:contain!important}.sl-product-preview>div{width:100%;max-width:580px}.sl-progress{display:none;align-items:center;gap:16px;font-size:10px;color:var(--sl-muted);margin-top:15px}.sl-progress>div{height:2px;background:#e0e1e7;flex:1}.sl-progress>div>span{display:block;height:2px;width:11.11%;background:#d69a26;transition:width .2s}.sl-suite.sl-enhanced{height:590svh;min-height:4300px;padding-top:0;padding-bottom:0}.sl-enhanced .sl-pin{position:sticky;top:95px;padding-top:24px;padding-bottom:20px;max-width:1320px;margin:auto}.sl-enhanced .sl-panel{margin:0}.sl-enhanced .sl-progress{display:flex}.sl-how{text-align:center}.sl-principles{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;text-align:left;margin-top:55px}.sl-principles>div{border-top:1px solid #e3e4e9;padding-top:22px}.sl-principles span{font-size:11px;color:#997021}.sl-principles h3{font-size:20px;margin:18px 0 14px}.sl-principles p{font-size:14px;color:var(--sl-muted);line-height:1.8}.sl-contact{padding:75px 8%;background:#f7f8fa;display:flex;align-items:center;justify-content:space-between;gap:30px}.sl-contact p{color:var(--sl-muted);margin-bottom:25px}.sl-contact-link{display:block;font-size:13px;margin-top:18px;text-decoration:underline!important;text-underline-offset:4px}.sl-top{display:block;text-align:right;margin:22px 6%;font-size:12px}.sl-site a:focus-visible{outline:3px solid #b27b13;outline-offset:4px}
/* Reuse the existing navigation and original white logo. */
#topnav.navbar-sol--overlay{position:fixed;background:transparent;color:white;box-shadow:none;border-bottom:1px solid #ffffff30;padding:18px 0;transition:background .3s,padding .3s,box-shadow .3s}#topnav .navbar-brand{position:relative;line-height:1}#topnav .nav-logo{width:225px;height:auto;max-width:100%;filter:none!important}#topnav .sl-logo-white{position:absolute;left:0;top:0;opacity:1}#topnav .sl-logo-dark{opacity:0}#topnav .nav-link{color:white;font-family:'DM Sans',Arial,sans-serif;font-size:13px;padding-left:10px!important;padding-right:10px!important}#topnav .navbar-toggler{color:white}#topnav .btn-primary{background:transparent;border:1px solid #ffffffaa;box-shadow:none;color:white;font-size:12px}#topnav.scrolled{background:white;border-bottom-color:#ececf0;box-shadow:0 3px 14px #14183108;padding:13px 0}#topnav.scrolled .sl-logo-white{opacity:0}#topnav.scrolled .sl-logo-dark{opacity:1}#topnav.scrolled .nav-link,#topnav.scrolled .navbar-toggler{color:#151a32}#topnav.scrolled .btn-primary{color:#151a32;border-color:#151a32}#topnav .sl-logo-white,#topnav .sl-logo-dark{transition:opacity .3s}#topnav .nav-link:hover{color:#e6ad43}
/* Original footer markup, links and form; light treatment for this landing page. */
.pub-footer-main{background:#fff;border-top:1px solid #e3e4e9;padding-top:55px;color:#636978}.pub-footer-logo{filter:brightness(0) saturate(100%);opacity:.9;max-width:100%;height:auto;width:225px}.pub-footer-heading{color:#151a32;font-size:12px}.pub-footer-tagline,.pub-footer-links a,.pub-footer-newsletter-sub,.pub-footer-socials a{color:#636978}.pub-footer-links a:hover,.pub-footer-socials a:hover{color:#9a6a0a}.pub-footer-newsletter-form{max-width:none;flex-wrap:wrap}.pub-footer-newsletter-input{min-width:0;width:100px;background:#fafafa;color:#151a32;border-color:#d6d9e1}.pub-footer-newsletter-btn{background:#ffb320;color:#151a32}.pub-footer-newsletter-btn:hover{background:#ffc44e}.pub-footer-bottom{border-top-color:#e3e4e9;color:#636978}
@media(max-width:991px){#topnav .navbar-collapse{background:white}#topnav .navbar-collapse .nav-link{color:#151a32}#topnav .navbar-collapse .btn-primary{border-color:#151a32;color:#151a32}.sl-suite-layout{grid-template-columns:155px 1fr;gap:22px}.sl-product-heading>img{width:90px;height:85px}.sl-product-heading{gap:15px}.sl-product-heading h3{font-size:25px}.sl-product-heading p{font-size:12px}.sl-hero h1{font-size:65px;letter-spacing:-3px}}
@media(max-width:600px){#topnav .nav-logo{width:185px}.sl-hero{height:88svh;min-height:600px}.sl-hero-copy{left:6%;top:47%}.sl-hero h1{font-size:49px;letter-spacing:-2px}.sl-hero-copy p{font-size:16px}.sl-hero-image{object-position:60% center}.sl-scroll{left:6%;font-size:10px}.sl-day,.sl-how{padding:60px 6%}.sl-chapters,.sl-principles{grid-template-columns:1fr;gap:24px;margin-top:35px}.sl-chapters h3{font-size:21px}.sl-suite{padding:30px 5%}.sl-suite-heading{display:block;margin-bottom:18px}.sl-suite-heading h2{font-size:27px;letter-spacing:-1px}.sl-suite-heading br{display:none}.sl-suite-heading p{font-size:11px;margin-top:10px}.sl-suite-layout{grid-template-columns:1fr;gap:22px}.sl-app-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:4px}.sl-app-list a{font-size:10px;padding:9px 3px;justify-content:center;min-height:36px}.sl-product-heading>img{width:82px;height:80px}.sl-product-heading h3{font-size:23px}.sl-product-heading p{font-size:11px;line-height:1.5}.sl-product-heading{margin-bottom:15px;align-items:flex-start}.sl-product-preview{min-height:220px;padding:10px}.sl-product-preview>img{max-height:220px!important}.sl-suite.sl-enhanced{height:650svh;min-height:4500px}.sl-enhanced .sl-pin{top:85px;padding-top:14px}.sl-progress{font-size:9px}.sl-contact{padding:55px 6%;display:block}.sl-contact>div{margin-top:30px}.pub-footer-main{padding:40px 22px 0}.pub-footer-logo{width:200px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.sl-site *{animation:none!important;transition:none!important}}

/* App blades: individual colour accents and a gently raised active state. */
.sl-app-list{gap:6px}
.sl-app-list a{--app-color:#395bd4;position:relative;justify-content:flex-start;gap:12px;min-height:42px;padding:11px 12px;border:1px solid transparent;border-radius:9px;white-space:nowrap;transition:background .22s,box-shadow .22s,transform .22s,border-color .22s}
.sl-app-list a::before{content:"";width:4px;height:16px;border-radius:3px;background:var(--app-color);opacity:.45;flex:none;transition:height .22s,opacity .22s}
.sl-app-list a[data-sl-app="1"]{--app-color:#bb4268}
.sl-app-list a[data-sl-app="2"]{--app-color:#975c37}
.sl-app-list a[data-sl-app="3"]{--app-color:#a649b7}
.sl-app-list a[data-sl-app="4"]{--app-color:#429776}
.sl-app-list a[data-sl-app="5"]{--app-color:#7650c4}
.sl-app-list a[data-sl-app="6"]{--app-color:#cb852e}
.sl-app-list a[data-sl-app="7"]{--app-color:#2995ae}
.sl-app-list a[data-sl-app="8"]{--app-color:#789a37}
.sl-app-list a:hover{background:#fff;transform:translateX(3px)}
.sl-app-list a[aria-current="true"]{background:color-mix(in srgb,var(--app-color) 9%,white);border-color:color-mix(in srgb,var(--app-color) 22%,white);box-shadow:0 4px 14px #151a3209;transform:translateX(5px);font-weight:700}
.sl-app-list a[aria-current="true"]::before{height:24px;opacity:1}
.pub-footer-main{background:#11162e;border-top:0;color:#c5cad9}
.pub-footer-logo{filter:none;opacity:1}
.pub-footer-heading{color:#fff}
.pub-footer-tagline,.pub-footer-links a,.pub-footer-newsletter-sub,.pub-footer-socials a{color:#c5cad9}
.pub-footer-links a:hover,.pub-footer-socials a:hover{color:#ffb320}
.pub-footer-newsletter-input{background:#ffffff0a;color:#fff;border-color:#ffffff35}
.pub-footer-newsletter-input::placeholder{color:#aeb5ca}
.pub-footer-bottom{border-top-color:#ffffff20;color:#aeb5ca}
@media(min-width:601px) and (max-width:991px){.sl-suite-layout{grid-template-columns:175px 1fr}.sl-app-list a{font-size:12px;gap:9px;padding:11px 9px}}
@media(max-width:600px){.sl-app-list{gap:5px}.sl-app-list a{white-space:normal;font-size:10px;gap:6px;padding:8px 5px;min-height:40px}.sl-app-list a::before{width:3px;height:14px}.sl-app-list a[aria-current="true"],.sl-app-list a:hover{transform:none}.sl-app-list a[aria-current="true"]::before{height:20px}}

/* Balance the suite selector against the preview. */
#topnav.navbar-sol--overlay:not(.scrolled){border-bottom:0;box-shadow:none}
.sl-suite-layout{grid-template-columns:250px minmax(0,1fr);gap:48px}
.sl-app-list a{font-size:15px;min-height:46px;padding:10px 16px}
.sl-product-preview{min-height:210px;max-width:700px;padding:14px}
.sl-product-preview>img{max-height:215px!important}
.sl-product-heading{max-width:700px}
.sl-product-heading>img{width:105px;height:90px}
@media(min-width:601px) and (max-width:991px){.sl-suite-layout{grid-template-columns:205px minmax(0,1fr);gap:25px}.sl-app-list a{font-size:14px;padding:10px 12px}.sl-product-heading{gap:12px}.sl-product-heading>img{width:75px;height:75px}.sl-product-preview{min-height:190px}}
@media(max-width:600px){.sl-suite-layout{grid-template-columns:1fr;gap:24px}.sl-app-list a{font-size:11px;min-height:44px;padding:9px 5px}.sl-product-preview{min-height:180px}.sl-product-preview>img{max-height:190px!important}}

.sl-word-slot{display:inline-grid;vertical-align:bottom;text-align:left;color:#ffb320;font-weight:600}
.sl-word-slot::before{content:"administration.";visibility:hidden;grid-area:1/1}
.sl-word-slot>span{grid-area:1/1;min-height:1.1em;font-weight:600}
.sl-hero h1{font-size:clamp(38px,4.8vw,68px);letter-spacing:-2px}
@media(max-width:600px){.sl-hero h1{font-size:clamp(28px,7.4vw,38px);letter-spacing:-1px}}
/* Swap aligned logo layers without a double-image crossfade. */
#topnav.navbar-sol--overlay .navbar-brand{display:grid;align-items:center}
#topnav.navbar-sol--overlay .nav-logo{grid-area:1/1;display:block;position:static;transition:none;height:auto}
#topnav.navbar-sol--overlay .sl-logo-white{visibility:visible}
#topnav.navbar-sol--overlay .sl-logo-dark{visibility:hidden}
#topnav.navbar-sol--overlay.scrolled .sl-logo-white{visibility:hidden}
#topnav.navbar-sol--overlay.scrolled .sl-logo-dark{visibility:visible}

/* Keep the photograph bright while giving the headline a calmer backdrop. */
.sl-shade{background:linear-gradient(90deg,rgba(17,22,46,.70) 0%,rgba(17,22,46,.48) 32%,rgba(17,22,46,.13) 65%,rgba(17,22,46,.03) 100%)}

/* Three connected moments in the school day. */
.sl-moments{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:52px}
.sl-moment{position:relative;border-top:1px solid #dce0e7;padding:30px 24px 12px 0}
.sl-moment-marker{position:absolute;top:-5px;left:0;width:9px;height:9px;border-radius:50%;background:#ffb320;box-shadow:0 0 0 6px #fff;transition:box-shadow .35s}
.sl-moment h3{font-size:20px;line-height:1.4;letter-spacing:-.4px;margin:0 0 14px}
.sl-moment p{font-size:14px;line-height:1.85;color:#636978;margin:0}
.sl-moment:hover .sl-moment-marker,.sl-moment.is-visible .sl-moment-marker{box-shadow:0 0 0 6px #fff,0 0 0 12px #ffb32018}
.sl-moment h3{transition:color .3s}.sl-moment:hover h3{color:#93640c}
@media(max-width:600px){.sl-moments{grid-template-columns:1fr;margin-top:36px}.sl-moment{border-top:0;border-left:1px solid #dce0e7;padding:0 0 32px 25px}.sl-moment:last-child{padding-bottom:0}.sl-moment-marker{left:-5px;top:9px}.sl-moment h3{font-size:20px;margin-bottom:8px}}



/* Shared rounded canvas and broad arcs connect the story to the product. */
.sl-connected-day{position:relative;isolation:isolate;max-width:none;margin:24px 20px 0;padding:90px 8% 155px;border-radius:36px 36px 0 0;background:#eef2f7;overflow:hidden}
.sl-day-narrative{position:relative;z-index:2;max-width:1050px;margin:auto}
.sl-day-narrative h2{max-width:720px;margin:0 0 34px;font-size:clamp(32px,3.8vw,52px);line-height:1.2}
.sl-day-narrative>p{max-width:650px;font-size:16px;line-height:1.9;color:#5c6578;margin:0 0 24px}
.sl-day-narrative .sl-day-conclusion{color:#151a32;max-width:650px;font-weight:500;margin-bottom:0}
.sl-sweep{position:absolute;pointer-events:none;z-index:0;border-radius:50%;border:90px solid #ffb320;opacity:.2;width:650px;height:650px;right:-330px;top:-200px;transform:translateY(var(--sl-drift,0px)) rotate(-20deg)}
.sl-sweep-two{width:800px;height:800px;right:-320px;top:240px;border-width:115px;border-color:#c6d0e0;opacity:.35;transform:translateY(calc(var(--sl-drift,0px) * -.45))}
.sl-connected-day + .sl-suite{position:relative;margin:0 20px 24px;background:#eef2f7;border-radius:0 0 36px 36px;padding-left:5%;padding-right:5%;padding-bottom:65px}
.sl-suite .sl-pin{position:relative;background:#fff;border:1px solid #e5e9ef;border-radius:24px;padding:36px;box-shadow:0 18px 55px #151a3208;max-width:1250px;margin:-65px auto 0}
.sl-suite.sl-enhanced{padding-top:1px;padding-bottom:0}
.sl-suite.sl-enhanced .sl-pin{position:sticky;top:95px;padding:28px 32px;margin-top:-65px}
.sl-suite-heading h2{font-size:30px}.sl-suite-heading{margin-bottom:25px}
.sl-suite-layout{gap:30px;grid-template-columns:225px minmax(0,1fr)}
.sl-app-list a{font-size:14px;min-height:42px;padding:9px 12px}
.sl-product-preview{background:#f8fafc;border-color:#e7ebf1;border-radius:14px}
.sl-motion-ready .sl-day-narrative>*{opacity:0;transform:translateY(24px);transition:opacity .75s ease,transform .75s cubic-bezier(.2,.65,.3,1)}
.sl-motion-ready.sl-in-view .sl-day-narrative>*{opacity:1;transform:none}
.sl-day-narrative>p:nth-child(2){transition-delay:.1s}.sl-day-narrative>p:nth-child(3){transition-delay:.2s}
.sl-panel:not([hidden]){animation:sl-product-enter .45s ease both}
@keyframes sl-product-enter{from{opacity:.3;transform:translateY(12px)}to{opacity:1;transform:none}}
@media(max-width:991px){.sl-suite-layout{grid-template-columns:175px minmax(0,1fr);gap:20px}.sl-suite.sl-enhanced .sl-pin,.sl-suite .sl-pin{padding:25px}.sl-app-list a{font-size:12px}.sl-sweep{right:-480px}.sl-sweep-two{right:-520px}}
@media(max-width:600px){.sl-connected-day{margin:12px 10px 0;padding:55px 24px 100px;border-radius:24px 24px 0 0}.sl-day-narrative h2{font-size:29px;letter-spacing:-.8px}.sl-day-narrative>p{font-size:14px;line-height:1.85}.sl-sweep{opacity:.12;right:-550px}.sl-sweep-two{opacity:.2}.sl-connected-day + .sl-suite{margin:0 10px 12px;padding-left:12px;padding-right:12px;border-radius:0 0 24px 24px}.sl-suite .sl-pin,.sl-suite.sl-enhanced .sl-pin{padding:20px 14px;border-radius:18px;margin-top:-45px}.sl-suite-layout{grid-template-columns:1fr;gap:20px}.sl-app-list a{font-size:10px;padding:8px 4px}.sl-suite-heading h2{font-size:25px}.sl-suite.sl-enhanced .sl-pin{top:85px}}
@media(prefers-reduced-motion:reduce){.sl-motion-ready .sl-day-narrative>*{opacity:1;transform:none}.sl-sweep{transform:none}.sl-panel:not([hidden]){animation:none}}

/* Page choreography inspired by the reference site's restrained AOS sequence. */
.sl-motion-enabled [data-sl-reveal]{
  opacity:0;
  transition-property:opacity,transform;
  transition-duration:.78s;
  transition-timing-function:cubic-bezier(.2,.7,.25,1);
  transition-delay:var(--sl-reveal-delay,0ms);
  will-change:opacity,transform;
}
.sl-motion-enabled [data-sl-reveal="up"]{transform:translate3d(0,42px,0)}
.sl-motion-enabled [data-sl-reveal="down"]{transform:translate3d(0,-28px,0)}
.sl-motion-enabled [data-sl-reveal="left"]{transform:translate3d(54px,0,0)}
.sl-motion-enabled [data-sl-reveal="right"]{transform:translate3d(-54px,0,0)}
.sl-motion-enabled [data-sl-reveal="zoom"]{transform:scale(.92)}
.sl-motion-enabled [data-sl-reveal].sl-revealed{opacity:1;transform:none}

/* The first screen arrives in a deliberate sequence. */
.sl-motion-enabled .sl-hero-image{animation:sl-hero-image-in 1.45s cubic-bezier(.2,.65,.25,1) both}
.sl-motion-enabled .sl-shade{animation:sl-hero-shade-in .9s ease-out both}
.sl-motion-enabled #topnav{animation:sl-nav-in .72s cubic-bezier(.2,.7,.25,1) both}
@keyframes sl-hero-image-in{from{opacity:.35;transform:scale(1.06)}to{opacity:1;transform:scale(1)}}
@keyframes sl-hero-shade-in{from{opacity:0}to{opacity:1}}
@keyframes sl-nav-in{from{opacity:0;transform:translateY(-22px)}to{opacity:1;transform:none}}

/* Give changing product content direction and depth instead of a plain fade. */
.sl-panel:not([hidden]){animation:sl-product-enter .58s cubic-bezier(.2,.7,.25,1) both}
.sl-panel:not([hidden]) .sl-product-heading{animation:sl-product-copy-in .58s .06s cubic-bezier(.2,.7,.25,1) both}
.sl-panel:not([hidden]) .sl-product-preview{animation:sl-product-preview-in .7s .13s cubic-bezier(.2,.7,.25,1) both}
@keyframes sl-product-enter{from{opacity:.2}to{opacity:1}}
@keyframes sl-product-copy-in{from{opacity:0;transform:translateX(-46px)}to{opacity:1;transform:none}}
@keyframes sl-product-preview-in{from{opacity:0;transform:translateY(58px) scale(.965)}to{opacity:1;transform:none}}

/* Small ambient movement keeps the large arcs alive as the section scrolls. */
.sl-sweep{transition:transform .16s linear}
.sl-suite .sl-pin{transition:box-shadow .45s ease,transform .45s ease}
.sl-suite .sl-pin.sl-revealed{box-shadow:0 24px 70px #151a3212}

@media(max-width:600px){
  .sl-motion-enabled [data-sl-reveal="up"]{transform:translate3d(0,30px,0)}
  .sl-motion-enabled [data-sl-reveal="left"],.sl-motion-enabled [data-sl-reveal="right"]{transform:translate3d(0,30px,0)}
}
@media(prefers-reduced-motion:reduce){
  .sl-motion-enabled [data-sl-reveal]{opacity:1!important;transform:none!important;transition:none!important}
  .sl-motion-enabled .sl-hero-image,.sl-motion-enabled .sl-shade,.sl-motion-enabled #topnav,
  .sl-panel:not([hidden]),.sl-panel:not([hidden]) .sl-product-heading,.sl-panel:not([hidden]) .sl-product-preview{animation:none!important}
}

/* ManageBac-inspired feature stage using SOLASTIAN's own visual language. */
.sl-connected-day + .sl-suite{padding-left:4%;padding-right:4%;padding-bottom:72px}
.sl-suite .sl-pin{
  overflow:hidden;
  padding:44px 48px 30px;
  border:1px solid #e0e5ee;
  border-radius:30px;
  background:linear-gradient(145deg,#fff 0%,#fbfcff 70%,#f5f7fb 100%);
  box-shadow:0 24px 70px #151a3210;
}
.sl-suite .sl-pin::before{
  content:"";position:absolute;width:430px;height:430px;border:70px solid #ffb3201c;
  border-radius:50%;right:-260px;top:-285px;pointer-events:none
}
.sl-suite-heading{position:relative;z-index:1;display:block;text-align:center;margin:0 auto 28px}
.sl-suite-heading h2{font-size:clamp(30px,3.2vw,45px);letter-spacing:-1.6px;margin:0 0 10px}
.sl-suite-heading p{font-size:15px;color:#656d7e;margin:0}
.sl-app-list{
  position:relative;z-index:2;display:grid;grid-template-columns:repeat(9,max-content);justify-content:center;gap:4px;
  max-width:100%;margin:0 auto 34px;padding:5px;border-radius:999px;background:#edf1f7;
  overflow-x:auto;scrollbar-width:none
}
.sl-app-list::-webkit-scrollbar{display:none}
.sl-app-list a{
  min-width:max-content;min-height:42px;padding:9px 12px;border-radius:999px;border:0;
  font-size:11px;justify-content:center;background:transparent;transform:none!important;white-space:nowrap
}
.sl-app-list a::before{width:7px;height:7px;border-radius:50%;opacity:.85}
.sl-app-list a:hover{background:#ffffffb8}
.sl-app-list a[aria-current="true"]{
  color:#fff;background:#151a32;border:0;box-shadow:0 5px 16px #151a3226;font-weight:600
}
.sl-app-list a[aria-current="true"]::before{width:7px;height:7px;opacity:1}
.sl-panels{position:relative;z-index:1}
.sl-panel{display:grid;grid-template-columns:minmax(240px,.72fr) minmax(0,1.65fr);align-items:center;gap:42px;margin:0}
.sl-product-heading{display:block;align-items:flex-start;gap:0;margin:0;max-width:none}
.sl-product-heading>img{width:78px;height:70px}
.sl-product-heading h3{font-size:clamp(28px,3vw,42px);letter-spacing:-1.3px;margin:3px 0 14px}
.sl-product-heading p{font-size:15px;line-height:1.75;margin-bottom:20px}
.sl-detail-link{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:600;text-decoration:none!important;border-bottom:1px solid #151a32;padding-bottom:4px}
.sl-product-preview{
  position:relative;min-height:0;max-width:none;padding:10px;background:#fff;border:1px solid #dfe4ec;
  border-radius:18px;box-shadow:0 18px 45px #151a3218;overflow:hidden
}
.sl-product-preview::before{content:"";display:block;padding-top:64%}
.sl-product-preview>img{
  position:absolute;inset:10px;width:calc(100% - 20px)!important;height:calc(100% - 20px)!important;
  max-height:none!important;object-fit:cover!important;object-position:top left;border-radius:11px
}
.sl-progress{margin-top:24px}
.sl-suite.sl-enhanced .sl-pin{padding:34px 42px 24px}
.sl-suite.sl-enhanced{height:650svh;min-height:4700px}

@media(max-width:991px){
  .sl-suite .sl-pin,.sl-suite.sl-enhanced .sl-pin{padding:32px 26px 24px}
  .sl-app-list{display:flex;flex-direction:row;justify-content:flex-start;margin-bottom:28px}
  .sl-app-list a{flex:0 0 auto;font-size:11px;padding:9px 12px}
  .sl-panel{grid-template-columns:220px minmax(0,1fr);gap:24px}
  .sl-product-heading{display:block}.sl-product-heading>img{width:65px;height:58px;margin-bottom:8px}
  .sl-product-heading p{font-size:13px}
}
@media(max-width:600px){
  .sl-connected-day + .sl-suite{padding-left:10px;padding-right:10px;padding-bottom:36px}
  .sl-suite .sl-pin,.sl-suite.sl-enhanced .sl-pin{padding:26px 14px 20px}
  .sl-suite-heading{text-align:left;margin-bottom:22px}.sl-suite-heading h2{font-size:29px;line-height:1.18}
  .sl-suite-heading p{font-size:13px;line-height:1.5}
  .sl-app-list{margin:0 -2px 24px;padding:4px}.sl-app-list a{font-size:10px;min-height:38px;padding:8px 11px;white-space:nowrap}
  .sl-panel{grid-template-columns:1fr;gap:22px}
  .sl-product-heading{display:block}.sl-product-heading>img{display:none}
  .sl-product-heading h3{font-size:27px;margin:0 0 8px}.sl-product-heading p{font-size:12px;line-height:1.55;margin-bottom:12px}
  .sl-product-preview{padding:6px;border-radius:13px}.sl-product-preview>img{inset:6px;width:calc(100% - 12px)!important;height:calc(100% - 12px)!important;border-radius:8px}
  .sl-progress{margin-top:18px}.sl-progress>span:last-child{display:none}
  .sl-suite.sl-enhanced .sl-pin{top:75px;max-height:calc(100svh - 82px)}
}
@media(max-height:700px) and (min-width:601px){
  .sl-suite .sl-pin,.sl-suite.sl-enhanced .sl-pin{top:72px;padding:18px 30px 14px}
  .sl-suite-heading{margin-bottom:14px}.sl-suite-heading h2{font-size:30px;margin-bottom:5px}.sl-suite-heading p{font-size:12px}
  .sl-app-list{margin-bottom:15px}.sl-app-list a{min-height:34px;padding:7px 10px;font-size:10px}
  .sl-panel{grid-template-columns:210px minmax(0,1fr);gap:28px}
  .sl-product-heading h3{font-size:28px;margin-bottom:8px}.sl-product-heading p{font-size:12px;line-height:1.5;margin-bottom:10px}
  .sl-product-preview::before{padding-top:46%}.sl-progress{margin-top:11px}
}
