:root {
    --fa-teal-900: #0b5266;
    --fa-teal-700: #13728a;
    --fa-teal-500: #27a4b3;
    --fa-teal-300: #7fcad3;
    --fa-ice-100: #eef3f6;
    --fa-ice-200: #e3edf2;
    --fa-white: #ffffff;
    --fa-slate-900: #2f3438;
    --fa-slate-700: #1d5072;
    --fa-slate-500: #6b747b;
    --fa-navy-900: #1c4e67;
    --fa-red-700: #b5121b;
    --fa-red-500: #c84a4f;
    --fa-orange-500: #e07b4b;
    --fa-text-main: #1d5072;
}

html body {
    background-color: var(--fa-ice-100);
    color: var(--fa-text-main);
    font-family: Figtree-Regular, "Figtree-Light", sans-serif;
    font-size: 16px;
    line-height: 1.6;
}

body.fa-map-body {
    overflow: hidden;
    margin: 0;
}

h1,
h2,
h3,
h4 {
    font-family: Figtree-SemiBold, Figtree-Regular, sans-serif;
    color: var(--fa-text-main);
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 1.75rem;
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.1rem;
}

body {
    padding-top: 72px;
}

.fa-navbar {
    background: linear-gradient(90deg, var(--fa-teal-900), var(--fa-teal-500));
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.fa-navbar .navbar-brand img {
    height: 42px;
    width: auto;
    filter: brightness(0) invert(1);
}

.fa-navbar .nav-link {
    color: rgba(255, 255, 255, 0.9) !important;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 1.02rem;
    font-family: Figtree-SemiBold, Figtree-Regular, sans-serif;
}

.fa-navbar .nav-link:hover,
.fa-navbar .nav-link:focus {
    color: var(--fa-white) !important;
}

.fa-navbar .navbar-toggler {
    border-color: rgba(255, 255, 255, 0.6);
}

.fa-navbar .navbar-toggler-icon {
    filter: invert(1) brightness(1.2);
}

.fa-navbar .dropdown-menu {
    border-radius: 12px;
    border: 1px solid rgba(15, 42, 54, 0.08);
    box-shadow: 0 16px 30px rgba(15, 42, 54, 0.15);
    padding: 0.35rem 0;
    margin-top: 0.75rem;
}

.fa-navbar .dropdown-menu .nav-link {
    color: var(--fa-text-main) !important;
    text-transform: none;
    letter-spacing: normal;
    font-family: Figtree-Regular, sans-serif;
    font-size: 0.92rem;
    padding: 0.55rem 1.1rem;
    border-radius: 8px;
    margin: 0 0.4rem;
}

.fa-navbar .dropdown-menu .nav-link:hover,
.fa-navbar .dropdown-menu .nav-link:focus {
    background-color: rgba(39, 164, 179, 0.12);
    color: #0b5266 !important;
}

.fa-navbar .dropdown-divider {
    border-top: 1px solid rgba(15, 42, 54, 0.08);
    margin: 0.4rem 0.8rem;
}

.fa-nav-button {
    border-radius: 6px;
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
}

.fa-hero {
    position: relative;
    overflow: hidden;
    min-height: 320px;
    display: flex;
    align-items: center;
    color: var(--fa-white);
}

.fa-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(11, 52, 66, 0.65) 0%, rgba(11, 52, 66, 0.35) 50%, rgba(11, 52, 66, 0.15) 100%);
    z-index: 1;
}

.fa-hero--no-overlay::before {
    display: none;
}

.fa-hero-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.fa-hero-content {
    position: relative;
    z-index: 2;
    padding: 3.5rem 1rem;
    max-width: 560px;
}

.fa-hero-content--wide {
    max-width: none;
    width: 100%;
}

.fa-hero--tall {
    min-height: 420px;
}

.fa-hero-title {
    color: var(--fa-white);
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
}

.fa-hero-subtitle {
    color: rgba(255, 255, 255, 0.92);
    font-size: 1rem;
    max-width: 520px;
}

.fa-hero-cta {
    margin-top: 1.5rem;
}

