@import url('https://fonts.googleapis.com/css2?family=Fleur+De+Leah&display=swap');

.fleur {
    font-family: 'Fleur De Leah', cursive;
}

.gradient-text {
    background: -webkit-linear-gradient(#0088CC, #2BAAB1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.logo-text:hover {
    text-decoration: none !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.announce-date {
    color: #999999;
    font-size: .75rem;
}

.footer-msg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-msg .fa-heart {
    font-size: 1rem;
    width: 16px;
    text-align: center;
    transition: color 1s ease;
    color: #FF0000;
}

footer:hover .fa-heart {
    color: #FF0000;
    animation: pulse 1s infinite;
    font-size: 1rem;
}

footer:hover .signature {
    font-weight: bolder;
}

@keyframes pulse {
    0% {
        transform: scale(0.9);
    }
    70% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(0.9);
    }
}

.u-VisuallyHidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

@font-face {
    font-family: Signature;
    src: url('fonts/signature.woff2') format('woff2'),
    url('fonts/signature.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.signature {
    font-family: Signature, sans-serif;
    font-size: 2rem;
    background: -webkit-linear-gradient(#0088CC, #2BAAB1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

.welcome-logo {
    max-width: 30%;
}

@media only screen and (max-width: 425px) {
    .welcome-logo {
        max-width: 70%;
    }
}

@media only screen and (min-width: 426px) and (max-width: 991px) {
    .welcome-logo {
        max-width: 50%;
    }
}

.announcement-title:hover {
    text-decoration: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    background: radial-gradient(circle at top left, rgba(24, 87, 153, 0.2), transparent 28%),
    linear-gradient(180deg, #0f1722 0%, #182332 14%, #f4f7fb 14%, #f4f7fb 100%);
}

.header-modern-home .header-body {
    background: rgba(15, 23, 34, 0.78);
    backdrop-filter: blur(14px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.header-modern-home__row {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header-modern-home__brand {
    display: flex;
    align-items: center;
    gap: 14px;
}

.header-modern-home__logo {
    display: inline-flex;
    align-items: center;
}

.header-modern-home__brand-text {
    flex-direction: column;
}

.header-modern-home__brand-text strong {
    color: #fff;
    font-size: 15px;
    line-height: 1.2;
}

.header-modern-home__brand-text small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 12px;
}

.header-modern-home__nav {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-modern-home__nav a {
    color: rgba(255, 255, 255, 0.78);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: color 0.2s ease;
}

.header-modern-home__nav a:hover {
    color: #fff;
}

.header-modern-home__actions {
    display: flex;
    align-items: center;
}

.header-modern-home__admin {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.04);
}

.header-modern-home__admin img {
    display: block;
    height: 58px;
    width: auto;
    max-height: 100%;
    transition: height 0.2s ease;
}

html.sticky-header-active .header-modern-home__admin {
    padding-top: 6px;
    padding-bottom: 6px;
}

html.sticky-header-active .header-modern-home__admin img {
    height: 42px;
}

.home-modern {
    color: #102436;
}

.home-hero {
    padding: 150px 0 64px;
    background: radial-gradient(circle at top left, rgba(43, 170, 177, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(0, 136, 204, 0.18), transparent 30%),
    linear-gradient(135deg, #0f1722 0%, #18283b 55%, #1b3145 100%);
}

.home-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.9fr);
    gap: 28px;
    align-items: center;
}

.home-kicker,
.home-section-heading__eyebrow,
.footer-modern-home__eyebrow,
.home-surface-card__eyebrow {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(43, 170, 177, 0.12);
    color: #0d6d74;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.home-title {
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(2.4rem, 4vw, 4.6rem);
    line-height: 1.02;
    letter-spacing: -0.05em;
}

.home-subtitle {
    max-width: 720px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 28px;
}

.home-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 28px;
}

.btn-modern-home {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 22px;
    border-radius: 999px;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(0, 136, 204, 0.22);
}

.btn-modern-home--ghost {
    color: #102436;
    box-shadow: none;
}

.home-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

.home-stat-card,
.home-surface-card,
.home-feature-card,
.home-announce-card,
.home-map-card,
.footer-modern-home__form,
.footer-modern-home__intro {
    border: 1px solid rgba(16, 36, 54, 0.08);
    border-radius: 28px;
    box-shadow: 0 24px 60px rgba(14, 31, 53, 0.09);
}

.home-stat-card {
    padding: 18px 20px;
    background: rgba(8, 16, 26, 0.38);
    border-color: rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(10px);
}

.home-stat-card strong {
    display: block;
    color: #fff;
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 8px;
}

.home-stat-card span {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 1.5;
}

.home-surface-card {
    padding: 26px;
    background: radial-gradient(circle at top right, rgba(43, 170, 177, 0.14), transparent 30%),
    linear-gradient(180deg, #ffffff 0%, #f7fafc 100%);
}

.home-surface-card__header {
    margin-bottom: 20px;
}

.home-surface-card__header strong {
    display: block;
    margin-top: 12px;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.home-flow-list {
    display: grid;
    gap: 16px;
    margin-bottom: 24px;
}

.home-flow-item {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    padding: 16px 18px;
    border-radius: 20px;
    background: #fff;
}

.home-flow-item__icon,
.home-feature-card__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0088cc 0%, #2baab1 100%);
    color: #fff;
    font-size: 18px;
    flex: 0 0 auto;
}

.home-flow-item strong {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}

.home-flow-item p,
.home-feature-card p,
.home-section-heading p,
.home-announce-card p,
.home-map-card__content p,
.footer-modern-home__intro p {
    margin: 0;
    color: #627385;
    line-height: 1.75;
}

.home-admin-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 18px 20px;
    border-radius: 20px;
    background: #102436;
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.home-admin-link:hover {
    color: #fff;
    text-decoration: none;
}

.home-feature-strip,
.home-announcements,
.home-map-section {
    padding: 28px 0 32px;
}

.home-feature-strip__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.home-feature-card {
    padding: 24px;
    background: #fff;
}

.home-feature-card h2,
.home-section-heading h2,
.home-map-card__content h2,
.footer-modern-home__intro h2 {
    margin: 16px 0 10px;
    color: #102436;
    font-size: 28px;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.72fr);
    gap: 22px;
    align-items: end;
    margin-bottom: 28px;
}

.home-announce-card {
    height: 100%;
    overflow: hidden;
    background: #fff;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-announce-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 28px 70px rgba(14, 31, 53, 0.14);
}

.home-announce-card__image-wrap {
    display: block;
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #dfe7ef;
}

.home-announce-card__image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transition: transform 0.4s ease;
}

.home-announce-card:hover .home-announce-card__image {
    transform: scale(1.04);
}

.home-announce-card__body {
    padding: 22px;
}

.home-announce-card__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 12px;
    color: #627385;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.home-announce-card__meta i {
    margin-right: 6px;
    color: #0088cc;
}

.home-announce-card h3 {
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.03em;
}

.home-announce-card h3 a {
    color: #102436;
    text-decoration: none;
}

.home-announce-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    color: #0088cc;
    font-weight: 700;
    text-decoration: none;
}

.home-announcements__cta {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}

.home-empty-state {
    padding: 42px 24px;
    border: 1px dashed rgba(16, 36, 54, 0.16);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    text-align: center;
}

.home-empty-state i {
    font-size: 36px;
    color: #0088cc;
    margin-bottom: 14px;
}

.home-empty-state h3 {
    font-size: 26px;
    margin-bottom: 10px;
}

.home-empty-state p {
    margin: 0;
    color: #627385;
}

.home-map-card {
    display: grid;
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
    gap: 0;
    overflow: hidden;
    background: #fff;
}

.home-map-card__content {
    padding: 34px;
}

.home-map-card__details {
    list-style: none;
    margin: 22px 0 0;
    padding: 0;
    display: grid;
    gap: 14px;
    color: #102436;
}

.home-map-card__details li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    line-height: 1.7;
}

.home-map-card__details i,
.footer-modern-home__info i {
    color: #0088cc;
    margin-top: 4px;
}

.home-map-card__map iframe {
    width: 100%;
    height: 100%;
}

.home-list-hero {
    padding: 146px 0 40px;
    background: radial-gradient(circle at top left, rgba(43, 170, 177, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(0, 136, 204, 0.18), transparent 30%),
    linear-gradient(135deg, #0f1722 0%, #18283b 55%, #1b3145 100%);
}

.home-list-hero__content {
    max-width: 880px;
}

.home-list-hero__content h1 {
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.home-list-hero__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.8;
}

.home-list-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.home-list-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.home-list-section {
    padding: 28px 0 40px;
}

.home-detail-hero {
    padding: 146px 0 42px;
    background: radial-gradient(circle at top left, rgba(43, 170, 177, 0.16), transparent 26%),
    radial-gradient(circle at top right, rgba(0, 136, 204, 0.18), transparent 30%),
    linear-gradient(135deg, #0f1722 0%, #18283b 55%, #1b3145 100%);
}

.home-detail-hero__breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 13px;
    font-weight: 600;
}

.home-detail-hero__breadcrumbs a,
.home-detail-hero__breadcrumbs strong {
    color: #fff;
    text-decoration: none;
}

.home-detail-hero__content {
    max-width: 860px;
}

.home-detail-hero__content h1 {
    margin: 18px 0 14px;
    color: #fff;
    font-size: clamp(2.2rem, 4vw, 4rem);
    line-height: 1.05;
    letter-spacing: -0.05em;
}

.home-detail-hero__content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    line-height: 1.8;
}

.home-detail-hero__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.home-detail-hero__meta span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
}

.home-detail-section {
    padding: 28px 0 40px;
}

.home-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(280px, 0.75fr);
    gap: 24px;
    align-items: start;
}

.home-detail-article,
.home-detail-sidebar__card {
    border: 1px solid rgba(16, 36, 54, 0.08);
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 24px 60px rgba(14, 31, 53, 0.09);
}

.home-detail-article {
    overflow: hidden;
}

.home-detail-article__image-wrap {
    aspect-ratio: 16 / 8.6;
    background: #dfe7ef;
}

.home-detail-article__image {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.home-detail-article__body {
    padding: 28px;
}

.home-detail-article__date-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    padding: 14px 16px;
    margin-bottom: 20px;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(0, 136, 204, 0.1) 0%, rgba(43, 170, 177, 0.12) 100%);
    color: #0088cc;
}

