:root {
    color-scheme: light;
    --bg: #f6f7f9;
    --surface: #ffffff;
    --text: #2c2c2c;
    --muted: #6B7280;
    --line: #d9e0e8;
    --accent: #009843;
    --accent-dark: #F07A26;
    --font-base: "Roboto", Arial, Helvetica, sans-serif;
}

.advanced-search-page {
    background: #fff;
}

.advanced-search-panel {
    padding: 24px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    background: #f5f5f5;
}

.advanced-search-panel h2 {
    margin: 0 0 18px;
    color: #2c2c2c;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.advanced-search-grid {
    --advanced-col-gap: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    gap: var(--advanced-col-gap);
}

.advanced-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-width: 0;
    position: relative;
}

.advanced-column-left {
    flex: 1.05;
}

.advanced-column-center {
    flex: 1.05;
}

.advanced-column-right {
    flex: 0.95;
}

.advanced-column-center::before,
.advanced-column-right::before {
    content: "";
    position: absolute;
    left: calc(var(--advanced-col-gap) / -2);
    top: 2px;
    bottom: 2px;
    width: 1px;
    background: #d9d9d9;
}

.advanced-field,
.advanced-search-status {
    display: grid;
    gap: 8px;
    margin: 0;
    width: 100%;
}

.advanced-field>span,
.advanced-search-status legend {
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.advanced-search-status {
    border: 0;
    padding: 0;
}

.advanced-search-status div {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 10px;
    padding-top: 20px;
}

.advanced-search-status div label {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.advanced-search-status input[type="radio"] {
    width: 24px;
    height: 24px;
    margin: 0;
    flex: 0 0 24px;
    accent-color: #009843;
}

.advanced-search-form input:not([type="radio"]):not([type="checkbox"]),
.advanced-search-form select {
    width: 100%;
    min-height: 50px;
    max-height: 50px;
    padding: 15px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fff;
    color: #2c2c2c;
    font-size: 14px;
}

.advanced-search-form input:not([type="radio"]):not([type="checkbox"])::placeholder {
    color: #6b7280;
    font-size: 14px;
}

.advanced-search-form select {
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%236B7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 14px center;
    background-size: 16px 16px;
}

.advanced-search-form input:not([type="radio"]):not([type="checkbox"]):focus,
.advanced-search-form select:focus {
    outline: none;
    border-color: #009843;
}

.advanced-column-left .select2-container {
    width: 100% !important;
}

.advanced-column-left .select2-container .select2-selection--single {
    height: 50px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    background: #fff;
    display: flex;
    align-items: center;
}

.advanced-column-left .select2-container .select2-selection__rendered {
    line-height: 20px;
    padding-left: 15px !important;
    padding-right: 40px !important;
    font-size: 14px;
    color: #2c2c2c !important;
}

.advanced-column-left .select2-container .select2-selection__arrow {
    height: 50px !important;
    position: absolute;
    top: 0 !important;
    right: 10px !important;
    width: 24px !important;
}

.advanced-column-left .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border: 0;
    width: 16px;
    height: 16px;
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%236B7280' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.advanced-column-left .select2-container .select2-selection__placeholder {
    color: #6b7280;
}

.advanced-column-left .select2-container--default.select2-container--focus .select2-selection--single,
.advanced-column-left .select2-container--default.select2-container--open .select2-selection--single {
    border-color: #009843;
}

.select2-dropdown {
    border: 1px solid #e4e4e4;
    border-radius: 6px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    min-height: 40px;
    padding: 10px 12px;
    border: 1px solid #e4e4e4;
    border-radius: 6px;
    font-size: 14px;
}

.advanced-search-year-row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.advanced-year-select {
    position: relative;
    display: block;
}

.advanced-year-select select {
    padding-right: 42px;
    background-image: none;
}

.advanced-year-select > svg,
.advanced-year-icon {
    display: block;
    position: absolute;
    right: 14px;
    top: 50%;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    pointer-events: none;
}

.advanced-year-field {
    width: 100%;
}

.advanced-field-error {
    display: block;
    margin-top: 8px;
    color: #E31C2A !important;
    font-size: 13px !important;
    line-height: 18px !important;
}

.advanced-field-error.is-hidden {
    display: none;
}

.advanced-search-actions {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: end;
    gap: 10px;
    width: 100%;
}

.advanced-search-actions button {
    min-height: 50px;
    padding: 13px 16px;
    border: 1px solid transparent;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.advanced-search-actions button svg {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.advanced-reset-btn {
    border-radius: 8px;
    border: 1px solid #d9d9d9;
    background: #ececec;
    color: #6b7280;
}

.advanced-reset-btn:hover {
    background: #e3e3e3;
    border-color: #cfcfcf;
}

.advanced-submit-btn {
    border-radius: 8px;
    border-color: #009843;
    background: #009843;
    color: #fff;
}

.advanced-submit-btn:hover {
    background: #00843a;
    border-color: #00843a;
}

.advanced-search-result-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 24px 0 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.advanced-search-result-head h3 {
    margin: 0;
    color: #2c2c2c;
    font-size: 20px;
    line-height: 32px;
}

.advanced-search-result-head select {
    min-height: auto;
    padding: 0 18px 0 0;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    background-position: right 0 center;
    background-size: 14px 14px;
    color: #2c2c2c;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    cursor: pointer;
}

.advanced-search-result-head form::before {
    content: "Sắp xếp theo:";
    margin-right: 4px;
    color: #6b7280;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.advanced-search-result-head form {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

@media (max-width: 767px) {
    .advanced-search-panel {
        padding: 16px;
    }

    .advanced-search-panel h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .advanced-search-grid {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .advanced-column {
        width: 100%;
    }

    .advanced-column-center::before,
    .advanced-column-right::before {
        display: none;
    }

    .advanced-search-actions {
        grid-template-columns: 1fr;
    }

    .advanced-search-result-head {
        flex-direction: column;
        align-items: flex-start;
    }
}

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;
    background: var(--bg);
    color: var(--text);
    font-family: var(--font-base);
    line-height: 1.5;
}

body.has-mobile-nav {
    overflow: hidden;
}

button,
input,
select,
textarea {
    font-family: var(--font-base);
}

a {
    color: inherit;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.container {
    width: min(1420px, calc(100% - 30px));
    margin: 0 auto;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 900;
    background: var(--surface);
    border-bottom: 1px solid var(--line);
    transition: box-shadow 180ms ease, border-color 180ms ease;
}

.site-header.is-scrolled {
    border-bottom-color: rgba(3, 73, 44, 0.08);
    box-shadow: 0 8px 24px rgba(44, 44, 44, 0.08);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 0;
    padding: 10px 0;
    gap: 24px;
}

.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    text-decoration: none;
}

.brand img,
.footer-brand img {
    display: block;
    width: min(448px, 58vw);
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 10px;
}

.site-nav a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 10px;
    border-radius: 60px;
    color: #03492C;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0;
    text-decoration: none;
    transition: background 160ms ease, color 160ms ease;
}

.site-nav a:hover,
.site-nav a.is-active {
    background: linear-gradient(90deg, #009843 0%, #6AC335 100%);
    color: #ffffff;
}

.nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    gap: 5px;
    border: 0;
    border-radius: 4px;
    background: linear-gradient(90deg, #009843 0%, #6AC335 100%);
    color: #ffffff;
    cursor: pointer;
}

.nav-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
}

.mobile-nav-panel {
    position: fixed;
    inset: 0;
    z-index: 1000;
    visibility: hidden;
    pointer-events: none;
}

.mobile-nav-panel.is-visible {
    visibility: visible;
}

.mobile-nav-panel.is-open {
    pointer-events: auto;
}

.mobile-nav-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    opacity: 0;
    transition: opacity 240ms ease;
}

.mobile-nav-panel.is-open .mobile-nav-backdrop {
    opacity: 1;
}

.mobile-nav-dialog {
    position: absolute;
    top: 0;
    right: 0;
    width: min(380px, 88vw);
    height: 100%;
    padding: 18px;
    background: var(--surface);
    box-shadow: -12px 0 30px rgba(15, 23, 42, 0.18);
    transform: translateX(100%);
    transition: transform 280ms cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
}

.mobile-nav-panel.is-open .mobile-nav-dialog {
    transform: translateX(0);
}

.mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.mobile-nav-head img {
    display: block;
    width: min(240px, 70%);
    height: auto;
}

.mobile-nav-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 50%;
    background: #eef2f5;
    color: var(--text);
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
}

.mobile-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding-top: 18px;
}

