* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #222;
    background: #ffffff;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}


/* Header */

/* Header */

header {
    background: #ffffff;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img {
    height: 34px;
    width: auto;
    display: block;
}

nav {
    display: flex;
    align-items: center;
    gap: 30px;
}

nav a {
    color: #002147;
    text-decoration: none;
    font-size: 14px;
    white-space: nowrap;
}

nav a:hover {
    color: #BF0A30;
}


/* Hero */

/* Hero */

.hero {
    min-height: 560px;
    background-image: linear-gradient(
        rgba(0, 35, 80, 0.35),
        rgba(0, 35, 80, 0.35)
    ), url("/static/FreightExcel-bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: white;
}

.hero-overlay {
    min-height: 560px;
    display: flex;
    align-items: center;
    text-align: center;
}

.hero h1 {
    font-size: 48px;
    margin: 0 0 20px;
    font-weight: 700;
}

.hero p {
    font-size: 20px;
    line-height: 1.5;
    max-width: 700px;
    margin: 0 auto 35px;
}

.lookup-box {
    max-width: 740px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.97);
    border-radius: 10px;
    color: #222;
    text-align: left;
    box-shadow: 0 10px 35px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.lookup-tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
}

.lookup-tabs button {
    background: none;
    border: none;
    padding: 16px 25px;
    color: #002147;
    cursor: pointer;
}

.lookup-tabs bu0#002147tton.active {
    border-bottom: 2px solid #002147;
    font-weight: bold;
}

.lookup-form {
    display: flex;
    gap: 12px;
    padding: 20px 18px 10px;
    align-items: end;
}

.lookup-input {
    flex: 1;
}

.lookup-input label {
    display: block;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}

.lookup-input input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccd3dc;
    border-radius: 5px;
    font-size: 14px;
}

.search-button {
    padding: 12px 30px;
    border: none;
    border-radius: 5px;
    background: #002147;
    color: white;
    font-weight: bold;
    cursor: pointer;
}

.lookup-note {
    padding: 0 18px 16px;
    font-size: 12px;
    color: #64748b;
}


/* Features */

.features {
    padding: 80px 0;
    text-align: center;
}

.features h2 {
    font-size: 36px;
    color: #002147;
    margin-bottom: 50px;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.feature {
    padding: 35px 25px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.feature h3 {
    color: #002147;
    font-size: 22px;
}

.feature p {
    line-height: 1.6;
    color: #555;
}


/* Footer */

footer {
    background: #002147;
    color: white;
    text-align: center;
    padding: 25px 0;
}
/* Services CTA */

/* Services CTA */

.services-cta {
    padding: 65px 0 75px;
    text-align: center;
    background: #f4f7fa;
}

.services-cta .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.services-cta h2 {
    color: #002147;
    font-size: 32px;
    margin: 0 0 15px;
}

.services-cta p {
    color: #555;
    font-size: 17px;
    max-width: 650px;
    margin: 0 auto 30px;
    line-height: 1.6;
}

.cta-button {
    display: inline-block;
    padding: 14px 30px;
    background: #BF0A30;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
}

.cta-button:hover {
    opacity: 0.9;
}
/* How It Works */
/* How It Works */

.how-it-works {
    background: #ffffff;
    padding: 42px 0 0;
    text-align: center;
}

.section-eyebrow {
    color: #002147;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.4px;
    margin-bottom: 6px;
}

.how-it-works h2 {
    color: #002147;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 8px;
}

.section-subtitle {
    color: #4f6480;
    font-size: 15px;
    margin: 0 auto 30px;
}


/* Steps */

.steps {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 850px;
    margin: 0 auto;
}

.step {
    width: 210px;
}

.step-icon-wrapper {
    position: relative;
    width: 84px;
    height: 84px;
    margin: 0 auto 14px;
}

.step-icon {
    width: 84px;
    height: 84px;
    border-radius: 50%;
    background: #eaf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.step-icon svg {
    width: 40px;
    height: 40px;
    fill: none;
    stroke: #002147;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.step-number {
    position: absolute;
    top: -2px;
    left: -5px;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    background: #002147;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    z-index: 2;
}

.step h3 {
    color: #002147;
    font-size: 15px;
    margin: 0 0 7px;
}

.step p {
    color: #4f6480;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
}

.step-arrow {
    color: #a8bdd8;
    font-size: 27px;
    margin: 0 18px;
    padding-bottom: 45px;
}


/* Trust Bar */

.trust-bar {
    max-width: 1000px;
    margin: 34px auto 0;
    padding: 18px 0 22px;
    border-top: 1px solid #dce5ef;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
}

.trust-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 55px;
}

.trust-item + .trust-item {
    border-left: 1px solid #dce5ef;
}

.trust-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #eaf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.trust-icon svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: #002147;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.trust-item h3 {
    color: #002147;
    font-size: 15px;
    margin: 0 0 4px;
}

