* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fdf8f4 url('../image/body.png') center no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    font-family: 'DM Sans', sans-serif;
    color: #3b4555;
    line-height: 1.4;
}


h1,
h2,
h3,
h4 {
    line-height: 1.15;
}

.lbWrapper {
    max-width: 1300px;
    margin: 25px auto;
    width: 98%;
    background-color: #fdf8f4;
    border-radius: 24px;
    border: 1px solid rgba(0, 0, 0, 0.04);
    overflow: hidden;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.05);
}


.lbContainer {
    padding-left: 32px;
    padding-right: 32px;
}


.lbHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px;
    flex-wrap: wrap;
    background: transparent;
}

.lbLogo img {
    height: 44px;
    width: auto;
}

.lbLogo span {
    color: #0c1d37;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
}

.lbLogo a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 6px;
}

.lbNavMenu {
    display: flex;
    gap: 2rem;
    align-items: center;
    flex-wrap: wrap;
}

.lbNavMenu a {
    text-decoration: none;
    font-weight: 500;
    color: #0c1d37;
    transition: 0.2s;
}

.lbNavMenu a:hover {
    color: #ff6501;
}

.lbBtnOutline {
    border: 1.5px solid #0c1d37;
    background: transparent;
    border-radius: 32px;
    padding: 8px 22px;
    font-weight: 600;
    color: #0c1d37;
    transition: 0.2s;
    display: inline-block;
    text-decoration: none;
}

.lbBtnOutline:hover {
    background: #0c1d37;
    color: #fff;
}

.lbBtnSolid {
    background: #0c1d37;
    border-radius: 32px;
    padding: 10px 28px;
    font-weight: 600;
    color: white;
    text-decoration: none;
    display: inline-block;
    transition: 0.2s;
    border: none;
    cursor: pointer;
}

.lbBtnSolid:hover {
    background: #ff6501;
    color: #0c1d37;
}

.lbMobileToggle {
    display: none;
    font-size: 28px;
    cursor: pointer;
    color: #0c1d37;
}


.lbBanner {
    background: #fff4ec url('../image/img_bg.png') center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 70px 32px 80px;
    border-radius: 24px;
    margin: 0 0 16px 0;
}

.lbBanner h1 {
    font-size: 52px;
    font-weight: 800;
    color: #0c1d37;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 20px;
}

.lbBanner h1 span {
    color: #ff6501;
}

.lbBanner p {
    font-size: 18px;
    max-width: 680px;
    margin: 0 auto 32px;
    color: #5a6679;
}

.lbBtnGroup {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}


.lbSection {
    padding: 60px 32px;
}

.lbFeaturesGrid {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.lbFeatureCard {
    background: #fbf2eb;
    border-radius: 24px;
    padding: 32px 24px;
    flex: 1;
    min-width: 220px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.02);
    transition: all 0.25s ease;
}

.lbIconBg {
    background-color: #ffffff;
    width: 70px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 24px;
    box-shadow: 0 12px 18px -8px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
    font-size: 34px;
    color: #ff6501;
}

.lbFeatureCard h3 {
    font-size: 22px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 12px;
}

.lbFeatureCard p {
    color: #5f6c82;
    font-size: 15px;
}


.lbRow {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: wrap;
}

.lbColText {
    flex: 1;
}

.lbColImg {
    flex: 1;
}

.lbColImg img {
    width: 100%;
    border-radius: 28px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.08);
}

.lbTitle {
    font-size: 38px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 20px;
    line-height: 1.2;
}

.lbTitle span {
    color: #ff6501;
}

.lbDesc {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 24px;
    color: #4a5568;
}

.lbListCheck {
    list-style: none;
    margin-top: 20px;
}

.lbListCheck li {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 500;
}

.lbListCheck li i {
    color: #ff6501;
    font-size: 18px;
}


.lbCapabilities {
    margin-top: 20px;
}

.lbCapWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.lbCapBig {
    flex: 1.5;
    background: #fbf2eb;
    border-radius: 28px;
    padding: 36px 28px;
    transition: 0.2s;
}

.lbCapSmallGroup {
    flex: 1.5;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.lbCapRow {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.lbCapItem {
    background: #fbf2eb;
    border-radius: 24px;
    padding: 24px;
    flex: 1;
    text-align: center;
}

.lbCapBig .lbIconBg,
.lbCapItem .lbIconBg {
    background: #ffff;
    box-shadow: none;
    border-radius: 20px;
}

.lbCapItem h4{
    margin-bottom: 5px;
}

.lbCapBig h3 {
    font-size: 26px;
    margin: 20px 0 12px;
}

.lbCapBig p {
    color: #5a6679;
}


.lbForWho {
    margin-top: 20px;
}

.lbBtnSecondary {
    background: #0c1d37;
    border-radius: 32px;
    padding: 12px 34px;
    display: inline-block;
    color: white;
    text-decoration: none;
    font-weight: 600;
    margin-top: 16px;
}


.lbCta {
    background: #fbf2eb;
    border-radius: 32px;
    text-align: center;
    padding: 58px 32px;
    margin: 40px 32px;
    color: #0c1d37;
}

.lbCta h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 18px;
}

.lbCta p {
    font-size: 18px;
    opacity: 0.85;
    max-width: 550px;
    margin: 0 auto 28px;
}

.lbCta .lbBtnSolid {
    background: #ff6501;
    color: #0c1d37;
}

.lbCta .lbBtnSolid:hover {
    background: #fff;
    color: #0c1d37;
}


.lbFooter {
    background: #0c1d37;
    color: #ddd;
    border-radius: 24px 24px 0 0;
    padding: 48px 32px 28px;
    margin-top: 20px;
}

.lbFooterGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-bottom: 48px;
}

.lbFooterCol {
    flex: 1;
    min-width: 160px;
}

.lbFooterCol .lbLogoFooter img {
    height: 42px;
    filter: brightness(0) invert(1);

}

.lbLogoFooter span {
    font-size: 20px;
    text-transform: uppercase;
}

.lbLogoFooter {
    display: flex;
    align-items: center;
    gap: 6px;
}

.lbFooterCol p {
    margin-top: 16px;
    font-size: 14px;
    line-height: 1.4;
    opacity: 0.7;
}

.lbFooterCol h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 600;
    color: white;
}

.lbFooterCol a {
    display: block;
    color: #ccc;
    text-decoration: none;
    margin-bottom: 12px;
    font-size: 14px;
    transition: 0.2s;
}

.lbFooterCol a:hover {
    color: #ff6501;
}