.mobile-nav a {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding: 8px 14px;
    border-radius: 60px;
    color: #03492C;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.mobile-nav a:hover,
.mobile-nav a.is-active {
    background: linear-gradient(90deg, #009843 0%, #6AC335 100%);
    color: #ffffff;
}

.site-main {
    min-height: calc(100vh - 129px);
}

.site-floating-actions {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 1200;
    display: grid;
    gap: 10px;
}

.site-floating-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 10px 20px rgba(44, 44, 44, 0.18);
}

.site-floating-action svg {
    width: 36px;
    height: 36px;
}

.site-floating-action.is-top svg {
    width: 30.87px;
    height: 25.652px;
}

.site-floating-action.is-chat {
    background: #DE7D2F;
}

.site-floating-action.is-top {
    background: #82C94A;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
    transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
}

.site-floating-action.is-top.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateY(0);
}

.page-hero {
    padding: 12px 0 0;
    background: #ffffff;
}

.page-breadcrumb {
    margin-bottom: 17px;
    color: #2c2c2c;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}

.page-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

.page-breadcrumb .is-current {
    color: #03492C;
}

.page-breadcrumb-separator {
    margin: 0 6px;
}

.page-hero-banner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 132px;
    overflow: hidden;
    border-radius: 8px;
    background-position: center;
    background-size: cover;
    color: #ffffff;
    text-align: center;
}

.page-hero-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #009843;
    mix-blend-mode: multiply;
    opacity: 0.7;
}

.page-hero-banner h1 {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 24px;
    font-size: 36px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.54px;
}

.page-hero-banner-search {
    min-height: 190px;
    align-items: flex-start;
    padding: 24px 24px 28px;
}

.page-hero-search-block {
    position: relative;
    z-index: 3;
    width: min(760px, 100%);
    padding-bottom: 10px;
}

.page-hero-search-block h1 {
    margin: 0 0 14px;
    padding: 0;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.home-hero,
.status-page,
.page-section {
    padding: 96px 0;
}

.home-hero-carousel {
    position: relative;
    min-height: 460px;
    height: clamp(360px, 42vw, 560px);
    overflow: hidden;
    background: #03492C;
    color: #ffffff;
}

.home-hero-track,
.home-hero-slide {
    position: absolute;
    inset: 0;
}

.home-hero-slide {
    opacity: 0;
    background-image: linear-gradient(0deg, rgba(3, 73, 44, 0.32), rgba(3, 73, 44, 0.32)), var(--hero-image);
    background-position: center;
    background-size: cover;
    transition: opacity 600ms ease;
}

.home-hero-slide.is-active {
    opacity: 1;
}

.home-hero-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(950px, calc(100% - 48px));
    height: 100%;
    margin: 0 auto;
    padding: 48px 0 62px;
    text-align: center;
}

.home-hero-content h1 {
    margin: 0 0 12px;
    color: #ffffff;
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}

.home-hero-content p {
    margin: 0 0 34px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.home-hero-search {
    display: grid;
    grid-template-columns: minmax(280px, 500px) 56px auto;
    align-items: stretch;
    justify-content: center;
    column-gap: 0;
    width: min(760px, 100%);
}

.home-hero-search input {
    min-width: 0;
    height: 60px;
    border: 0;
    border-radius: 12px 0 0 12px;
    background: #ffffff;
    color: #2c2c2c;
    font-size: 16px;
    outline: none;
    padding: 0 24px;
}

.home-hero-search input::placeholder {
    color: #9AA3AF;
}

.home-hero-search-submit,
.home-hero-advanced,
.home-hero-arrow,
.home-hero-dots button {
    border: 0;
    cursor: pointer;
}

.home-hero-search-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 0 12px 12px 0;
    background: #6AC335;
    color: #ffffff;
}

.home-hero-search-submit svg,
.home-hero-advanced svg {
    width: 20px;
    height: 20px;
}

.home-hero-advanced {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 170px;
    height: 60px;
    margin-left: 20px;
    border-radius: 10px;
    background: #F07A26;
    color: #ffffff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    padding: 0 18px;
}

.home-hero-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    transform: translateY(-50%);
    transition: background 160ms ease, border-color 160ms ease;
}

.home-hero-arrow:hover {
    background: rgba(255, 255, 255, 0.22);
    border-color: #ffffff;
}

.home-hero-arrow span {
    display: block;
    margin-top: -2px;
    font-size: 25px;
    line-height: 1;
}

.home-hero-arrow-prev {
    left: 34px;
}

.home-hero-arrow-next {
    right: 34px;
}

.home-hero-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transform: translateX(-50%);
}

.home-hero-dots button {
    width: 7px;
    height: 7px;
    padding: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.65);
}

.home-hero-dots button.is-active {
    width: 9px;
    height: 9px;
    background: #ffffff;
}

.home-benefits {
    padding: 40px 0;
    background: #ffffff;
}

.home-benefits-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.home-benefit-card {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: center;
    gap: 16px;
    min-height: 90px;
    padding: 18px;
    border: 1px solid #EEE;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 12px 0 rgba(44, 44, 44, 0.10);
    overflow: hidden;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.home-benefit-card::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(90deg, #009843 0%, #6AC335 100%);
    opacity: 0;
    transition: opacity 240ms ease;
}

.home-benefit-icon,
.home-benefit-text {
    position: relative;
    z-index: 1;
}

.home-benefit-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 77px;
    height: 77px;
    border-radius: 8px;
    background: #EBFFDF;
    color: #0F7A3E;
    transition: background 220ms ease, color 220ms ease;
}

.home-benefit-icon svg {
    aspect-ratio: 1/1;
    width: 40px;
    height: 40px;
}

