/* =========================================================
   METBRIDGE
   Shared Design System
   ========================================================= */


/* ---------------------------------------------------------
   Reset / Base
   --------------------------------------------------------- */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #172033;
    background: #ffffff;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: inherit;
}

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


/* ---------------------------------------------------------
   Layout
   --------------------------------------------------------- */

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

.narrow {
    max-width: 850px;
}

.section {
    padding: 110px 0;
}

.section-alt {
    background: #f5f7fa;
}

.section-link {
    margin-top: 35px;
}


/* ---------------------------------------------------------
   Typography
   --------------------------------------------------------- */

.eyebrow {
    margin: 0 0 18px;
    color: #1487d4;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.lead {
    margin: 0;
    color: #5e687a;
    font-size: 20px;
}

.section-heading,
.cyber-section-header,
.aero-section-header {
    max-width: 760px;
    margin-bottom: 55px;
}

.section-heading h2,
.cyber-section-header h2,
.aero-section-header h2 {
    margin: 0 0 18px;
    color: #18254a;
    font-size: 50px;
    line-height: 1.08;
    letter-spacing: -2px;
}

.section-heading p,
.cyber-section-header p,
.aero-section-header p {
    color: #5e687a;
    font-size: 18px;
}


/* ---------------------------------------------------------
   Buttons
   --------------------------------------------------------- */

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 24px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 700;
    transition:
        background-color 0.2s ease,
        color 0.2s ease,
        transform 0.2s ease;
}

.button-primary {
    background: #1487d4;
    color: #ffffff;
}

.button-primary:hover {
    background: #0f77bd;
    transform: translateY(-1px);
}

.button-secondary {
    border: 1px solid #9aa6be;
    color: #ffffff;
}

.button-secondary:hover {
    background: #26375f;
}

.text-link {
    display: inline-block;
    color: #18254a;
    text-decoration: none;
    font-weight: 800;
}

.text-link:hover {
    color: #1487d4;
}


/* =========================================================
   SHARED DIVISION HEADER
   Used by Cyber and Aerospace
   ========================================================= */

.cyber-header,
.aero-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #dde3ea;
}

