:root {
    --blue: #0052e0;
    --blue-d: #003cb5;
    --blue-l: #eef3ff;
    --blue-m: #bfcfff;
    --teal: #00bfa8;
    --teal-l: #e0faf7;
    --dark: #07101f;
    --dark2: #0d1a30;
    --dark3: #152340;
    --text: #111827;
    --sub: #374151;
    --muted: #6b7280;
    --border: #e2e8f7;
    --border2: #c7d7f5;
    --white: #fff;
    --off: #f5f8ff;
    --r: 14px;
    --r2: 22px;
    --sh: 0 2px 20px rgba(0, 82, 224, .09);
    --sh2: 0 8px 40px rgba(0, 82, 224, .16)
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased
}

body {
    font-family: 'Plus Jakarta Sans', sans-serif;
    color: var(--text);
    background: #fff;
    line-height: 1.65
}

a {
    text-decoration: none;
    color: inherit
}

.lb-wrap {
    max-width: 1230px;
    margin: 0 auto;
}

.lb-tag {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: .3rem .85rem;
    border-radius: 100px
}

.lb-tag-blue {
    background: var(--blue-l);
    color: var(--blue);
    border: 1px solid #d0dcff
}

.lb-tag-dark {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .6);
    border: 1px solid rgba(255, 255, 255, .1)
}

.lb-tag-teal {
    background: var(--teal-l);
    color: #007a6a;
    border: 1px solid #b2ede6
}

.lb-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .45rem;
    font-family: inherit;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all .22s;
    white-space: nowrap;
    text-decoration: none
}

.lb-btn-lg {
    padding: .9rem 2.1rem;
    border-radius: 100px;
    font-size: .95rem
}

.lb-btn-md {
    padding: .75rem 1.65rem;
    border-radius: 100px;
    font-size: .875rem
}

.lb-btn-primary {
    background: var(--blue);
    color: #fff;
    box-shadow: 0 4px 20px rgba(0, 82, 224, .38)
}

.lb-btn-primary:hover {
    background: var(--blue-d);
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 82, 224, .48)
}

.lb-btn-white {
    background: #fff;
    color: var(--blue);
    box-shadow: 0 4px 16px rgba(0, 0, 0, .12)
}

.lb-btn-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 28px rgba(0, 0, 0, .2)
}

.lb-btn-ghost {
    background: transparent;
    color: #fff;
    border: 1.5px solid rgba(255, 255, 255, .28)
}

.lb-btn-ghost:hover {
    background: rgba(255, 255, 255, .07);
    border-color: rgba(255, 255, 255, .5)
}

.lb-btn-outline {
    background: transparent;
    color: var(--blue);
    border: 1.5px solid var(--blue-m)
}

.lb-btn-outline:hover {
    background: var(--blue-l)
}

.lb-rv {
    opacity: 0;
    transform: translateY(26px);
    transition: opacity .58s ease, transform .58s ease
}

.lb-rv.in {
    opacity: 1;
    transform: translateY(0)
}

.lb-hero {
    background: var(--dark);
    padding: 72px 0 0;
    position: relative;
    overflow: hidden
}

.lb-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 82, 224, .05) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 224, .05) 1px, transparent 1px);
    background-size: 52px 52px;
    pointer-events: none
}

.lb-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px)
}

.lb-orb1 {
    width: 520px;
    height: 520px;
    top: -120px;
    right: -100px;
    background: radial-gradient(circle, rgba(0, 82, 224, .22), transparent 70%)
}

.lb-orb2 {
    width: 320px;
    height: 320px;
    bottom: 40px;
    left: -80px;
    background: radial-gradient(circle, rgba(0, 191, 168, .14), transparent 70%)
}

.lb-hero-inner {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center;
    padding-bottom: 72px
}

.lb-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
}

.lb-ey-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--teal);
    animation: blink 1.6s ease-in-out infinite
}

@keyframes blink {

    0%,
    100% {
        opacity: 1;
        transform: scale(1)
    }

    50% {
        opacity: .35;
        transform: scale(.75)
    }
}

.lb-ey-txt {
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: var(--teal)
}

.lb-hero h1 {
    font-size: clamp(2.1rem, 4.5vw, 3.35rem);
    font-weight: 800;
    line-height: 1.1;
    color: #fff;
    letter-spacing: -.025em;
    margin-bottom: 1.25rem
}

