.smart-finder-premium {
    padding: 70px 20px;
    background: linear-gradient(135deg, #063f52, #0b6b7d);
}

.smart-finder-overlay {
    max-width: 1200px;
    margin: auto;
}

.smart-finder-content {
    background: #fff;
    border-radius: 28px;
    padding: 38px;
    box-shadow: 0 25px 60px rgba(0,0,0,.18);
}

.smart-finder-head {
    display: flex;
    justify-content: space-between;
    gap: 28px;
    align-items: center;
    margin-bottom: 26px;
}

.premium-badge {
    display: inline-block;
    background: #eef7f8;
    color: #0b6b7d;
    padding: 9px 14px;
    border-radius: 999px;
    font-weight: 900;
    margin-bottom: 12px;
}

.smart-finder-content h2 {
    font-size: 34px;
    color: #073f52;
}

.smart-finder-content p {
    color: #5f6f75;
}

.finder-trust {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: #f8fafc;
    border: 1px solid #e5edf0;
    border-radius: 18px;
    overflow: hidden;
    min-width: 560px;
}

.finder-trust div {
    padding: 16px;
    border-right: 1px solid #e5edf0;
    color: #073f52;
}

.finder-trust div:last-child {
    border-right: none;
}

.finder-trust strong,
.finder-trust span {
    display: block;
}

.finder-trust span {
    color: #667085;
    font-size: 12px;
}

.premium-finder-box {
    display: grid;
    grid-template-columns: 1fr 1fr 2fr 1.3fr;
    gap: 14px;
    margin-top: 28px;
}

.premium-finder-box select,
.premium-finder-box button {
    width: 100%;
    height: 56px;
    border-radius: 14px;
    font-size: 15px;
}

.premium-finder-box select {
    border: 1px solid #d8e2e5;
    padding: 0 14px;
}

.premium-finder-box button {
    border: none;
    background: #25d366;
    color: white;
    font-weight: 900;
    cursor: pointer;
}

.premium-features {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.premium-features label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fff;
    border: 1px solid #dce7eb;
    color: #073f52;
    padding: 13px 18px;
    border-radius: 16px;
    font-weight: 800;
    cursor: pointer;
}

.premium-features input {
    accent-color: #d4af37;
}

.premium-features label:has(input:checked) {
    background: linear-gradient(135deg, #d4af37, #f0c84b);
}

.finder-empty {
    margin-top: 20px;
    background: #fff3f3;
    color: #c62828;
    padding: 18px;
    border-radius: 14px;
    font-weight: 800;
}

.ai-result-head {
    margin-top: 26px;
    background: #f8fafc;
    border: 1px solid #e5edf0;
    border-radius: 18px;
    padding: 20px;
}

.ai-result-head span {
    color: #0b6b7d;
    font-weight: 900;
}

.ai-result-head h3 {
    color: #073f52;
    margin: 8px 0;
}

/* FINAL AI CARD */

.best-ai-card {
    max-width: 520px;
    margin: 24px auto 0;
    background: #fff;
    border-radius: 26px;
    overflow: hidden;
    box-shadow: 0 18px 45px rgba(0,0,0,.12);
}

.best-ai-image {
    position: relative;
}

.best-ai-image span {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 2;
    background: linear-gradient(135deg, #d4af37, #f0c84b);
    color: #073f52;
    padding: 10px 14px;
    border-radius: 999px;
    font-weight: 900;
}

.best-ai-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    display: block;
}

.best-ai-content {
    padding: 22px;
}

.best-ai-content h3 {
    font-size: 28px;
    color: #073f52;
    margin-bottom: 8px;
}

.match-box {
    margin: 14px 0;
}

.match-box span {
    display: block;
    font-weight: 800;
    color: #073f52;
}

.match-box strong {
    font-size: 28px;
    color: #0f766e;
}

.match-bar {
    height: 9px;
    background: #e5e7eb;
    border-radius: 999px;
    overflow: hidden;
    margin-top: 8px;
}

.match-bar i {
    display: block;
    height: 100%;
    background: #25d366;
}

.why-list.compact {
    list-style: none;
    padding: 0;
    margin: 14px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.why-list.compact li {
    background: #ecfdf5;
    color: #166534;
    padding: 9px 13px;
    border-radius: 999px;
    font-weight: 800;
}

.best-ai-price {
    font-size: 22px;
    font-weight: 900;
    color: #073f52;
    margin: 16px 0;
}

.best-ai-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #25d366;
    color: #fff;
    padding: 14px 22px;
    border-radius: 14px;
    text-decoration: none;
    font-weight: 900;
}

.other-ai-results {
    max-width: 520px;
    margin: 18px auto 0;
    background: #f8fafc;
    border-radius: 18px;
    padding: 18px;
}

.other-ai-results h4 {
    color: #073f52;
    margin-bottom: 12px;
}

.other-ai-results a {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #e5edf0;
    text-decoration: none;
    color: #073f52;
    font-weight: 800;
}

.other-ai-results a:last-child {
    border-bottom: none;
}

@media (max-width: 900px) {
    .smart-finder-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .finder-trust,
    .premium-finder-box {
        min-width: 0;
        width: 100%;
        grid-template-columns: 1fr;
    }
}