.home-hero,
.home-block {
    --hx-primary: #078537;
    --hx-dark: #005f2c;
    --hx-lime: #c7ff5b;
    --hx-orange: #f58006;
    --hx-soft: #eef8f0;
    --hx-border: #dce9df;
    --hx-text: #13251a;
    --hx-muted: #65736b;
}

.home-hero {
    min-height: 640px;
    background-image: linear-gradient(90deg, rgba(0,42,20,.86), rgba(0,42,20,.12)), url("https://images.unsplash.com/photo-1500530855697-b586d89ba3ee?auto=format&fit=crop&w=1800&q=80");
    background-size: cover;
    background-position: center;
    color: #fff;
    position: relative;
}

.home-hero-inner {
    min-height: 640px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.home-hero-copy {
    max-width: 720px;
    padding: 70px 0;
}

.home-pill {
    display: inline-flex;
    padding: 7px 15px;
    border-radius: 999px;
    background: rgba(0, 68, 31, .7);
    color: var(--hx-lime);
    font-weight: 800;
    margin-bottom: 25px;
}

.home-hero h1 {
    margin: 0;
    display: grid;
    gap: 4px;
    font-size: clamp(4.2rem, 10vw, 8.5rem);
    line-height: .82;
    font-weight: 900;
    color: var(--hx-lime);
}

.home-hero h1 small {
    font-family: var(--font-script, "Brush Script MT", cursive);
    font-size: clamp(2.8rem, 5vw, 5rem);
    font-weight: 400;
    color: #fff;
}

.home-hero h2 {
    font-size: clamp(2rem, 5vw, 4rem);
    line-height: 1;
    font-weight: 900;
    margin: 6px 0 18px;
}

.home-hero p {
    font-size: 1.12rem;
    color: rgba(255,255,255,.92);
}

.home-search {
    width: min(670px, 100%);
    margin-top: 30px;
    background: #fff;
    border-radius: 16px;
    padding: 12px;
    box-shadow: 0 22px 60px rgba(0, 0, 0, .22);
}

.home-search label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--hx-primary);
}

.home-search input {
    flex: 1;
    height: 48px;
    border: 0;
    outline: 0;
}

.home-search button {
    float: right;
    margin-top: -48px;
    height: 48px;
    border: 0;
    border-radius: 10px;
    background: linear-gradient(135deg, var(--hx-primary), var(--hx-dark));
    color: #fff;
    padding: 0 26px;
    font-weight: 800;
}

.home-search div {
    clear: both;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-top: 12px;
}

.home-search a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 40px;
    border-radius: 9px;
    background: #f6faf7;
    color: var(--hx-text);
    text-decoration: none;
    font-weight: 800;
}

.home-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}

.home-stats span {
    min-height: 64px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 13px;
    background: rgba(0, 35, 16, .45);
    padding: 12px;
    color: rgba(255,255,255,.86);
}

.home-stats b {
    display: block;
    color: var(--hx-lime);
    font-size: 1.3rem;
}

.home-weather {
    width: 290px;
    align-self: flex-end;
    margin-bottom: 58px;
    background: rgba(255,255,255,.92);
    border-radius: 20px;
    color: var(--hx-text);
    padding: 28px;
    box-shadow: 0 18px 50px rgba(0,0,0,.18);
}

.home-weather i {
    color: var(--hx-primary);
    font-size: 2rem;
}

.home-weather strong,
.home-weather span,
.home-weather em {
    display: block;
}

.home-weather strong {
    font-size: 1.55rem;
}

.home-weather em {
    color: var(--hx-dark);
    font-style: normal;
    font-weight: 800;
}

.home-block {
    padding: 26px 0;
    color: var(--hx-text);
}

.home-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 18px;
}

.home-section-head h2 {
    font-size: clamp(1.35rem, 2.5vw, 1.9rem);
    font-weight: 900;
    margin: 0;
}

.home-section-head a {
    color: var(--hx-dark);
    font-weight: 800;
    text-decoration: none;
}

.home-feature-grid {
    margin-top: 20px;
}

.home-feature-grid .col > a {
    height: 100%;
    min-height: 120px;
    border: 1px solid var(--hx-border);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(20, 64, 38, .06);
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 7px;
    text-align: center;
    color: var(--hx-text);
    text-decoration: none;
    padding: 12px;
}

.home-feature-grid i {
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    background: var(--hx-soft);
    color: var(--hx-primary);
    font-size: 1.3rem;
}

.home-feature-grid span {
    color: var(--hx-muted);
    font-size: .82rem;
}

.home-topic-grid .col > a {
    height: 100%;
    min-height: 180px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    color: #fff;
    text-decoration: none;
    display: grid;
    align-content: end;
    padding: 16px;
    background: linear-gradient(135deg, #0c7b38, #003c1b);
}

.home-topic-grid a::before,
.home-card-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 30%, rgba(0,0,0,.66));
}

.home-topic-grid span {
    position: absolute;
    inset: 0;
    opacity: .35;
}

.home-topic-grid strong,
.home-topic-grid em {
    position: relative;
    z-index: 2;
}

.home-topic-grid em {
    font-style: normal;
}

.home-card,
.home-event-box,
.home-three-col > .col-lg-4,
.home-news-grid article {
    border: 1px solid var(--hx-border);
    border-radius: 15px;
    background: #fff;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(20, 64, 38, .06);
}

.home-card-img {
    height: 190px;
    display: block;
    position: relative;
    overflow: hidden;
    background: var(--hx-soft);
}