.lb-hero h1 em {
    font-style: normal;
    background: linear-gradient(120deg, #6aaeff 10%, var(--teal) 90%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lb-hero-desc {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .52);
    line-height: 1.75;
    max-width: 490px;
    margin-bottom: 2rem
}

.lb-hero-btns {
    display: flex;
    gap: .85rem;
    flex-wrap: wrap;
    margin-bottom: 2.5rem
}

.lb-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 1.75rem
}

.lb-proof-it {
    font-size: .75rem;
    color: rgba(255, 255, 255, .35);
    font-weight: 500
}

.lb-proof-it::before {
    content: '✓ ';
    color: var(--teal);
    font-weight: 800
}

.lb-hcard {
    background: rgba(255, 255, 255, .035);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--r2);
    padding: 1.5rem;
    backdrop-filter: blur(14px);
    position: relative;
    overflow: hidden
}

.lb-hcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2.5px;
    background: linear-gradient(90deg, var(--blue), var(--teal))
}

.lb-hcard-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.25rem
}

.lb-hlabel {
    font-family: 'JetBrains Mono', monospace;
    font-size: .63rem;
    font-weight: 600;
    color: rgba(255, 255, 255, .32);
    text-transform: uppercase;
    letter-spacing: .1em
}

.lb-hlive {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: .63rem;
    color: var(--teal)
}

.lb-hdot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--teal);
    animation: blink 1.4s infinite
}

.lb-stat3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .75rem;
    margin-bottom: 1.25rem
}

.lb-sbox {
    background: rgba(255, 255, 255, .045);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 10px;
    padding: .9rem;
    text-align: center
}

.lb-sval {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.45rem;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.lb-sval sup {
    font-size: .6rem;
    color: var(--teal);
    vertical-align: super
}

.lb-slbl {
    font-size: .61rem;
    color: rgba(255, 255, 255, .32);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: .25rem
}

.lb-feed {
    display: flex;
    flex-direction: column;
    gap: .48rem
}

.lb-frow {
    display: grid;
    grid-template-columns: 28px 1fr auto auto auto;
    align-items: center;
    gap: .65rem;
    background: rgba(255, 255, 255, .03);
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 9px;
    padding: .6rem .85rem
}

.lb-ficon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: grid;
    place-items: center;
    font-size: .85rem
}

.lb-fdomain {
    font-family: 'JetBrains Mono', monospace;
    font-size: .67rem;
    color: rgba(255, 255, 255, .72)
}

.lb-fdr {
    font-family: 'JetBrains Mono', monospace;
    font-size: .67rem;
    font-weight: 600
}

.lb-gc {
    color: #4ade80
}

.lb-yc {
    color: #facc15
}

.lb-fbadge {
    font-size: .58rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .18rem .45rem;
    border-radius: 4px
}

.lb-ed {
    background: rgba(0, 82, 224, .22);
    color: #8cb4ff
}

.lb-gp {
    background: rgba(0, 191, 168, .18);
    color: var(--teal)
}

.lb-pr {
    background: rgba(168, 85, 247, .18);
    color: #c084fc
}

.lb-fbar {
    width: 46px;
    height: 3px;
    background: rgba(255, 255, 255, .07);
    border-radius: 2px;
    overflow: hidden
}

.lb-ffill {
    height: 100%;
    background: linear-gradient(90deg, var(--blue), var(--teal));
    border-radius: 2px;
    animation: barin .9s ease-out both
}

@keyframes barin {
    from {
        width: 0 !important
    }
}

.lb-hpill {
    margin-top: 1.1rem;
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    background: rgba(0, 82, 224, .1);
    border: 1px solid rgba(0, 82, 224, .22);
    border-radius: 100px;
    padding: .4rem .9rem .4rem .55rem
}

.lb-pdot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--blue);
    animation: blink 1.5s infinite
}

.lb-ptxt {
    font-family: 'JetBrains Mono', monospace;
    font-size: .62rem;
    color: rgba(255, 255, 255, .42)
}

.lb-sec {
    padding: 5.5rem 0
}

.lb-sh {
    text-align: center;
    margin-bottom: 3rem
}

.lb-sh .lb-tag {
    margin-bottom: .85rem
}

.lb-sh h2 {
    font-size: clamp(1.7rem, 3vw, 2.4rem);
    font-weight: 800;
    line-height: 1.18;
    margin-bottom: .85rem;
    letter-spacing: -.022em
}

