@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@400;600;700&family=Inter:wght@400;500;600;700&family=Manrope:wght@600;700;800&display=swap');

*,
*:before,
*:after {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    color: var(--lbd-text, #5b6474);
    font: 16px/1.7 Inter, 'Hind Siliguri', sans-serif;
    background: #fff
}

body.menu-open {
    overflow: hidden
}

img {
    max-width: 100%;
    height: auto
}

a {
    color: var(--lbd-primary);
    text-decoration: none
}

h1,
h2,
h3,
h4 {
    color: var(--lbd-heading);
    font-family: Manrope, 'Hind Siliguri', sans-serif;
    line-height: 1.16;
    margin: 0 0 20px
}

h1 {
    font-size: clamp(2.4rem, 5vw, 4.75rem);
    letter-spacing: -.05em
}

h2 {
    font-size: clamp(2rem, 3.6vw, 3.25rem);
    letter-spacing: -.035em
}

h3 {
    font-size: 1.25rem
}

.lbd-container {
    width: min(calc(100% - 40px), var(--lbd-container, 1240px));
    margin-inline: auto
}

.screen-reader-text {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.skip-link {
    position: fixed;
    z-index: 9999;
    left: 16px;
    top: -100px;
    background: #fff;
    padding: 12px 18px
}

.skip-link:focus {
    top: 16px
}

.site-header {
    position: relative;
    z-index: 100;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--lbd-border)
}

.site-header.is-sticky {
    position: sticky;
    top: 0
}

.header-inner {
    height: 78px;
    display: flex;
    align-items: center;
    gap: 32px
}

.site-branding {
    flex: none
}

.custom-logo {
    display: block;
    max-height: 48px;
    width: auto
}

.brand-text {
    font: 800 1.45rem Manrope;
    color: var(--lbd-heading)
}

.desktop-nav {
    margin-left: auto
}

.desktop-nav ul,
.footer-bottom ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex
}

.desktop-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 10px 14px;
    color: var(--lbd-heading);
    font-weight: 600
}

.desktop-nav .menu-item {
    position: relative
}

.desktop-nav .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: max-content;
    padding: 10px;
    background: #fff;
    border: 1px solid var(--lbd-border);
    border-radius: 14px;
    box-shadow: 0 18px 45px rgba(16, 19, 35, .12);
    flex-direction: column
}

.desktop-nav li:hover>.sub-menu,
.desktop-nav li:focus-within>.sub-menu {
    display: flex
}

.desktop-nav .sub-menu .sub-menu {
    top: 0;
    left: 100%
}

.header-actions,
.lbd-actions {
    display: flex;
    align-items: center;
    gap: 12px
}

.icon-button {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    color: var(--lbd-heading);
    cursor: pointer
}

.icon-button svg {
    width: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2
}

.menu-toggle {
    display: none
}

.lbd-button,
button,
input[type=submit] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 48px;
    padding: 11px 22px;
    border: 1px solid var(--lbd-primary);
    border-radius: var(--lbd-radius);
    background: var(--lbd-primary);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
    transition: .2s ease
}

.lbd-button:hover {
    background: #3c25c9;
    color: #fff;
    transform: translateY(-1px)
}

.lbd-button-outline {
    background: transparent;
    color: var(--lbd-primary)
}

.lbd-button-light {
    background: #fff;
    color: var(--lbd-dark);
    border-color: #fff
}

.header-search {
    padding: 18px 0;
    border-top: 1px solid var(--lbd-border)
}

.search-form {
    display: flex;
    max-width: 640px
}

.search-form label {
    flex: 1
}

.search-form input {
    width: 100%;
    height: 48px;
    padding: 10px 14px;
    border: 1px solid var(--lbd-border);
    border-radius: 10px 0 0 10px
}

.search-form button {
    border-radius: 0 10px 10px 0
}

.mobile-panel,
.mobile-overlay {
    display: none
}

.lbd-hero {
    padding: clamp(72px, 10vw, 140px) 0;
    background: radial-gradient(circle at 85% 20%, rgba(91, 61, 245, .13), transparent 32%), #fff
}

.lbd-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    align-items: center;
    gap: 70px
}

.lbd-hero p {
    font-size: 1.18rem;
    max-width: 680px;
    margin: 0 0 30px
}

.lbd-eyebrow {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--lbd-primary);
    font-size: .78rem;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase
}

