:root {
    --xero-navy: #172c40;
    --xero-navy-deep: #0b1823;
    --xero-slate: #213b55;
    --xero-blue: #13b5ea;
    --xero-blue-deep: #0089dc;
    --xero-mist: #ecf2f6;
    --xero-line: #d6dade;
    --xero-mute: #8e949f;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: "national2", Inter, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    color: var(--xero-slate);
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.landing-header,
.landing-hero {
    background: var(--xero-navy);
}

.landing-container {
    max-width: 1140px;
}

.landing-logo {
    height: 30px;
    width: auto;
}

.xero-signin-btn {
    background: var(--xero-blue);
    color: var(--xero-navy-deep);
    border-radius: .5rem;
    font-weight: 500;
    border: 0;
    line-height: 1.2;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.xero-signin-btn:hover {
    background: var(--xero-blue-deep);
    color: #fff;
}

.hero-eyebrow {
    color: var(--xero-blue);
    font-size: .875rem;
    font-weight: 500;
    letter-spacing: .02em;
}

.hero-title {
    font-size: clamp(2.5rem, 4.2vw, 3.5rem);
    line-height: 1.08;
    font-weight: 700;
    color: #fff;
    letter-spacing: -.015em;
}

.hero-subtitle {
    color: rgba(255, 255, 255, .7);
    font-size: 1.125rem;
    line-height: 1.6;
    max-width: 32rem;
}

.hero-markets {
    color: rgba(255, 255, 255, .5);
    font-size: .875rem;
}

.hero-image {
    width: 100%;
    max-width: 440px;
    height: auto;
}

.landing-columns {
    background: var(--xero-mist);
    flex: 1;
}

.landing-column {
    border-top: 2px solid var(--xero-blue);
    padding-top: 1.25rem;
}

.landing-column h2 {
    color: var(--xero-slate);
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: .75rem;
    line-height: 1.45;
}

.landing-column p {
    color: rgba(33, 59, 85, .75);
    font-size: .9375rem;
    line-height: 1.65;
}

.landing-footer {
    background: var(--xero-mist);
    border-top: 1px solid var(--xero-line);
    color: var(--xero-mute);
    font-size: .875rem;
}

@media (max-width: 991.98px) {
    .hero-copy {
        text-align: center;
    }

    .hero-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-image-wrap {
        justify-content: center !important;
    }
}

@media (max-width: 575.98px) {
    .header-signin {
        display: none !important;
    }

    .hero-image {
        max-width: 300px;
    }
}

.header-signin {
    font-size: 0.875rem;
}

@font-face {
    font-family: 'national2';
    src: url('/css/fonts/national2-web-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'national2';
    src: url('/css/fonts/national2-web-medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'national2';
    src: url('/css/fonts/national2-web-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