.lb-sh p {
    font-size: .975rem;
    color: var(--muted);
    max-width: 570px;
    margin: 0 auto;
    line-height: 1.72
}

.lb-sg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem
}

.lb-sc {
    border: 1.5px solid var(--border);
    border-radius: var(--r2);
    padding: 1.75rem;
    background: #fff;
    position: relative;
    overflow: hidden;
    transition: border-color .25s, transform .25s, box-shadow .25s
}

.lb-sc:hover {
    border-color: var(--blue);
    transform: translateY(-5px);
    box-shadow: var(--sh2)
}

.lb-sc::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--teal));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s
}

.lb-sc:hover::after {
    transform: scaleX(1)
}

.lb-sbadge {
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
    font-family: 'JetBrains Mono', monospace;
    font-size: .57rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: .2rem .5rem;
    border-radius: 5px;
    background: var(--blue-l);
    color: var(--blue)
}

.lb-sico {
    width: 46px;
    height: 46px;
    border-radius: 12px;
    background: var(--blue-l);
    display: grid;
    place-items: center;
    font-size: 1.25rem;
    margin-bottom: 1.1rem
}

.lb-sc h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.lb-sc p {
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.65
}

.lb-icta {
    margin-top: 2.5rem;
    background: linear-gradient(135deg, #0045c5, #0052e0 40%, #0a65ff);
    border-radius: var(--r2);
    padding: 2.5rem 3rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    position: relative;
    overflow: hidden
}

.lb-icta::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .04) 1px, transparent 1px);
    background-size: 22px 22px
}

.lb-ictxt {
    position: relative
}

.lb-ictxt h3 {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: .35rem
}

.lb-ictxt p {
    font-size: .875rem;
    color: rgba(255, 255, 255, .55);
    max-width: 420px
}

.lb-icbtns {
    display: flex;
    gap: .75rem;
    flex-shrink: 0;
    position: relative
}

.lb-ltg {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.1rem
}

.lb-ltc {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r2);
    padding: 1.6rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .25s
}

.lb-ltc:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh2);
    border-color: var(--blue)
}

.lb-ltop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3.5px
}

.lb-lemoji {
    font-size: 2.1rem;
    margin-bottom: .9rem
}

.lb-ltc h3 {
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: .5rem
}

.lb-ltc p {
    font-size: .82rem;
    color: var(--muted);
    line-height: 1.6;
    margin-bottom: .9rem
}

.lb-lpill {
    display: inline-block;
    font-size: .62rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .06em;
    padding: .25rem .65rem;
    border-radius: 100px
}

.lb-wg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center
}

.lb-wl h2 {
    font-size: clamp(1.7rem, 3vw, 2.3rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.022em;
    margin-bottom: 1rem
}

.lb-wl .lb-lead {
    font-size: .975rem;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 1.5rem
}

.lb-ckl {
    display: flex;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: 2rem
}

.lb-cki {
    display: flex;
    align-items: flex-start;
    gap: .75rem;
    font-size: .9rem;
    color: var(--sub)
}

.lb-ck {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: .58rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: .1rem
}

.lb-wbtns {
    display: flex;
    gap: .85rem;
    flex-wrap: wrap
}

.lb-stcards {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.lb-stc {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: var(--r2);
    padding: 1.4rem 1.6rem;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    transition: all .25s
}

.lb-stc:hover {
    border-color: var(--blue-m);
    transform: translateX(6px);
    box-shadow: var(--sh)
}

.lb-stc-ico {
    width: 50px;
    height: 50px;
    border-radius: 14px;
    background: #fff;
    border: 1.5px solid var(--border);
    display: grid;
    place-items: center;
    font-size: 1.4rem;
    flex-shrink: 0
}

.lb-stc-val {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--blue);
    line-height: 1
}

.lb-stc-lbl {
    font-size: .8rem;
    color: var(--muted);
    margin-top: .2rem;
    line-height: 1.45
}

.lb-ag {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: center
}

.lb-avc {
    background: var(--dark2);
    border-radius: var(--r2);
    padding: 1.75rem;
    position: relative;
    overflow: hidden
}

.lb-avc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--teal))
}

.lb-avt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.4rem
}

.lb-avlbl {
    font-family: 'JetBrains Mono', monospace;
    font-size: .62rem;
    color: rgba(255, 255, 255, .3);
    text-transform: uppercase;
    letter-spacing: .1em
}

