:root {
    --labp-primary: #0b3b75;
    --labp-primary-dark: #062b59;
    --labp-accent: #0b78b8;

    --labp-bg: #f4f7fb;
    --labp-white: #ffffff;

    --labp-border: #d8e3ed;

    --labp-text: #0b3264;
    --labp-text-body: #324f69;
    --labp-muted: #7b8c9e;

    --labp-light: #edf4fa;

    --labp-shadow:
        0 5px 20px rgba(11, 50, 100, .06);
}

.labp-page,
.labp-page *,
.labp-page *::before,
.labp-page *::after {
    box-sizing: border-box;
}

.labp-page {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--labp-bg);
    font-family: "Open Sans", Arial, sans-serif;
    color: var(--labp-text);
}

.labp-container {
    width: calc(100% - 40px);
    max-width: 1450px;
    margin: 0 auto;
}

.labp-hero {
    position: relative;
    overflow: hidden;
    padding: 48px 0 46px;
    background:
        linear-gradient(
            135deg,
            var(--labp-primary-dark) 0%,
            var(--labp-primary) 100%
        );
    color: #ffffff;
}

.labp-hero::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -210px;
    right: -90px;
    border-radius: 50%;
    background: rgba(255,255,255,.035);
}

.labp-hero::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    right: 240px;
    bottom: -230px;
    border-radius: 50%;
    background: rgba(255,255,255,.025);
}

.labp-hero .labp-container {
    position: relative;
    z-index: 2;
}

.labp-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #7fd3ff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.labp-hero h1 {
    max-width: 1150px;
    margin: 0;
    color: #ffffff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.22;
}

.labp-hero p {
    max-width: 900px;
    margin: 13px 0 0;
    color: rgba(255,255,255,.88);
    font-size: 13px;
    line-height: 1.65;
}

.labp-content {
    padding: 40px 0 65px;
}

.labp-card {
    border: 1px solid var(--labp-border);
    border-radius: 15px;
    background: #ffffff;
    box-shadow: var(--labp-shadow);
    overflow: hidden;
}

.labp-main {
    display: grid;
    grid-template-columns:
        minmax(0, 1fr)
        minmax(280px, 390px);
    gap: 35px;
    align-items: start;
    padding: 34px;
}

.labp-text {
    min-width: 0;
}

.labp-section-label {
    display: block;
    margin-bottom: 7px;
    color: var(--labp-accent);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.labp-text h2 {
    position: relative;
    margin: 0 0 24px;
    padding-bottom: 13px;
    color: var(--labp-text);
    font-size: 28px;
    font-weight: 800;
    line-height: 1.3;
}

.labp-text h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 52px;
    height: 3px;
    border-radius: 20px;
    background: var(--labp-accent);
}

.labp-description {
    color: var(--labp-text-body);
    font-size: 13px;
    line-height: 1.85;
    text-align: justify;
}

.labp-description br {
    content: "";
    display: block;
    margin-bottom: 9px;
}

.labp-image {
    width: 100%;
}

.labp-image-box {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 360px;
    padding: 25px;
    border: 1px solid #e1e8ef;
    border-radius: 14px;
    background: #f8fafc;
}

.labp-image-box img {
    display: block;
    max-width: 100%;
    max-height: 430px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.labp-director {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 18px 34px;
    border-top: 1px solid #e6edf3;
    background: #f8fbfd;
}

.labp-director-icon {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #eaf2fa;
    color: var(--labp-primary);
    font-size: 17px;
}

.labp-director > div:last-child {
    display: flex;
    flex-direction: column;
}

.labp-director span {
    margin-bottom: 2px;
    color: var(--labp-accent);
    font-size: 8px;
    font-weight: 800;
    letter-spacing: 1.2px;
}

.labp-director strong {
    color: var(--labp-text);
    font-size: 13px;
    font-weight: 800;
}

.labp-director small {
    margin-top: 2px;
    color: var(--labp-muted);
    font-size: 10px;
}

.labp-empty {
    min-height: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    border: 1px solid var(--labp-border);
    border-radius: 14px;
    background: #ffffff;
    text-align: center;
    box-shadow: var(--labp-shadow);
}

.labp-empty > i {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    border-radius: 50%;
    background: var(--labp-light);
    color: var(--labp-primary);
    font-size: 26px;
}

.labp-empty h2 {
    margin: 0;
    color: var(--labp-text);
    font-size: 19px;
    font-weight: 800;
}

.labp-empty p {
    max-width: 520px;
    margin: 8px 0 0;
    color: var(--labp-muted);
    font-size: 11px;
    line-height: 1.65;
}

@media (max-width: 991.98px) {

    .labp-main {
        grid-template-columns: 1fr;
    }

    .labp-image {
        max-width: 520px;
        margin: 0 auto;
    }

    .labp-image-box {
        min-height: 280px;
    }
}

@media (max-width: 575.98px) {

    .labp-container {
        width: calc(100% - 24px);
    }

    .labp-hero {
        padding: 31px 0;
    }

    .labp-eyebrow {
        font-size: 8px;
        line-height: 1.5;
    }

    .labp-hero h1 {
        font-size: 23px;
    }

    .labp-hero p {
        font-size: 11.5px;
    }

    .labp-content {
        padding: 28px 0 42px;
    }

    .labp-main {
        padding: 20px;
        gap: 24px;
    }

    .labp-text h2 {
        font-size: 22px;
    }

    .labp-description {
        font-size: 11.5px;
        line-height: 1.75;
        text-align: left;
    }

    .labp-image-box {
        min-height: 220px;
        padding: 18px;
    }

    .labp-director {
        padding: 16px 20px;
        align-items: flex-start;
    }

    .labp-director strong {
        font-size: 12px;
    }
}

@media (max-width: 390px) {

    .labp-hero h1 {
        font-size: 20px;
    }

    .labp-text h2 {
        font-size: 20px;
    }
}