body {
    background: #f8f5ef;
    color: #222;
    font-family: 'Segoe UI', Arial, sans-serif;
}
.navbar {
    background: linear-gradient(90deg, #184d27 60%, #ff9933 100%);
}
.navbar-brand span {
    color: #184d27 !important;
}
.btn-success {
    background: #184d27;
    border: none;
}
.btn-success:hover {
    background: #ff9933;
    color: #fff;
}
footer {
    background: #184d27 !important;
}
footer h6 {
    color: #ff9933;
}
footer a.text-light:hover {
    color: #ff9933 !important;
}

.home-hero-carousel .carousel-indicators [data-bs-target] {
    width: 11px;
    height: 11px;
    border-radius: 999px;
    margin-right: 7px;
    margin-left: 7px;
}

.hero-slide {
    min-height: 350px;
    background-color: #184d27;
    background:
        linear-gradient(180deg, rgba(7, 18, 11, 0.18) 0%, rgba(7, 18, 11, 0.08) 45%, rgba(7, 18, 11, 0.28) 100%);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
}

.hero-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(7, 18, 11, 0.22) 0%, transparent 38%, rgba(7, 18, 11, 0.14) 100%);
    pointer-events: none;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(8, 28, 15, 0.78) 0%, rgba(8, 28, 15, 0.54) 30%, rgba(8, 28, 15, 0.08) 62%, rgba(8, 28, 15, 0) 100%);
    pointer-events: none;
}

.hero-slide .container {
    position: relative;
    z-index: 1;
    min-height: 350px;
}

.hero-copy {
    max-width: 760px;
    padding-bottom: 2.25rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    background: rgba(8, 28, 15, 0.18);
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 18px;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.hero-kicker {
    display: inline-block;
    padding: 0.35rem 0.85rem;
    margin-bottom: 0.85rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.06);
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-size: 0.75rem;
    font-weight: 600;
}

.hero-title {
    margin: 0;
    font-size: clamp(2.1rem, 4.7vw, 4.4rem);
    line-height: 1.02;
    letter-spacing: -0.03em;
    text-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

.hero-subtitle {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.90);
    font-size: 1.08rem;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    justify-content: flex-start;
    align-items: center;
}

.hero-btn-primary,
.hero-btn-secondary {
    border-radius: 999px;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

.hero-btn-primary {
    min-width: 150px;
}

.hero-btn-secondary.btn-warning {
    color: #1a1a1a;
}

@media (max-width: 767.98px) {
    .hero-slide {
        min-height: 400px;
    }

    .hero-slide .container {
        min-height: 400px;
    }

    .hero-title {
        font-size: 1.875rem;
    }

    .hero-actions {
        gap: 0.65rem;
        justify-content: stretch;
    }

    .hero-btn-primary,
    .hero-btn-secondary {
        width: 100%;
    }

    .hero-copy {
        background: rgba(8, 28, 15, 0.26);
    }
}