.lb-sring {
    position: relative;
    width: 58px;
    height: 58px
}

.lb-sring svg {
    transform: rotate(-90deg)
}

.lb-sring .lb-stxt {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-family: 'JetBrains Mono', monospace;
    font-size: .8rem;
    font-weight: 700;
    color: #fff
}

.lb-avm {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .65rem;
    margin-bottom: 1.2rem
}

.lb-am {
    background: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .07);
    border-radius: 9px;
    padding: .75rem;
    text-align: center
}

.lb-amv {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.1rem;
    font-weight: 700
}

.lb-aml {
    font-size: .6rem;
    color: rgba(255, 255, 255, .32);
    text-transform: uppercase;
    letter-spacing: .06em;
    margin-top: .2rem
}

.lb-cg {
    color: #4ade80
}

.lb-cy {
    color: #facc15
}

.lb-cr {
    color: #f87171
}

.lb-avrows {
    display: flex;
    flex-direction: column;
    gap: .45rem
}

.lb-avr {
    display: grid;
    grid-template-columns: 8px 1fr auto;
    align-items: center;
    gap: .7rem;
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .055);
    border-radius: 8px;
    padding: .55rem .85rem
}

.lb-avdot {
    width: 7px;
    height: 7px;
    border-radius: 50%
}

.lb-avdom {
    font-family: 'JetBrains Mono', monospace;
    font-size: .67rem;
    color: rgba(255, 255, 255, .62)
}

.lb-avact {
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em;
    padding: .18rem .5rem;
    border-radius: 4px
}

.lb-aok {
    background: rgba(74, 222, 128, .15);
    color: #4ade80
}

.lb-afix {
    background: rgba(250, 204, 21, .12);
    color: #facc15
}

.lb-arm {
    background: rgba(248, 113, 113, .12);
    color: #f87171
}

.lb-aadd {
    background: rgba(96, 165, 250, .14);
    color: #60a5fa
}

.lb-ari h2 {
    font-size: clamp(1.65rem, 2.8vw, 2.2rem);
    font-weight: 800;
    line-height: 1.18;
    letter-spacing: -.022em;
    margin-bottom: 1rem
}

.lb-ari .lb-lead {
    font-size: .96rem;
    color: var(--muted);
    line-height: 1.75;
    margin-bottom: 1.5rem
}

.lb-sl {
    display: flex;
    flex-direction: column;
    gap: .85rem;
    margin-bottom: 2rem
}

.lb-si {
    display: flex;
    align-items: flex-start;
    gap: .9rem;
    font-size: .9rem;
    color: var(--sub)
}

.lb-sn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: .64rem;
    font-weight: 800;
    flex-shrink: 0;
    margin-top: .06rem;
    font-family: 'JetBrains Mono', monospace
}

.lb-proc {
    background: var(--dark2);
    position: relative;
    overflow: hidden
}

.lb-proc::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(0, 82, 224, .055) 1.5px, transparent 1.5px);
    background-size: 26px 26px;
    pointer-events: none
}

.lb-pi {
    position: relative;
    z-index: 1
}

.lb-psteps {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem;
    position: relative;
    margin-top: 2.5rem
}

.lb-psteps::before {
    content: '';
    position: absolute;
    top: 26px;
    left: 10%;
    right: 10%;
    height: 2px;
    background: linear-gradient(90deg, rgba(0, 82, 224, .4), rgba(0, 191, 168, .4));
    z-index: 0
}

.lb-ps {
    text-align: center;
    position: relative;
    z-index: 1
}

.lb-pn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--blue), #2d7aff);
    color: #fff;
    font-family: 'JetBrains Mono', monospace;
    font-size: .9rem;
    font-weight: 700;
    display: grid;
    place-items: center;
    margin: 0 auto 1.1rem;
    box-shadow: 0 0 0 6px rgba(0, 82, 224, .14), 0 4px 18px rgba(0, 82, 224, .38)
}

.lb-pc {
    background: rgba(255, 255, 255, .04);
    border: 1px solid rgba(255, 255, 255, .08);
    border-radius: var(--r);
    padding: 1.2rem
}

.lb-pc h4 {
    font-size: .9rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: .5rem
}

.lb-pc p {
    font-size: .78rem;
    color: rgba(255, 255, 255, .42);
    line-height: 1.6
}

.lb-ctastrip {
    margin-top: 3.5rem;
    background: rgba(0, 82, 224, .1);
    border: 1px solid rgba(0, 82, 224, .22);
    border-radius: var(--r2);
    padding: 2rem 2.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem
}

