
/* =========================================
   LBS SOFTWARE — OUR AI PRODUCTS
   ========================================= */

.lbs-products-section {
    position: relative;
    padding: 92px 0;
    background:
        radial-gradient(circle at top left, rgba(8,124,255,.12), transparent 25%),
        radial-gradient(circle at bottom right, rgba(167,139,250,.12), transparent 30%),
        linear-gradient(180deg, #071a31 0%, #081d39 100%);
    color: #fff;
    overflow: hidden;
}

.lbs-products-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 38px;
}

.lbs-products-eyebrow {
    color: #087cff;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
}

.lbs-products-heading h2 {
    color: #fff;
    margin: 8px 0 10px;
    font-size: clamp(30px, 4vw, 46px);
    letter-spacing: -.035em;
}

.lbs-products-heading p {
    max-width: 700px;
    margin: 0;
    color: #aebfd1;
    font-size: 14px;
}

.lbs-products-view-all {
    flex: 0 0 auto;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    padding: 12px 17px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 9px;
}

.lbs-products-view-all:hover {
    background: #087cff;
    border-color: #087cff;
}

/* Product grid */
.lbs-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.lbs-product-card {
    position: relative;
    min-height: 520px;
    padding: 24px 22px 22px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 22px;
    background: rgba(11,35,64,.95);
    transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
}

.lbs-product-card:hover {
    transform: translateY(-7px);
    border-color: rgba(8,124,255,.8);
    box-shadow: 0 22px 55px rgba(0,0,0,.28);
}

