:root {
    --product-section-heading-gap: 48px;
    --product-section-heading-inner-gap: 14px;
}

.cargo-platform-content {
    display: flex;
    flex-wrap: wrap;
}

.cargo-info-left {
    width: 540px;
    flex: 0 0 540px;
    padding-right: 30px;
    box-sizing: border-box;
    text-align: left;
}

.cargo-info-left--compact {
    flex-basis: 540px;
}

.cargo-info-left h2,
.cargo-info-left p {
    text-align: left;
}

.cargo-info-right {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

.product-hero-container {
    padding-top: 0;
}

@media screen and (min-width: 992px) {
    .page-title.page-title-cargo-platform .container.product-hero-container,
    .page-title.page-title-cargo-platform1 .container.product-hero-container,
    .page-title.page-title-cargo-platform2 .container.product-hero-container,
    .page-title.page-title-cargo-platform3 .container.product-hero-container {
        padding-top: 0;
    }
}

.product-hero-title {
    margin-bottom: 20px;
}

.product-hero-description {
    font-size: 16px;
    line-height: 1.8;
}

.page-title-cargo-platform .product-hero-title,
.page-title-cargo-platform .product-hero-description,
.page-title-cargo-platform2 .product-hero-title,
.page-title-cargo-platform2 .product-hero-description,
.page-title-cargo-platform3 .product-hero-title,
.page-title-cargo-platform3 .product-hero-description {
    color: #021c3e;
}

.page-title-cargo-platform1 .product-hero-title {
    color: #021c3e;
}

.page-title-cargo-platform1 .product-hero-description {
    color: #012e67;
}

.main2 {
    display: flex;
    justify-content: center;
    width: 100%;
}

.product-architecture-section {
    padding: 30px 0;
    background: linear-gradient(135deg, #d2e5fa 0%, #f0f7ff 30%, #f5f9ff 70%, #d2e7fd 100%);
}

.product-architecture-section .text-center > p {
    margin: 0 0 20px;
}

.product-architecture-section img {
    max-width: 80%;
}

.product-architecture-container {
    padding: 20px;
}

.product-architecture-title {
    margin: 40px 0 var(--product-section-heading-inner-gap);
}

.product-architecture-title--compact {
    margin-bottom: var(--product-section-heading-inner-gap);
}

.product-advantages-header {
    padding-top: 60px;
    margin-bottom: 10px;
    text-align: center;
}

.product-advantages-header--compact {
    padding-top: 50px;
}

.product-advantages-title {
    margin-bottom: var(--product-section-heading-inner-gap);
}

.product-advantages-title--spacious {
    margin-bottom: var(--product-section-heading-inner-gap);
}

.product-advantages-header p {
    margin: 0;
}

.product-advantages-section {
    padding-bottom: 48px;
}

.feature-highlight-section {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    padding-top: 60px;
    padding-bottom: 90px;
}

.feature-highlight-heading {
    text-align: center;
    margin-bottom: var(--product-section-heading-gap);
}

.feature-highlight-heading h1 {
    margin: 0 0 var(--product-section-heading-inner-gap);
    color: #10233f;
}

.feature-highlight-heading p {
    margin: 0;
}

.feature-highlight-tabs {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #dfe8f3;
    width: 100%;
}

.feature-highlight-tabs li {
    flex: 0 0 auto;
    min-width: auto;
}

.feature-highlight-tab {
    position: relative;
    width: 100%;
    padding: 16px 10px 18px;
    border: 0;
    background: transparent;
    color: #4f5f76;
    font-size: clamp(16px, 0.95vw, 18px);
    font-weight: 600;
    line-height: 1.5;
    cursor: pointer;
    transition: color 0.25s ease;
    white-space: nowrap;
}

.feature-highlight-tab:hover,
.feature-highlight-tab:focus {
    color: #1c6de0;
    outline: none;
}

.feature-highlight-tab.active {
    color: #006aff;
    text-decoration-line: underline;
    text-decoration-color: #1b68db;
    text-decoration-thickness: 4px;
    text-underline-offset: 18px;
    text-decoration-skip-ink: none;
}

.feature-highlight-tab.active:after {
    content: none;
}

.feature-highlight-panel {
    display: none;
    padding-top: 54px;
}

.feature-highlight-panel.active {
    display: block;
}

.feature-highlight-detail {
    display: flex;
    align-items: center;
    gap: 56px;
}

.feature-highlight-copy {
    flex: 1 1 52%;
    max-width: 520px;
    text-align: left;
}

.feature-highlight-copy h2 {
    margin: 0 0 18px;
    color: #101820;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.25;
}

.feature-highlight-copy p {
    margin: 0;
    color: #4f5f76;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.9;
}

.feature-highlight-points {
    margin: 28px 0 0;
    padding: 0;
    list-style: none;
}

.feature-highlight-points li {
    position: relative;
    margin-bottom: 18px;
    padding-left: 22px;
    color: #24374f;
    font-size: 16px;
    line-height: 1.8;
}

.feature-highlight-points li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1c6de0;
    box-shadow: 0 0 0 6px rgba(28, 109, 224, 0.12);
}

.feature-highlight-visual {
    flex: 1 1 48%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.feature-highlight-visual-card {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 620px;
    min-height: 300px;
    padding: 8px 10px;
    border: 1px solid rgba(40, 122, 221, 0.08);
    border-radius: 20px;
    background: linear-gradient(180deg, rgba(247, 251, 255, 0.96) 0%, rgba(255, 255, 255, 0.98) 100%);
    box-shadow: 0 10px 24px rgba(22, 72, 140, 0.04);
    overflow: hidden;
}

.feature-highlight-visual-card img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: none;
    object-fit: contain;
    filter: drop-shadow(0 8px 14px rgba(30, 88, 165, 0.08));
}

@media (max-width: 1199px) {
    .feature-highlight-tab {
        font-size: 16px;
    }

    .feature-highlight-copy h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .feature-highlight-detail {
        flex-direction: column;
        align-items: stretch;
        gap: 34px;
    }

    .feature-highlight-copy,
    .feature-highlight-visual {
        max-width: none;
        flex-basis: 100%;
    }

    .feature-highlight-copy h2 {
        font-size: 36px;
    }
}

@media (max-width: 768px) {
    .cargo-platform-content {
        flex-direction: column;
    }

    .cargo-info-left {
        width: 100%;
        flex: 1;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .cargo-info-right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .feature-highlight-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .feature-highlight-heading p {
        font-size: 16px;
    }

    .feature-highlight-tabs li {
        flex: 0 0 auto;
    }

    .feature-highlight-tabs {
        justify-content: flex-start;
        gap: 8px;
    }

    .feature-highlight-tab {
        padding: 14px 8px 16px;
        font-size: 15px;
    }

    .feature-highlight-tab.active {
        text-underline-offset: 16px;
    }

    .feature-highlight-tabs {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .feature-highlight-panel {
        padding-top: 32px;
    }

    .feature-highlight-copy h2 {
        font-size: 30px;
    }

    .feature-highlight-copy p,
    .feature-highlight-points li {
        font-size: 16px;
    }

    .feature-highlight-visual-card {
        min-height: 210px;
        padding: 8px;
    }

    .feature-highlight-visual-card img {
        width: 100%;
    }
}

.cases-section {
    padding: 0px 0 80px 0;
    background: #f8fafc;
}

.cases-section .product-advantages-header,
.cases-section .product-advantages-header > div,
.cases-section .product-advantages-title,
.cases-section .product-advantages-header p {
    text-align: center;
}

.cases-section .product-advantages-header {
    width: 100%;
}

.case-card-link {
    display: flex;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.case-card-link:hover,
.case-card-link:focus {
    color: inherit;
    text-decoration: none;
}

.cases-section .row + .row {
    margin-top: 30px;
}

.cases-section .row {
    display: flex;
    flex-wrap: wrap;
}

.cases-section .col-md-4 {
    display: flex;
}

.cases-slider {
    margin-top: 30px;
}

.cases-slider .owl-stage-outer {
    padding: 4px 0 12px;
}

.cases-slider .owl-stage {
    display: flex;
}

.cases-slider .owl-item {
    display: flex;
    float: none;
}

.cases-slider .case-slide {
    display: flex;
    width: 100%;
    height: 100%;
}

.cases-slider .case-card-link {
    display: flex;
    width: 100%;
    height: 100%;
}

.case-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
    border: 1px solid #e2e8f0;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.case-card-header {
    position: relative;
    padding: 28px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.case-card-header.blue {
    background: linear-gradient(135deg, rgba(0, 60, 180, 1), rgba(0, 100, 255, 1));
}

.case-card-header.cyan {
    background: linear-gradient(135deg, rgba(0, 80, 200, 1), rgba(0, 120, 255, 1));
}

.case-card-header.teal {
    background: linear-gradient(135deg, rgba(0, 110, 140, 1), rgba(0, 160, 190, 1));
}

.case-card-header.green {
    background: linear-gradient(135deg, rgba(0, 120, 90, 1), rgba(40, 180, 120, 1));
}

.case-card-header.indigo {
    background: linear-gradient(135deg, rgba(30, 60, 180, 1), rgba(50, 100, 255, 1));
}

.case-card-header::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
}

.case-card-header h3 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.case-card-body {
    padding: 28px;
    flex: 1;
}

.case-project {
    font-size: 14px;
    font-weight: 600;
    color: rgba(0, 100, 255, 1);
    margin-bottom: 12px;
}

.case-card-body p {
    font-size: 14px;
    color: #64748b;
    line-height: 1.7;
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
}

.cases-slider .owl-controls {
    margin-top: 22px;
    text-align: center;
}

.cases-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 6px;
    background: rgba(20, 129, 255, 0.18);
    transition: all 0.2s ease;
}

.cases-slider .owl-dots .owl-dot.active span,
.cases-slider .owl-dots .owl-dot:hover span {
    background: rgba(20, 129, 255, 1);
}

@media (max-width: 767px) {
    .cases-section .row + .row {
        margin-top: 24px;
    }

    .cases-section .col-md-4 + .col-md-4 {
        margin-top: 24px;
    }
}
