:root {
    --fc-ink: #111827;
    --fc-muted: #667085;
    --fc-line: #d9e2ee;
    --fc-blue: #1768e5;
    --fc-cyan: #28a7d8;
    --fc-green: #13a56f;
    --fc-bg: #f5f7fb;
}

html {
    scroll-behavior: smooth;
}

body {
    color: var(--fc-ink);
    background: #fff;
}

.fc-site-nav,
.fc-admin-nav {
    position: relative;
    z-index: 50;
    min-height: 72px;
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 1px 0 rgba(17, 24, 39, .08);
}

.fc-site-nav .navbar-brand,
.fc-admin-nav .navbar-brand {
    height: 72px;
    padding: 5px 15px;
    font-weight: 700;
    color: var(--fc-ink);
    letter-spacing: 0;
}

.fc-brand-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.fc-brand-mark {
    display: block;
    width: 62px;
    height: 62px;
    object-fit: contain;
}

.fc-brand-word {
    color: #101828;
    font-family: Montserrat, Arial, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.fc-brand-word span {
    color: var(--fc-blue);
}

.fc-brand-word small {
    margin-left: 1px;
    color: #667085;
    font-size: 65%;
    font-weight: 700;
}

.fc-site-nav .navbar-nav > li > a,
.fc-admin-nav .navbar-nav > li > a {
    padding-top: 26px;
    padding-bottom: 26px;
    color: #475467;
}

.fc-pages-hero {
    position: relative;
    height: auto !important;
    min-height: 860px;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background: #101828;
}

.fc-pages-hero.full-vh,
.fc-pages-hero .full-height {
    height: auto !important;
}

.fc-hero-bg,
.fc-hero-shade {
    position: absolute;
    inset: 0;
}

.fc-hero-bg {
    background: url("../img/hero-airport-checkin.jpg") center/cover no-repeat;
    transform: scale(1.02);
}

.fc-hero-shade {
    background:
        linear-gradient(90deg, rgba(8, 17, 34, .90) 0%, rgba(8, 17, 34, .68) 44%, rgba(23, 104, 229, .24) 100%),
        linear-gradient(0deg, rgba(8, 17, 34, .78), rgba(8, 17, 34, .08) 46%, rgba(8, 17, 34, .34));
}

.fc-pages-hero .container-xs-height {
    position: relative;
    z-index: 3;
    padding-top: 42px;
    padding-bottom: 42px;
}

.fc-template-copy {
    max-width: 650px;
    padding-top: 24px;
}

.fc-template-copy h1 {
    margin: 0 0 24px;
    font-size: 72px;
    line-height: .98;
    letter-spacing: 0;
}

.fc-template-copy h4 {
    max-width: 600px;
    color: rgba(255, 255, 255, .86);
    font-size: 19px;
    line-height: 1.7;
}

.fc-template-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 620px;
    margin: 34px 0;
}

.fc-template-metrics div {
    min-height: 108px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(10px);
}

