.hero {
    position: relative;
    background:
        radial-gradient(circle at top right, rgba(255,255,255,0.14), transparent 30%),
        radial-gradient(circle at bottom left, rgba(255,255,255,0.08), transparent 34%),
        linear-gradient(135deg, #22c55e 0%, #16a34a 52%, #15803d 100%);
    padding: 22px 0 14px;
    color: white;
    overflow: hidden;
}

.hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0 0;
    height: 88px;
    background: linear-gradient(to top, rgba(255,255,255,0.08), transparent);
    pointer-events: none;
}

.hero-blur {
    position: absolute;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.18;
    pointer-events: none;
}

.hero-blur-left {
    left: -80px;
    top: 20px;
    background: rgba(255, 255, 255, 0.24);
}

.hero-blur-right {
    right: -60px;
    top: -10px;
    background: rgba(14, 165, 233, 0.18);
}

.hero-layout {
    position: relative;
    z-index: 1;
    display: block;
}

.hero-copy {
    display: none;
}

.search-box {
    background: rgba(10, 118, 66, 0.28);
    padding: 18px;
    border-radius: 24px;
    box-shadow: 0 18px 42px rgba(0,0,0,0.16);
    border: 1px solid rgba(255,255,255,0.12);
    backdrop-filter: blur(14px);
    color: #fff;
}

body.dark-theme .search-box {
    background: rgba(9, 76, 46, 0.34);
    border-color: rgba(255,255,255,0.08);
}

.search-box-head {
    margin-bottom: 14px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.search-box-head h3 {
    font-size: 20px;
    color: #ffffff;
    margin: 0 0 4px 0;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    font-weight: 800;
    letter-spacing: -0.02em;
}

.search-box-head p {
    color: rgba(255,255,255,0.84);
    font-size: 13px;
    margin: 0;
    max-width: 560px;
    line-height: 1.45;
}

.hero-mini-info {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
}

.hero-mini-pill {
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.10);
    border: 1px solid rgba(255,255,255,0.14);
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

#searchForm {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.search-grid-compact {
    display: grid;
    grid-template-columns: minmax(260px, 2.2fr) minmax(150px, 1fr) minmax(135px, 0.8fr) minmax(135px, 0.8fr) auto;
    gap: 10px;
    align-items: center;
}

.search-input-group,
.premium-select-wrap,
.premium-input-wrap {
    position: relative;
}

.search-input-group {
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    gap: 0;
}

.search-input-group i,
.premium-select-wrap i,
.premium-input-wrap i {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.84);
    font-size: 16px;
    z-index: 2;
    pointer-events: none;
}

.search-input-group input,
.premium-select-wrap select,
.premium-input-wrap input {
    width: 100%;
    height: 48px;
    border-radius: 14px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.10);
    color: #ffffff;
    font-size: 14px;
    outline: none;
    padding: 0 14px 0 42px;
    transition: 0.2s ease;
    box-shadow: none;
    min-width: 0;
}

.search-input-group input::placeholder,
.price-inputs input::placeholder,
.form-group input::placeholder,
.form-group textarea::placeholder,
.booking-form input::placeholder,
.booking-form textarea::placeholder,
.premium-input-wrap input::placeholder {
    color: rgba(255,255,255,0.74);
    opacity: 1;
}

.search-input-group input:focus,
.premium-select-wrap select:focus,
.premium-input-wrap input:focus {
    border-color: rgba(255,255,255,0.24);
    background: rgba(255,255,255,0.14);
    box-shadow: 0 0 0 4px rgba(255,255,255,0.06);
}

.premium-select-wrap select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.price-inputs {
    display: none;
}

.tags-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.tag-checkbox {
    display: inline-flex;
    align-items: center;
    gap: 0;
    padding: 0;
    background: none;
    border-radius: 0;
    cursor: pointer;
    transition: var(--transition);
    user-select: none;
    border: none;
    color: inherit;
    box-shadow: none;
}

.tag-checkbox span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 0 14px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    border-radius: 999px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.12);
    transition: 0.18s ease;
}

.tag-checkbox:hover span {
    background: rgba(255,255,255,0.12);
    border-color: rgba(255,255,255,0.18);
    transform: translateY(-1px);
}

.tag-checkbox input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
}

.tag-checkbox input:checked + span {
    background: #ffffff;
    color: #0f6d43;
    border-color: #ffffff;
    box-shadow: 0 10px 22px rgba(0,0,0,0.10);
}

.search-actions-row {
    display: none;
}

.search-actions-inline {
    display: flex;
    gap: 10px;
    align-items: center;
}

.search-btn,
.reset-search-btn {
    transition: var(--transition);
    min-height: 48px;
    border-radius: 14px;
    font-size: 15px;
    font-weight: 800;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    white-space: nowrap;
    padding: 0 18px;
}

.search-btn {
    padding: 0 22px;
    background: #ffffff;
    color: #0e6d43;
    box-shadow: 0 12px 28px rgba(0,0,0,0.12);
    flex: unset;
}

.search-btn:hover {
    background: #ffffff;
    transform: translateY(-1px);
    box-shadow: 0 16px 32px rgba(0,0,0,0.16);
}

.reset-search-btn {
    background: rgba(255,255,255,0.08);
    color: #ffffff;
    border: 1px solid rgba(255,255,255,0.12);
    min-width: auto;
}

.reset-search-btn:hover {
    background: rgba(255,255,255,0.14);
    transform: translateY(-1px);
}

.search-tags-row {
    margin-top: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.search-small-note {
    font-size: 12px;
    color: rgba(255,255,255,0.80);
    font-weight: 700;
}

.section-intro {
    padding: 18px 0 8px;
}

.section-intro-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
}

.section-intro h2,
.bottom-cta h2 {
    font-size: clamp(28px, 3vw, 40px);
    margin-bottom: 10px;
    color: var(--text-primary);
}

.section-intro p,
.bottom-cta p {
    color: var(--text-secondary);
    max-width: 720px;
}

.results-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: var(--bg-card);
    border: 1px solid var(--border-color);
    border-radius: 999px;
    font-weight: 800;
    color: var(--text-primary);
    box-shadow: var(--shadow-sm);
    backdrop-filter: blur(12px);
    flex-shrink: 0;
}

.sort-form-modern {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    margin: 0;
}

.sort-form-modern label {
    font-weight: 700;
    font-size: 14px;
}

.sort-form-modern select {
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    border: 1px solid var(--border-color);
    background: var(--bg-card);
    color: var(--text-primary);
    outline: none;
    font-weight: 600;
}

.bottom-cta {
    padding: 28px 0;
}

.bottom-cta-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    flex-wrap: wrap;
    padding: 22px 24px;
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.035));
    border: 1px solid rgba(255,255,255,.08);
    box-shadow: 0 16px 40px rgba(0,0,0,.10);
}

.bottom-cta-wrap h2 {
    margin: 6px 0 8px;
    font-size: 24px;
    line-height: 1.15;
}

.bottom-cta-wrap p {
    margin: 0;
    opacity: .82;
    max-width: 680px;
}

.bottom-whatsapp-btn {
    min-height: 50px;
    padding: 0 20px;
    border-radius: 15px;
    box-shadow: 0 12px 28px rgba(0,0,0,.12);
}