.home-card-img img,
.home-img-fallback {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-img-fallback {
    display: grid;
    place-items: center;
    color: var(--hx-primary);
    font-size: 2rem;
}

.home-card-img button {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    width: 36px;
    height: 36px;
    border: 0;
    border-radius: 999px;
    background: rgba(255,255,255,.9);
    color: var(--hx-dark);
}

.home-card > div,
.home-news-grid article {
    padding: 14px;
}

.home-card h3,
.home-news-grid h3 {
    font-size: 1rem;
    font-weight: 900;
    margin: 0 0 6px;
}

.home-card a,
.home-news-grid a {
    color: var(--hx-text);
    text-decoration: none;
}

.home-card p,
.home-card small,
.home-news-grid p {
    color: var(--hx-muted);
}

.home-card strong {
    display: block;
    color: var(--hx-orange);
}

.home-event-box {
    padding: 16px;
}

.home-event-box a:not(.home-solid-btn) {
    display: grid;
    grid-template-columns: 58px 74px 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px 0;
    color: var(--hx-text);
    text-decoration: none;
}

.home-event-box a > span:first-child {
    border-radius: 12px;
    background: #fff2f0;
    color: #d83a2f;
    text-align: center;
    padding: 8px 4px;
}

.home-event-box b,
.home-event-box em,
.home-event-box small {
    display: block;
}

.home-event-box img,
.home-event-box .home-img-fallback {
    width: 74px;
    height: 54px;
    border-radius: 9px;
    object-fit: cover;
}

.home-solid-btn {
    display: block;
    text-align: center;
    background: linear-gradient(135deg, var(--hx-primary), var(--hx-dark));
    color: #fff !important;
    border-radius: 10px;
    padding: 11px;
    margin-top: 12px;
    text-decoration: none;
    font-weight: 900;
}

.home-three-col > .col-lg-4 {
    padding: 16px;
}

.home-horizontal-list,
.home-service-list,
.home-product-grid {
    display: grid;
    gap: 12px;
}

.home-horizontal-list a,
.home-service-list a {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 12px;
    align-items: center;
    color: var(--hx-text);
    text-decoration: none;
}

.home-horizontal-list img,
.home-horizontal-list .home-img-fallback {
    width: 88px;
    height: 70px;
    border-radius: 11px;
    object-fit: cover;
}

.home-horizontal-list small,
.home-service-list small {
    display: block;
    color: var(--hx-muted);
}

.home-horizontal-list b,
.home-product-grid b {
    color: var(--hx-dark);
}

.home-service-list a {
    grid-template-columns: 42px 1fr auto;
    border-bottom: 1px solid var(--hx-border);
    padding-bottom: 12px;
}

.home-service-list i {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--hx-soft);
    color: var(--hx-primary);
}

.home-service-list em {
    border: 1px solid var(--hx-primary);
    border-radius: 8px;
    color: var(--hx-dark);
    font-style: normal;
    padding: 7px 10px;
    font-weight: 800;
}

.home-product-grid a {
    display: block;
    color: var(--hx-text);
    text-decoration: none;
}

.home-product-grid img,
.home-product-grid .home-img-fallback {
    height: 100px;
    border-radius: 12px;
    object-fit: cover;
}

.home-product-grid strong {
    display: block;
    margin-top: 8px;
}

.home-trip-cta {
    display: grid;
    grid-template-columns: 300px 1fr 160px;
    gap: 24px;
    align-items: center;
    border-radius: 22px;
    overflow: hidden;
    padding: 22px;
    background: linear-gradient(100deg, #eaf8ed, #f8fff4);
    border: 1px solid var(--hx-border);
}

.home-trip-img,
.home-trip-img .home-img-fallback {
    height: 180px;
    border-radius: 18px;
    overflow: hidden;
}

.home-trip-cta h2 {
    color: var(--hx-dark);
    font-size: clamp(1.6rem, 3vw, 2.35rem);
    font-weight: 900;
}

.home-trip-cta div div {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--hx-dark);
}

.home-trip-cta a {
    border-radius: 999px;
    background: var(--hx-primary);
    color: #fff;
    text-decoration: none;
    padding: 13px 22px;
    text-align: center;
    font-weight: 900;
}

.home-news-grid .home-card-img {
    height: 145px;
    border-radius: 12px;
}

.home-news-grid time {
    position: absolute;
    z-index: 2;
    top: 10px;
    left: 10px;
    background: var(--hx-primary);
    color: #fff;
    border-radius: 10px;
    padding: 6px 10px;
    text-align: center;
    font-weight: 900;
}

.home-news-grid time small {
    display: block;
}

.home-trust {
    padding-top: 0;
}

.home-trust-grid {
    border: 1px solid var(--hx-border);
    border-radius: 18px;
    background: var(--hx-soft);
    overflow: hidden;
}

.home-trust-item {
    height: 100%;
    display: grid;
    grid-template-columns: 54px 1fr;
    gap: 12px;
    padding: 22px;
    align-items: center;
    border-right: 1px solid var(--hx-border);
}

.home-trust-grid i {
    width: 54px;
    height: 54px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    background: #fff;
    color: var(--hx-primary);
    font-size: 1.5rem;
    grid-row: span 2;
}

.home-trust-grid strong {
    color: var(--hx-dark);
}

.home-trust-grid span {
    color: var(--hx-muted);
}

@media (max-width: 991.98px) {
    .home-hero-inner,
    .home-trip-cta {
        grid-template-columns: 1fr;
        display: grid;
    }

    .home-weather {
        display: none;
    }

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

@media (max-width: 767.98px) {
    .home-hero,
    .home-hero-inner {
        min-height: auto;
    }

    .home-hero-copy {
        padding: 44px 0;
    }

    .home-search button {
        float: none;
        width: 100%;
        margin-top: 8px;
    }

    .home-search div,
    .home-stats,
    .home-product-grid.row {
        grid-template-columns: 1fr;
    }
}