.hero-visual {
    position: relative;
    min-height: 430px;
    display: grid;
    place-items: center
}

.mock-browser {
    width: 100%;
    height: 350px;
    padding: 18px;
    border: 1px solid rgba(91, 61, 245, .18);
    border-radius: 24px;
    background: #fff;
    box-shadow: 0 30px 90px rgba(34, 24, 86, .18);
    transform: rotate(2deg)
}

.mock-browser>span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e5e7eb;
    border-radius: 50%
}

.mock-content {
    height: 285px;
    margin-top: 12px;
    padding: 34px;
    background: linear-gradient(135deg, #f2efff, #f8fafc);
    border-radius: 15px
}

.mock-content b,
.mock-content i,
.mock-content em {
    display: block;
    border-radius: 8px
}

.mock-content b {
    width: 70%;
    height: 48px;
    background: #27233d
}

.mock-content i {
    width: 84%;
    height: 12px;
    margin-top: 16px;
    background: #d3ccef
}

.mock-content i+i {
    width: 58%
}

.mock-content em {
    width: 130px;
    height: 44px;
    margin-top: 28px;
    background: var(--lbd-primary)
}

.metric-card {
    position: absolute;
    right: -20px;
    bottom: 15px;
    padding: 18px 24px;
    border-radius: 16px;
    background: var(--lbd-dark);
    color: #fff;
    box-shadow: 0 18px 45px rgba(16, 19, 35, .2)
}

.metric-card strong,
.metric-card small {
    display: block
}

.lbd-section {
    padding: clamp(72px, 9vw, 120px) 0
}

.section-heading {
    max-width: 760px;
    margin-bottom: 44px
}

.service-grid,
.post-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.service-card,
.content-card,
.post-card,
.widget {
    padding: 28px;
    border: 1px solid var(--lbd-border);
    border-radius: 18px;
    background: #fff
}

.service-card>span {
    display: grid;
    place-items: center;
    width: 44px;
    height: 44px;
    margin-bottom: 40px;
    border-radius: 12px;
    background: #eeebff;
    color: var(--lbd-primary);
    font-weight: 800
}

.lbd-dark {
    background: var(--lbd-dark);
    color: #cbd0df
}

.lbd-dark h2 {
    color: #fff
}

.site-main {
    padding-block: 72px
}

.archive-header,
.entry-header {
    max-width: 850px;
    margin-bottom: 48px
}

.breadcrumbs {
    display: flex;
    gap: 9px;
    margin-bottom: 24px;
    font-size: .875rem
}

.lbd-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 48px
}

.post-grid {
    grid-template-columns: repeat(3, 1fr)
}

.post-card {
    padding: 0;
    overflow: hidden
}

.post-card-body {
    padding: 24px
}

.post-card h2 {
    font-size: 1.3rem
}

.featured-image {
    border-radius: 18px
}

.entry-content>* {
    max-width: 800px
}

.entry-content>.alignwide {
    max-width: var(--lbd-container)
}

.entry-content>.alignfull {
    max-width: none;
    width: 100vw;
    margin-left: calc(50% - 50vw)
}

.site-footer {
    background: var(--lbd-dark);
    color: #aeb5c7
}

.footer-cta {
    padding: 55px 0;
    background: var(--lbd-primary)
}

.footer-cta .lbd-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px
}

.footer-cta h2 {
    max-width: 700px;
    margin: 0;
    color: #fff
}

.footer-grid {
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 32px;
    padding-block: 70px
}

.site-footer h2,
.site-footer h3,
.site-footer a,
.footer-brand {
    color: #fff
}

.site-footer ul {
    list-style: none;
    padding: 0
}

.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 22px 0;
    border-top: 1px solid rgba(255, 255, 255, .1)
}

.footer-bottom ul {
    gap: 18px
}

.back-to-top {
    border: 0;
    background: transparent;
    color: #fff
}

.error-404 {
    padding-block: 120px;
    max-width: 760px
}

input,
textarea,
select {
    font: inherit
}

:focus-visible {
    outline: 3px solid var(--lbd-accent);
    outline-offset: 3px
}

@media(prefers-reduced-motion:reduce) {

    *,
    *:before,
    *:after {
        scroll-behavior: auto !important;
        transition: none !important;
        animation: none !important
    }
}