.home-benefit-text {
    display: grid;
    gap: 6px;
    min-width: 0;
}

.home-benefit-text strong {
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 600;
    line-height: 21px;
    transition: color 220ms ease;
}

.home-benefit-text span {
    color: #555;
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    transition: color 220ms ease;
}

.home-benefit-card:hover {
    border-color: transparent;
    box-shadow: 0 8px 22px 0 rgba(0, 152, 67, 0.20);
    transform: translateY(-2px);
}

.home-benefit-card:hover::before {
    opacity: 1;
}

.home-benefit-card:hover .home-benefit-icon {
    color: #ffffff;
}

.home-benefit-card:hover .home-benefit-text strong,
.home-benefit-card:hover .home-benefit-text span {
    color: #ffffff;
}

.home-featured-projects {
    padding: 35px 0 60px;
    background: #ffffff;
}

.home-section-heading {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
    align-items: center;
    gap: 30px;
    color: #2C2C2C;
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    line-height: 52px;
}

.home-section-heading::before,
.home-section-heading::after {
    content: "";
    display: block;
    height: 1px;
    background: #EEE;
}

.home-featured-project-carousel {
    position: relative;
    margin-top: 30px;
}

.home-featured-project-viewport {
    overflow: hidden;
}

.home-featured-project-list {
    display: flex;
    align-items: stretch;
    gap: 20px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-featured-project-list::-webkit-scrollbar {
    display: none;
}

.home-featured-project-list .project-card {
    scroll-snap-align: start;
}

.home-featured-project-arrow {
    position: absolute;
    top: 50%;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #EEE;
    border-radius: 50%;
    background: #ffffff;
    color: #2C2C2C;
    box-shadow: 0 2px 8px rgba(44, 44, 44, 0.08);
    cursor: pointer;
    transform: translateY(-50%);
    transition: background 160ms ease, color 160ms ease, opacity 160ms ease;
}

.home-featured-project-arrow:hover {
    background: #F7FFF2;
    color: #03492C;
}

.home-featured-project-arrow:disabled {
    opacity: 0.35;
    cursor: default;
}

.home-featured-project-arrow span {
    display: block;
    margin-top: -2px;
    font-size: 24px;
    line-height: 1;
}

.home-featured-project-arrow-prev {
    left: -40px;
}

.home-featured-project-arrow-next {
    right: -40px;
}

.home-about-highlight {
    padding: 70px 0;
    background:
        linear-gradient(0deg, rgba(3, 73, 44, 0.18), rgba(3, 73, 44, 0.18)),
        var(--home-about-bg) center / cover no-repeat;
    color: #ffffff;
}

.home-about-highlight-inner {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(420px, 1.1fr);
    align-items: center;
    gap: 90px;
}

.home-about-highlight-content {
    max-width: 590px;
}

.home-about-highlight-content h2 {
    margin: 0 0 28px;
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.home-about-highlight-content p {
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.home-about-highlight-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 220px;
    margin-top: 14px;
    padding: 8px 12px;
    border-radius: 8px;
    border: 1px solid #6AC335;
    background: #009843;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-decoration: none;
    transition: background 160ms ease, border-color 160ms ease;
}

.home-about-highlight-button:hover {
    background: #047A39;
    border-color: #6AC335;
}

.home-about-highlight-button svg {
    width: 18px;
    height: 18px;
    flex: 0 0 auto;
}

.home-about-image-carousel {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.12);
}

.home-about-image-track {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
}

.home-about-image-track::-webkit-scrollbar {
    display: none;
}

.home-about-image-slide {
    flex: 0 0 100%;
    margin: 0;
    scroll-snap-align: start;
}

.home-about-image-slide img {
    display: block;
    width: 100%;
    aspect-ratio: 700 / 415;
    object-fit: cover;
    border-radius: 8px;
}

.home-about-image-dots {
    position: absolute;
    left: 50%;
    bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    transform: translateX(-50%);
}

.home-about-image-dots button {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    cursor: pointer;
}

.home-about-image-dots button.is-active {
    background: #6AC335;
}

.home-news-documents {
    padding: 70px 0;
    background: #ffffff;
}

.home-news-documents-grid {
    display: grid;
    grid-template-columns: minmax(0, 940px) minmax(360px, 460px);
    align-items: start;
    justify-content: space-between;
    gap: 24px;
}

.home-news-card,
.home-documents-card {
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(44, 44, 44, 0.10);
}

.home-news-card {
    max-width: 940px;
    padding: 32px 30px;
}

.home-news-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 21px;
}

.home-news-head::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #EEE;
    order: 1;
}

.home-news-head h2 {
    margin: 0;
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
    order: 0;
}

.home-news-head a {
    color: #03492C;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
    white-space: nowrap;
    order: 2;
}

.home-news-list {
    display: grid;
    grid-template-columns: minmax(260px, 1fr) minmax(320px, 0.95fr);
    grid-template-rows: repeat(4, 1fr);
    gap: 18px;
}

.home-news-featured {
    position: relative;
    grid-row: 1 / span 4;
    overflow: hidden;
    border-radius: 8px;
    background: #03492C;
}

.home-news-featured::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(7, 175, 105, 0) 36.42%, #03492C 99.94%);
}

.home-news-featured img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-news-featured-content {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 18px;
    z-index: 1;
    color: #ffffff;
}

.home-news-featured time,
.home-news-item time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.home-news-featured time {
    color: #FFFFFF;
}

.home-news-item time {
    color: #6B7280;
}

.home-news-featured time svg,
.home-news-item time svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.home-news-featured h3,
.home-news-item h3 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: inherit;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.home-news-featured>a,
.home-news-item>a,
.blog-latest-item>a {
    display: block;
}

.home-news-featured>a {
    height: 100%;
}

.home-news-featured h3 a,
.home-news-item h3 a,
.blog-latest-item-content h3 a {
    color: inherit;
    text-decoration: none;
}

.home-news-featured h3 a:hover,
.home-news-item h3 a:hover,
.blog-latest-item-content h3 a:hover {
    text-decoration: none;
}