.lbContactInfo p {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

.lbCopyright {
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 28px;
    font-size: 13px;
}


.lbContactSection {
    padding: 40px 32px 60px;
    background: #fdf8f4;
}

.lbContactHeader {
    text-align: center;
    margin-bottom: 50px;
}

.lbContactTitle {
    font-size: 48px;
    font-weight: 800;
    color: #0c1d37;
    margin-bottom: 16px;
}

.lbContactTitle span {
    color: #ff6501;
}

.lbBreadcrumbs {
    font-size: 15px;
    color: #5f6c82;
}

.lbBreadcrumbs a {
    color: #0c1d37;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.lbBreadcrumbs a:hover {
    color: #ff6501;
}

.lbBreadcrumbSep {
    margin: 0 8px;
    color: #cbd5e0;
}

.lbBreadcrumbCurrent {
    color: #ff6501;
    font-weight: 500;
}

.lbContactGrid {
    display: flex;
    gap: 50px;
    max-width: 1200px;
    margin: 0 auto;
}


.lbContactInfoLeft {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.lbContactCard {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #f2e8e0;
}

.lbContactCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.lbContactIcon {
    width: 56px;
    height: 56px;
    background: #fbf2eb;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.lbContactIcon img {
    width: 32px;
    height: 32px;
}

.lbContactDetails h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 12px;
}

.lbContactDetails a {
    display: block;
    color: #3b4555;
    text-decoration: none;
    font-size: 15px;
    margin-bottom: 6px;
    transition: color 0.2s;
}

.lbContactDetails a:hover {
    color: #ff6501;
}

.lbContactDetails p {
    color: #5f6c82;
    font-size: 15px;
    line-height: 1.5;
}


.lbContactFormRight {
    flex: 1.2;
}

.lbFormWrapper {
    background: #fff;
    border-radius: 28px;
    padding: 40px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f2e8e0;
}

.lbFormWrapper h3 {
    font-size: 28px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 8px;
}

.lbFormWrapper p {
    color: #5f6c82;
    margin-bottom: 28px;
}

.lbFormGroup {
    margin-bottom: 20px;
}

.lbFormGroup input,
.lbFormGroup textarea {
    width: 100%;
    padding: 14px 18px;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    border: 1.5px solid #e9e0d8;
    border-radius: 16px;
    background: #fff;
    transition: all 0.2s;
    outline: none;
    color: #0c1d37;
}

.lbFormGroup input:focus,
.lbFormGroup textarea:focus {
    border-color: #ff6501;
    box-shadow: 0 0 0 3px rgba(255, 101, 1, 0.1);
}

.lbFormGroup textarea {
    resize: vertical;
}

.lbSubmitBtn {
    width: 100%;
    background: #0c1d37;
    color: white;
    border: none;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    font-family: 'DM Sans', sans-serif;
    border-radius: 32px;
    cursor: pointer;
    transition: all 0.2s;
}

.lbSubmitBtn:hover {
    background: #ff6501;
    transform: translateY(-2px);
}

.lbFormSuccess {
    margin-top: 20px;
    padding: 16px;
    background: #e8f5e9;
    border-radius: 16px;
    text-align: center;
    animation: fadeInUp 0.4s ease;
}

.lbFormSuccess i {
    font-size: 28px;
    color: #4caf50;
    margin-bottom: 8px;
    display: inline-block;
}

.lbFormSuccess p {
    color: #2e7d32;
    margin: 0;
    font-weight: 500;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


@media (max-width: 992px) {
    .lbContactGrid {
        flex-direction: column;
        gap: 40px;
    }

    .lbContactInfoLeft {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .lbContactCard {
        flex: 1;
        min-width: 250px;
    }
}

@media (max-width: 768px) {
    .lbContactSection {
        padding: 30px 20px 50px;
    }

    .lbContactTitle {
        font-size: 36px;
    }

    .lbContactInfoLeft {
        flex-direction: column;
    }

    .lbFormWrapper {
        padding: 28px;
    }

    .lbFormWrapper h3 {
        font-size: 24px;
    }
}









.lbAboutSection {
    padding: 40px 32px 80px;
    background: #fdf8f4;
}

.lbAboutHeader {
    text-align: center;
    margin-bottom: 60px;
}

.lbAboutTitle {
    font-size: 52px;
    font-weight: 800;
    color: #0c1d37;
    margin-bottom: 16px;
}

.lbAboutTitle span {
    color: #ff6501;
}

.lbBreadcrumbs {
    font-size: 15px;
    color: #5f6c82;
}

.lbBreadcrumbs a {
    color: #0c1d37;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.lbBreadcrumbs a:hover {
    color: #ff6501;
}

.lbBreadcrumbSep {
    margin: 0 8px;
    color: #cbd5e0;
}

.lbBreadcrumbCurrent {
    color: #ff6501;
    font-weight: 500;
}


.lbAboutMission,
.lbAboutValues {
    max-width: 1200px;
    margin: 0 auto 80px;
}

.lbAboutGrid,
.lbAboutGridReverse {
    display: flex;
    gap: 60px;
    align-items: center;
}

.lbAboutGridReverse {
    flex-direction: row-reverse;
}

.lbAboutContent {
    flex: 1;
}

.lbAboutImage {
    flex: 1;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
}

.lbAboutImage img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.lbAboutImage:hover img {
    transform: scale(1.02);
}

.lbAboutBadge {
    display: inline-block;
    background: #fbf2eb;
    color: #ff6501;
    padding: 6px 16px;
    border-radius: 40px;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 24px;
    letter-spacing: 0.5px;
}

.lbAboutContent h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0c1d37;
    line-height: 1.2;
    margin-bottom: 20px;
}

.lbAboutContent h2 span {
    color: #ff6501;
}

.lbAboutContent p {
    font-size: 16px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 20px;
}


.lbAboutStats {
    display: flex;
    gap: 40px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 2px solid #f2e8e0;
}

.lbStatItem {
    display: flex;
    flex-direction: column;
}

.lbStatNumber {
    font-size: 32px;
    font-weight: 800;
    color: #ff6501;
    line-height: 1.2;
}

.lbStatLabel {
    font-size: 14px;
    color: #5f6c82;
    font-weight: 500;
    margin-top: 6px;
}


.lbValuesList {
    margin: 32px 0 32px;
}

.lbValueItem img {
    padding: 8px;
    border-radius: 5px;
    background: #fff;
}

.lbValueItem {
    display: flex;
    gap: 18px;
    margin-bottom: 28px;
    align-items: flex-start;
}

.lbValueItem i {
    font-size: 28px;
    color: #ff6501;
    background: #fbf2eb;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    flex-shrink: 0;
}

.lbValueItem h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 6px;
}

.lbValueItem p {
    font-size: 14px;
    color: #5f6c82;
    margin: 0;
    line-height: 1.4;
}

.lbAboutBtn {
    display: inline-block;
    background: #0c1d37;
    color: white;
    text-decoration: none;
    padding: 12px 32px;
    border-radius: 32px;
    font-weight: 600;
    transition: all 0.2s;
    margin-top: 8px;
}

.lbAboutBtn:hover {
    background: #ff6501;
    transform: translateX(6px);
}


@media (max-width: 992px) {
    .lbAboutTitle {
        font-size: 42px;
    }

    .lbAboutContent h2 {
        font-size: 32px;
    }

    .lbAboutGrid,
    .lbAboutGridReverse {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .lbAboutSection {
        padding: 30px 20px 60px;
    }

    .lbAboutTitle {
        font-size: 36px;
    }

    .lbAboutGrid,
    .lbAboutGridReverse {
        flex-direction: column;
        gap: 30px;
    }

    .lbAboutStats {
        gap: 25px;
        flex-wrap: wrap;
    }

    .lbStatNumber {
        font-size: 28px;
    }

    .lbValueItem i {
        width: 48px;
        height: 48px;
        font-size: 24px;
    }
}

.lbServicesSection {
    padding: 40px 32px 80px;
    background: #fdf8f4;
}

.lbServicesHeader {
    text-align: center;
    margin-bottom: 60px;
}

.lbServicesTitle {
    font-size: 52px;
    font-weight: 800;
    color: #0c1d37;
    margin-bottom: 16px;
}

.lbServicesTitle span {
    color: #ff6501;
}

.lbServicesSubtitle {
    font-size: 18px;
    color: #5f6c82;
    max-width: 600px;
    margin: 20px auto 0;
}


.lbServicesGrid {
    max-width: 1200px;
    margin: 0 auto 80px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 30px;
}

.lbServiceCard {
    background: #fff;
    border-radius: 28px;
    padding: 32px;
    transition: all 0.3s ease;
    border: 1px solid #f2e8e0;
    position: relative;
    overflow: hidden;
}

.lbServiceCard:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.1);
    border-color: #ff6501;
}