.fa-hero-solid {
    background: linear-gradient(90deg, var(--fa-teal-900), var(--fa-teal-500));
}

.fa-section {
    padding: 3rem 0;
}

.fa-section--light {
    background-color: var(--fa-white);
}

.fa-section--muted {
    background-color: var(--fa-ice-100);
}

.fa-section--soft {
    background-color: #b8dee5;
}

.fa-section--teal {
    background-color: var(--fa-teal-700);
    color: var(--fa-white);
}

.fa-section--navy {
    background-color: var(--fa-navy-900);
    color: var(--fa-white);
}

.fa-section--gradient {
    background: linear-gradient(180deg, var(--fa-teal-700), var(--fa-teal-500));
    color: var(--fa-white);
}

.fa-section--why-choose {
    background: linear-gradient(180deg, var(--fa-navy-900) 0%, #17657c 55%, var(--fa-teal-500) 100%);
    color: var(--fa-white);
}

.fa-section--why-choose h2 {
    color: var(--fa-white);
}

.fa-section--why-choose .fa-carousel .carousel-indicators li {
    background-color: rgba(255, 255, 255, 0.5);
}

.fa-section--why-choose .fa-carousel .carousel-indicators .active {
    background-color: var(--fa-white);
}

.fa-card {
    background-color: var(--fa-white);
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 16px 30px rgba(15, 42, 54, 0.08);
    height: 100%;
}

.fa-card--outline {
    border: 1px solid rgba(15, 42, 54, 0.12);
    box-shadow: none;
}

.fa-card--soft {
    background-color: var(--fa-ice-200);
    box-shadow: none;
}

.fa-card--navy {
    background-color: var(--fa-navy-900);
    color: var(--fa-white);
    box-shadow: none;
}

.fa-card--navy .fa-card-title,
.fa-card--navy .fa-card-text {
    color: var(--fa-white);
}

.fa-card--navy ul,
.fa-card--navy li {
    color: rgba(255, 255, 255, 0.9);
}

.fa-card-title {
    font-size: 1.05rem;
    font-family: Figtree-SemiBold, Figtree-Regular, sans-serif;
    color: var(--fa-text-main);
}

.fa-card-text {
    color: var(--fa-slate-700);
    font-size: 0.95rem;
}

.fa-icon-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: rgba(39, 164, 179, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 0.75rem;
    color: var(--fa-teal-700);
}

.fa-icon-image {
    height: 28px;
    width: auto;
}

.fa-carousel .carousel-indicators {
    position: static;
    margin-top: 1rem;
}

.fa-carousel .carousel-indicators li {
    background-color: var(--fa-teal-300);
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.fa-carousel .carousel-indicators .active {
    background-color: var(--fa-teal-700);
}

.fa-icon-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(140px, 1fr));
    gap: 1rem;
}

.fa-icon-tile {
    background-color: var(--fa-white);
    border-radius: 12px;
    padding: 1rem;
    text-align: center;
    border: 1px solid rgba(15, 42, 54, 0.1);
}

.fa-icon-tile img {
    height: 52px;
    width: auto;
    margin-bottom: 0.75rem;
}

.fa-action-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.fa-btn {
    border-radius: 6px;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.6rem 1.4rem;
}

.btn-primary {
    background-color: var(--fa-teal-500) !important;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: var(--fa-teal-700) !important;
}

.btn-outline-light {
    border-radius: 6px;
}

.fa-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: center;
}

.fa-warning-card {
    border-radius: 12px;
    padding: 1rem 1.25rem;
    color: var(--fa-white);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.fa-warning-card img {
    height: 42px;
    width: auto;
}

.fa-warning-card--severe {
    background-color: var(--fa-red-700);
}

.fa-warning-card--warning {
    background-color: var(--fa-red-500);
}

.fa-warning-card--alert {
    background-color: var(--fa-orange-500);
}

.fa-warning-count {
    font-size: 1.6rem;
    font-family: Figtree-SemiBold, Figtree-Regular, sans-serif;
}

.fa-pill {
    display: inline-block;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--fa-white);
}

.fa-pill--green {
    background-color: #3ea85a;
}

