:root{--ink:#18202a;--muted:#687386;--line:#d9e1ea;--bg:#f6f8fb;--panel:#fff;--brand:#063e7f;--accent:#f48c2d;--brand-mid:#1082cd;--brand-light:#3eb9ef}
*,::before,::after{box-sizing:border-box}
html{scroll-behavior:smooth}
body{width:100%;max-width:100%;margin:0;overflow-x:hidden;background:var(--bg);color:var(--ink);font-family:system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;line-height:1.5}
body::selection,body ::selection{background:var(--brand-light);color:var(--brand)}
a{color:var(--brand);text-decoration:none}
img{max-width:100%;display:block}
h1,h2,h3,p{margin-top:0}
.public-icon{width:1em;height:1em;fill:currentColor;vertical-align:-.125em}
.topbar{position:sticky;z-index:1020;top:0;left:0;right:0;width:100%;background:var(--brand);border-bottom:1px solid rgba(255,255,255,.16)}
.topbar .container-fluid{display:flex;align-items:center;width:100%;padding:10px 24px}
.topbar-platform-title{display:flex;align-items:center;gap:14px;min-width:0}
.navbar-brand{display:inline-flex;align-items:center;margin-right:16px}
.brand-wordmark{display:block;width:152px;height:auto;filter:brightness(0) invert(1)}
.navbar-nav{display:flex;align-items:center;gap:16px;margin-left:auto}
.nav-link{display:inline-flex;align-items:center;gap:5px;color:#fff;font-weight:500}
.nav-link:hover,.nav-link:focus{color:var(--brand-light)}
.btn{display:inline-flex;align-items:center;justify-content:center;gap:5px;border:1px solid transparent;border-radius:6px;padding:7px 11px;font-weight:700}
.btn-success{background:var(--accent);border-color:var(--accent);color:#fff}
.btn-success:hover,.btn-success:focus{background:#c95f00;border-color:#c95f00;color:#fff}
.main{max-width:1180px;margin:0 auto;padding:34px 24px}
.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;border:0;border-radius:7px;background:var(--brand);color:#fff;padding:11px 16px;font-weight:700;transition:background-color .18s ease,border-color .18s ease,color .18s ease,box-shadow .18s ease}
.button:hover,.button:focus{background:var(--brand-mid);color:#fff}
.button:focus{outline:0;box-shadow:0 0 0 3px rgba(62,185,239,.28)}
.button.ghost{border:1px solid var(--brand-light);background:#fff;color:var(--brand)}
.button.ghost:hover,.button.ghost:focus{border-color:var(--accent);background:var(--accent);color:#fff}
.hero{--hero-gutter:max(24px,calc((100vw - 1132px)/2));position:relative;isolation:isolate;overflow:hidden;width:100vw;margin:-34px 0 0 calc(50% - 50vw);display:grid;grid-template-columns:var(--hero-gutter) minmax(0,1.1fr) minmax(0,.9fr) var(--hero-gutter);align-items:center;min-height:560px;padding:76px 0 96px;background:linear-gradient(to bottom,#dcefff 0%,#edf7ff 68%,var(--bg) 100%)}
.hero::before{content:"";position:absolute;z-index:0;inset:0 auto 0 0;width:calc(100% + 1824px);pointer-events:none;opacity:.78;background:url('/assets/img/hero-clouds.webp') repeat-x center top/1824px 862px;animation:hero-clouds-drift 140s linear infinite;will-change:transform;mask-image:linear-gradient(to bottom,#000 0%,#000 62%,transparent 96%);-webkit-mask-image:linear-gradient(to bottom,#000 0%,#000 62%,transparent 96%)}
@keyframes hero-clouds-drift{to{transform:translate3d(-1824px,0,0)}}
.hero>*{position:relative;z-index:1}
.hero>div{grid-column:2;padding-right:42px}
.hero>.hero-logo{grid-column:3}
.hero-logo{width:min(527px,40.8vw);height:auto;max-width:none;justify-self:center}
.hero h1{font-size:48px;line-height:1.05;margin:8px 0 18px}
.hero p{font-size:18px;color:var(--muted)}
.eyebrow{font-weight:800;color:#b45200;letter-spacing:0;text-transform:uppercase}
.actions{display:flex;gap:12px;margin-top:24px}
.home-products{display:grid;gap:22px;margin:46px 0 34px}
.home-section-heading{display:grid;gap:6px;text-align:center;justify-items:center}
.home-section-heading h2{margin:0;max-width:760px;color:var(--ink);font-size:clamp(26px,3vw,38px);line-height:1.12}
.home-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.home-product-card{position:relative;overflow:hidden;display:grid;justify-items:center;gap:12px;border:1px solid var(--line);border-radius:8px;background:#fff;padding:24px;text-align:center;box-shadow:0 12px 30px rgba(6,62,127,.08)}
.home-product-card::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:linear-gradient(90deg,var(--brand),var(--brand-mid),var(--brand-light),var(--accent))}
.home-product-card>.public-icon{color:var(--brand-mid);font-size:34px}
.home-product-card h3{margin:0;color:var(--brand);font-size:24px}
.home-product-card p{margin:0;color:var(--muted);font-weight:600}
.home-product-card a{font-weight:900}
.home-product-card a:hover,.home-product-card a:focus{color:var(--accent)}
.home-custom-modules{display:flex;align-items:center;justify-content:space-between;gap:18px;border-radius:8px;background:var(--brand);color:#fff;padding:22px 24px}
.home-custom-modules div{display:grid;gap:5px}
.home-custom-modules div>strong{font-size:21px}
.home-custom-modules span{max-width:860px;color:#e8f6ff;font-weight:600}
.home-custom-modules span strong{color:#fff}
.home-custom-modules .button{flex:0 0 auto;margin-top:12px;background:var(--accent)}
.home-custom-modules .button:hover,.home-custom-modules .button:focus{background:var(--brand-light);color:var(--brand)}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.features article{padding:20px;text-align:center}
.feature-icon{display:block;margin:0 auto 18px;color:var(--brand);font-size:42px}
.clients-section,.recent-posts{margin-top:44px}
.clients-section{margin-bottom:44px}
.clients-section h2,.recent-posts h2{margin-bottom:18px}
.clients-carousel{position:relative;padding:0 56px}
.clients-carousel-mobile{display:none}
.carousel-item{display:none}
.carousel-item.active{display:block}
.clients-slide{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;align-items:center}
.clients-slide img{width:100%;height:140px;object-fit:contain;border-radius:10px;background:#fff}
.carousel-control-prev,.carousel-control-next{position:absolute;display:flex;align-items:center;justify-content:center;width:40px;height:40px;top:50%;transform:translateY(-50%);border:0;border-radius:50%;background:var(--brand);color:#fff;cursor:pointer}
.carousel-control-prev{left:0}
.carousel-control-next{right:0}
.carousel-control-prev:hover,.carousel-control-next:hover{opacity:.88}
.carousel-control-prev-icon,.carousel-control-next-icon{width:18px;height:18px;background:center/100% no-repeat}
.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E")}
.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' d='M4.646 1.646a.5.5 0 0 0 0 .708L10.293 8l-5.647 5.646a.5.5 0 0 0 .708.708l6-6a.5.5 0 0 0 0-.708l-6-6a.5.5 0 0 0-.708 0z'/%3E%3C/svg%3E")}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.card{border:1px solid var(--line);border-radius:8px;background:#fff;padding:20px}
.recent-post-card{display:flex;flex-direction:column;gap:12px}
.recent-post-card h3,.recent-post-card p{margin:0}
.recent-post-image{display:block;margin:-20px -20px 0}
.recent-post-image img{width:100%;height:120px;object-fit:cover;border-radius:8px 8px 0 0}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero::before{animation:none;will-change:auto}}
@media (max-width:860px){.topbar .container-fluid{flex-direction:column;justify-content:center;gap:10px;padding:12px 16px}.navbar-brand{width:100%;margin:0;justify-content:center}.navbar-nav{width:100%;justify-content:center;flex-wrap:wrap;margin-left:0}.main{width:100%;padding:22px 16px}.hero{grid-template-columns:1fr;min-height:auto;margin-top:-22px;padding:54px 24px 78px;text-align:center;justify-items:center}.hero>div{grid-column:auto;padding-right:0;display:grid;justify-items:center}.hero>.hero-logo{display:none}.hero h1{font-size:34px}.hero .actions{justify-content:center;flex-wrap:wrap;margin-bottom:28px}.home-products{margin-top:34px}.home-product-grid,.features,.grid{grid-template-columns:1fr}.home-custom-modules{display:grid;text-align:center;justify-items:center}.clients-carousel-desktop{display:none}.clients-carousel-mobile{display:block}.clients-slide{grid-template-columns:1fr}}