.trust-item p {
    color: #4f6480;
    font-size: 15px;
    line-height: 1.4;
    margin: 0;
}
/* Mobile Responsive */

@media (max-width: 768px) {

    /* Header */

    header {
        padding: 12px 0;
    }

    header .container {
        flex-direction: column;
        gap: 12px;
    }

    .logo img {
        height: 32px;
    }

    nav {
        gap: 18px;
        justify-content: center;
        flex-wrap: wrap;
    }

    nav a {
        font-size: 13px;
    }


    /* Hero */

    .hero {
        min-height: auto;
    }

    .hero-overlay {
        padding: 55px 20px;
    }

    .hero h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .hero p {
        font-size: 14px;
        line-height: 1.5;
    }

    .lookup-box {
        width: 100%;
        max-width: 500px;
        margin: 25px auto 0;
    }

    .lookup-form {
        flex-direction: column;
        gap: 12px;
    }

    .lookup-input {
        width: 100%;
    }

    .search-button {
        width: 100%;
    }


    /* How It Works */

    .how-it-works {
        padding: 38px 20px 0;
    }

    .how-it-works h2 {
        font-size: 27px;
    }

    .section-subtitle {
        font-size: 13px;
        margin-bottom: 28px;
    }

    .steps {
        flex-direction: column;
        gap: 25px;
    }

    .step {
        width: 100%;
        max-width: 280px;
    }

    .step-arrow {
        transform: rotate(90deg);
        margin: 0;
        padding: 0;
        height: 20px;
    }


    /* Trust Bar */

    .trust-bar {
        grid-template-columns: 1fr;
        margin-top: 30px;
        padding: 18px 0 22px;
    }

    .trust-item {
        justify-content: flex-start;
        padding: 15px 10px;
    }

    .trust-item + .trust-item {
        border-left: none;
        border-top: 1px solid #dce5ef;
    }


    /* Services */

    .services-cta {
        padding: 45px 20px;
    }

    .services-cta h2 {
        font-size: 27px;
    }

    .services-cta p {
        font-size: 14px;
    }

    .cta-button {
        width: 100%;
        max-width: 280px;
        box-sizing: border-box;
    }


    /* Footer */

    footer {
        padding: 12px 20px;
    }
}
/* Our Services Page */

.our-services {
    background: #f5f7fa;
    padding: 65px 20px 75px;
    min-height: 600px;
    text-align: center;
}

.our-services .container {
    max-width: 1100px;
    margin: 0 auto;
}

.our-services h1 {
    color: #002147;
    font-size: 38px;
    margin: 0 0 12px;
}

.services-intro {
    color: #4f6480;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto 45px;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    max-width: 850px;
    margin: 0 auto;
}

.service-card {
    background: white;
    padding: 32px 28px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
}

.service-icon {
    font-size: 32px;
    margin-bottom: 15px;
}

.service-card h2 {
    color: #002147;
    font-size: 20px;
    margin: 0 0 12px;
}

.service-card p {
    color: #4f6480;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 auto 22px;
    max-width: 330px;
}