.fc-template-metrics strong {
    display: block;
    margin-bottom: 8px;
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

.fc-template-metrics span {
    color: rgba(255, 255, 255, .76);
    font-size: 12px;
    line-height: 1.45;
}

.fc-hero-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.fc-template-form {
    max-width: 590px;
    margin-left: auto;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 28px 80px rgba(0, 0, 0, .32);
    color: var(--fc-ink);
}

.fc-form-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.fc-form-head h3 {
    margin-bottom: 0;
    color: var(--fc-ink);
    letter-spacing: 0;
}

.fc-form-head > span {
    flex: 0 0 auto;
    padding: 7px 10px;
    border-radius: 999px;
    background: #eaf3ff;
    color: var(--fc-blue);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.fc-template-form .form-group-default {
    min-height: 58px;
    margin-bottom: 12px;
    border-color: #d8e0eb;
    border-radius: 8px;
}

.fc-template-form .form-group-default label {
    color: #6b7280;
    font-size: 10px;
    letter-spacing: .06em;
}

.fc-template-form .form-control {
    color: var(--fc-ink);
}

.fc-template-form .form-group-default-select2 {
    padding-top: 8px;
}

.fc-template-form .form-group-default-select2 label {
    margin-bottom: 3px;
}

.fc-template-form .form-group-default-select2 select.form-control {
    position: relative;
    top: 20px;
    height: 22px;
    padding-top: 0;
    line-height: 20px;
}

.fc-airline-picker {
    position: relative;
    margin-bottom: 14px;
}

.fc-airline-picker > label {
    display: block;
    margin-bottom: 7px;
    color: #667085;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.fc-airline-selected {
    display: flex;
    width: 100%;
    min-height: 62px;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border: 1px solid #d8e0eb;
    border-radius: 8px;
    background: #fff;
    color: var(--fc-ink);
    text-align: left;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.fc-airline-selected:hover,
.fc-airline-picker.is-open .fc-airline-selected {
    border-color: rgba(23, 104, 229, .45);
    box-shadow: 0 10px 28px rgba(23, 104, 229, .10);
}

.fc-airline-picker.has-error .fc-airline-selected {
    border-color: #f55753;
    box-shadow: 0 0 0 3px rgba(245, 87, 83, .12);
}

.fc-airline-selected:focus {
    outline: 0;
    border-color: var(--fc-blue);
    box-shadow: 0 0 0 3px rgba(23, 104, 229, .14);
}

.fc-airline-selected .fa {
    margin-left: auto;
    color: #98a2b3;
    font-size: 18px;
}

.fc-airline-logo {
    display: inline-flex;
    flex: 0 0 54px;
    width: 54px;
    height: 34px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border: 1px solid #e6edf5;
    border-radius: 7px;
    background: #fff;
}

.fc-airline-logo img {
    display: block;
    max-width: 46px;
    max-height: 24px;
}

.fc-airline-logo span {
    color: var(--fc-blue);
    font-family: Montserrat, Arial, sans-serif;
    font-size: 15px;
    font-weight: 700;
}

.fc-airline-logo-empty {
    background: linear-gradient(135deg, #eef5ff, #fbf3ff);
}

.fc-airline-selected-copy {
    min-width: 0;
}

.fc-airline-selected-copy strong {
    display: block;
    overflow: hidden;
    color: #101828;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-airline-selected-copy small {
    display: block;
    margin-top: 3px;
    color: #667085;
    font-size: 12px;
}

.fc-airline-popular {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
    gap: 8px;
}

.fc-airline-popular button {
    display: flex;
    flex: 0 1 calc((100% - 16px) / 3);
    min-width: 0;
    align-items: center;
    gap: 7px;
    padding: 7px;
    border: 1px solid #e3eaf3;
    border-radius: 8px;
    background: #f8fbff;
    color: #344054;
    font-size: 12px;
    text-align: left;
}

.fc-airline-popular button:hover,
.fc-airline-popular button.is-selected {
    border-color: rgba(23, 104, 229, .45);
    background: #eef5ff;
    color: var(--fc-blue);
}

.fc-airline-popular .fc-airline-logo {
    flex-basis: 38px;
    width: 38px;
    height: 24px;
    border-radius: 6px;
}

.fc-airline-popular .fc-airline-logo img {
    max-width: 32px;
    max-height: 17px;
}

.fc-airline-popular button > span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-airline-menu {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 20;
    margin-top: 8px;
    overflow: hidden;
    border: 1px solid #d8e0eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 60px rgba(16, 24, 40, .22);
}

.fc-airline-search {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 13px;
    border-bottom: 1px solid #edf1f7;
    color: #98a2b3;
}

.fc-airline-search input {
    width: 100%;
    border: 0;
    outline: 0;
    color: #101828;
    font-size: 14px;
}

.fc-airline-list {
    max-height: 300px;
    overflow-y: auto;
    padding: 6px;
}

.fc-airline-list button {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 11px;
    padding: 9px 10px;
    border: 0;
    border-radius: 7px;
    background: transparent;
    color: #101828;
    text-align: left;
}

.fc-airline-list button:hover,
.fc-airline-list button.is-selected {
    background: #eef5ff;
}

.fc-airline-list button[hidden],
.fc-airline-list button.is-filtered-out {
    display: none !important;
}

.fc-airline-option-copy {
    min-width: 0;
}

.fc-airline-option-copy strong,
.fc-airline-option-copy small {
    display: block;
}

.fc-airline-option-copy strong {
    overflow: hidden;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fc-airline-option-copy small {
    margin-top: 2px;
    color: #667085;
    font-size: 11px;
}

.fc-airline-empty {
    padding: 16px;
    color: #667085;
    font-size: 13px;
    text-align: center;
}

.fc-form-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 12px 0 16px;
    color: #667085;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .08em;
}

.fc-form-divider::after {
    content: "";
    height: 1px;
    flex: 1;
    background: var(--fc-line);
}

.fc-passenger-block {
    margin-bottom: 14px;
    padding: 16px 16px 4px;
    border: 1px solid #d8e0eb;
    border-radius: 8px;
    background: #fbfdff;
}

.fc-passenger-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 12px;
}

.fc-passenger-head strong {
    color: var(--fc-ink);
}

.fc-passenger-head small {
    color: var(--fc-muted);
}

.fc-form-tools {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 8px 0 14px;
}

.fc-file-pill {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    margin: 0;
    padding: 8px 13px;
    border: 1px solid #d8e0eb;
    border-radius: 8px;
    background: #fff;
    color: #475467;
    cursor: pointer;
    font-weight: 500;
}

.fc-file-pill input {
    display: none;
}

.fc-template-preview h2,
.fc-template-features h6,
.fc-airlines-band h3 {
    letter-spacing: 0;
}

.fc-phone-preview {
    position: relative;
    max-width: 300px;
    min-height: 560px;
}

.fc-phone-preview > img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.fc-phone-preview .screen {
    position: absolute;
    z-index: 1;
    top: 65px;
    left: 25px;
    width: 250px;
    height: 444px;
    overflow: hidden;
    border-radius: 28px;
    background: #0f172a;
}

.fc-phone-preview .screen img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.fc-status-board {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 620px;
    margin: 34px 0 36px;
}

.fc-status-board div {
    padding: 18px;
    border: 1px solid var(--fc-line);
    border-radius: 8px;
    background: #fff;
}

.fc-status-board span {
    display: block;
    color: var(--fc-muted);
    font-size: 12px;
}

.fc-status-board strong {
    display: block;
    margin-top: 8px;
    color: var(--fc-ink);
    font-size: 34px;
    line-height: 1;
}

.fc-template-list {
    margin-top: 12px;
}

.fc-template-list dd {
    margin-bottom: 24px;
    color: var(--fc-muted);
    line-height: 1.7;
}

.fc-template-features img {
    width: 42px;
    height: 42px;
}

.fc-airlines-band {
    background: #101828;
    color: #fff;
}

.fc-airlines-band .block-title,
.fc-airlines-band h3 {
    color: #fff;
}

.fc-airline-cloud {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    margin-top: 28px;
}

.fc-airline-cloud span,
.fc-airline-cloud a {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 16px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
}

.fc-airline-cloud em {
    margin-left: 8px;
    color: rgba(255, 255, 255, .62);
    font-style: normal;
}

.fc-airline-cloud a {
    background: #fff;
    color: var(--fc-ink);
    font-weight: 700;
}

.fc-section,
.fc-page {
    padding: 64px 0;
}

.fc-panel,
.fc-card,
.fc-stat {
    background: #fff;
    border: 1px solid var(--fc-line);
    border-radius: 8px;
    box-shadow: 0 18px 45px rgba(17, 24, 39, .10);
}

.fc-panel {
    padding: 26px;
}

.fc-card {
    padding: 22px;
    min-height: 150px;
}

.fc-muted {
    color: var(--fc-muted);
}

.admin-body {
    background: #eef2f7;
}

.fc-admin-wrap {
    padding: 28px;
}

.fc-admin-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.fc-stat {
    padding: 18px;
}

.fc-stat strong {
    display: block;
    font-size: 32px;
    line-height: 1;
}

.table > tbody > tr > td {
    vertical-align: middle;
}

.fc-alert {
    margin: 18px 0;
}

@media (max-width: 991px) {
    .fc-pages-hero {
        min-height: auto;
    }

    .fc-template-copy h1 {
        font-size: 54px;
    }

    .fc-template-form {
        margin-top: 40px;
        margin-left: 0;
        max-width: none;
    }
}

@media (max-width: 767px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    .fc-site-nav {
        padding: 12px 0 14px;
    }

    .fc-site-nav .container,
    .fc-pages-hero .container {
        display: flex;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding-right: 0;
        padding-left: 0;
    }

    .fc-site-nav .container {
        flex-direction: column;
        align-items: stretch;
    }

    .fc-pages-hero .container {
        display: block;
        padding-right: 20px;
        padding-left: 20px;
    }

    .fc-site-nav .navbar-header,
    .fc-admin-nav .navbar-header {
        float: none;
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .fc-site-nav .navbar-brand,
    .fc-admin-nav .navbar-brand {
        height: auto;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 0 18px 14px;
    }

    .fc-hero-bg {
        transform: none;
    }

    .fc-brand-mark {
        width: 60px;
        height: 60px;
    }

    .fc-brand-word {
        font-size: 28px;
    }

    .fc-site-nav .navbar-nav {
        display: grid;
        float: none !important;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        padding: 0 14px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .fc-site-nav .navbar-nav::before,
    .fc-site-nav .navbar-nav::after {
        display: none;
        content: none;
    }

    .fc-site-nav .navbar-nav > li {
        float: none;
    }

    .fc-site-nav .navbar-nav > li > a,
    .fc-admin-nav .navbar-nav > li > a {
        padding: 11px 10px;
        border: 1px solid rgba(23, 104, 229, .13);
        border-radius: 8px;
        background: #f7f9fc;
        color: #344054;
        font-size: 14px;
        line-height: 1.2;
        text-align: center;
    }

    .fc-pages-hero .container-xs-height {
        padding-top: 34px;
        padding-bottom: 34px;
    }

    .fc-pages-hero .row {
        margin-right: 0;
        margin-left: 0;
    }

    .fc-pages-hero .container > .row > [class*="col-"] {
        float: none;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .fc-template-copy,
    .fc-template-copy h4 {
        max-width: 100%;
    }

    .fc-template-copy h1 {
        font-size: 42px;
        overflow-wrap: anywhere;
    }

    .fc-template-copy h4 {
        font-size: 16px;
    }

    .fc-hero-buttons .btn {
        min-width: 0;
        flex: 1 1 0;
        padding-right: 12px;
        padding-left: 12px;
    }

    .fc-template-form {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        padding: 24px 20px;
    }

    .fc-form-head {
        align-items: flex-start;
    }

    .fc-form-head > span {
        align-self: flex-start;
    }

    .fc-airline-popular {
        justify-content: center;
    }

    .fc-airline-popular button {
        flex-basis: calc((100% - 8px) / 2);
    }

    .fc-airline-menu {
        position: relative;
        margin-top: 10px;
    }

    .fc-airline-list {
        max-height: 260px;
    }

    .fc-template-metrics,
    .fc-status-board,
    .fc-admin-grid {
        grid-template-columns: 1fr;
    }

    .fc-form-tools,
    .fc-passenger-head {
        align-items: stretch;
        flex-direction: column;
    }

    .fc-file-pill {
        width: 100%;
        justify-content: center;
    }

    .fc-template-preview .device_morph.fc-phone-preview,
    .fc-template-preview .fc-phone-preview {
        display: none !important;
    }
}

@media (max-width: 360px) {
    .fc-brand-logo {
        gap: 8px;
    }

    .fc-brand-mark {
        width: 52px;
        height: 52px;
    }

    .fc-brand-word {
        font-size: 24px;
    }
}