.lbs-product-forex {
    background:
        radial-gradient(circle at 75% 80%, rgba(81,56,255,.28), transparent 38%),
        linear-gradient(145deg,#10164d,#101e4c 55%,#071b38);
}

.lbs-product-child {
    background:
        radial-gradient(circle at 78% 70%, rgba(0,199,139,.18), transparent 38%),
        linear-gradient(145deg,#052d2d,#073c35 55%,#06221f);
}

.lbs-product-resume {
    background:
        radial-gradient(circle at 76% 72%, rgba(8,124,255,.25), transparent 38%),
        linear-gradient(145deg,#09294b,#092e52 55%,#071b32);
}

.lbs-product-custom {
    background:
        radial-gradient(circle at 75% 75%, rgba(225,137,0,.22), transparent 40%),
        linear-gradient(145deg,#342008,#3d2609 55%,#241706);
}

.lbs-product-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 4;
}

.lbs-product-badge {
    display: inline-flex;
    padding: 5px 9px;
    border-radius: 20px;
    background: rgba(255,255,255,.11);
    color: #fff;
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .08em;
}

.lbs-product-number {
    color: rgba(255,255,255,.38);
    font-size: 12px;
    font-weight: 800;
}

.lbs-product-icon {
    width: 48px;
    height: 48px;
    margin: 28px 0 17px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 13px;
    background: rgba(255,255,255,.07);
    color: #54a8ff;
    font-size: 16px;
    font-weight: 800;
}

.lbs-product-child .lbs-product-icon { color: #44e3aa; }
.lbs-product-custom .lbs-product-icon { color: #ffb62f; }

.lbs-product-card h3 {
    position: relative;
    z-index: 4;
    min-height: 70px;
    margin: 0 0 12px;
    color: #fff;
    font-size: 25px;
    line-height: 1.08;
    letter-spacing: -.035em;
}

.lbs-product-card p {
    position: relative;
    z-index: 4;
    min-height: 82px;
    margin: 0 0 13px;
    color: #b8c9db;
    font-size: 12px;
    line-height: 1.65;
}

.lbs-product-card ul {
    position: relative;
    z-index: 4;
    list-style: none;
    margin: 0 0 18px;
    padding: 0;
}

.lbs-product-card li {
    margin: 7px 0;
    color: #d8e4ef;
    font-size: 11px;
}

.lbs-product-card li::before {
    content: "✓";
    margin-right: 7px;
    color: #087cff;
    font-weight: 900;
}

.lbs-product-child li::before { color: #3ee0a6; }
.lbs-product-custom li::before { color: #ffb62f; }

.lbs-product-link {
    position: relative;
    z-index: 6;
    display: inline-flex;
    gap: 7px;
    align-items: center;
    color: #42a1ff;
    font-size: 12px;
    font-weight: 800;
}

.lbs-product-link:hover {
    color: #fff;
}

.lbs-product-link span {
    transition: transform .2s ease;
}

.lbs-product-link:hover span {
    transform: translateX(4px);
}

/* Forex artwork */
.lbs-product-art {
    position: absolute;
    width: 260px;
    height: 150px;
    right: -60px;
    bottom: -8px;
    opacity: .85;
    transform: rotate(-4deg);
}

.chart-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255,255,255,.07) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.07) 1px, transparent 1px);
    background-size: 34px 30px;
}

.chart-line {
    position: absolute;
    width: 230px;
    height: 90px;
    left: 5px;
    top: 40px;
    border-top: 3px solid #35a5ff;
    border-radius: 50%;
    transform: skewY(-17deg) rotate(-8deg);
}

.chart-dot {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #35a5ff;
    box-shadow: 0 0 14px #35a5ff;
}
.dot-a { left: 55px; top: 83px; }
.dot-b { left: 145px; top: 52px; }
.dot-c { right: 25px; top: 20px; }

/* Phone artwork */
.lbs-phone-art {
    position: absolute;
    right: -5px;
    bottom: 4px;
    transform: rotate(7deg);
    opacity: .92;
}

.phone-frame {
    width: 108px;
    height: 205px;
    padding: 7px;
    border: 2px solid rgba(255,255,255,.4);
    border-radius: 20px;
    background: #071a2b;
    box-shadow: 0 18px 45px rgba(0,0,0,.35);
}

.phone-camera {
    width: 32px;
    height: 5px;
    margin: 1px auto 7px;
    border-radius: 10px;
    background: #122f42;
}

.phone-screen {
    height: 176px;
    padding: 15px 9px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 14px;
    background: linear-gradient(#073e3a,#061f28);
}

.shield {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    margin: 12px 0;
    border-radius: 12px;
    background: rgba(50,224,164,.15);
    color: #45e1a9;
    font-size: 22px;
    font-weight: 900;
}

.phone-screen strong {
    color: #fff;
    font-size: 10px;
}

.phone-screen small {
    margin: 4px 0 12px;
    color: #8bcbb7;
    font-size: 7px;
}

.phone-screen i {
    width: 76px;
    height: 8px;
    margin: 4px 0;
    border-radius: 5px;
    background: rgba(255,255,255,.12);
}

/* Resume artwork */
.resume-art {
    position: absolute;
    right: -15px;
    bottom: -15px;
    transform: rotate(5deg);
}

.resume-paper {
    position: relative;
    width: 155px;
    height: 205px;
    padding: 18px;
    border-radius: 8px;
    background: #f7fbff;
    color: #09223e;
    box-shadow: 0 20px 50px rgba(0,0,0,.35);
}

.resume-paper b {
    display: block;
    margin-bottom: 14px;
    font-size: 11px;
}

.resume-paper > span {
    display: block;
    width: 100%;
    height: 6px;
    margin: 8px 0;
    border-radius: 5px;
    background: #d7e4ef;
}

.resume-score {
    position: absolute;
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #087cff;
    color: #fff;
    font-size: 11px;
    font-weight: 800;
}

/* Custom AI artwork */
.ai-orb-art {
    position: absolute;
    width: 180px;
    height: 180px;
    right: -15px;
    bottom: -25px;
}

.ai-orb {
    position: absolute;
    left: 55px;
    top: 45px;
    width: 90px;
    height: 90px;
    display: grid;
    place-items: center;
    border: 2px solid #ffb62f;
    border-radius: 50%;
    background: radial-gradient(circle,rgba(255,182,47,.28),rgba(40,25,5,.9));
    color: #ffbd3e;
    font-size: 22px;
    font-weight: 900;
    box-shadow: 0 0 45px rgba(255,182,47,.3);
}

.orb-line {
    position: absolute;
    width: 150px;
    height: 45px;
    left: 15px;
    top: 68px;
    border: 1px solid rgba(255,182,47,.55);
    border-radius: 50%;
}

.orb-line.l1 { transform: rotate(30deg); }
.orb-line.l2 { transform: rotate(-30deg); }
.orb-line.l3 { transform: rotate(90deg); }

/* Bottom CTA */
.lbs-products-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 30px;
    padding-top: 25px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #9fb3c8;
    font-size: 13px;
}

.lbs-products-bottom a {
    color: #42a1ff;
    font-weight: 800;
}

.lbs-products-bottom a:hover {
    color: #fff;
}

/* Responsive */
@media (max-width: 1050px) {
    .lbs-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .lbs-product-card {
        min-height: 500px;
    }
}

@media (max-width: 700px) {
    .lbs-products-section {
        padding: 60px 0;
    }

    .lbs-products-heading {
        display: block;
    }

    .lbs-products-view-all {
        display: inline-flex;
        margin-top: 18px;
    }

    .lbs-products-grid {
        grid-template-columns: 1fr;
    }

    .lbs-product-card {
        min-height: 500px;
    }

    .lbs-products-bottom {
        flex-direction: column;
        text-align: center;
    }
}
