:root {
    --ink: #101820;
    --muted: #5e6a75;
    --line: #d9e2ea;
    --panel: #ffffff;
    --bg: #f3f6f8;
    --navy: #061935;
    --navy-2: #0b2448;
    --blue: #0d6f96;
    --blue-2: #1c8bb9;
    --gold: #c7923e;
    --soft: #e9f4f8;
    --radius: 8px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    color: var(--ink);
    background: var(--bg);
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.55;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 76px;
    padding: 14px clamp(20px, 5vw, 72px);
    background: rgba(255, 255, 255, .94);
    border-bottom: 1px solid rgba(217, 226, 234, .9);
    backdrop-filter: blur(14px);
}
.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-weight: 800;
    color: var(--navy);
    letter-spacing: 0;
}
.brand img {
    width: 42px;
    height: 42px;
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 5px;
    background: #fff;
}
.site-nav { display: flex; align-items: center; gap: 28px; font-weight: 700; color: #253341; }
.site-nav a { padding: 8px 0; border-bottom: 2px solid transparent; }
.site-nav a:hover { border-color: var(--blue); color: var(--blue); }
.nav-toggle { display: none; }

.hero {
    position: relative;
    min-height: calc(100vh - 76px);
    display: grid;
    align-items: end;
    overflow: hidden;
    color: #fff;
}
.hero-media {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(6, 25, 53, .95), rgba(6, 25, 53, .72) 48%, rgba(6, 25, 53, .30)),
        url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1600,h=1000,fit=crop/m5KM0jQ3egTVQpgx/pixlr-image-generator-19e0c16b-9577-4690-9a3f-1badd22ee1c1-YleWVZkPXyCp8w49.png") center / cover;
    transform: scale(1.02);
}
.hero-overlay {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(0deg, var(--bg), transparent);
}
.hero-inner {
    position: relative;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 74px 0 70px;
}
.eyebrow {
    margin: 0 0 12px;
    color: var(--gold);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.hero h1 {
    max-width: 850px;
    margin: 0;
    font-size: clamp(42px, 6vw, 76px);
    line-height: .98;
    letter-spacing: 0;
}
.hero-copy {
    max-width: 660px;
    margin: 22px 0 0;
    color: #dce7ef;
    font-size: 19px;
}
.hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 30px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 18px;
    border-radius: 6px;
    border: 1px solid transparent;
    font-weight: 800;
    cursor: pointer;
}
.button.primary { background: var(--blue); color: #fff; }
.button.primary:hover { background: #095b7d; }
.button.ghost { color: #fff; border-color: rgba(255,255,255,.55); background: rgba(255,255,255,.07); }
.button.ghost:hover { background: rgba(255,255,255,.14); }
.hero-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 820px;
    margin: 54px 0 0;
    border-top: 1px solid rgba(255,255,255,.25);
}
.hero-stats div {
    padding: 22px 24px 0 0;
}
.hero-stats dt {
    font-size: 30px;
    font-weight: 900;
}
.hero-stats dd {
    margin: 3px 0 0;
    color: #d7e4ed;
}

.section {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 86px 0;
}
.section-heading {
    max-width: 740px;
}
h2 {
    margin: 0;
    color: var(--navy);
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.08;
    letter-spacing: 0;
}
h3 {
    margin: 0;
    color: var(--navy);
    font-size: 20px;
    line-height: 1.25;
}
p { margin: 0; }
.intro {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 60px;
}
.intro-copy {
    display: grid;
    gap: 18px;
    color: #314252;
    font-size: 18px;
}
.service-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.service-card {
    overflow: hidden;
    background: var(--panel);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: 0 16px 40px rgba(6, 25, 53, .07);
}
.service-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}
.service-card div { padding: 22px; }
.service-card p { margin-top: 10px; color: var(--muted); }

.band {
    background: var(--navy);
    color: #fff;
}
.band-inner {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
    padding: 82px 0;
}
.band h2 { color: #fff; }
.capability-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 34px;
    background: rgba(255,255,255,.16);
    border: 1px solid rgba(255,255,255,.16);
}
.capability {
    min-height: 250px;
    padding: 24px;
    background: var(--navy-2);
}
.capability span {
    display: inline-block;
    margin-bottom: 36px;
    color: var(--gold);
    font-weight: 900;
}
.capability h3 { color: #fff; }
.capability p { margin-top: 10px; color: #c9d8e5; }

.split {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 64px;
    align-items: center;
}
.split p:not(.eyebrow) {
    margin-top: 18px;
    color: #314252;
    font-size: 18px;
}
.certificates {
    display: grid;
    gap: 12px;
}
.certificates div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    align-items: center;
    padding: 22px;
    background: #fff;
    border: 1px solid var(--line);
    border-left: 4px solid var(--blue);
    border-radius: var(--radius);
    box-shadow: 0 12px 28px rgba(6, 25, 53, .05);
}
.certificates strong { color: var(--navy); font-size: 22px; }
.certificates span { color: var(--muted); text-align: right; }

.process { padding-top: 20px; }
.process-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 32px;
}
.process-grid div {
    padding: 26px;
    background: var(--soft);
    border: 1px solid #d2e5ed;
    border-radius: var(--radius);
}
.process-grid span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    margin-bottom: 38px;
    border-radius: 50%;
    background: var(--navy);
    color: #fff;
    font-weight: 900;
}
.process-grid p { margin-top: 10px; color: var(--muted); }