.lb-cstxt h3 {
    font-size: 1.15rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: .3rem
}

.lb-cstxt p {
    font-size: .85rem;
    color: rgba(255, 255, 255, .45)
}

.lb-csbtns {
    display: flex;
    gap: .75rem;
    flex-shrink: 0
}

.lb-cmpt {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: var(--r2);
    overflow: hidden;
    box-shadow: var(--sh2)
}

.lb-cmpt thead th {
    padding: 1.1rem 1.4rem;
    font-size: .73rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
    background: var(--blue-l);
    color: var(--blue);
    border-bottom: 2px solid var(--border2)
}

.lb-cmpt thead th:first-child {
    text-align: left
}

.lb-cmpt thead th:last-child {
    background: var(--blue);
    color: #fff
}

.lb-cmpt tbody td {
    padding: .95rem 1.4rem;
    font-size: .875rem;
    border-bottom: 1px solid var(--border);
    background: #fff;
    transition: background .15s
}

.lb-cmpt tbody td:first-child {
    font-weight: 600;
    color: var(--text)
}

.lb-cmpt tbody td:nth-child(2) {
    color: var(--muted);
    text-align: center
}

.lb-cmpt tbody td:last-child {
    background: rgba(0, 82, 224, .035);
    font-weight: 600;
    color: var(--blue);
    text-align: center
}

.lb-cmpt tbody tr:hover td {
    background: #f7f9ff
}

.lb-cmpt tbody tr:hover td:last-child {
    background: rgba(0, 82, 224, .07)
}

.lb-cmpt tbody tr:last-child td {
    border-bottom: none
}

.lb-yes {
    color: #16a34a;
    font-weight: 700
}

.lb-no {
    color: #dc2626;
    font-weight: 700
}

.lb-tg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem
}

.lb-tc {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r2);
    padding: 1.6rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    transition: all .25s
}

.lb-tc:hover {
    border-color: var(--blue);
    transform: translateY(-4px);
    box-shadow: var(--sh)
}

.lb-tci {
    font-size: 1.9rem;
    flex-shrink: 0;
    line-height: 1
}

.lb-tcb h4 {
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: .35rem
}

.lb-tcb p {
    font-size: .82rem;
    color: var(--muted);
    line-height: 1.62
}

.lb-tctag {
    display: inline-block;
    margin-top: .65rem;
    font-size: .6rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: .2rem .55rem;
    border-radius: 5px;
    background: var(--blue-l);
    color: var(--blue)
}

.lb-dg {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem
}

.lb-dc {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r2);
    padding: 2rem;
    position: relative;
    overflow: hidden;
    transition: all .25s
}

.lb-dc:hover {
    border-color: var(--blue);
    box-shadow: var(--sh2);
    transform: translateY(-4px)
}

.lb-dc::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--teal));
    transform: scaleX(0);
    transform-origin: left;
    transition: transform .3s
}

.lb-dc:hover::before {
    transform: scaleX(1)
}

.lb-dno {
    font-family: 'JetBrains Mono', monospace;
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--blue-m);
    line-height: 1;
    margin-bottom: .85rem
}

.lb-dc h3 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .85rem
}

.lb-dl {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .5rem
}

.lb-dl li {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-size: .83rem;
    color: var(--muted)
}

.lb-dl li::before {
    content: '→';
    color: var(--blue);
    font-weight: 700;
    flex-shrink: 0
}

.lb-ig {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.1rem
}

.lb-ic {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r2);
    padding: 1.6rem;
    position: relative;
    overflow: hidden;
    transition: all .25s
}

.lb-ic:hover {
    transform: translateY(-4px);
    box-shadow: var(--sh2)
}

.lb-ibar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3.5px;
    opacity: 0;
    transition: opacity .25s
}

.lb-ic:hover .lb-ibar {
    opacity: 1
}

.lb-iemoji {
    font-size: 2rem;
    margin-bottom: .75rem
}

.lb-ic h4 {
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: .4rem
}

.lb-ic p {
    font-size: .82rem;
    color: var(--muted);
    line-height: 1.62;
    margin-bottom: .85rem
}

.lb-itags {
    display: flex;
    flex-wrap: wrap;
    gap: .4rem
}