.fa-pill--yellow {
    background-color: #e2b44a;
}

.fa-pill--orange {
    background-color: #e07b4b;
}

.fa-pill--red {
    background-color: #b5121b;
}

.fa-map-shell {
    padding: 2.5rem 1rem 3.5rem;
    background-color: var(--fa-ice-100);
}

.fa-map-header {
    padding: 1.75rem 1rem;
    color: var(--fa-white);
}

.fa-map-header h1 {
    color: var(--fa-white);
    margin-bottom: 0;
}

.fa-map-header--alerts {
    background: linear-gradient(90deg, #b5121b, #e07b4b);
    padding: 1.25rem 1rem;
}

.fa-map-header--teal {
    background: linear-gradient(90deg, var(--fa-teal-900), var(--fa-teal-500));
}

.fa-map-header--navy {
    background: var(--fa-navy-900);
}

.fa-map-searchbar {
    background-color: var(--fa-navy-900);
    padding: 1.25rem 1rem;
    color: var(--fa-white);
}

.fa-map-searchbar input,
.fa-map-searchbar .btn {
    border-radius: 6px;
}

.fa-map-page {
    width: 100%;
    max-width: 100%;
    height: calc(100vh - 72px);
    min-height: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.fa-map-shell--full {
    flex: 1;
    display: flex;
    padding: 0;
}

.fa-map-shell--full,
.fa-map-shell--full > .container,
.fa-map-shell--full .fa-map-grid {
    min-height: 0;
}

.fa-map-shell--full > .container {
    flex: 1;
    display: flex;
    max-width: none;
    padding: 0;
}

.fa-map-shell--full .fa-map-grid {
    flex: 1;
    position: relative;
    display: block;
    height: 100%;
}

.fa-map-shell--full .fa-map-canvas {
    min-height: 0;
    height: 100%;
    border-radius: 0;
}

.fa-map-shell--full .drawer {
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 5;
    height: auto;
    max-height: calc(100% - 3rem);
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.fa-map-shell--full .drawer-controls {
    display: block;
    position: absolute;
    top: 3rem;
    right: 1rem;
    padding: 0;
    width: auto;
    height: auto;
}

.fa-map-shell--full .drawer-controls .btn {
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.fa-map-shell--full .drawer-contents {
    background-color: transparent;
    height: auto;
    max-height: calc(100vh - 240px);
    overflow: auto;
}

.fa-map-shell--full .drawer-contents-inner {
    background-color: var(--fa-white);
    border-radius: 14px;
    padding: 1.5rem;
    margin: 0;
    box-shadow: 0 14px 30px rgba(15, 42, 54, 0.12);
}

.fa-map-shell--full .drawer-nav {
    padding: 0;
}

.fa-map-shell--full .drawer-heading {
    border-bottom: none;
    padding: 0;
}

@media (max-width: 768px) {
    .fa-map-header--alerts {
        display: none;
    }
}

.fa-map-shell .drawer {
    border: none;
    box-shadow: none;
    background-color: transparent;
}

.fa-map-shell .drawer-controls {
    padding: 0;
}

.fa-map-shell .drawer-contents {
    background-color: transparent;
}

.fa-map-shell .drawer-contents-inner {
    background-color: var(--fa-white);
    border-radius: 14px;
    padding: 1.5rem;
    margin: 0;
}

.fa-map-shell .drawer-nav {
    padding: 0;
}

.fa-map-shell .drawer-heading {
    border-bottom: none;
    padding: 0;
}

.fa-map-shell .card {
    border: 1px solid rgba(15, 42, 54, 0.12);
}

.fa-map-shell .card-header {
    background-color: transparent;
    border-bottom: none;
    padding: 0.5rem 0.5rem 0;
}

.fa-map-shell .btn-link {
    text-decoration: none;
    color: var(--fa-text-main);
    font-weight: 600;
}

.fa-map-grid {
    display: grid;
    grid-template-columns: minmax(260px, 360px) 1fr;
    gap: 1.5rem;
    align-items: stretch;
}

.fa-map-panel {
    background-color: var(--fa-white);
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 14px 30px rgba(15, 42, 54, 0.1);
}

.fa-map-panel h3 {
    font-size: 1.1rem;
}

.fa-map-canvas {
    background-color: #b6dcee;
    border-radius: 14px;
    overflow: hidden;
    min-height: 520px;
    position: relative;
}

.fa-map-search {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 0.75rem;
}

.fa-map-search .btn {
    white-space: nowrap;
}

.fa-map-legend {
    display: grid;
    gap: 0.6rem;
}

.fa-map-legend .mapLegend {
    margin: 0;
}


.fa-table-grid {
    background-color: var(--fa-ice-200);
    border-radius: 14px;
    padding: 1.5rem;
}

.fa-table-columns {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 1rem;
}

.fa-table-columns ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.fa-table-columns li {
    padding: 0.2rem 0;
    color: var(--fa-slate-700);
}

.fa-team-card {
    text-align: center;
}

.fa-team-avatar {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 1rem;
    display: block;
}

.fa-footer {
    background-color: var(--fa-slate-900);
    color: var(--fa-white);
}

.fa-footer h3 {
    color: var(--fa-white);
}

.fa-footer a:link,
.fa-footer a:visited {
    color: rgba(255, 255, 255, 0.8);
}

.fa-footer a:hover {
    color: var(--fa-white);
}

.fa-subfooter {
    background-color: #163b4d;
    color: rgba(255, 255, 255, 0.85);
}

.fa-form-card {
    background-color: var(--fa-white);
    border-radius: 14px;
    padding: 1.5rem;
    box-shadow: 0 16px 30px rgba(15, 42, 54, 0.08);
}

.fa-form-card .form-control {
    border-radius: 8px;
    border: 1px solid rgba(15, 42, 54, 0.12);
}

.fa-stats-card {
    background-color: var(--fa-white);
    border-radius: 14px;
    padding: 1.5rem;
}

.fa-stats-card h4 {
    margin-bottom: 0.4rem;
}

.fa-check-list {
    list-style: disc;
    padding-left: 1.2rem;
    margin: 0;
}

.fa-check-list li {
    color: var(--fa-slate-700);
    margin-bottom: 0.35rem;
}

.fa-check-list--columns {
    column-count: 3;
    column-gap: 2.5rem;
    column-fill: balance;
}

.fa-check-list--columns li {
    break-inside: avoid;
}

@media (max-width: 991px) {
    .fa-check-list--columns {
        column-count: 2;
    }
}

@media (max-width: 575px) {
    .fa-check-list--columns {
        column-count: 1;
    }
}

.fa-check-list li::before {
    content: none;
}

.fa-choice-card {
    text-align: center;
    border-radius: 14px;
    border: 1px solid rgba(15, 42, 54, 0.12);
    padding: 1.5rem 1rem;
    background-color: var(--fa-white);
}

.fa-choice-card img {
    height: 64px;
    width: auto;
}

.fa-choice-title {
    font-size: 1.15rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

@media (max-width: 991px) {
    body {
        padding-top: 64px;
    }

    .fa-map-grid {
        grid-template-columns: 1fr;
    }

    .fa-hero-title {
        font-size: 2.1rem;
    }

    .fa-icon-grid {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }

    .fa-hero--tall {
        min-height: 380px;
    }
}

@media (max-width: 575px) {
    .fa-hero-content {
        padding: 2.5rem 1rem;
    }

    .fa-hero-title {
        font-size: 1.9rem;
    }

    .fa-icon-grid {
        grid-template-columns: repeat(2, minmax(140px, 1fr));
    }

    .fa-map-canvas {
        min-height: 360px;
    }

    .fa-map-search {
        grid-template-columns: 1fr;
    }

    .fa-map-search .d-flex {
        margin-top: 0.5rem;
        flex-wrap: wrap;
        gap: 0.5rem;
    }

    .fa-hero--tall {
        min-height: 340px;
    }
}

@media (min-width: 992px) {
    .fa-hero--tall {
        min-height: 520px;
    }
}

@media (max-width: 420px) {
    .fa-icon-grid {
        grid-template-columns: repeat(2, minmax(120px, 1fr));
    }
}