.lbServiceIcon {
    width: 70px;
    height: 70px;
    background: #fbf2eb;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
}

.lbServiceIcon i {
    font-size: 34px;
    color: #ff6501;
}

.lbServiceCard h3 {
    font-size: 24px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 16px;
}

.lbServiceCard p {
    font-size: 15px;
    line-height: 1.5;
    color: #5f6c82;
    margin-bottom: 20px;
}

.lbServiceFeatures {
    list-style: none;
    margin-top: 20px;
}

.lbServiceFeatures li {
    font-size: 14px;
    color: #4a5568;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.lbServiceFeatures li i {
    color: #ff6501;
    font-size: 12px;
}


.lbAdvancedFeatures {
    max-width: 1200px;
    margin: 0 auto 0px;
    background: linear-gradient(135deg, #fff8f2 0%, #fdf8f4 100%);
    border-radius: 32px;
    padding: 60px 40px;
}

.lbAdvancedHeader {
    text-align: center;
    margin-bottom: 50px;
}

.lbAdvancedHeader h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 12px;
}

.lbAdvancedHeader h2 span {
    color: #ff6501;
}

.lbAdvancedHeader p {
    font-size: 16px;
    color: #5f6c82;
}

.lbAdvancedGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
}

.lbAdvancedCard {
    background: #fff;
    border-radius: 24px;
    padding: 28px;
    text-align: center;
    transition: all 0.3s ease;
}