.cyber-nav-wrap,
.aero-nav-wrap {
    position: relative;
    min-height: 78px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.cyber-brand,
.aero-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.cyber-main-nav,
.aero-main-nav {
    display: flex;
    align-items: center;
    gap: 27px;
}

.cyber-main-nav a,
.aero-main-nav a {
    color: #18254a;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
}

.cyber-main-nav a:hover,
.aero-main-nav a:hover {
    color: #1487d4;
}

.group-link {
    padding-left: 25px;
    border-left: 1px solid #dde3ea;
    color: #5e687a !important;
}

.group-link:hover {
    color: #1487d4 !important;
}

.mobile-menu-button {
    display: none;
    padding: 5px;
    border: 0;
    background: transparent;
    color: #18254a;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
}


/* =========================================================
   SHARED DIVISION HERO
   ========================================================= */

.cyber-hero,
.aero-hero {
    position: relative;
    overflow: hidden;
    min-height: 670px;
    display: flex;
    align-items: center;
    color: #ffffff;
}

.cyber-hero-content,
.aero-hero-content {
    position: relative;
    z-index: 2;
    max-width: 920px;
    padding: 115px 0;
}

.cyber-kicker,
.aero-kicker {
    margin: 0 0 20px;
    color: #69c4ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.cyber-hero h1,
.aero-hero h1 {
    margin: 0;
    max-width: 900px;
    font-size: 70px;
    line-height: 1.02;
    letter-spacing: -3px;
}

.cyber-hero-description,
.aero-hero-description {
    max-width: 760px;
    margin: 30px 0 0;
    color: #d4dbea;
    font-size: 21px;
    line-height: 1.65;
}

.cyber-hero-actions,
.aero-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 42px;
}


/* =========================================================
   SHARED DIVISION INTRODUCTION
   ========================================================= */

.cyber-intro,
.aero-intro {
    padding: 100px 0;
}

.cyber-intro-grid,
.aero-intro-grid {
    display: grid;
    grid-template-columns: 0.85fr 1.15fr;
    gap: 90px;
    align-items: start;
}

.cyber-intro h2,
.aero-intro h2 {
    margin: 0;
    color: #18254a;
    font-size: 46px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.cyber-intro-copy,
.aero-intro-copy {
    color: #5e687a;
    font-size: 18px;
}

.cyber-intro-copy p:first-child,
.aero-intro-copy p:first-child {
    margin-top: 0;
}


/* =========================================================
   SHARED SERVICE SECTIONS
   ========================================================= */

.cyber-services,
.aero-services {
    padding: 110px 0;
    background: #f5f7fa;
}

.cyber-services-grid,
.aero-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.cyber-service-card,
.aero-service-card {
    min-height: 310px;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #dde3ea;
}

.cyber-service-number,
.aero-service-number {
    color: #1487d4;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
}

.cyber-service-card h3,
.aero-service-card h3 {
    margin: 24px 0 14px;
    color: #18254a;
    font-size: 23px;
    line-height: 1.2;
}

.cyber-service-card p,
.aero-service-card p {
    margin: 0;
    color: #5e687a;
}

.cyber-service-card a,
.aero-service-card a {
    margin-top: 28px;
    color: #18254a;
    text-decoration: none;
    font-weight: 800;
}

.cyber-service-card a:hover,
.aero-service-card a:hover {
    color: #1487d4;
}


/* =========================================================
   SHARED DARK FEATURE SECTIONS
   ========================================================= */

.approach-section,
.benefits-section {
    padding: 110px 0;
    background: #18254a;
    color: #ffffff;
}

.approach-section .cyber-section-header h2,
.benefits-section .aero-section-header h2 {
    color: #ffffff;
}

.approach-section .cyber-section-header p,
.benefits-section .aero-section-header p {
    color: #c9d0df;
}

.approach-grid,
.benefits-grid {
    margin-top: 55px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

.approach-item,
.benefit-item {
    padding-top: 28px;
    border-top: 1px solid #52617f;
}

.approach-number,
.benefit-number {
    color: #69c4ff;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
}

.approach-item h3,
.benefit-item h3 {
    margin: 16px 0 10px;
    font-size: 24px;
}

.approach-item p,
.benefit-item p {
    color: #c9d0df;
}


/* =========================================================
   SHARED CTA
   ========================================================= */

.cyber-cta,
.aero-cta {
    padding: 100px 0;
    background: #1487d4;
    color: #ffffff;
}

.cyber-cta-wrap,
.aero-cta-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 60px;
}

.cyber-cta h2,
.aero-cta h2 {
    margin: 0 0 15px;
    font-size: 44px;
    line-height: 1.1;
    letter-spacing: -2px;
}

.cyber-cta p,
.aero-cta p {
    margin: 0;
    max-width: 680px;
    font-size: 18px;
}

.cyber-cta-button,
.aero-cta-button {
    flex-shrink: 0;
    min-height: 52px;
    padding: 0 26px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: #ffffff;
    color: #18254a;
    text-decoration: none;
    font-weight: 800;
}

.cyber-cta-button:hover,
.aero-cta-button:hover {
    background: #f1f5f9;
}


/* =========================================================
   SHARED DIVISION FOOTER
   ========================================================= */

.cyber-footer,
.aero-footer {
    padding: 65px 0 30px;
    background: #0f1833;
    color: #ffffff;
}

.cyber-footer-top,
.aero-footer-top {
    display: grid;
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 60px;
}

.cyber-footer-brand,
.aero-footer-brand {
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
}

.cyber-footer-brand span,
.aero-footer-brand span {
    color: #69c4ff;
}

.cyber-footer p,
.aero-footer p {
    color: #aeb6c7;
}

.cyber-footer h4,
.aero-footer h4 {
    margin-top: 0;
    margin-bottom: 18px;
    font-size: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cyber-footer-links,
.aero-footer-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cyber-footer-links a,
.aero-footer-links a {
    color: #bec6d5;
    text-decoration: none;
}

.cyber-footer-links a:hover,
.aero-footer-links a:hover {
    color: #ffffff;
}

.cyber-footer-bottom,
.aero-footer-bottom {
    margin-top: 50px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid #303a55;
    color: #8f98aa;
    font-size: 13px;
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media screen and (max-width: 1000px) {

    .cyber-services-grid,
    .aero-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .cyber-intro-grid,
    .aero-intro-grid {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .approach-grid,
    .benefits-grid {
        grid-template-columns: 1fr;
    }

    .cyber-footer-top,
    .aero-footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .cyber-footer-top > div:first-child,
    .aero-footer-top > div:first-child {
        grid-column: 1 / -1;
    }
}


@media screen and (max-width: 760px) {

    .container {
        width: calc(100% - 30px);
    }

    .mobile-menu-button {
        display: block;
    }

    .cyber-main-nav,
    .aero-main-nav {
        display: none;
        position: absolute;
        top: 78px;
        left: -15px;
        right: -15px;
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        background: #ffffff;
        border-bottom: 1px solid #dde3ea;
        box-shadow: 0 8px 20px rgba(15, 24, 51, 0.08);
    }

    .cyber-main-nav.open,
    .aero-main-nav.open {
        display: flex;
    }

    .group-link {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        border-top: 1px solid #dde3ea;
        border-left: 0;
    }

    .cyber-hero,
    .aero-hero {
        min-height: 600px;
    }

    .cyber-hero h1,
    .aero-hero h1 {
        font-size: 48px;
        letter-spacing: -2px;
    }

    .cyber-hero-description,
    .aero-hero-description {
        font-size: 18px;
    }

    .cyber-services-grid,
    .aero-services-grid {
        grid-template-columns: 1fr;
    }

    .section-heading h2,
    .cyber-section-header h2,
    .aero-section-header h2 {
        font-size: 38px;
    }

    .cyber-cta-wrap,
    .aero-cta-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .cyber-footer-top,
    .aero-footer-top {
        grid-template-columns: 1fr;
    }

    .cyber-footer-top > div:first-child,
    .aero-footer-top > div:first-child {
        grid-column: auto;
    }

    .cyber-footer-bottom,
    .aero-footer-bottom {
        flex-direction: column;
    }
}


@media screen and (max-width: 500px) {

    .cyber-hero h1,
    .aero-hero h1 {
        font-size: 40px;
    }

    .cyber-hero-actions,
    .aero-hero-actions {
        flex-direction: column;
    }

    .cyber-hero-actions .button,
    .aero-hero-actions .button {
        width: 100%;
    }

    .cyber-cta h2,
    .aero-cta h2 {
        font-size: 36px;
    }
}
/* =========================================================
   METBRIDGE CORPORATE HOMEPAGE
   ========================================================= */


/* ---------------------------------------------------------
   Corporate Header
   --------------------------------------------------------- */

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    border-bottom: 1px solid #dde3ea;
}

.nav-wrap {
    position: relative;
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #18254a;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 2px;
}

.brand img {
    display: block;
    width: 140px;
    max-width: 100%;
    height: auto;
}

.main-nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

.main-nav a {
    color: #18254a;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

.main-nav a:hover {
    color: #1487d4;
}

.main-nav a[aria-current="page"] {
    color: #1487d4;
}


/* ---------------------------------------------------------
   Corporate Hero
   --------------------------------------------------------- */

.hero {
    min-height: 650px;
    display: flex;
    align-items: center;
    background: #18254a;
    color: #ffffff;
}

.hero-content {
    max-width: 900px;
    padding: 110px 0;
}

.hero .eyebrow {
    color: #69c4ff;
}

.hero h1 {
    margin: 0;
    max-width: 900px;
    color: #ffffff;
    font-size: 70px;
    line-height: 1.02;
    letter-spacing: -3px;
}

.hero-text {
    max-width: 720px;
    margin: 30px 0 0;
    color: #d6dce8;
    font-size: 22px;
    line-height: 1.6;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 42px;
}


/* ---------------------------------------------------------
   Corporate Section Heading
   --------------------------------------------------------- */

.section-heading {
    max-width: 720px;
    margin-bottom: 55px;
}

.section-heading h2 {
    margin: 0 0 20px;
    color: #18254a;
    font-size: 52px;
    line-height: 1.08;
    letter-spacing: -2px;
}

.section-heading > p:last-child {
    color: #5e687a;
    font-size: 18px;
}


/* ---------------------------------------------------------
   Business Cards
   --------------------------------------------------------- */

.business-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.business-card {
    min-height: 470px;
    padding: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #dde3ea;
    border-radius: 8px;
}

.business-card h3 {
    margin: 12px 0 20px;
    color: #18254a;
    font-size: 32px;
    line-height: 1.18;
}

.business-card p {
    color: #5e687a;
}

.business-card ul {
    margin: 28px 0 0;
    padding-left: 20px;
}

.business-card li {
    margin: 8px 0;
}

.cyber-card {
    border-top: 5px solid #18254a;
}

.aerospace-card {
    border-top: 5px solid #1487d4;
}

.card-label {
    margin: 0;
    color: #1487d4 !important;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   Corporate About
   --------------------------------------------------------- */

.section-alt {
    background: #f5f7fa;
}


/* ---------------------------------------------------------
   Corporate Contact
   --------------------------------------------------------- */

.contact-section {
    background: #18254a;
    color: #ffffff;
}

.contact-section h2 {
    color: #ffffff;
}

.contact-section p {
    max-width: 700px;
    color: #d6dce8;
}

.contact-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}


/* ---------------------------------------------------------
   Corporate Internal Pages
   --------------------------------------------------------- */

.corporate-page-hero {
    padding: 115px 0;
    background: #18254a;
    color: #ffffff;
}

.corporate-page-hero .eyebrow {
    color: #69c4ff;
}

.corporate-page-hero h1 {
    margin: 0;
    max-width: 900px;
    font-size: 64px;
    line-height: 1.04;
    letter-spacing: -3px;
}

.corporate-page-hero > .container > p:last-child {
    max-width: 760px;
    margin: 28px 0 0;
    color: #d6dce8;
    font-size: 20px;
}

.corporate-content-section {
    padding: 110px 0;
}

.contact-options {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px;
}

.contact-option {
    padding: 42px;
    border: 1px solid #dde3ea;
    border-radius: 8px;
}

.contact-option h2 {
    margin: 14px 0 18px;
    color: #18254a;
    font-size: 30px;
    line-height: 1.2;
}

.contact-option > p:not(.card-label) {
    min-height: 58px;
    color: #5e687a;
}

.contact-option .button {
    margin-top: 18px;
}

.contact-direct {
    margin: 40px 0 0;
    color: #5e687a;
    font-size: 17px;
}

.contact-direct a,
.legal-content a {
    color: #1487d4;
    font-weight: 700;
}

.legal-content {
    max-width: 850px;
}

.legal-content h2 {
    margin: 42px 0 12px;
    color: #18254a;
    font-size: 28px;
    line-height: 1.2;
}

.legal-content p {
    color: #5e687a;
    font-size: 17px;
}

.legal-content .legal-updated {
    margin-top: 0;
    color: #18254a;
    font-weight: 700;
}


/* ---------------------------------------------------------
   Corporate Footer
   --------------------------------------------------------- */

.site-footer {
    padding: 60px 0 30px;
    background: #0f1833;
    color: #ffffff;
}

.footer-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.footer-brand {
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: 2px;
}

.site-footer p {
    color: #aeb6c7;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 24px;
}

.footer-links a {
    color: #c9cfda;
    text-decoration: none;
}

.footer-links a:hover {
    color: #ffffff;
}

.footer-bottom {
    grid-column: 1 / -1;
    padding-top: 30px;
    border-top: 1px solid #313b57;
    color: #8f98aa;
    font-size: 14px;
}


/* =========================================================
   CORPORATE RESPONSIVE
   ========================================================= */

@media screen and (max-width: 800px) {

    .main-nav {
        gap: 18px;
    }

    .hero h1 {
        font-size: 56px;
    }

    .section-heading h2 {
        font-size: 42px;
    }

    .business-grid {
        grid-template-columns: 1fr;
    }

    .contact-options {
        grid-template-columns: 1fr;
    }

    .contact-wrap {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer-wrap {
        grid-template-columns: 1fr;
    }

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


@media screen and (max-width: 600px) {

    .nav-wrap {
        min-height: 68px;
    }

    .brand img {
        width: 120px;
    }

    .main-nav {
        display: none;
    }

    .hero {
        min-height: 570px;
    }

    .hero-content {
        padding: 80px 0;
    }

    .hero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .hero-text {
        font-size: 18px;
    }

    .business-card {
        min-height: auto;
        padding: 30px;
    }

    .business-card h3 {
        font-size: 27px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .button {
        width: 100%;
    }

    .corporate-page-hero {
        padding: 85px 0;
    }

    .corporate-page-hero h1 {
        font-size: 42px;
        letter-spacing: -1px;
    }

    .corporate-page-hero > .container > p:last-child {
        font-size: 18px;
    }

    .corporate-content-section {
        padding: 75px 0;
    }

    .contact-option {
        padding: 30px;
    }
}


@media screen and (max-width: 1250px) {

    .aero-header .mobile-menu-button {
        display: block;
    }

    .aero-main-nav {
        display: none;
        position: absolute;
        top: 78px;
        left: -15px;
        right: -15px;
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        background: #ffffff;
        border-bottom: 1px solid #dde3ea;
        box-shadow: 0 8px 20px rgba(15, 24, 51, 0.08);
    }

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

    .aero-main-nav .group-link {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        border-top: 1px solid #dde3ea;
        border-left: 0;
    }
}


@media screen and (max-width: 1080px) {

    .cyber-header .mobile-menu-button {
        display: block;
    }

    .cyber-main-nav {
        display: none;
        position: absolute;
        top: 78px;
        left: -15px;
        right: -15px;
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        background: #ffffff;
        border-bottom: 1px solid #dde3ea;
        box-shadow: 0 8px 20px rgba(15, 24, 51, 0.08);
    }

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

    .cyber-main-nav .group-link {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
        border-top: 1px solid #dde3ea;
        border-left: 0;
    }
}


@media screen and (max-width: 760px) {

    .site-header .main-nav {
        display: none;
        position: absolute;
        top: 76px;
        left: -15px;
        right: -15px;
        padding: 25px;
        flex-direction: column;
        align-items: flex-start;
        background: #ffffff;
        border-bottom: 1px solid #dde3ea;
        box-shadow: 0 8px 20px rgba(15, 24, 51, 0.08);
    }

    .site-header .main-nav.open {
        display: flex;
    }
}
