:root {
    --navy: #25354a;
    --navy-deep: #1a2332;
    --blue: #3c78b4;
    --red: #d62828;
    --ice: #e8f1f8;
    --soft: #f5f6f8;
    --ink: #263241;
    --muted: #56616f;
    --line: #dbe5ee;
    --white: #fff;
    --shadow: 0 20px 45px rgba(26, 35, 50, .14);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    color: var(--ink);
    background: var(--white);
}

img,
svg {
    display: block;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

.svg-sprite {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
}

.container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    background: rgba(255, 255, 255, .96);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(12px);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 82px;
    gap: 28px;
}

.brand {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 240px;
}

.brand img {
    width: 82px;
    height: auto;
}

.brand strong,
.brand small {
    display: block;
}

.brand strong {
    color: var(--navy);
    text-transform: uppercase;
    font-size: 15px;
    letter-spacing: .025em;
}

.brand small {
    color: var(--blue);
    font-size: 13px;
    font-style: italic;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 24px;
    color: var(--muted);
    font-size: 15px;
}

.main-nav a {
    transition: color .2s ease, background .2s ease;
}

.main-nav a:hover {
    color: var(--blue);
}

.nav-cta,
.btn {
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 24px;
    font-weight: 700;
}

.nav-cta {
    color: var(--white) !important;
    background: var(--navy);
}

.menu-toggle {
    display: none;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 6px;
    background: var(--ice);
    color: var(--navy);
    padding: 11px;
}

.menu-toggle span {
    display: block;
    height: 2px;
    margin: 5px 0;
    background: currentColor;
}

.hero {
    position: relative;
    min-height: 650px;
    overflow: hidden;
    color: var(--white);
}

.hero-media {
    position: absolute;
    inset: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(37, 53, 74, .94), rgba(37, 53, 74, .64), rgba(37, 53, 74, .25));
}

.hero-content {
    position: relative;
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 720px;
    margin-left: max(20px, calc((100vw - 1180px) / 2));
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--blue);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.hero .eyebrow {
    color: #d9ecff;
}

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1 {
    margin-bottom: 18px;
    max-width: 760px;
    font-size: 54px;
    line-height: 1.02;
    letter-spacing: .02em;
    text-transform: uppercase;
}

h2 {
    color: var(--navy);
    font-size: 38px;
    line-height: 1.12;
    margin-bottom: 18px;
    text-transform: uppercase;
}

h3 {
    color: var(--navy);
}

.hero-lead {
    max-width: 680px;
    color: rgba(255, 255, 255, .92);
    font-size: 19px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.btn-primary {
    color: var(--white);
    background: var(--red);
}

.btn-primary:hover {
    background: #b91c1c;
}

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

.client-strip {
    padding: 34px 0;
    background: var(--soft);
    border-bottom: 1px solid var(--line);
}

.client-strip p {
    color: var(--muted);
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: .08em;
    margin-bottom: 24px;
}

.client-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
    flex-wrap: wrap;
}

.client-logos a {
    width: 170px;
    height: 76px;
    margin: 0;
    padding: 14px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white);
    border: 1px solid var(--line);
    border-radius: 8px;
}

.client-logos img {
    max-height: 46px;
    width: auto;
    object-fit: contain;
}


.client-logos a {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.client-logos a:hover {
    transform: translateY(-2px);
    border-color: var(--blue);
    box-shadow: 0 12px 26px rgba(26, 35, 50, .12);
}

.client-name {
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}
.section {
    padding: 92px 0;
}

.split {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 500px);
    gap: 60px;
    align-items: center;
}

.split.reverse {
    grid-template-columns: minmax(360px, 500px) minmax(0, 1fr);
}