.home-detail-article__date-badge strong {
    font-size: 28px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.home-detail-article__date-badge span {
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.home-detail-article__body h2,
.home-detail-sidebar__card h3 {
    margin: 0 0 14px;
    color: #102436;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -0.04em;
}

.home-detail-article__content {
    color: #445769;
    font-size: 16px;
    line-height: 1.9;
}

.home-detail-article__content p:last-child {
    margin-bottom: 0;
}

.home-detail-sidebar {
    display: grid;
    gap: 20px;
}

.home-detail-sidebar__card {
    padding: 24px;
}

.home-detail-sidebar__card--muted {
    background: linear-gradient(180deg, #f8fbfd 0%, #f4f8fb 100%);
}

.home-detail-sidebar__actions {
    display: grid;
    gap: 12px;
    margin-top: 20px;
}

.home-detail-sidebar__actions .btn-modern-home {
    justify-content: center;
    width: 100%;
    box-shadow: none;
}

.home-detail-sidebar__info {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 14px;
}

.home-detail-sidebar__info li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    color: #445769;
    line-height: 1.7;
}

.home-detail-sidebar__info i {
    color: #0088cc;
    margin-top: 4px;
}

.footer-modern-home {
    margin-top: 28px;
    background: radial-gradient(circle at top left, rgba(43, 170, 177, 0.18), transparent 26%),
    linear-gradient(180deg, #102436 0%, #0f1c2c 100%);
}

.footer-modern-home__top {
    display: grid;
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
    gap: 24px;
    padding: 72px 0 40px;
}

.footer-modern-home__intro,
.footer-modern-home__form {
    padding: 28px;
    background: rgba(255, 255, 255, 0.04);
    border-color: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

.footer-modern-home__intro h2,
.footer-modern-home__intro p,
.footer-modern-home__intro a,
.footer-modern-home__intro span,
.footer-modern-home__info span {
    color: #fff;
}

.footer-modern-home__intro p,
.footer-modern-home__info span,
.footer-modern-home__info a {
    color: rgba(255, 255, 255, 0.72);
}

.footer-modern-home__info {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

.footer-modern-home__info div {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.footer-modern-home__form .form-label {
    color: rgba(255, 255, 255, 0.82);
}

.footer-modern-home__form .form-control {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(255, 255, 255, 0.06);
    color: #fff;
}

.footer-modern-home__form .form-control:focus {
    border-color: rgba(43, 170, 177, 0.6);
    box-shadow: 0 0 0 0.2rem rgba(43, 170, 177, 0.14);
}

.footer-modern-home__bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    background: transparent;
}

.footer-modern-home__bottom span {
    color: rgba(255, 255, 255, 0.72);
}

.footer-modern-home__logo img {
    filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.24));
}

@media only screen and (max-width: 991px) {
    .home-hero {
        padding-top: 124px;
    }

    .home-hero__grid,
    .home-feature-strip__grid,
    .home-section-heading,
    .home-map-card,
    .home-detail-layout,
    .footer-modern-home__top,
    .home-stats {
        grid-template-columns: 1fr;
    }

    .header-modern-home__row {
        min-height: 76px;
    }

    .header-modern-home__admin img {
        height: 46px;
    }
}

@media only screen and (max-width: 575px) {
    .home-title {
        font-size: 2.3rem;
    }

    .home-list-hero,
    .home-detail-hero {
        padding-top: 124px;
    }

    .home-hero__actions {
        flex-direction: column;
    }

    .btn-modern-home {
        justify-content: center;
        width: 100%;
    }

    .home-surface-card,
    .home-feature-card,
    .home-announce-card__body,
    .home-map-card__content,
    .home-detail-article__body,
    .home-detail-sidebar__card,
    .footer-modern-home__intro,
    .footer-modern-home__form,
    .home-stat-card {
        padding: 20px;
    }

    .home-stat-card strong {
        font-size: 24px;
    }

    .home-list-hero__content h1,
    .home-detail-hero__content h1,
    .home-detail-article__body h2,
    .home-detail-sidebar__card h3 {
        font-size: 2rem;
    }
}