.lbAdvancedCard:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.05);
}

.lbAdvancedIcon {
    width: 60px;
    height: 60px;
    background: #fbf2eb;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.lbAdvancedIcon i {
    font-size: 28px;
    color: #ff6501;
}

.lbAdvancedCard h3 {
    font-size: 20px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 12px;
}

.lbAdvancedCard p {
    font-size: 14px;
    color: #5f6c82;
    line-height: 1.5;
}


.lbFeaturesComparison {
    max-width: 1200px;
    margin: 0 auto 80px;
}

.lbComparisonHeader {
    text-align: center;
    margin-bottom: 50px;
}

.lbComparisonHeader h2 {
    font-size: 38px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 12px;
}

.lbComparisonHeader h2 span {
    color: #ff6501;
}

.lbComparisonHeader p {
    font-size: 16px;
    color: #5f6c82;
}

.lbComparisonGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.lbComparisonItem {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 24px;
    background: #fff;
    border-radius: 24px;
    transition: all 0.3s ease;
}

.lbComparisonItem:hover {
    transform: translateX(8px);
    background: #fbf2eb;
}

.lbComparisonItem i {
    font-size: 32px;
    color: #ff6501;
    flex-shrink: 0;
}

.lbComparisonItem h4 {
    font-size: 18px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 8px;
}

.lbComparisonItem p {
    font-size: 14px;
    color: #5f6c82;
    line-height: 1.4;
}


.lbServicesCta {
    max-width: 1200px;
    margin: 0 auto;
    background: #0c1d37;
    border-radius: 32px;
    overflow: hidden;
}

.lbServicesCtaContent {
    padding: 60px 40px;
    text-align: center;
    color: white;
}

.lbServicesCtaContent h3 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 16px;
}

.lbServicesCtaContent p {
    font-size: 16px;
    opacity: 0.9;
    margin-bottom: 32px;
}

