/**
 * Remote platform pages — Lebawi RDP Wrapper & SWAP Remote
 */

.lb-rp-sku {
    margin: 0 0 0.5rem;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.72rem;
    color: rgba(0, 212, 255, 0.65);
    letter-spacing: 0.04em;
}

.lb-rp-hero-img img {
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.lb-rp-benefit-title {
    display: block;
    margin-bottom: 0.35rem;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.92);
}

.lb-rp-benefits__grid .lb-sec-outcome {
    align-items: flex-start;
}

.lb-sec-deliverable p {
    margin: 0.5rem 0 0;
    color: rgba(255, 255, 255, 0.58);
    line-height: 1.6;
    font-size: 0.92rem;
}

.lb-rp-related {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
}

.lb-rp-related__card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1.25rem;
    align-items: center;
    padding: 1.35rem 1.5rem;
    border-radius: 14px;
    border: 1px solid rgba(0, 212, 255, 0.14);
    background: rgba(0, 212, 255, 0.03);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s;
}

.lb-rp-related__card:hover {
    border-color: rgba(0, 212, 255, 0.35);
    background: rgba(0, 212, 255, 0.06);
    color: inherit;
}

.lb-rp-related__icon {
    width: 3rem;
    height: 3rem;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    font-size: 1.15rem;
}

.lb-rp-related__sku {
    display: block;
    margin-bottom: 0.25rem;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.62rem;
    color: rgba(0, 212, 255, 0.65);
}

.lb-rp-related__card h3 {
    margin: 0 0 0.35rem;
    font-size: 1.1rem;
}

.lb-rp-related__card p {
    margin: 0;
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.55);
    line-height: 1.55;
}

.lb-rp-related__link {
    font-size: 0.82rem;
    color: #00d4ff;
    white-space: nowrap;
}

/* Security page — remote platform cards */
.lb-sec-remote {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    background: linear-gradient(180deg, #060b14 0%, #020408 100%);
}

.lb-sec-remote__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.25rem;
}

.lb-sec-remote__card {
    display: flex;
    flex-direction: column;
    padding: 1.35rem;
    border-radius: 14px;
    border: 1px solid rgba(37, 99, 235, 0.2);
    background: linear-gradient(145deg, rgba(37, 99, 235, 0.06), rgba(255, 255, 255, 0.02));
    color: inherit;
    text-decoration: none;
    min-height: 100%;
    transition: border-color 0.2s, transform 0.2s;
}

.lb-sec-remote__card:hover {
    border-color: rgba(0, 212, 255, 0.35);
    transform: translateY(-2px);
    color: inherit;
}

.lb-sec-remote__head {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.lb-sec-remote__icon {
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(37, 99, 235, 0.15);
    color: #60a5fa;
    font-size: 1.1rem;
}

.lb-sec-remote__sku {
    display: block;
    margin-bottom: 0.2rem;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.62rem;
    color: rgba(96, 165, 250, 0.75);
}

.lb-sec-remote__card h3 {
    margin: 0;
    font-size: 1.15rem;
}

.lb-sec-remote__card p {
    margin: 0 0 1rem;
    flex: 1;
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.58);
}

.lb-sec-remote__link {
    font-size: 0.82rem;
    color: #60a5fa;
}

.lb-sec-remote__network {
    margin-top: 1.5rem;
    padding: 1.1rem 1.25rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.lb-sec-remote__network h3 {
    margin: 0 0 0.5rem;
    font-size: 1rem;
}

.lb-sec-remote__network p {
    margin: 0;
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.55);
}

.lb-sec-remote__grid--hub {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

@media (min-width: 1200px) {
    .lb-sec-remote__grid--hub {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.lb-sec-remote__card--hub {
    position: relative;
    overflow: hidden;
}

.lb-sec-remote__highlight {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.72rem;
    letter-spacing: 0.06em;
    color: rgba(96, 165, 250, 0.85);
}

.lb-sec-offerings__grid--hub {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.lb-sec-overview--hub .lb-sec-overview__lead {
    margin: 0;
    max-width: 42rem;
    font-size: 1.05rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.62);
}

.lb-sec-faq--hub__wrap {
    max-width: 40rem;
}

.lb-sec-page--hub .lb-sec-tech--hub {
    padding-bottom: 2rem;
}

@media (max-width: 991px) {
    .lb-sec-remote__grid--hub {
        grid-template-columns: 1fr;
    }

    .lb-sec-offerings__grid--hub {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 575px) {
    .lb-sec-offerings__grid--hub {
        grid-template-columns: 1fr;
    }
}

/* —— Division catalogue —— */
.lb-sec-catalog {
    padding: clamp(2.5rem, 5vw, 4rem) 0;
    border-top: 1px solid rgba(0, 212, 255, 0.08);
}

.lb-sec-catalog__group + .lb-sec-catalog__group {
    margin-top: 2.5rem;
}

.lb-sec-catalog__head {
    margin-bottom: 1.25rem;
}

.lb-sec-catalog__tag {
    display: inline-block;
    margin-bottom: 0.5rem;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.65rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: rgba(96, 165, 250, 0.8);
}

.lb-sec-catalog__head h3 {
    margin: 0 0 0.35rem;
    font-size: 1.15rem;
}

.lb-sec-catalog__head p {
    margin: 0;
    max-width: 40rem;
    font-size: 0.88rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.52);
}

.lb-sec-catalog__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.75rem;
}

.lb-sec-catalog__card {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.1rem 1.2rem;
    border-radius: 14px;
    border: 1px solid rgba(0, 212, 255, 0.12);
    background: rgba(6, 10, 18, 0.55);
    color: inherit;
    text-decoration: none;
    transition: border-color 0.25s, transform 0.25s, box-shadow 0.25s;
}

.lb-sec-catalog__card:hover {
    border-color: rgba(0, 212, 255, 0.35);
    transform: translateY(-2px);
    box-shadow: 0 12px 32px rgba(0, 212, 255, 0.08);
    color: inherit;
}

.lb-sec-catalog__icon {
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 10px;
    background: rgba(0, 212, 255, 0.1);
    color: #00d4ff;
    font-size: 1rem;
}

.lb-sec-catalog__sku {
    display: block;
    margin-bottom: 0.2rem;
    font-family: 'JetBrains Mono', ui-monospace, monospace;
    font-size: 0.62rem;
    letter-spacing: 0.08em;
    color: rgba(96, 165, 250, 0.75);
}

.lb-sec-catalog__copy h4 {
    margin: 0 0 0.3rem;
    font-size: 0.95rem;
    font-weight: 500;
}

.lb-sec-catalog__copy p {
    margin: 0;
    font-size: 0.78rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.52);
}

.lb-sec-catalog__action {
    font-size: 0.68rem;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #00d4ff;
    white-space: nowrap;
}

.lb-sec-catalog__action i {
    margin-left: 0.25rem;
    transition: transform 0.2s;
}

.lb-sec-catalog__card:hover .lb-sec-catalog__action i {
    transform: translateX(4px);
}

@media (max-width: 767px) {
    .lb-sec-catalog__grid {
        grid-template-columns: 1fr;
    }

    .lb-sec-catalog__card {
        grid-template-columns: auto 1fr;
    }

    .lb-sec-catalog__action {
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: 0.25rem;
    }
}

@media (max-width: 575px) {
    .lb-sec-offerings__grid--hub {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .lb-sec-remote__grid {
        grid-template-columns: 1fr;
    }

    .lb-rp-related__card {
        grid-template-columns: 1fr;
    }

    .lb-rp-related__link {
        justify-self: start;
    }
}