.home-news-item {
    display: grid;
    grid-template-columns: 160px minmax(0, 1fr);
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.home-news-item img {
    display: block;
    width: 160px;
    height: 110px;
    object-fit: cover;
    border-radius: 8px;
}

.home-news-item-content {
    min-width: 0;
    color: #2C2C2C;
}

.home-documents-card {
    max-width: 460px;
    padding: 4px 4px 25px;
    overflow: hidden;
}

.home-documents-head {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-height: 84px;
    padding: 30px 18px 18px;
    border-radius: 8px 8px 0 0;
    background: #B8790D var(--home-documents-bg) center top / cover no-repeat;
    color: #ffffff;
    text-align: center;
}

.home-documents-head h2 {
    margin: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}

.home-documents-list {
    display: grid;
    gap: 8px;
    padding: 20px 16px 0;
}

.home-document-item {
    display: flex;
    padding: 10px 7px;
    align-items: flex-start;
    gap: 8px;
    border-radius: 6px;
    border: 1px solid #EEE;
    background: #FFF;
}

.home-document-marker {
    flex: 0 0 auto;
    margin-top: 2px;
    color: #E31C2A;
    font-size: 12px;
    line-height: 1;
}

.home-document-content {
    min-width: 0;
}

.home-document-content h3 {
    margin: 0 0 6px;
}

.home-document-title {
    display: -webkit-box;
    overflow: hidden;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-align: left;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    text-decoration: none !important;
    transition: color 160ms ease, text-decoration-color 160ms ease;
}

.home-document-title:hover,
.home-document-title:focus-visible {
    color: #009843;
    text-decoration: underline;
    text-decoration-color: currentColor;
}

.home-document-title.is-missing-file {
    cursor: pointer;
}

.home-document-title.is-missing-file:hover,
.home-document-title.is-missing-file:focus-visible {
    color: #DE7D2F;
}

.home-document-content p {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    margin: 0;
    font-size: 12px;
    line-height: 16px;
}

.home-document-content strong {
    color: #E31C2A;
    font-weight: 600;
}

.home-document-content span {
    color: #6B7280;
    font-weight: 400;
}

.home-documents-more {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px auto 0;
    color: #03492C;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
}

.home-panel-empty {
    margin: 0;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
}

.page-section {
    padding: 50px 0 100px;
}

.about-page {
    background: #ffffff;
}

.about-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    column-gap: 10px;
    row-gap: 70px;
    align-items: start;
}

.about-content {
    align-self: start;
    max-width: 580px;
    color: #2C2C2C;
}

.about-content h2 {
    margin: 0 0 30px;
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.about-content p,
.about-content li {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.about-content p {
    margin: 0 0 18px;
}

.about-content ul {
    margin: 0;
    padding-left: 22px;
}

.about-content li::marker {
    color: #2C2C2C;
}

.about-content-secondary {
    align-self: center;
    justify-self: center;
    max-width: 580px;
}

.about-image {
    margin: 0;
}

.about-image img {
    display: block;
    width: min(700px, 100%);
    height: 415px;
    object-fit: cover;
    border-radius: 8px;
}

.about-support-section {
    padding: 70px 0 100px;
    background:
        linear-gradient(0deg, rgba(3, 73, 44, 0.70) 0%, rgba(3, 73, 44, 0.70) 100%),
        url("../images/about/bg-introduce.png") lightgray 50% / cover no-repeat;
}

.about-support-inner {
    display: grid;
    grid-template-columns: minmax(0, 616px) minmax(420px, 700px);
    align-items: center;
    justify-content: space-between;
    gap: 70px;
    width: min(1420px, calc(100% - 30px));
    margin: 0 auto;
}

.about-support-image {
    margin: 0;
}

.about-support-image img {
    display: block;
    width: 100%;
    height: 415px;
    object-fit: cover;
    border-radius: 8px;
}

.contact-page {
    background: #ffffff;
}

.contact-section-title {
    margin: 0 0 22px;
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.contact-card {
    display: grid;
    grid-template-columns: minmax(320px, 0.8fr) minmax(520px, 1.2fr);
    gap: 70px;
    align-items: stretch;
    padding: 20px;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(44, 44, 44, 0.10);
}

.contact-info {
    padding: 22px 0 22px 24px;
}

.contact-info h3 {
    margin: 0;
    color: #2C2C2C;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.contact-info-list {
    display: grid;
    gap: 18px;
    margin-top: 30px;
}

.contact-info-item {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 17px;
    align-items: center;
}

.contact-info-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 10px;
    background: #009843;
    color: #ffffff;
}

.contact-info-icon svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.contact-info-item p {
    margin: 0;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-info-item strong {
    color: #03492C;
    font-weight: 600;
}

.contact-map iframe {
    display: block;
    width: 100%;
    height: 405px;
    border: 0;
    border-radius: 8px;
}

.contact-faq-section {
    padding: 0 0 100px;
    background: #ffffff;
}

.contact-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 32px;
    align-items: start;
}

.contact-faq-main .contact-section-title {
    margin-bottom: 18px;
}

.contact-faq-card {
    padding: 20px;
    border: 1px solid rgba(44, 44, 44, 0.08);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(44, 44, 44, 0.10);
}

.contact-faq-item {
    border: 0;
    background: #ffffff;
}

.contact-faq-item+.contact-faq-item {
    margin-top: 0;
}

.contact-faq-item summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    min-height: 58px;
    padding: 0 24px;
    border: 1px solid #ececec;
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    cursor: pointer;
    list-style: none;
}

.contact-faq-item[open] summary {
    border-color: #7DC84B;
    border-radius: 6px;
}

.contact-faq-item:not([open])+.contact-faq-item:not([open]) summary {
    border-top: 0;
}

.contact-faq-item:not([open]):first-child summary {
    border-radius: 6px 6px 0 0;
}

.contact-faq-item:not([open]):last-child summary {
    border-radius: 0 0 6px 6px;
}

.contact-faq-item summary::-webkit-details-marker {
    display: none;
}

.contact-faq-toggle {
    position: relative;
    flex: 0 0 auto;
    width: 18px;
    height: 18px;
}

.contact-faq-toggle::before,
.contact-faq-toggle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    border-radius: 2px;
    background: #2C2C2C;
    transform: translate(-50%, -50%);
}

.contact-faq-toggle::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.contact-faq-item[open] .contact-faq-toggle::after {
    display: none;
}

.contact-faq-answer {
    padding: 6px 24px 24px;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.contact-faq-side {
    position: relative;
    overflow: hidden;
    padding: 64px 18px 18px;
    border-radius: 6px;
    background: #F5F5F5;
}

.contact-faq-side-accent {
    position: absolute;
    top: 0;
    right: 13px;
    width: 100%;
    height: 50px;
    border-radius: 8px 0 37px 0;
    background: #3C974D;
}

.contact-faq-form {
    position: relative;
    z-index: 1;
}

.contact-faq-side img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 132px;
    margin-top: 28px;
    object-fit: cover;
    border-radius: 6px;
}

.legal-page {
    background: #ffffff;
}

.legal-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 327px);
    gap: 28px;
    align-items: start;
}

.legal-main {
    min-width: 0;
}

.legal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 5px;
}

.legal-head h2 {
    margin: 0;
    color: #2C2C2C;
    font-size: 26px;
    font-weight: 700;
    line-height: 34px;
}

.legal-filterbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}

.legal-filterbar select,
.legal-filterbar a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 8px;
    border: 0;
    border-radius: 6px;
    background: #ffffff;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
    cursor: pointer;
}

.legal-filterbar select {
    width: auto;
    min-width: 0;
    padding-right: 18px;
    border: 0;
    outline: 0;
}

.legal-filterbar a {
    padding: 0 14px;
    border: 0;
    border-radius: 60px;
    background: #EEE;
}

.legal-reset {
    gap: 6px;
}

.legal-reset svg {
    width: 18px;
    height: 18px;
}

.legal-list {
    display: grid;
    gap: 16px;
}

.legal-card {
    display: grid;
    grid-template-columns: 144px minmax(0, 1fr);
    gap: 22px;
    align-items: center;
    min-height: 156px;
    padding: 14px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 4px 18px rgba(44, 44, 44, 0.08);
}