.lbServicesCtaBtn {
    display: inline-block;
    background: #ff6501;
    color: #0c1d37;
    text-decoration: none;
    padding: 14px 36px;
    border-radius: 40px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.lbServicesCtaBtn:hover {
    background: #fff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


.lbLegalSection {
    padding: 40px 32px 80px;
    background: #fdf8f4;
}

.lbLegalHeader {
    text-align: center;
    margin-bottom: 50px;
}

.lbLegalTitle {
    font-size: 52px;
    font-weight: 800;
    color: #0c1d37;
    margin-bottom: 16px;
}

.lbLegalTitle span {
    color: #ff6501;
}

.lbLegalDate {
    margin-top: 20px;
    font-size: 14px;
    color: #ff6501;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.lbLegalContent {
    max-width: 1000px;
    margin: 0 auto;
    background: #fff;
    border-radius: 32px;
    padding: 50px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.04);
    border: 1px solid #f2e8e0;
}

.lbLegalBlock {
    margin-bottom: 40px;
}

.lbLegalBlock:last-child {
    margin-bottom: 0;
}

.lbLegalBlock h2 {
    font-size: 24px;
    font-weight: 700;
    color: #0c1d37;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 2px solid #fbf2eb;
}

.lbLegalBlock p {
    font-size: 15px;
    line-height: 1.6;
    color: #4a5568;
    margin-bottom: 12px;
}

.lbLegalBlock strong {
    color: #0c1d37;
    font-weight: 600;
}

.lbLegalContact {
    background: #fbf2eb;
    padding: 20px;
    border-radius: 20px;
    margin-top: 16px;
}

.lbLegalContact p {
    margin: 0;
    line-height: 1.5;
}


@media (max-width: 768px) {
    .lbLegalSection {
        padding: 30px 20px 60px;
    }

    .lbLegalTitle {
        font-size: 36px;
    }

    .lbLegalContent {
        padding: 30px 24px;
    }

    .lbLegalBlock h2 {
        font-size: 20px;
    }

    .lbLegalBlock p {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .lbLegalContent {
        padding: 24px 20px;
    }

    .lbLegalBlock {
        margin-bottom: 30px;
    }
}

















@media (max-width: 768px) {
    .lbServicesSection {
        padding: 30px 20px 60px;
    }

    .lbServicesTitle {
        font-size: 36px;
    }

    .lbServicesGrid {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .lbAdvancedFeatures {
        padding: 40px 24px;
    }

    .lbAdvancedHeader h2 {
        font-size: 28px;
    }

    .lbComparisonHeader h2 {
        font-size: 28px;
    }

    .lbServicesCtaContent {
        padding: 40px 24px;
    }

    .lbServicesCtaContent h3 {
        font-size: 24px;
    }

    .lbComparisonItem {
        padding: 20px;
    }
}

@media (max-width: 480px) {
    .lbServiceCard {
        padding: 24px;
    }

    .lbServiceIcon {
        width: 60px;
        height: 60px;
    }

    .lbServiceIcon i {
        font-size: 28px;
    }

    .lbServiceCard h3 {
        font-size: 20px;
    }
}















@media (max-width: 992px) {

    .lbContainer,
    .lbHeader,
    .lbSection {
        padding-left: 24px;
        padding-right: 24px;
    }

    .lbTitle {
        font-size: 32px;
    }

    .lbBanner h1 {
        font-size: 38px;
    }

    .lbCapWrapper {
        flex-direction: column;
    }

    .lbCapBig,
    .lbCapSmallGroup {
        flex: auto;
    }
}

@media (max-width: 768px) {
    .lbMobileToggle {
        display: block;
    }

    .lbNavMenu {
        display: none;
        width: 100%;
        flex-direction: column;
        background: #fffcf9;
        padding: 20px;
        margin-top: 20px;
        border-radius: 28px;
        gap: 1rem;
        align-items: flex-start;
    }

    .lbNavMenu.showMenu {
        display: flex;
    }

    .lbHeader {
        position: relative;
    }

    .lbRow {
        flex-direction: column;
    }

    .lbFeaturesGrid {
        flex-direction: column;
    }

    .lbCapRow {
        flex-direction: column;
    }

    .lbFooterGrid {
        flex-direction: column;
        gap: 30px;
    }

    .lbBtnGroup {
        flex-direction: column;
        align-items: center;
    }
}

@media(max-width: 500px) {
    .lbSection {
        padding: 40px 32px;
    }

    .lbCta h2 {
        font-size: 32px;
    }

    .lbHeader {
        padding: 20px;
    }
}