.hero {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 100px 0;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
}

.hero .container {
    position: relative;
    z-index: 1;
}

.background-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.cta-gradient {
    background: linear-gradient(135deg, #0d1b2a, #1b263b, #274060);
    color: #fff;
}

.htmx-indicator {
    display: none;
}

.htmx-request .htmx-indicator {
    display: inline-block;
}

.htmx-indicator-placeholder {
    display: inline-block;
}

.htmx-request .htmx-indicator-placeholder {
    display: none;
}

.dropdown-toggle:focus,
.dropdown-toggle:active {
    outline: none;
    box-shadow: none;
}
