.qing-sh {
    position: relative;
    overflow: hidden;
    background: linear-gradient(135deg, #0a1628 0%, #0f1d2f 60%, #1a2d4a 100%);
}

.qing-sh__bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.4;
}

.qing-sh__overlay {
    position: absolute;
    inset: 0;
}

.qing-sh__inner {
    position: relative;
    z-index: 10;
    max-width: 90rem;
    margin: 0 auto;
    text-align: center;
    padding: 5rem 1rem;
}

@media (min-width: 1024px) {
    .qing-sh__inner {
        padding: 8rem 2rem;
    }
}

.qing-sh__subtitle {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 1rem;
}

.qing-sh__title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 2.5rem;
    color: #ffffff;
    line-height: 1.1;
    margin: 0 0 1.5rem;
}

@media (min-width: 768px) {
    .qing-sh__title {
        font-size: 3.75rem;
    }
}

@media (min-width: 1024px) {
    .qing-sh__title {
        font-size: 4.5rem;
    }
}

.qing-sh__title-italic {
    font-style: italic;
    font-weight: 400;
}

.qing-sh__desc {
    max-width: 42rem;
    margin: 0 auto 2.5rem;
    font-size: 1rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.7);
}

@media (min-width: 768px) {
    .qing-sh__desc {
        font-size: 1.125rem;
    }
}

/* Search Bar */
.qing-sh__search {
    max-width: 42rem;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0.5rem 1.5rem;
    background-color: #ffffff;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    transition: all 0.3s ease;
}

.qing-sh__search:focus-within {
    box-shadow: 0 0 0 4px rgba(25, 110, 202, 0.15), 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.qing-sh__search-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    color: #196eca;
}

.qing-sh__search-icon svg {
    width: 20px;
    height: 20px;
}

.qing-sh__search-input {
    flex: 1;
    border: none;
    background: transparent;
    padding: 0.75rem 1rem;
    font-size: 0.875rem;
    color: #0f1d2f;
    outline: none;
}

.qing-sh__search-input::placeholder {
    color: #9ca3af;
}

.qing-sh__search-btn {
    flex-shrink: 0;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    cursor: pointer;
    background-color: #0f1d2f;
    color: #ffffff;
    transition: background-color 0.3s, color 0.3s;
}

.qing-sh__search-btn:hover {
    background-color: #196eca;
    color: #0f1d2f;
}