.split p {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.image-panel {
    margin: 0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.image-panel img {
    width: 100%;
    height: 540px;
    object-fit: cover;
}

.strength-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}

.strength-card,
.service-card,
.contact-card {
    border: 1px solid var(--line);
    border-radius: 8px;
    background: var(--white);
}

.strength-card {
    padding: 22px;
}

.icon {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    color: var(--blue);
    background: var(--ice);
}

.icon svg,
.service-card li svg,
.contact-card svg,
.mobile-contact svg {
    width: 22px;
    height: 22px;
}

.icon.large {
    width: 62px;
    height: 62px;
}

.icon.large svg {
    width: 30px;
    height: 30px;
}

.strength-card h3 {
    margin: 14px 0 8px;
    font-size: 18px;
}

.strength-card p,
.service-card p {
    margin-bottom: 0;
    color: var(--muted);
    line-height: 1.65;
}

.services-section,
.gallery-section {
    background: var(--soft);
}

.section-heading {
    max-width: 780px;
    margin-bottom: 42px;
}

.section-heading p:not(.eyebrow) {
    color: var(--muted);
    font-size: 17px;
    line-height: 1.7;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 22px;
}

.service-card {
    min-height: 100%;
    padding: 30px;
    transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.service-card h3 {
    font-size: 20px;
    text-transform: uppercase;
    min-height: 56px;
    margin: 22px 0 12px;
}

.service-card ul {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 10px;
}

.service-card li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.service-card li svg {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    color: var(--blue);
    margin-top: 1px;
}

.coverage-section {
    background: var(--white);
}

.map-card {
    min-height: 620px;
    padding: 32px;
    border-radius: 8px;
    background: linear-gradient(180deg, var(--ice), var(--soft));
}

.map-card svg {
    width: 100%;
    height: 560px;
}

.pin circle {
    fill: var(--red);
    stroke: var(--white);
    stroke-width: 3;
}

.pin.dark circle {
    fill: var(--navy);
}

.pin-main circle {
    fill: var(--blue);
}

.pin text {
    fill: var(--navy);
    font-size: 16px;
    font-weight: 800;
}

.ports-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}

.ports-list span {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--muted);
    background: var(--soft);
}

.ports-list strong {
    color: var(--navy);
}

.stats-band {
    padding: 42px 0;
    color: var(--white);
    background: var(--navy);
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
    text-align: center;
}

.stats-grid strong,
.stats-grid span {
    display: block;
}

.stats-grid strong {
    font-size: 38px;
    line-height: 1;
    margin-bottom: 8px;
}

.stats-grid span {
    color: rgba(255, 255, 255, .76);
}

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

.gallery-grid figure {
    position: relative;
    min-height: 260px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
    background: var(--line);
}

.gallery-grid img {
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
    transition: transform .45s ease;
}

.gallery-grid figure:hover img {
    transform: scale(1.05);
}

.gallery-grid figcaption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 46px 18px 18px;
    color: var(--white);
    font-weight: 700;
    background: linear-gradient(0deg, rgba(26, 35, 50, .9), rgba(26, 35, 50, 0));
}

.contact-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, .55fr);
    gap: 48px;
}

.quote-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.quote-form label {
    color: var(--navy);
    font-weight: 700;
}

.quote-form input,
.quote-form select,
.quote-form textarea {
    width: 100%;
    margin-top: 8px;
    padding: 14px 15px;
    border: 1px solid var(--line);
    border-radius: 8px;
    color: var(--ink);
    background: var(--white);
    outline: none;
}

.quote-form input:focus,
.quote-form select:focus,
.quote-form textarea:focus {
    border-color: var(--blue);
    box-shadow: 0 0 0 4px rgba(60, 120, 180, .14);
}

.quote-form .full {
    grid-column: 1 / -1;
}

.quote-form textarea {
    resize: vertical;
}

.contact-card {
    padding: 30px;
    align-self: start;
    color: var(--white);
    background: var(--navy);
    border-color: var(--navy);
}

.contact-card h3 {
    color: var(--white);
    font-size: 24px;
    margin-bottom: 24px;
}