.legal-card[hidden] {
    display: none;
}

.legal-card-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 145px;
    height: 145px;
    overflow: hidden;
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #F5F5F5;
}

.legal-card-thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.legal-card-thumb .legal-placeholder-thumb {
    object-fit: contain;
}

.legal-file-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #E9F6EC;
}

.legal-file-icon svg {
    width: 28px;
    height: 28px;
}

.legal-card-body {
    min-width: 0;
}

.legal-card-body h3 {
    display: -webkit-box;
    margin: 0 0 8px;
    overflow: hidden;
    color: #2C2C2C;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.legal-card-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    margin: 0 0 10px;
    color: #6B7280;
    font-size: 14px;
    line-height: 20px;
}

.legal-card-meta strong {
    color: #E31C2A;
    font-weight: 500;
}

.legal-card-meta strong+span::before {
    content: "-";
    margin-right: 6px;
    color: #6B7280;
}

.legal-download {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 30px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid rgba(0, 152, 67, 0.20);
    background: #F7FFF2;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    color: #03492C;
    text-decoration: none;
}

.legal-download svg {
    width: 16px;
    height: 16px;
}

.legal-empty {
    padding: 24px;
    border: 1px solid #EDEDED;
    border-radius: 8px;
    background: #ffffff;
    color: #6B7280;
    text-align: center;
}

.legal-sidebar {
    width: 100%;
    max-width: 327px;
}

.legal-sidebox {
    overflow: hidden;
    border-radius: 8px;
    background: #F5F5F5;
}

.legal-sidebox+.legal-sidebox {
    margin-top: 22px;
}

.legal-sidebox h3 {
    display: flex;
    align-items: center;
    gap: 8px;
    min-height: 50px;
    margin: 0 13px 0 0;
    padding: 0 18px;
    border-radius: 0 0 28px 0;
    background: #3C974D;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.legal-sidebox h3 svg {
    width: 18px;
    height: 18px;
}

.legal-category-list {
    display: flex;
    flex-direction: column;
    padding: 12px 16px;
}

.legal-category-list a,
.legal-category-list span {
    display: block;
    padding: 13px 0;
    border-bottom: 1px solid #E6E6E6;
    color: #2C2C2C;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none;
}

.legal-category-list a:hover {
    color: #1C7C37;
}

.legal-category-list a.is-active {
    color: #1C7C37;
    font-weight: 600;
}

.legal-category-list a:last-child,
.legal-category-list span:last-child {
    border-bottom: 0;
}

.project-page {
    background: #ffffff;
}

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

.project-list-grid > .legal-empty {
    grid-column: 1 / -1;
    width: 100%;
}

.project-list-grid .project-card {
    width: 100%;
}

.project-list-grid .project-card[hidden] {
    display: none;
}

.blog-page .home-news-card {
    width: 100%;
    max-width: none;
}

.blog-page {
    background: #FFFFFF;
}

.blog-page .home-news-list {
    grid-template-columns: minmax(0, 874px) minmax(360px, 1fr);
}

.blog-page .home-news-featured {
    min-height: 0;
    max-height: 502px;
    height: 100%;
}

.blog-latest-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 460px;
    gap: 20px;
    margin-top: 72px;
}

.blog-latest-main h2 {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0 0 16px;
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.blog-latest-main h2::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    background: #EEEEEE;
}

.blog-latest-list {
    display: grid;
    gap: 12px;
}

.blog-latest-item {
    display: flex;
    padding: 12px;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(44, 44, 44, 0.10);
}

.blog-latest-item[hidden] {
    display: none;
}

.blog-latest-item img {
    width: 210px;
    height: 145px;
    flex: 0 0 auto;
    object-fit: cover;
    border-radius: 8px;
}

.blog-latest-item-content {
    min-width: 0;
}

.blog-latest-item-content time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 8px;
    color: #6B7280;
    font-size: 14px;
    line-height: 18px;
}

.blog-latest-item-content time svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.blog-latest-item-content h3 {
    margin: 0 0 8px;
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.blog-latest-item-content p {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #555555;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

.blog-latest-side {
    display: grid;
    gap: 20px;
    align-content: start;
}

.blog-topics-card {
    border-radius: 12px;
    border: 1px solid #EEE;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(44, 44, 44, 0.10);
    overflow: hidden;
    padding: 4px 4px 18px 4px;
}

.blog-detail-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 24px;
    align-items: start;
}

.blog-detail-main {
    min-width: 0;
}

.blog-detail-title-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 10px;
}

.blog-detail-title {
    margin: 0;
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.blog-detail-date {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 14px;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.blog-detail-image {
    width: 100%;
    display: block;
    margin-bottom: 16px;
    border-radius: 12px;
    object-fit: cover;
}

.blog-detail-content {
    color: #2C2C2C;
    font-size: 16px;
    line-height: 26px;
}

.blog-detail-content p {
    margin: 0 0 12px;
}

.blog-detail-content img {
    display: block;
    max-width: 100%;
    width: auto;
    height: auto;
}

.blog-detail-meta {
    margin-top: 20px;
    padding: 18px 0 0;
}

.blog-detail-share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 16px;
}

.blog-detail-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 1px solid #EEEEEE;
    background: #fff;
    cursor: pointer;
    text-decoration: none;
}

.blog-detail-share-btn svg {
    width: 20px;
    height: 20px;
}

.blog-detail-tags {
    display: flex;
    align-items: center;
    gap: 14px;
    flex-wrap: wrap;
}

.blog-detail-tags strong {
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.blog-detail-tag-list {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.blog-detail-tag-item {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #EEEEEE;
    background: #fff;
    color: #555555;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.blog-detail-side {
    display: grid;
    gap: 20px;
    align-content: start;
}

.blog-detail-latest-card {
    border-radius: 8px;
    background: #F5F5F5;
    box-shadow: none;
}

.blog-detail-latest-list {
    display: grid;
    gap: 18px;
    padding: 12px 16px;
}

.blog-detail-latest-item {
    display: grid;
    grid-template-columns: 100px minmax(0, 1fr);
    gap: 10px;
    align-items: center;
}

.blog-detail-latest-item img {
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
}

.blog-detail-latest-item-content {
    min-width: 0;
}

.blog-detail-latest-item-content time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-bottom: 4px;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
}

.blog-detail-latest-item-content time svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.blog-detail-latest-item-content h4 {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.blog-detail-latest-item-content h4 a {
    color: inherit;
    text-decoration: none;
}

.blog-topics-head {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 84px;
    border-radius: 6px;
    background: linear-gradient(0deg, rgba(3, 73, 44, 0.52), rgba(3, 73, 44, 0.52)), var(--blog-topics-bg) center / cover no-repeat;
}

.blog-topics-head h3 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
}

.blog-topics-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
    padding: 0 12px;
}

.blog-topic-item {
    display: flex;
    width: 100%;
    min-height: 60px;
    padding: 10px 7px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 6px;
    border: 1px solid #EEE;
    background: #FFF;
    color: #2C2C2C;
    font-size: 16px;
    text-decoration: none;
}

.blog-topic-item svg {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
}

.blog-topic-item.is-active {
    border-color: #009843;
    color: #009843;
}

