:root {
    --ink: #16212b;
    --muted: #60707f;
    --navy: #10283d;
    --teal: #0f766e;
    --gold: #b58a32;
    --mist: #f3f7f8;
    --line: #dce5e8;
}

body {
    color: var(--ink);
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 74px;
}

a {
    color: var(--teal);
}

.navbar {
    min-height: 74px;
}

.navbar-brand {
    color: var(--navy);
    font-weight: 700;
}

.brand-mark {
    align-items: center;
    background: var(--navy);
    color: #fff;
    display: inline-flex;
    font-size: 0.9rem;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.nav-link {
    color: #354858;
    font-weight: 600;
}

.nav-link.active,
.nav-link:hover {
    color: var(--teal);
}

.btn {
    border-radius: 6px;
    font-weight: 700;
}

.btn-primary {
    background: var(--teal);
    border-color: var(--teal);
}

.btn-primary:hover {
    background: #0c5f58;
    border-color: #0c5f58;
}

.btn-outline-primary {
    border-color: var(--teal);
    color: var(--teal);
}

.btn-outline-primary:hover {
    background: var(--teal);
    border-color: var(--teal);
}

.hero {
    background:
        linear-gradient(90deg, rgba(16, 40, 61, 0.94), rgba(15, 118, 110, 0.78)),
        url("https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?auto=format&fit=crop&w=1800&q=80") center/cover;
    color: #fff;
    min-height: 590px;
    padding: 92px 0 58px;
}

.hero h1,
.page-hero h1 {
    font-size: clamp(2.35rem, 5vw, 4.9rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.02;
    max-width: 980px;
}

.hero .lead,
.page-hero .lead {
    color: rgba(255, 255, 255, 0.86);
    max-width: 780px;
}

.hero-panel {
    border-left: 4px solid var(--gold);
    margin-top: 48px;
    max-width: 880px;
    padding-left: 22px;
}

.metric-strip {
    background: #fff;
    border-bottom: 1px solid var(--line);
    padding: 26px 0;
}

.metric {
    border-left: 3px solid var(--gold);
    padding-left: 16px;
}

.metric strong {
    display: block;
    font-size: 1.45rem;
}

.section {
    padding: 78px 0;
}

.section-muted {
    background: var(--mist);
}

.eyebrow {
    color: var(--gold);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.section-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
}

.text-muted-strong {
    color: var(--muted);
}

.service-card,
.asset-card,
.process-step,
.insight-block {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 8px;
    height: 100%;
    padding: 28px;
}

.service-card i,
.asset-card i {
    color: var(--teal);
    font-size: 1.85rem;
}

.asset-card {
    scroll-margin-top: 100px;
}

.page-hero {
    background:
        linear-gradient(90deg, rgba(16, 40, 61, 0.96), rgba(37, 58, 72, 0.78)),
        url("https://images.unsplash.com/photo-1454165804606-c3d57bc86b40?auto=format&fit=crop&w=1800&q=80") center/cover;
    color: #fff;
    padding: 90px 0 70px;
}

.check-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.check-list li {
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.check-list li::before {
    color: var(--teal);
    content: "\F26A";
    font-family: "bootstrap-icons";
    left: 0;
    position: absolute;
}

.band {
    background: var(--navy);
    color: #fff;
    padding: 64px 0;
}

.band p {
    color: rgba(255, 255, 255, 0.78);
}

.table {
    --bs-table-striped-bg: #f7fafb;
}

.contact-panel {
    background: var(--mist);
    border: 1px solid var(--line);
    border-radius: 8px;
    padding: 32px;
}

.form-control,
.form-select {
    border-radius: 6px;
    padding: 0.78rem 0.9rem;
}

.site-footer {
    background: #101820;
    color: rgba(255, 255, 255, 0.76);
    padding: 58px 0 34px;
}

.footer-brand {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 14px;
}

.footer-heading {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 800;
    margin-bottom: 14px;
    text-transform: uppercase;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
}

.footer-links li {
    margin-bottom: 8px;
}

.footer-disclaimer {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    font-size: 0.78rem;
    margin-top: 34px;
    padding-top: 22px;
}

@media (max-width: 767.98px) {
    body {
        padding-top: 68px;
    }

    .hero {
        min-height: auto;
        padding: 64px 0 42px;
    }

    .section {
        padding: 56px 0;
    }

    .metric {
        margin-bottom: 18px;
    }
}
