:root {
    --ct-navy: #0f2747;
    --ct-ocean: #1e4e79;
    --ct-steel: #5e6b75;
    --ct-light: #f5f7fa;
    --ct-border: #d9e1e8;
    --ct-orange: #e67e22;
    --ct-orange-dark: #c76714;
    --ct-white: #ffffff;
    --ct-shadow: 0 14px 38px rgba(15, 39, 71, 0.15);
}

.ct-container {
    width: min(1120px, calc(100% - 32px));
    margin: 0 auto;
}

.ct-hero {
    position: relative;
    min-height: 620px;
    background:
        linear-gradient(90deg, rgba(15, 39, 71, 0.88), rgba(15, 39, 71, 0.58), rgba(15, 39, 71, 0.22)),
        url('/img/cargo/hero-vessel.jpg') center center / cover no-repeat;
    color: var(--ct-white);
}

.ct-hero__overlay {
    min-height: 620px;
    display: flex;
    align-items: center;
    padding: 90px 0;
}

.ct-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.65fr);
    gap: 36px;
    align-items: center;
}

.ct-hero__content h1 {
    font-size: clamp(2.8rem, 7vw, 5.8rem);
    line-height: 0.95;
    margin: 0 0 22px;
    letter-spacing: -0.06em;
    font-weight: 800;
}

.ct-lead {
    max-width: 720px;
    font-size: clamp(1.1rem, 2vw, 1.35rem);
    line-height: 1.7;
    color: rgba(255,255,255,0.92);
    margin-bottom: 30px;
}

.ct-badge,
.ct-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ct-orange);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.82rem;
}

.ct-badge {
    color: #ffd7b0;
    border: 1px solid rgba(255,255,255,0.22);
    background: rgba(230, 126, 34, 0.16);
    border-radius: 999px;
    padding: 9px 14px;
    margin-bottom: 20px;
}

.ct-actions {
    display: flex;
    gap: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.ct-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 46px;
    padding: 12px 20px;
    border-radius: 13px;
    text-decoration: none;
    font-weight: 800;
    transition: transform .18s ease, box-shadow .18s ease, background-color .18s ease;
}

.ct-btn:hover {
    transform: translateY(-2px);
    text-decoration: none;
}

.ct-btn--primary {
    background: var(--ct-orange);
    color: var(--ct-white);
    box-shadow: 0 12px 26px rgba(230, 126, 34, 0.28);
}

.ct-btn--primary:hover {
    background: var(--ct-orange-dark);
    color: var(--ct-white);
}

.ct-btn--ghost {
    border: 1px solid rgba(255,255,255,0.55);
    color: var(--ct-white);
    background: rgba(255,255,255,0.08);
}

.ct-btn--ghost:hover {
    background: rgba(255,255,255,0.16);
    color: var(--ct-white);
}

.ct-btn--light {
    background: var(--ct-white);
    color: var(--ct-navy);
}

.ct-hero__panel {
    background: rgba(255,255,255,0.92);
    color: #1f2a36;
    border: 1px solid rgba(255,255,255,0.35);
    border-radius: 24px;
    padding: 28px;
    box-shadow: var(--ct-shadow);
    backdrop-filter: blur(10px);
}

.ct-hero__panel h2 {
    color: var(--ct-navy);
    margin: 8px 0 12px;
    font-size: 1.55rem;
}

.ct-hero__panel p,
.ct-hero__panel li {
    color: #405060;
    line-height: 1.7;
}

.ct-panel-label {
    display: inline-block;
    background: rgba(30, 78, 121, 0.10);
    color: var(--ct-ocean);
    border-radius: 999px;
    padding: 7px 12px;
    font-weight: 800;
    font-size: 0.82rem;
}

.ct-section {
    padding: 78px 0;
    background: var(--ct-white);
}

.ct-section--soft {
    background: linear-gradient(180deg, #eef4f8, #f8fafc);
}

.ct-section-heading {
    max-width: 780px;
    margin: 0 auto 38px;
    text-align: center;
}

.ct-section-heading h2,
.ct-split__content h2,
.ct-cta h2 {
    color: var(--ct-navy);
    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.08;
    letter-spacing: -0.04em;
    margin: 10px 0 14px;
    font-weight: 800;
}

.ct-section-heading p,
.ct-split__content p,
.ct-cta p {
    color: var(--ct-steel);
    line-height: 1.75;
    font-size: 1.05rem;
}

.ct-card-grid,
.ct-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.ct-card,
.ct-audience {
    background: var(--ct-white);
    border: 1px solid var(--ct-border);
    border-radius: 22px;
    padding: 28px;
    box-shadow: 0 10px 30px rgba(15, 39, 71, 0.08);
}

.ct-card__icon {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 17px;
    background: rgba(230, 126, 34, 0.12);
    font-size: 1.6rem;
    margin-bottom: 18px;
}

.ct-card h3,
.ct-audience h3,
.ct-feature strong {
    color: var(--ct-navy);
}

.ct-card p,
.ct-audience p {
    color: #435160;
    line-height: 1.7;
}

.ct-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 46px;
    align-items: center;
}

.ct-split__media img {
    width: 100%;
    display: block;
    border-radius: 28px;
    box-shadow: var(--ct-shadow);
    object-fit: cover;
}

.ct-feature-list {
    display: grid;
    gap: 16px;
    margin-top: 26px;
}

.ct-feature {
    display: grid;
    gap: 6px;
    padding: 18px 20px;
    border-left: 5px solid var(--ct-orange);
    background: var(--ct-white);
    border-radius: 16px;
    box-shadow: 0 8px 26px rgba(15, 39, 71, 0.08);
}

.ct-feature span {
    color: var(--ct-steel);
    line-height: 1.6;
}

.ct-cta {
    padding: 76px 0;
    background: linear-gradient(110deg, var(--ct-navy), var(--ct-ocean));
    color: var(--ct-white);
}

.ct-cta__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.ct-cta h2,
.ct-cta p {
    color: var(--ct-white);
}

.ct-cta p {
    max-width: 700px;
    color: rgba(255,255,255,0.86);
}

@media (max-width: 920px) {
    .ct-hero__grid,
    .ct-split,
    .ct-cta__inner {
        grid-template-columns: 1fr;
        display: grid;
    }

    .ct-card-grid,
    .ct-audience-grid {
        grid-template-columns: 1fr;
    }

    .ct-hero,
    .ct-hero__overlay {
        min-height: auto;
    }

    .ct-hero__overlay {
        padding: 70px 0;
    }
}

@media (max-width: 560px) {
    .ct-section {
        padding: 56px 0;
    }

    .ct-hero__panel {
        padding: 22px;
    }

    .ct-actions {
        align-items: stretch;
    }

    .ct-btn {
        width: 100%;
    }
}