@media (max-width: 1280px) {
    .blog-page .home-news-card {
        padding: 24px 20px;
    }

    .blog-page .home-news-list {
        grid-template-columns: minmax(0, 1.35fr) minmax(300px, 1fr);
        gap: 14px;
    }

    .blog-page .home-news-item {
        grid-template-columns: 140px minmax(0, 1fr);
        gap: 10px;
    }

    .blog-page .home-news-item img {
        width: 140px;
        height: 96px;
    }

    .blog-latest-layout {
        grid-template-columns: 1fr;
    }
}

.project-contact-form-wrap {
    padding: 16px;
}

.project-contact-form-wrap .support-form {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: transparent;
}

.project-contact-form-wrap .support-form--compact h2 {
    display: none;
}

.project-contact-image {
    display: block;
    width: calc(100% - 32px);
    height: 132px;
    margin: 0 16px 16px;
    object-fit: cover;
    border-radius: 6px;
}

.project-detail-page , .blog-detail-page {
    padding: 20px 0 50px;
    background: #ffffff;
}

.project-detail-title {
    margin: 0;
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 700;
    line-height: 38px;
}

.project-detail-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.project-detail-title-main {
    display: flex;
    align-items: center;
    gap: 12px;
    min-width: 0;
}

.project-detail-back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
    flex: 0 0 30px;
    border: 1px solid #D9D9D9;
    border-radius: 50%;
    background: #ffffff;
    text-decoration: none;
    box-sizing: border-box;
}

.project-detail-back svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
}

.project-detail-share {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 39px;
    height: 39px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    flex: 0 0 auto;
}

.project-detail-share svg {
    display: block;
    width: 39px;
    height: 39px;
}

.project-detail-overview {
    display: grid;
    grid-template-columns: minmax(0, 940px) 460px;
    gap: 20px;
    align-items: stretch;
}

.project-detail-summary,
.project-detail-map-card {
    overflow: hidden;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    background: #ffffff;
}

.project-detail-summary-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 18px;
    border-radius: 12px 12px 0 0;
    border-top: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-left: 1px solid #EEE;
    border-bottom: 1px solid #EDEDED;
    background: #F5F5F5;
}

.project-detail-summary-title {
    display: flex;
    align-items: center;
    gap: 16px;
}

.project-detail-summary-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    border: 1px solid #E7E7E7;
    background: #ffffff;
    flex: 0 0 auto;
}

.project-detail-summary-icon svg {
    width: 30px;
    height: 30px;
}

.project-detail-summary-head h2 {
    margin: 0;
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.project-detail-summary-head p {
    margin: 2px 0 0;
    color: #555555;
    font-size: 16px;
    line-height: 24px;
}

.project-detail-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    border-radius: 60px;
    border: 1px solid #9BE2BA;
    background: #CDF6DF;
    color: #007D37;
    font-size: 13px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    white-space: nowrap;
}

.project-detail-status::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: currentColor;
    flex: 0 0 auto;
}

.project-detail-status.is-approved {
    border-color: #9BE2BA;
    background: #CDF6DF;
    color: #007D37;
}

.project-detail-status.is-proposing {
    border-color: #FBD38D;
    background: #FEEBC8;
    color: #B45309;
}

.project-detail-status.is-suspended {
    border-color: #F5A5A5;
    background: #FEE2E2;
    color: #B42318;
}

.project-detail-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.project-detail-item {
    height: 67px;
    padding: 12px 18px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.project-detail-item:nth-child(3n) {
    border-right: 0;
}

.project-detail-item span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #6B7280;
    font-size: 14px;
    line-height: normal;
}