.contact {
    display: grid;
    grid-template-columns: .95fr 1.05fr;
    gap: 60px;
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto 90px;
    padding: 42px;
    background:
        linear-gradient(135deg, rgba(6, 25, 53, .96), rgba(11, 36, 72, .92)),
        url("https://assets.zyrosite.com/cdn-cgi/image/format=auto,w=1200,h=700,fit=crop/m5KM0jQ3egTVQpgx/pixlr-image-generator-babf3c13-727b-4e37-a31e-1b6c03725c19-YBg7KeobJasxRkbG.png") center / cover;
    border-radius: var(--radius);
    color: #fff;
}
.contact h2 { color: #fff; }
.contact-content > p:not(.eyebrow) {
    margin-top: 18px;
    color: #d7e4ed;
    font-size: 18px;
}
.contact-lines {
    display: grid;
    gap: 8px;
    margin-top: 30px;
    color: #fff;
    font-weight: 800;
}
.contact-lines a:hover { color: var(--gold); }
.contact-form {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    padding: 22px;
    background: rgba(255,255,255,.96);
    border-radius: var(--radius);
    color: var(--ink);
}
label {
    display: grid;
    gap: 6px;
    color: #334453;
    font-size: 13px;
    font-weight: 800;
}
.full { grid-column: 1 / -1; }
input, textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 6px;
    padding: 11px 12px;
    font: inherit;
    color: var(--ink);
    background: #fff;
}
textarea { resize: vertical; }
.form-status {
    display: none;
    margin: 0;
    padding: 11px 12px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}
.form-status:not(:empty) { display: block; }
.form-status-success {
    border: 1px solid #b9e5c8;
    background: #eefaf2;
    color: #11633a;
}
.form-status-error {
    border: 1px solid #ffc9c1;
    background: #fff0ed;
    color: #9e2618;
}
.contact-form button:disabled {
    opacity: .72;
    cursor: wait;
}

.site-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 30px clamp(20px, 5vw, 72px);
    background: #071424;
    color: #d9e5ef;
}
.site-footer div {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
}
.site-footer img {
    width: 34px;
    height: 34px;
    border-radius: 6px;
    background: #fff;
    padding: 4px;
}
.site-footer p { color: #9eb1c3; }

@media (max-width: 920px) {
    .nav-toggle {
        display: inline-grid;
        gap: 5px;
        width: 42px;
        height: 42px;
        place-content: center;
        border: 1px solid var(--line);
        border-radius: 6px;
        background: #fff;
    }
    .nav-toggle span {
        display: block;
        width: 20px;
        height: 2px;
        background: var(--navy);
    }
    .site-nav {
        position: absolute;
        top: 75px;
        left: 20px;
        right: 20px;
        display: none;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding: 10px;
        background: #fff;
        border: 1px solid var(--line);
        border-radius: var(--radius);
        box-shadow: 0 18px 35px rgba(6, 25, 53, .12);
    }
    .site-nav.open { display: flex; }
    .site-nav a { padding: 12px; }
    .hero { min-height: auto; }
    .hero-inner { padding: 78px 0 54px; }
    .hero h1 { font-size: 42px; }
    .hero-stats, .intro, .service-grid, .capability-grid, .split, .process-grid, .contact, .site-footer {
        grid-template-columns: 1fr;
    }
    .contact { padding: 28px; }
    .site-footer {
        display: grid;
        text-align: left;
    }
}

@media (max-width: 560px) {
    .site-header { padding-inline: 16px; }
    .brand span { max-width: 180px; line-height: 1.2; }
    .hero-inner, .section, .band-inner, .contact { width: min(100% - 28px, 1180px); }
    .hero-actions { display: grid; }
    .hero-stats { margin-top: 34px; }
    .hero-stats div { padding: 16px 0 0; }
    .section { padding: 62px 0; }
    .service-card div, .capability, .process-grid div { padding: 20px; }
    .contact-form { grid-template-columns: 1fr; padding: 18px; }
    .certificates div {
        display: grid;
        gap: 4px;
    }
    .certificates span { text-align: left; }
}