.lb-itag {
    font-size: .6rem;
    font-weight: 600;
    padding: .2rem .5rem;
    border-radius: 5px;
    background: var(--blue-l);
    color: var(--blue)
}

.lb-fl {
    display: grid;
    grid-template-columns: 1fr 1.65fr;
    gap: 3.5rem;
    align-items: start
}

.lb-fsticky {
    position: sticky;
    top: 2rem
}

.lb-fsticky h2 {
    font-size: clamp(1.6rem, 2.5vw, 2.1rem);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -.022em;
    margin-bottom: 1rem
}

.lb-fsticky p {
    font-size: .9rem;
    color: var(--muted);
    line-height: 1.72;
    margin-bottom: 1.75rem
}

.lb-fcbox {
    background: #fff;
    border: 1.5px solid var(--border2);
    border-radius: var(--r2);
    padding: 1.6rem
}

.lb-fcbox h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: .4rem
}

.lb-fcbox p {
    font-size: .82rem;
    color: var(--muted);
    margin-bottom: 1.1rem
}

.lb-faqlist {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.lb-fitem {
    background: #fff;
    border: 1.5px solid var(--border);
    border-radius: var(--r);
    overflow: hidden;
    transition: border-color .2s, box-shadow .2s
}

.lb-fitem.open {
    border-color: var(--blue);
    box-shadow: var(--sh)
}

.lb-fq {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.1rem 1.3rem;
    cursor: pointer;
    font-weight: 600;
    font-size: .9rem;
    gap: 1rem
}

.lb-fico {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--blue-l);
    color: var(--blue);
    display: grid;
    place-items: center;
    font-size: .75rem;
    flex-shrink: 0;
    transition: transform .3s, background .2s
}

.lb-fitem.open .lb-fico {
    transform: rotate(45deg);
    background: var(--blue);
    color: #fff
}

.lb-fa {
    max-height: 0;
    overflow: hidden;
    transition: max-height .35s ease
}

.lb-fai {
    padding: 0 1.3rem 1.1rem;
    font-size: .875rem;
    color: var(--muted);
    line-height: 1.75
}

.lb-fitem.open .lb-fa {
    max-height: 260px
}

.lb-rg {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.5rem;
    align-items: start
}

.lb-rnums {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: .9rem;
    margin-bottom: 1.75rem
}

.lb-rn {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: var(--r2);
    padding: 1.4rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    transition: all .25s
}

.lb-rn:hover {
    border-color: var(--blue);
    transform: translateY(-3px);
    box-shadow: var(--sh)
}

.lb-rn::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(180deg, var(--blue), var(--teal));
    transition: height .3s
}

.lb-rn:hover::after {
    height: 100%
}

.lb-rnv {
    font-family: 'JetBrains Mono', monospace;
    font-size: 1.7rem;
    font-weight: 700;
    color: var(--blue);
    line-height: 1
}

.lb-rnl {
    font-size: .72rem;
    color: var(--muted);
    margin-top: .3rem;
    line-height: 1.4
}

.lb-tcards {
    display: flex;
    flex-direction: column;
    gap: 1rem
}

.lb-tcard {
    background: var(--off);
    border: 1.5px solid var(--border);
    border-radius: var(--r2);
    padding: 1.5rem
}

.lb-tcard-q::before {
    content: '\201C';
    font-size: 3.5rem;
    color: var(--blue-m);
    line-height: 0;
    vertical-align: -.6em;
    margin-right: .1rem;
    font-family: Georgia, serif
}

.lb-tcard-txt {
    font-size: .875rem;
    color: var(--sub);
    line-height: 1.7;
    font-style: italic
}

.lb-tcard-meta {
    margin-top: .85rem;
    display: flex;
    align-items: center;
    gap: .75rem
}

.lb-tav {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--blue);
    color: #fff;
    display: grid;
    place-items: center;
    font-size: .75rem;
    font-weight: 700;
    flex-shrink: 0
}

.lb-tname {
    font-size: .8rem;
    font-weight: 700
}

.lb-trole {
    font-size: .75rem;
    color: var(--muted)
}

.lb-tbadge {
    margin-left: auto;
    font-size: .64rem;
    font-weight: 700;
    padding: .2rem .6rem;
    border-radius: 100px;
    background: var(--blue-l);
    color: var(--blue);
    border: 1px solid var(--border2)
}

.lb-fmcard {
    background: var(--dark);
    border-radius: var(--r2);
    padding: 2.25rem;
    position: relative;
    overflow: hidden
}

