@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600;700;800&family=Inter:wght@400;500;600;700;800;900&display=swap');

:root {
    --csc-navy: #0d1b3d;
    --csc-blue: #0077b6;
    --csc-cyan: #00b4d8;
    --csc-red: #e63946;
    --csc-slate: #6b7280;
    --csc-light: #f3f6fa;
    --csc-shadow: 0 18px 48px rgba(13, 27, 61, .16);
}

body.elementor-page {
    margin: 0;
}

.csc-site {
    color: var(--csc-navy);
    background: #fff;
    font-family: Inter, Arial, sans-serif;
    overflow: hidden;
}

.csc-site * {
    box-sizing: border-box;
}

.csc-svg {
    width: 1.15em;
    height: 1.15em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.csc-header {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 10;
    display: flex;
    width: min(1180px, calc(100% - 52px));
    height: 92px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    transform: translateX(-50%);
}

.csc-logo img {
    display: block;
    width: 285px;
    max-width: 28vw;
    height: 82px;
    object-fit: contain;
}

.csc-nav {
    display: flex;
    align-items: center;
    gap: clamp(18px, 2.1vw, 30px);
}

.csc-nav a {
    color: #0b1020;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.csc-quote,
.csc-btn {
    display: inline-flex;
    min-height: 50px;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .01em;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    transition: transform .18s ease, box-shadow .18s ease;
}

.csc-quote:hover,
.csc-btn:hover {
    transform: translateY(-1px);
}

.csc-quote {
    min-width: 150px;
    padding: 0 22px;
    color: #fff;
    background: var(--csc-navy);
    box-shadow: 0 12px 26px rgba(13, 27, 61, .2);
}

.csc-hero {
    position: relative;
    min-height: 650px;
    padding: 136px max(28px, calc((100vw - 1180px) / 2)) 86px;
    background-image:
        linear-gradient(90deg, rgba(255,255,255,.82) 0%, rgba(255,255,255,.62) 33%, rgba(255,255,255,.12) 56%, rgba(255,255,255,0) 100%),
        var(--hero-bg);
    background-position: center;
    background-size: cover;
}

.csc-hero-copy {
    position: relative;
    z-index: 2;
    width: min(600px, 100%);
}

.csc-route-visual {
    position: absolute;
    top: 118px;
    right: max(18px, calc((100vw - 1180px) / 2));
    z-index: 1;
    width: min(47vw, 570px);
    height: 520px;
    pointer-events: none;
}

.csc-plane-chip {
    position: absolute;
    top: -24px;
    right: -28px;
    width: 330px;
    height: 188px;
    background-image: var(--plane-bg);
    background-position: 72% 18%;
    background-size: 760px auto;
    filter: drop-shadow(0 16px 22px rgba(13, 27, 61, .15));
}

.csc-route-map {
    position: absolute;
    right: -10px;
    bottom: 10px;
    width: 520px;
    height: 310px;
    background-image: var(--route-bg);
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: .82;
}

.csc-eyebrow {
    margin: 0 0 8px;
    color: var(--csc-navy);
    font-family: "Barlow Condensed", Inter, sans-serif;
    font-size: clamp(20px, 1.8vw, 25px);
    font-weight: 800;
    letter-spacing: .03em;
    text-transform: uppercase;
}

.csc-eyebrow span,
.csc-footer small,
.csc-contact-copy h2 span {
    color: var(--csc-red);
}

.csc-eyebrow strong,
.csc-process .csc-kicker span {
    color: var(--csc-blue);
}

.csc-hero h1 {
    width: min(565px, 100%);
    margin: 0;
    color: var(--csc-navy);
    font-family: "Barlow Condensed", Inter, sans-serif;
    font-size: clamp(56px, 5.35vw, 83px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .94;
    text-transform: uppercase;
}

.csc-hero h1 span {
    display: block;
    color: var(--csc-blue);
}

.csc-lead {
    position: relative;
    max-width: 500px;
    margin: 22px 0 28px;
    padding-left: 18px;
    border-left: 3px solid var(--csc-blue);
    color: #172033;
    font-size: 17px;
    line-height: 1.52;
}

.csc-trust {
    display: grid;
    width: min(610px, 100%);
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin-bottom: 26px;
    overflow: hidden;
    border-radius: 6px;
    background: rgba(255,255,255,.94);
    box-shadow: var(--csc-shadow);
}

.csc-trust span {
    display: flex;
    min-height: 58px;
    align-items: center;
    gap: 10px;
    padding: 11px 13px;
    border-right: 1px solid #d7e2ef;
    color: var(--csc-navy);
    font-size: 11.5px;
    font-weight: 900;
    line-height: 1.15;
    white-space: nowrap;
    text-transform: uppercase;
}

.csc-trust span:last-child {
    border-right: 0;
}

.csc-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
}

.csc-btn {
    min-width: 162px;
    padding: 0 24px;
}

.csc-btn-primary {
    color: #fff;
    background: linear-gradient(180deg, #08417d, var(--csc-navy));
    box-shadow: 0 14px 28px rgba(13, 27, 61, .26);
}

.csc-btn-secondary {
    color: var(--csc-navy);
    border: 2px solid rgba(13, 27, 61, .42);
    background: #fff;
}

.csc-btn-red {
    color: #fff;
    background: var(--csc-red);
}

.csc-services {
    position: relative;
    z-index: 2;
    display: grid;
    width: min(1160px, calc(100% - 56px));
    grid-template-columns: repeat(8, minmax(0, 1fr));
    margin: -58px auto 0;
    padding: 28px 26px 30px;
    border-radius: 12px;
    background: rgba(255,255,255,.98);
    box-shadow: 0 20px 55px rgba(13, 27, 61, .14);
}

.csc-services article {
    min-height: 188px;
    padding: 8px 16px;
    border-right: 1px solid #d7e2ef;
    text-align: center;
}

.csc-services article:last-child {
    border-right: 0;
}

.csc-icon {
    display: inline-flex;
    width: 58px;
    height: 58px;
    align-items: center;
    justify-content: center;
    color: var(--csc-blue);
}

.csc-icon-img {
    display: block;
    width: 84px;
    height: 74px;
    margin: 0 auto;
    overflow: hidden;
}

.csc-icon-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scale(1.28);
}

.csc-icon .csc-svg {
    width: 48px;
    height: 48px;
    stroke-width: 1.8;
}

.csc-services h3 {
    margin: 8px 0 9px;
    color: var(--csc-navy);
    font-size: 16px;
    font-weight: 900;
    line-height: 1.08;
}

.csc-services p {
    margin: 0;
    color: #273449;
    font-size: 12.5px;
    line-height: 1.42;
}

.csc-why {
    display: grid;
    width: min(1120px, calc(100% - 56px));
    grid-template-columns: .8fr 1.35fr;
    gap: 52px;
    margin: 0 auto;
    padding: 74px 0 34px;
    align-items: center;
}

.csc-kicker {
    margin: 0;
    color: var(--csc-navy);
    font-family: "Barlow Condensed", Inter, sans-serif;
    font-size: 27px;
    font-weight: 800;
    letter-spacing: .03em;
    line-height: 1;
    text-transform: uppercase;
}

.csc-why h2,
.csc-process h2,
.csc-contact h2 {
    margin: 4px 0 20px;
    color: var(--csc-navy);
    font-family: "Barlow Condensed", Inter, sans-serif;
    font-size: clamp(46px, 4.6vw, 68px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: .92;
    text-transform: uppercase;
}

.csc-why h2 span {
    color: var(--csc-red);
}

.csc-why ul {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.csc-why li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #172033;
    font-size: 15px;
    font-weight: 700;
}

.csc-why li:before {
    content: "";
    width: 19px;
    height: 19px;
    flex: 0 0 19px;
    border: 1.8px solid var(--csc-navy);
    border-radius: 50%;
    background: radial-gradient(circle at 50% 50%, var(--csc-blue) 0 2px, transparent 3px);
}

.csc-feature-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.csc-feature {
    position: relative;
    display: flex;
    min-height: 258px;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    padding: 24px;
    border-radius: 8px;
    color: #fff;
    background-image: linear-gradient(180deg, rgba(6,22,52,.04), rgba(5,36,80,.94)), var(--photo);
    background-position: center;
    background-size: cover;
    box-shadow: var(--csc-shadow);
}

.csc-feature span,
.csc-feature b {
    position: relative;
    z-index: 1;
    display: block;
    font-family: "Barlow Condensed", Inter, sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: .92;
    text-transform: uppercase;
}

.csc-feature b {
    font-size: 24px;
}

.csc-process {
    width: min(1120px, calc(100% - 56px));
    margin: 42px auto 0;
    padding: 40px 44px 44px;
    border-radius: 26px;
    background: linear-gradient(180deg, #fff, #f2f7fc);
    box-shadow: 0 12px 38px rgba(13, 27, 61, .08);
    text-align: center;
}

.csc-process .csc-kicker {
    margin-bottom: 28px;
    font-size: clamp(34px, 4vw, 48px);
}

.csc-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
}

.csc-steps:before {
    content: "";
    position: absolute;
    top: 34px;
    left: 8%;
    right: 8%;
    border-top: 2px dashed rgba(13, 27, 61, .45);
}

.csc-steps article {
    position: relative;
    z-index: 1;
}

.csc-step-icon {
    display: inline-flex;
    width: 70px;
    height: 70px;
    align-items: center;
    justify-content: center;
    border: 8px solid #edf5fb;
    border-radius: 50%;
    color: #fff;
    background: var(--csc-navy);
}

.csc-step-icon .csc-svg {
    width: 28px;
    height: 28px;
}

.csc-steps b {
    display: block;
    margin: 12px 0 8px;
    color: var(--csc-navy);
    font-size: 15px;
    font-weight: 900;
}

.csc-steps h3 {
    margin: 0 0 7px;
    color: var(--csc-navy);
    font-size: 14px;
    font-weight: 900;
    line-height: 1.15;
    text-transform: uppercase;
}

.csc-steps p {
    margin: 0;
    color: #273449;
    font-size: 12px;
    line-height: 1.45;
}

.csc-contact {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr;
    gap: 20px;
    margin-top: 62px;
    padding: 70px max(28px, calc((100vw - 1120px) / 2));
    color: #fff;
    background-image: linear-gradient(90deg, rgba(5,35,78,.98), rgba(5,35,78,.83), rgba(5,35,78,.5)), var(--sheet);
    background-position: center;
    background-size: cover;
}

.csc-contact h2 {
    color: #fff;
}

.csc-contact-copy p {
    max-width: 350px;
    margin: 0 0 24px;
    color: #fff;
    font-size: 15px;
    line-height: 1.6;
}

.csc-contact article {
    min-height: 154px;
    padding: 28px;
    border-radius: 9px;
    color: var(--csc-navy);
    background: #fff;
    box-shadow: var(--csc-shadow);
}

.csc-contact small {
    color: #34435a;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.csc-contact h3 {
    margin: 5px 0 16px;
    color: var(--csc-navy);
    font-size: 22px;
    font-weight: 900;
    text-transform: uppercase;
}

.csc-contact p {
    margin: 0;
    color: #0d1b3d;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.55;
}

.csc-contact article p {
    display: flex;
    align-items: center;
    gap: 8px;
}

.csc-footer {
    position: relative;
    display: grid;
    grid-template-columns: 1.6fr 1fr 1fr 1fr;
    gap: 36px;
    padding: 48px max(28px, calc((100vw - 1120px) / 2)) 24px;
    color: #fff;
    background-image: linear-gradient(180deg, rgba(3, 22, 58, .84), rgba(3, 22, 58, .98)), var(--footer-bg);
    background-position: center;
    background-size: cover;
}

.csc-footer div {
    min-height: 76px;
    padding-right: 24px;
    border-right: 1px solid rgba(255,255,255,.25);
}

.csc-footer div:last-of-type {
    border-right: 0;
}

.csc-footer b {
    display: block;
    margin: 0 0 10px;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase;
}

.csc-footer p {
    margin: 0;
    color: #e5f2ff;
    font-size: 13px;
    line-height: 1.55;
}

.csc-footer small {
    grid-column: 1 / -1;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.25);
    text-align: center;
}

.csc-footer-item {
    position: relative;
    display: grid;
    grid-template-columns: 46px 1fr;
    column-gap: 16px;
    align-items: start;
}

.csc-footer-icon {
    display: inline-flex;
    width: 42px;
    height: 42px;
    grid-row: 1 / span 2;
    align-items: center;
    justify-content: center;
    color: var(--csc-navy);
    border-radius: 50%;
    background: #fff;
}

.csc-footer-icon .csc-svg {
    width: 24px;
    height: 24px;
}

.csc-social p {
    display: flex;
    gap: 13px;
}

.csc-social a {
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: var(--csc-navy);
    border-radius: 50%;
    background: #fff;
    text-decoration: none;
}

.csc-social a .csc-svg {
    width: 21px;
    height: 21px;
}

@media (max-width: 1100px) {
    .csc-nav {
        display: none;
    }

    .csc-services {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .csc-services article:nth-child(4) {
        border-right: 0;
    }

    .csc-why,
    .csc-contact,
    .csc-footer {
        grid-template-columns: 1fr 1fr;
    }

    .csc-contact-copy,
    .csc-footer small {
        grid-column: 1 / -1;
    }

    .csc-steps {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        row-gap: 28px;
    }

    .csc-steps:before {
        display: none;
    }
}

@media (max-width: 760px) {
    .csc-header {
        width: calc(100% - 32px);
        height: 86px;
    }

    .csc-logo img {
        max-width: 56vw;
    }

    .csc-quote {
        min-width: 0;
        min-height: 42px;
        padding: 0 14px;
        font-size: 11px;
    }

    .csc-hero {
        min-height: 700px;
        padding: 120px 20px 78px;
        background-image:
            linear-gradient(180deg, rgba(255,255,255,.98) 0%, rgba(255,255,255,.92) 56%, rgba(255,255,255,.38) 100%),
            var(--hero-bg);
        background-position: 58% center;
    }

    .csc-route-visual {
        display: none;
    }

    .csc-trust {
        grid-template-columns: 1fr 1fr;
    }

    .csc-trust span {
        min-height: 72px;
    }

    .csc-services {
        width: calc(100% - 28px);
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: -34px;
        padding: 18px;
    }

    .csc-services article {
        border-right: 0;
        border-bottom: 1px solid #d7e2ef;
    }

    .csc-services article:nth-last-child(-n+2) {
        border-bottom: 0;
    }

    .csc-why,
    .csc-contact,
    .csc-footer {
        width: auto;
        grid-template-columns: 1fr;
    }

    .csc-why {
        padding-top: 58px;
    }

    .csc-feature-grid,
    .csc-steps {
        grid-template-columns: 1fr;
    }

    .csc-process {
        width: calc(100% - 28px);
        padding: 32px 20px;
    }

    .csc-footer div {
        border-right: 0;
        border-bottom: 1px solid rgba(255,255,255,.2);
    }
}
