.wave-list-page .wave-header a,
.wave-list-page .wave-main a {
    text-decoration: none;
}

.wave-header {
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.wave-list-hero {
    margin-bottom: 18px;
}

.wave-list-hero h1 {
    margin: 0 0 10px;
    font-size: 56px;
    line-height: 1.05;
    letter-spacing: -0.04em;
    color: #16315d;
}

.wave-list-hero h1 span {
    color: #1456c6;
}

.wave-list-hero p {
    margin: 0;
    font-size: 28px;
    color: #6880a3;
    line-height: 1.35;
}

.wave-filters-card {
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 12px 32px rgba(16, 24, 40, 0.06);
    padding: 16px;
    margin-bottom: 28px;
}

.wave-filters-form {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1fr 180px;
    gap: 14px;
}

.wave-filter-input {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 64px;
    background: #fff;
    border: 2px solid #d7e0ed;
    border-radius: 14px;
    padding: 0 18px 0 50px;
    transition: all 0.2s ease;
}

.wave-filter-input:focus-within {
    border-color: #1456c6;
    box-shadow: 0 0 0 4px rgba(20, 86, 198, 0.08);
}

.wave-filter-input input,
.wave-filter-input select {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    font-family: inherit;
    font-size: 22px;
    color: #30486c;
    appearance: none;
}

.wave-filter-input input::placeholder {
    color: #8da0bc;
}

.wave-filter-icon {
    position: absolute;
    left: 16px;
    font-size: 20px;
    opacity: 0.75;
}

.wave-filter-submit {
    min-height: 64px;
    border: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, #1456c6, #1f7bff);
    color: #fff;
    font-family: inherit;
    font-size: 24px;
    font-weight: 800;
    cursor: pointer;
    box-shadow: 0 12px 24px rgba(20, 86, 198, 0.22);
    transition: all 0.25s ease;
}

.wave-filter-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(20, 86, 198, 0.28);
}

.wave-list-topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    margin-bottom: 18px;
}

.wave-results-count {
    font-size: 24px;
    color: #4e6280;
}

.wave-results-count strong {
    color: #1456c6;
}

.wave-order-box {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #677b96;
    font-size: 20px;
}

.wave-order-select {
    min-height: 48px;
    padding: 0 18px;
    border: 1px solid #d7e0ed;
    border-radius: 12px;
    background: #fff;
    display: inline-flex;
    align-items: center;
    color: #324968;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(16, 24, 40, 0.04);
}

.wave-jobs-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.wave-job-item {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.03), 0 10px 26px rgba(16, 24, 40, 0.05);
    padding: 22px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    transition: all 0.25s ease;
}

.wave-job-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(16, 24, 40, 0.12);
    border-color: #c9d7ea;
}

.wave-job-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, #1456c6, #1f7bff);
    opacity: 0;
    transition: 0.3s;
}

.wave-job-item:hover::before {
    opacity: 1;
}

.wave-job-item-left {
    display: flex;
    gap: 16px;
    flex: 1;
    min-width: 0;
}

.wave-job-logo {
    width: 58px;
    height: 58px;
    border-radius: 14px;
    background: linear-gradient(135deg, #0f4fb7, #1f7bff);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 800;
    flex-shrink: 0;
    box-shadow: 0 10px 22px rgba(20, 86, 198, 0.22);
}

.wave-job-content {
    flex: 1;
    min-width: 0;
}

.wave-job-topline {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 10px;
}

.wave-job-topline h3 {
    margin: 0 0 6px;
    color: #102a56;
    font-size: 21px;
    line-height: 1.25;
    font-weight: 800;
}

.wave-company-link {
    color: #1456c6;
    font-size: 16px;
    font-weight: 700;
}

.wave-job-salary {
    white-space: nowrap;
    color: #1456c6;
    font-size: 16px;
    font-weight: 800;
}

.wave-job-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    color: #647894;
    font-size: 15px;
    margin-bottom: 12px;
}

.wave-job-tags {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 14px;
    margin-bottom: 18px;
}

.wave-tag {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 10px;
    border-radius: 8px;
    background: #eaf1ff;
    color: #1456c6;
    font-size: 13px;
    font-weight: 800;
}

.wave-badge-new {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(255, 59, 59, 0.08);
    color: #ff3b3b;
    border: 1px solid rgba(255, 59, 59, 0.2);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.wave-job-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 18px;
    color: #72829a;
    font-size: 15px;
}

.wave-outline-btn {
    min-width: 230px;
    min-height: 46px;
    padding: 0 18px;
    border: 2px solid #2a64d0;
    border-radius: 12px;
    background: #f4f8ff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1456c6;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.25s ease;
}

.wave-outline-btn:hover {
    background: #1456c6;
    color: #fff;
    box-shadow: 0 10px 20px rgba(20, 86, 198, 0.25);
}

.wave-favorite-btn {
    width: 36px;
    height: 36px;
    border: 0;
    background: transparent;
    color: #1456c6;
    font-size: 28px;
    line-height: 1;
    cursor: pointer;
    flex-shrink: 0;
}

.wave-empty-state {
    background: #fff;
    border: 1px solid #dfe6ef;
    border-radius: 18px;
    padding: 40px 24px;
    text-align: center;
    color: #5e718d;
    font-size: 18px;
    box-shadow: 0 10px 26px rgba(16, 24, 40, 0.05);
}

.wave-pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 26px 0 0;
}

.wave-page-btn {
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border: 1px solid #d9e2ef;
    border-radius: 10px;
    background: #fff;
    color: #55708f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    text-decoration: none;
    transition: all 0.2s ease;
}

.wave-page-btn:hover {
    border-color: #1456c6;
    color: #1456c6;
}

.wave-page-btn.is-active {
    background: #1456c6;
    border-color: #1456c6;
    color: #fff;
}

/* Rodapé GenteFlow */
.wave-footer {
    margin-top: 60px;
    padding: 26px 0;
    background: #0f2747;
    color: #c9d7ea;
    font-size: 14px;
}

.wave-footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.wave-footer-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wave-footer-left strong {
    color: #fff;
    font-weight: 800;
}

.wave-footer-left span {
    color: #c9d7ea;
}

.wave-footer-right {
    display: flex;
    gap: 20px;
}

.wave-footer-right a {
    color: #9fb3d1;
    text-decoration: none;
    transition: 0.2s;
}

.wave-footer-right a:hover {
    color: #ffffff;
}

@media (max-width: 1200px) {
    .wave-filters-form,
    .wave-jobs-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
    .wave-list-hero h1 {
        font-size: 34px;
    }

    .wave-list-hero p,
    .wave-filter-input input,
    .wave-filter-input select,
    .wave-filter-submit,
    .wave-results-count,
    .wave-order-box {
        font-size: 16px;
    }

    .wave-job-topline,
    .wave-job-footer,
    .wave-list-topbar,
    .wave-footer-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .wave-outline-btn {
        width: 100%;
        min-width: 0;
    }

    .wave-footer-right {
        flex-wrap: wrap;
    }
}

.wave-brand {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 10px;
}

.wave-brand-img {
    width: 150px;
    max-height: 48px;
    object-fit: contain;
    display: block;
}