.lb-fmcard::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--blue), var(--teal))
}

.lb-fdots {
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, .03) 1px, transparent 1px);
    background-size: 18px 18px;
    pointer-events: none
}

.lb-fm {
    position: relative;
    z-index: 1
}

.lb-fm h3 {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: .4rem;
    background: linear-gradient(135deg, #fff, rgba(255, 255, 255, .72));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text
}

.lb-fm .lb-fsub {
    font-size: .875rem;
    color: rgba(255, 255, 255, .42);
    margin-bottom: 1.4rem;
    line-height: 1.65
}

.lb-ftags {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem;
    margin-bottom: 1.6rem
}

.lb-ftag2 {
    font-family: 'JetBrains Mono', monospace;
    font-size: .6rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .07em;
    padding: .25rem .6rem;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .09);
    color: rgba(255, 255, 255, .38)
}

.lb-ffields {
    display: flex;
    flex-direction: column;
    gap: .75rem
}

.lb-ffields input {
    width: 100%;
    padding: .9rem 1.1rem;
    border-radius: 10px;
    border: 1.5px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .055);
    color: #fff;
    font-size: .9rem;
    font-family: inherit;
    outline: none;
    transition: border-color .2s, background .2s
}

.lb-ffields input::placeholder {
    color: rgba(255, 255, 255, .26)
}

.lb-ffields input:focus {
    border-color: rgba(0, 82, 224, .55);
    background: rgba(0, 82, 224, .08)
}

.lb-fbadges {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 1.2rem;
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, .07)
}

.lb-fbadge {
    display: flex;
    align-items: center;
    gap: .35rem;
    font-size: .72rem;
    color: rgba(255, 255, 255, .32);
    font-weight: 500
}

.lb-fbadge::before {
    content: '✓';
    color: var(--teal);
    font-weight: 800
}

.lb-banner {
    background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 45%, #0c2040 100%);
    padding: 5.5rem 0;
    position: relative;
    overflow: hidden
}

.lb-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 55% 80% at 75% 50%, rgba(0, 82, 224, .22), transparent 70%)
}

.lb-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: linear-gradient(rgba(0, 82, 224, .04) 1px, transparent 1px), linear-gradient(90deg, rgba(0, 82, 224, .04) 1px, transparent 1px);
    background-size: 48px 48px
}

.lb-bi {
    position: relative;
    z-index: 1;
    text-align: center;
    max-width: 680px;
    margin: 0 auto
}

.lb-bi h2 {
    font-size: clamp(2rem, 4vw, 2.9rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.12;
    letter-spacing: -.025em;
    margin-bottom: 1.1rem
}

.lb-bi p {
    font-size: 1.05rem;
    color: rgba(255, 255, 255, .48);
    line-height: 1.72;
    margin-bottom: 2rem
}

.lb-bbtns {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem
}

.lb-btrust {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2rem
}

.lb-bti {
    font-size: .75rem;
    color: rgba(255, 255, 255, .32);
    font-weight: 500
}

.lb-bti::before {
    content: '✓ ';
    color: var(--teal);
    font-weight: 800
}

@media(max-width:960px) {

    .lb-hero-inner,
    .lb-wg,
    .lb-ag,
    .lb-rg,
    .lb-fl {
        grid-template-columns: 1fr
    }

    .lb-sg,
    .lb-ltg,
    .lb-tg,
    .lb-dg,
    .lb-ig {
        grid-template-columns: 1fr 1fr
    }

    .lb-psteps {
        grid-template-columns: 1fr 1fr
    }

    .lb-psteps::before {
        display: none
    }

    .lb-icta,
    .lb-ctastrip {
        flex-direction: column;
        text-align: center
    }

    .lb-icbtns,
    .lb-csbtns {
        justify-content: center
    }

    .lb-fsticky {
        position: static
    }
}

@media(max-width:600px) {

    .lb-sg,
    .lb-ltg,
    .lb-tg,
    .lb-dg,
    .lb-ig,
    .lb-psteps {
        grid-template-columns: 1fr
    }

    .lb-rnums {
        grid-template-columns: repeat(3, 1fr)
    }

    .lb-sec {
        padding: 3.5rem 0
    }

    .lb-hero-desc {
        display: none;
    }

    .lb-hero {
        padding: 15px
    }

    .lb-stat3 {
        grid-template-columns: repeat(3, 1fr)
    }
}