.contact-card ul {
    list-style: none;
    display: grid;
    gap: 18px;
    padding: 0;
    margin: 0;
}

.contact-card li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: rgba(255, 255, 255, .82);
    line-height: 1.45;
}

.contact-card svg {
    flex: 0 0 22px;
    color: #d9ecff;
}

.emergency-box {
    margin-top: 30px;
    padding: 22px;
    border-radius: 8px;
    text-align: center;
    background: var(--red);
}

.emergency-box span,
.emergency-box strong {
    display: block;
}

.emergency-box strong {
    margin-top: 8px;
    font-size: 24px;
}


.emergency-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    margin-top: 14px;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--navy);
    background: var(--white);
    font-weight: 800;
}

.contact-links {
    display: grid;
    gap: 10px;
    margin-top: 24px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, .16);
}

.contact-links a {
    color: #d9ecff;
    font-weight: 700;
}

.contact-links a:hover {
    color: var(--white);
}
.footer {
    padding: 46px 0;
    color: rgba(255, 255, 255, .72);
    background: var(--navy-deep);
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) 1fr;
    gap: 28px;
    align-items: start;
}

.footer img {
    width: 100px;
    margin-bottom: 14px;
}

.footer p {
    max-width: 430px;
    line-height: 1.65;
}

.footer nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 18px;
}

.footer a:hover {
    color: var(--white);
}

.copyright {
    grid-column: 1 / -1;
    margin: 14px 0 0;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, .12);
}

.mobile-contact {
    display: none;
}

@media (max-width: 1040px) {
    .main-nav {
        gap: 14px;
        font-size: 14px;
    }

    .service-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .split,
    .split.reverse,
    .contact-grid {
        grid-template-columns: 1fr;
    }

    .map-card {
        order: 2;
    }
}

@media (max-width: 780px) {
    body {
        padding-bottom: 64px;
    }

    .container {
        width: min(100% - 30px, 1180px);
    }

    .header-inner {
        min-height: 72px;
    }

    .brand {
        min-width: 0;
    }

    .brand img {
        width: 68px;
    }

    .brand strong {
        font-size: 13px;
    }

    .brand small {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        left: 0;
        right: 0;
        top: 72px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 18px 15px 22px;
        background: var(--white);
        border-bottom: 1px solid var(--line);
        box-shadow: var(--shadow);
    }

    .main-nav.is-open {
        display: flex;
    }

    .main-nav a {
        padding: 12px 10px;
    }

    .nav-cta {
        margin-top: 4px;
    }

    .hero,
    .hero-content {
        min-height: 580px;
    }

    .hero-content {
        margin-left: auto;
    }

    .hero-media::after {
        background: linear-gradient(90deg, rgba(37, 53, 74, .94), rgba(37, 53, 74, .72));
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 28px;
    }

    .hero-lead {
        font-size: 17px;
    }

    
.client-logos a {
    transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.client-logos a:hover {
    transform: translateY(-2px);
    border-color: var(--blue);
    box-shadow: 0 12px 26px rgba(26, 35, 50, .12);
}

.client-name {
    color: var(--navy);
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}
.section {
        padding: 64px 0;
    }

    .strength-grid,
    .service-grid,
    .gallery-grid,
    .stats-grid,
    .ports-list,
    .quote-form,
    .footer-grid {
        grid-template-columns: 1fr;
    }

    .image-panel img {
        height: 340px;
    }

    .map-card {
        min-height: auto;
        padding: 18px;
    }

    .map-card svg {
        height: 440px;
    }

    .client-logos a {
        width: 145px;
    }

    .footer nav {
        justify-content: flex-start;
    }

    .mobile-contact {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 60;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        box-shadow: 0 -12px 30px rgba(26, 35, 50, .18);
    }

    .mobile-contact a {
        min-height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
        color: var(--white);
        font-weight: 800;
        background: var(--navy);
    }

    .mobile-contact a + a {
        background: var(--red);
    }
}