.service-button {
    display: inline-block;
    background: #BF0A30;
    color: white;
    text-decoration: none;
    padding: 11px 24px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.service-button:hover {
    opacity: 0.9;
}

.service-coming-soon {
    display: inline-block;
    color: #002147;
    font-size: 13px;
    font-weight: bold;
}


/* Our Services - Mobile */

@media (max-width: 768px) {

    .our-services {
        padding: 50px 20px 60px;
    }

    .our-services h1 {
        font-size: 30px;
    }

    .services-intro {
        font-size: 14px;
        margin-bottom: 30px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-card {
        padding: 28px 22px;
    }
}
.services-hero {
    background:
        linear-gradient(
            rgba(0, 33, 71, 0.72),
            rgba(0, 33, 71, 0.72)
        ),
        url("/static/FreightExcel-services-bg.png");

    background-size: cover;
    background-position: center;

    padding: 75px 20px;
    color: white;
}

.services-hero-content {
    max-width: 1100px;
    margin: 0 auto;
}

.services-hero h1 {
    font-size: 52px;
    margin: 8px 0 15px;
}

.services-hero p {
    font-size: 19px;
    max-width: 650px;
    line-height: 1.6;
    margin: 0;
}
/* =========================================
   OUR SERVICES - FINAL DESIGN
========================================= */

.services-hero {
    width: 100%;
    min-height: 340px;

    background:
        linear-gradient(
            rgba(0, 33, 71, 0.72),
            rgba(0, 33, 71, 0.72)
        ),
        url("/static/FreightExcel-services-bg.png");

    background-size: cover;
    background-position: center;

    display: flex;
    align-items: center;

    color: white;
    box-sizing: border-box;
}

.services-hero-content {
    width: 1100px;
    max-width: calc(100% - 40px);
    margin: 0 auto;
}

.services-hero .section-eyebrow {
    color: #dce5ef;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 8px;
}

.services-hero h1 {
    color: white;
    font-size: 52px;
    line-height: 1.1;
    margin: 0 0 14px;
}

.services-hero p {
    color: white;
    font-size: 18px;
    line-height: 1.6;
    max-width: 650px;
    margin: 0;
}


/* =========================================
   SERVICES SECTION
========================================= */

.services-section {
    width: 100%;
    background: #f5f7fa;
    padding: 60px 20px 70px;
    box-sizing: border-box;
}

.services-section > .container {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}


/* Section heading */

.services-heading {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
}

.services-heading .section-eyebrow {
    color: #6683a8;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.services-heading h2 {
    color: #002147;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 10px;
}

.services-heading p {
    color: #4f6480;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
}


/* =========================================
   SERVICE CARDS
========================================= */

.services-grid {
    width: 100%;

    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));

    gap: 24px;

    margin: 0;
}


.service-card {
    background: white;

    min-height: 255px;

    padding: 30px;

    border-radius: 10px;

    border: 1px solid #e4eaf0;

    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);

    box-sizing: border-box;
}


/* Top row */

.service-card-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 18px;
}


/* Icons */

.service-icon {
    width: 58px;
    height: 58px;

    border-radius: 50%;

    background: #eaf3ff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
}


/* Coming March 2027 */

.service-status.upcoming {
    background: #e7f0fb;
    color: #002147;

    padding: 7px 12px;

    border-radius: 20px;

    font-size: 11px;
    font-weight: 700;
}


/* Card headings */

.service-card h3 {
    color: #002147;

    font-size: 20px;

    margin: 0 0 10px;
}


/* Card descriptions */

.service-card p {
    color: #4f6480;

    font-size: 14px;

    line-height: 1.6;

    margin: 0 0 20px;

    max-width: 450px;
}


/* Lookup button */

.service-button {
    display: inline-block;

    background: #BF0A30;

    color: white;

    text-decoration: none;

    padding: 12px 25px;

    border-radius: 5px;

    font-size: 13px;

    font-weight: 700;
}

.service-button:hover {
    opacity: 0.9;
}


/* Email */

.email-link {
    display: inline-block;

    background: #fdecef;

    color: #BF0A30;

    text-decoration: none;

    padding: 10px 16px;

    border-radius: 5px;

    font-size: 13px;

    font-weight: 700;
}


/* =========================================
   BOTTOM SECTION
========================================= */

.services-bottom {
    width: 100%;

    background: #f5f7fa;

    padding: 0 20px 70px;

    box-sizing: border-box;
}