.project-detail-item span svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.project-detail-item strong {
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.project-detail-map-card h3 {
    display: flex;
    align-items: center;
    min-height: 50px;
    margin: 0;
    padding: 0 16px;
    border-bottom: 1px solid #EDEDED;
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.project-detail-map-card {
    display: flex;
    flex-direction: column;
}

.project-detail-map-card .contact-map {
    flex: 1;
    min-height: 0;
}

.project-detail-map-card .contact-map iframe {
    height: 100%;
    min-height: 349px;
    border-radius: 0;
}

.project-detail-secondary {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EEEEEE;
    align-items: stretch;
}

.project-detail-info-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #EDEDED;
    border-radius: 12px;
    background: #ffffff;
    overflow: hidden;
}

.project-detail-info-head {
    display: flex;
    padding: 18px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px 12px 0 0;
    border: 1px solid #EEE;
    background: #F5F5F5;
}

.project-detail-info-head h3 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.project-detail-info-head h3 svg {
    width: 24px;
    height: 24px;
    flex: 0 0 auto;
}

.project-detail-info-body {
    flex: 1;
    padding: 18px;
    color: #2C2C2C;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.project-detail-finance-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 18px;
}

.project-detail-finance-item {
    min-height: 92px;
    padding: 12px 18px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.project-detail-finance-item:nth-child(2n) {
    border-left: 1px solid #EDEDED;
}

.project-detail-finance-item:nth-child(n+3) {
    border-top: 1px solid #EDEDED;
}

.project-detail-finance-item span {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    color: #6B7280;
    font-size: 14px;
    line-height: normal;
}

.project-detail-finance-item span svg {
    width: 14px;
    height: 14px;
    flex: 0 0 auto;
}

.project-detail-finance-item strong {
    color: #2C2C2C;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
}

.project-detail-finance-item .project-detail-finance-source {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.project-detail-documents-wrap {
    margin-top: 20px;
}

.project-detail-documents-body {
    padding: 0;
    overflow-x: auto;
}

.project-detail-documents-table {
    width: 100%;
    min-width: 1200px;
    border-collapse: collapse;
}

.project-detail-documents-table th,
.project-detail-documents-table td {
    padding: 12px 14px;
    border-right: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
    text-align: left;
    vertical-align: top;
    color: #2C2C2C;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.project-detail-documents-table th:last-child,
.project-detail-documents-table td:last-child {
    border-right: 0;
}

.project-detail-documents-table thead th {
    background: #FAFAFA;
    color: #262626;
    font-weight: 700;
}

.project-detail-documents-table th:first-child,
.project-detail-documents-table td:first-child {
    width: 56px;
    text-align: center;
}

.project-detail-documents-table th:nth-child(5),
.project-detail-documents-table td:nth-child(5) {
    width: 130px;
}

.project-detail-documents-table th:nth-child(6),
.project-detail-documents-table td:nth-child(6) {
    width: 190px;
}

.project-document-status {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 40px;
    border: 1px solid #9BE2BA;
    background: #CDF6DF;
    color: #007D37;
    font-size: 13px;
    font-weight: 500;
}

.project-document-status.status-active {
    border-color: #9BE2BA;
    background: #CDF6DF;
    color: #007D37;
}

.project-document-status.status-draft {
    border-color: #FBD38D;
    background: #FEEBC8;
    color: #B45309;
}

.project-document-status.status-expired {
    border-color: #FECACA;
    background: #FEE2E2;
    color: #B42318;
}

.project-document-status.status-replaced {
    border-color: #C7D2FE;
    background: #E0E7FF;
    color: #3730A3;
}

.project-document-empty {
    color: #6B7280;
    font-size: 14px;
}

.project-detail-others {
    margin-top: 30px;
    padding-top: 20px;
}

.project-detail-others h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin: 0 0 20px;
    color: #2C2C2C;
    font-size: 30px;
    font-weight: 700;
    line-height: 44px;
}

.project-detail-others h2::before,
.project-detail-others h2::after {
    content: "";
    flex: 1;
    height: 1px;
    background: #EEEEEE;
}

.project-detail-others-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.project-detail-others-grid .project-card {
    width: 100%;
}

.eyebrow {
    margin: 0 0 12px;
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

h1 {
    margin: 0;
    font-size: clamp(36px, 6vw, 64px);
    line-height: 1.05;
    letter-spacing: 0;
}

.lead,
.status-page p {
    max-width: 620px;
    margin: 24px 0 0;
    color: var(--muted);
    font-size: 18px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    margin-top: 32px;
    padding: 0 18px;
    border-radius: 6px;
    background: var(--accent);
    color: #ffffff;
    font-weight: 700;
    text-decoration: none;
}

.button:hover {
    background: var(--accent-dark);
}

.button.button-secondary {
    border: 1px solid rgba(3, 73, 44, 0.14);
    background: #ffffff;
    color: #03492C;
}

.button.button-secondary:hover {
    background: #F5FBF7;
}

.status-page {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    min-height: calc(100vh - 129px);
    padding: 56px 0;
    background: linear-gradient(90deg, #009843 0%, #6AC335 100%);
}

.status-page .container {
    width: 100%;
}

.status-shell {
    position: relative;
}

.status-shell::before,
.status-shell::after {
    content: none;
}

.status-card {
    position: relative;
    z-index: 1;
    max-width: 760px;
    margin: 0 auto;
    padding: 52px 56px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 60px rgba(5, 69, 25, 0.16);
    text-align: center;
}

.status-code {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 104px;
    min-height: 42px;
    margin: 0;
    padding: 0 18px;
    border-radius: 999px;
    background: rgba(0, 152, 67, 0.10);
    color: #009843;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.status-card h1 {
    margin: 22px 0 0;
    color: #1D2B21;
    font-size: clamp(34px, 5vw, 54px);
    font-weight: 700;
    line-height: 1.08;
}

.status-card p {
    margin: 18px auto 0;
    max-width: 560px;
    color: #5F6F67;
    font-size: 18px;
    line-height: 30px;
}

.status-actions {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 32px;
}

.site-footer {
    color: #03492C;
}

.footer-main {
    background: #F7FFF2;
    padding: 37px 0 0;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 48px;
    padding-bottom: 28px;
    border-bottom: 1px solid rgba(3, 73, 44, 0.10);
}

.footer-brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.footer-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(264px, 1fr));
    gap: 16px;
}

.footer-action-card {
    display: flex;
    min-height: 70px;
    padding: 11px 20px 11px 13px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 1px solid rgba(0, 152, 67, 0.20);
    background: linear-gradient(90deg, #FFF 0%, #F7FFF2 100%);
    box-shadow: 0 2px 10px 0 rgba(44, 44, 44, 0.10);
    color: #03492C;
    text-decoration: none;
    transition: background 180ms ease, color 180ms ease, box-shadow 180ms ease;
}

.footer-action-card:hover,
.footer-action-card:focus {
    background: linear-gradient(90deg, #009843 0%, #6AC335 100%);
    color: #ffffff;
    text-decoration: none;
}

.footer-action-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background: #DDF5D6;
    color: #009843;
}

.footer-action-card:hover .footer-action-icon,
.footer-action-card:focus .footer-action-icon {
    background: #E7FBE3;
    color: #03492C;
}

.footer-action-card strong,
.footer-action-card small {
    display: block;
}

.footer-action-card strong {
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
}

.footer-action-card small {
    margin-top: 2px;
    color: #555;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

.footer-action-card:hover small,
.footer-action-card:focus small {
    color: #ffffff;
}

.footer-info {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 1.3fr);
    gap: 90px;
    padding: 28px 0 55px;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 24px;
}

.footer-info p {
    margin: 0;
    font-weight: 400;
}

.footer-info strong {
    color: #03492C;
    font-weight: 600;
}

.footer-info-spacer {
    display: inline-block;
    width: 12px;
}

.footer-bottom {
    background: linear-gradient(90deg, #03492C 0%, #009843 100%);
    color: #ffffff;
    text-align: center;
}

.footer-bottom p {
    margin: 0;
    padding: 16px 0;
    font-size: 14px;
    line-height: 20px;
}

@media (max-width: 1600px) {
    .home-featured-project-arrow-prev {
        left: -15px;
    }

    .home-featured-project-arrow-next {
        right: -15px;
    }
}

@media (max-width: 1336px) {
    .site-nav a {
        font-size: 15px;
    }

    .brand img,
    .footer-brand img {
        width: min(300px, 100vw);
    }

    .about-support-inner {
        grid-template-columns: minmax(0, 1fr) minmax(340px, 0.9fr);
        gap: 40px;
    }

    .contact-card {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .contact-faq-layout {
        grid-template-columns: 1fr;
    }

    .legal-layout {
        grid-template-columns: 1fr;
    }

    .legal-sidebar {
        max-width: none;
    }

    .contact-faq-side img {
        height: 300px;
    }

    .home-benefits-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 1366px) and (min-width: 1025px) {
    .home-news-documents-grid {
        grid-template-columns: 1fr;
    }

    .home-news-card,
    .home-documents-card {
        max-width: none;
    }
}

@media (max-width: 1024px) {
    .header-inner {
        align-items: center;
        flex-direction: row;
    }

    .site-nav {
        display: none;
    }

    .nav-toggle {
        display: inline-flex;
    }

    .footer-top {
        align-items: flex-start;
        flex-direction: column;
        gap: 24px;
    }

    .footer-actions {
        width: 100%;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .footer-info {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }

    .home-about-highlight-inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .home-about-highlight-content {
        max-width: none;
    }

    .home-news-documents-grid {
        grid-template-columns: 1fr;
    }

    .home-news-card,
    .home-documents-card {
        max-width: none;
    }

    .legal-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .legal-filterbar {
        justify-content: flex-start;
    }

    .project-list-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .project-detail-overview {
        grid-template-columns: 1fr;
    }

    .blog-detail-layout {
        grid-template-columns: 1fr;
    }

    .project-detail-map-card .contact-map iframe {
        height: 360px;
    }

    .project-detail-secondary {
        grid-template-columns: 1fr;
    }

    .project-detail-title {
        font-size: 24px;
        line-height: 30px;
    }

    .project-detail-others-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .blog-page .home-news-list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .blog-page .home-news-featured {
        grid-row: auto;
        max-height: 460px;
        min-height: 320px;
    }

    .blog-latest-item {
        gap: 14px;
    }

    .blog-latest-item img {
        width: 180px;
        height: 126px;
    }

    .advanced-search-grid {
        flex-wrap: wrap;
        --advanced-col-gap: 20px;
        gap: 20px;
    }

    .advanced-column {
        flex: 1 1 calc((100% - 20px) / 2);
    }

    .advanced-column-right {
        flex: 1 1 100%;
    }

    .advanced-column-center::before,
    .advanced-column-right::before {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-hero-carousel {
        min-height: 520px;
        height: auto;
    }

    .home-hero-content {
        width: min(100% - 28px, 560px);
        padding: 72px 0 86px;
    }

    .home-hero-content h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .home-hero-content p {
        margin-bottom: 24px;
        font-size: 14px;
        line-height: 20px;
    }

    .home-hero-search {
        grid-template-columns: minmax(0, 1fr) 52px;
        width: 100%;
        row-gap: 10px;
    }

    .home-hero-search input,
    .home-hero-search-submit {
        height: 52px;
    }

    .home-hero-search input {
        border-radius: 8px 0 0 8px;
        font-size: 14px;
        padding: 0 16px;
    }

    .home-hero-search-submit {
        width: 52px;
        border-radius: 0 8px 8px 0;
    }

    .home-hero-advanced {
        grid-column: 1 / -1;
        width: 100%;
        height: 52px;
        margin-left: 0;
        border-radius: 8px;
        font-size: 14px;
    }

    .home-hero-arrow {
        display: none;
    }

    .site-floating-actions {
        right: 12px;
        bottom: 12px;
    }

    .project-list-grid {
        grid-template-columns: 1fr;
    }

    .blog-page .home-news-card {
        padding: 16px 14px;
    }

    .blog-page .home-news-head {
        margin-bottom: 14px;
    }

    .blog-page .home-news-head h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .blog-page .home-news-featured {
        max-height: 340px;
        min-height: 260px;
    }

    .blog-page .home-news-item {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .blog-page .home-news-item img {
        width: 120px;
        height: 88px;
    }

    .blog-latest-main h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .blog-detail-title {
        font-size: 24px;
        line-height: 32px;
    }

    .blog-detail-tags strong {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-detail-tag-item {
        font-size: 16px;
        line-height: 24px;
    }

    .blog-latest-item {
        flex-direction: column;
        align-items: stretch;
    }

    .blog-latest-item > a {
        width: 100%;
        height: 100%;
    }

    .blog-latest-item img {
        width: 100%;
        height: auto;
    }

    .blog-latest-item-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .blog-topics-list {
        grid-template-columns: 1fr;
    }

    .blog-detail-latest-item {
        grid-template-columns: 100px minmax(0, 1fr);
    }

    .project-detail-finance-grid {
        grid-template-columns: 1fr;
    }

    .project-detail-finance-item {
        border: 0;
    }

    .project-detail-finance-item:nth-child(2n),
    .project-detail-finance-item:nth-child(n+3) {
        border: 0;
    }

    .project-detail-finance-item+.project-detail-finance-item {
        border-top: 1px solid #EDEDED;
    }

    .project-detail-others h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .project-detail-others-grid {
        grid-template-columns: 1fr;
    }

    .home-section-heading {
        gap: 16px;
        font-size: 24px;
        line-height: 36px;
    }

    .home-about-highlight {
        padding: 52px 0;
    }

    .home-about-highlight-content h2 {
        margin-bottom: 18px;
        font-size: 26px;
        line-height: 34px;
    }

    .home-about-highlight-content p {
        font-size: 14px;
        line-height: 21px;
    }

    .home-about-highlight-button {
        min-width: 0;
        font-size: 16px;
        line-height: 22px;
    }

    .home-news-documents {
        padding: 52px 0;
    }

    .home-news-card {
        padding: 22px 16px;
    }

    .home-news-head h2 {
        font-size: 24px;
        line-height: 32px;
    }

    .home-news-head a {
        font-size: 14px;
        line-height: 20px;
    }

    .home-news-list {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
    }

    .home-news-featured {
        grid-row: auto;
        min-height: 320px;
    }

    .home-news-item {
        grid-template-columns: 120px minmax(0, 1fr);
    }

    .home-news-item img {
        width: 120px;
        height: 88px;
    }

    .home-news-featured h3,
    .home-news-item h3 {
        font-size: 16px;
        line-height: 23px;
    }

    .home-documents-head h2 {
        font-size: 22px;
        line-height: 30px;
    }

    .footer-main {
        padding-top: 28px;
    }

    .footer-actions {
        grid-template-columns: 1fr;
    }

    .footer-info {
        grid-template-columns: 1fr;
        gap: 16px;
        line-height: 22px;
        padding-bottom: 32px;
    }

    .about-support-section {
        padding: 48px 0 70px;
    }

    .about-support-inner {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .about-support-image {
        order: -1;
    }

    .about-support-image img {
        height: 220px;
    }

    .legal-card {
        grid-template-columns: 92px minmax(0, 1fr);
        gap: 14px;
        min-height: 118px;
        padding: 10px;
    }

    .legal-card-thumb {
        width: 92px;
        height: 92px;
    }

    .legal-card-body h3 {
        font-size: 15px;
        line-height: 21px;
    }

    .contact-map iframe {
        height: 320px;
    }

    .contact-info {
        padding: 0px
    }

    .contact-faq-section {
        padding-bottom: 70px;
    }

    .contact-faq-card {
        padding: 14px;
    }

    .contact-faq-item summary {
        min-height: 52px;
        padding: 0 14px;
        font-size: 16px;
        line-height: 22px;
    }

    .contact-faq-answer {
        padding: 4px 14px 18px;
    }

    .contact-faq-side img {
        height: 150px;
    }


}

@media (max-width: 640px) {
    .header-inner {
        align-items: center;
        flex-direction: row;
        padding: 14px 0;
    }

    .home-hero,
    .status-page,
    .page-section {
        padding: 60px 0;
    }

    .status-page {
        min-height: calc(100vh - 96px);
        padding: 40px 0;
    }

    .status-card {
        padding: 36px 24px;
        border-radius: 18px;
    }

    .status-card p {
        font-size: 16px;
        line-height: 28px;
    }

    .about-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .page-hero-banner h1 {
        font-size: 28px;
        line-height: 36px;
    }

    .page-hero-banner {
        min-height: 80px;
    }

    .page-hero-banner-search {
        min-height: 220px;
        padding: 20px 14px 26px;
    }

    .page-hero-search-block h1 {
        margin-bottom: 12px;
    }

    .project-detail-grid {
        grid-template-columns: 1fr;
    }

    .project-detail-item {
        min-height: 0;
        border-right: 0;
    }

    .project-detail-finance-item {
        min-height: 0;
    }

    .home-benefits-grid {
        grid-template-columns: 1fr;
    }

    .home-featured-project-carousel {
        padding: 0;
    }

    .home-featured-project-arrow {
        display: inline-flex;
    }

    .project-detail-summary-head h2 {
        font-size: 18px;
    }

    .project-detail-summary-head {
        gap: 8px;
        padding: 5px 10px;
    }

    .project-detail-title {
        font-size: 20px;
        line-height: 24px;

    }

    @media (max-width: 410px) {

        .brand img,
        .footer-brand img {
            width: min(250px, 100vw);
        }
    }
}