.services-bottom-content {
    width: 1100px;
    max-width: 100%;

    margin: 0 auto;

    padding: 45px 50px;

    box-sizing: border-box;

    border-radius: 10px;

    background:
        linear-gradient(
            rgba(0, 33, 71, 0.82),
            rgba(0, 33, 71, 0.82)
        ),
        url("/static/FreightExcel-services-bg.png");

    background-size: cover;
    background-position: center;

    color: white;
}

.services-bottom-content .section-eyebrow {
    color: #dce5ef;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;

    margin-bottom: 8px;
}

.services-bottom h2 {
    color: white;

    font-size: 28px;

    margin: 0 0 10px;
}

.services-bottom p {
    color: white;

    font-size: 14px;

    line-height: 1.6;

    max-width: 700px;

    margin: 0;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {

    .services-hero {
        min-height: 300px;
    }

    .services-hero-content {
        max-width: calc(100% - 40px);
    }

    .services-hero h1 {
        font-size: 38px;
    }

    .services-hero p {
        font-size: 15px;
    }

    .services-section {
        padding: 45px 20px 55px;
    }

    .services-heading h2 {
        font-size: 25px;
    }

    .services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .service-card {
        min-height: auto;
        padding: 25px;
    }

    .services-bottom {
        padding: 0 20px 55px;
    }

    .services-bottom-content {
        padding: 35px 25px;
    }

    .services-bottom h2 {
        font-size: 23px;
    }

}
/* =========================================
   SERVICE CARD ALIGNMENT
========================================= */

.services-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
    align-items: stretch;
}

.service-card {
    background: white;

    height: 270px;
    min-height: 270px;

    padding: 30px;

    border-radius: 10px;
    border: 1px solid #e4eaf0;

    box-shadow: 0 3px 14px rgba(0, 0, 0, 0.06);

    box-sizing: border-box;

    display: flex;
    flex-direction: column;
}


/* Icon / status row */

.service-card-top {
    height: 58px;

    display: flex;
    align-items: flex-start;
    justify-content: space-between;

    margin-bottom: 18px;
}


/* Icon */

.service-icon {
    width: 58px;
    height: 58px;

    flex-shrink: 0;

    border-radius: 50%;

    background: #eaf3ff;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 28px;
}


/* Card title */

.service-card h3 {
    color: #002147;

    font-size: 20px;
    line-height: 1.25;

    height: 25px;

    margin: 0 0 10px;
}


/* Card description */

.service-card p {
    color: #4f6480;

    font-size: 14px;
    line-height: 1.6;

    height: 45px;

    margin: 0 0 20px;

    max-width: 450px;
}


/* Lookup button / email */

.service-button,
.email-link {
    margin-top: auto;
}


/* Lookup button */

.service-button {
    align-self: flex-start;

    display: inline-block;

    background: #BF0A30;
    color: white;

    text-decoration: none;

    padding: 12px 25px;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 700;
}


/* Email */

.email-link {
    align-self: flex-start;

    display: inline-block;

    background: #fdecef;
    color: #BF0A30;

    text-decoration: none;

    padding: 10px 16px;

    border-radius: 5px;

    font-size: 13px;
    font-weight: 700;
}


/* March 2027 badge */

.service-status.upcoming {
    background: #e7f0fb;
    color: #002147;

    padding: 7px 12px;

    border-radius: 20px;

    font-size: 11px;
    font-weight: 700;
}


/* Mobile */

@media (max-width: 768px) {

    .services-grid {
        grid-template-columns: 1fr;
    }

    .service-card {
        height: auto;
        min-height: 270px;
    }

}
/* =========================================
   POSITION SERVICE CARDS
========================================= */

.services-grid {
    width: 850px;
    max-width: 100%;

    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;

    margin-left: auto;
    margin-right: 80px;
}


/* Keep all cards identical */

.service-card {
    height: 270px;
    min-height: 270px;
    box-sizing: border-box;

    display: flex;
    flex-direction: column;
}


/* Keep the bottom action aligned */

.service-button,
.email-link {
    margin-top: auto;
}


/* Mobile */

@media (max-width: 768px) {

    .services-grid {
        width: 100%;
        margin-left: auto;
        margin-right: auto;

        grid-template-columns: 1fr;
    }

    .service-card {
        height: auto;
        min-height: 270px;
    }

}