/* ============================================
   PREMIUM WINNER SEARCH SECTION
============================================ */
.winner-search-section {
    padding: 100px 0;
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    position: relative;
}

.winner-search-header {
    text-align: center;
    margin-bottom: 50px;
}

.search-pretitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #d4a574;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
    background: rgba(212, 165, 116, 0.1);
    padding: 10px 20px;
    border-radius: 50px;
}

.search-pretitle i {
    font-size: 16px;
}

.winner-search-header h2 {
    font-family: 'Poppins', sans-serif;
    font-size: 48px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1.2;
    margin-bottom: 20px;
}

.winner-search-header h2 span {
    background: linear-gradient(135deg, #d4a574 0%, #b88a58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.search-subtitle {
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    color: #64748b;
    max-width: 500px;
    margin: 0 auto;
}

/* Search Card */
.winner-search-card {
    background: white;
    border-radius: 24px;
    padding: 40px;
    box-shadow: 0 25px 80px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.03);
    max-width: 1000px;
    margin: 0 auto;
}

.search-card-inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Search Method Blocks */
.search-method {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-method-header {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #0f172a;
}

.search-method-header i {
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.15) 0%, rgba(212, 165, 116, 0.05) 100%);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a574;
    font-size: 14px;
}

/* Premium Form Styles */
.premium-search-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

.form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.form-group-small {
    flex: 0 0 120px;
}

.form-group-btn {
    flex: 0 0 auto;
}

.form-group-wide {
    flex: 1;
}

.form-group label {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #64748b;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.form-group label i {
    color: #d4a574;
    font-size: 11px;
}

.premium-input,
.premium-select {
    width: 100%;
    height: 52px;
    padding: 0 18px;
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #0f172a;
    background: #f8fafc;
    transition: all 0.3s ease;
}

.premium-input:focus,
.premium-select:focus {
    outline: none;
    border-color: #d4a574;
    background: white;
    box-shadow: 0 0 0 4px rgba(212, 165, 116, 0.1);
}

.premium-input::placeholder {
    color: #94a3b8;
}

.premium-select {
    cursor: pointer;
    appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%2364748b' d='M6 8L1 3h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 16px center;
    padding-right: 40px;
}

/* Search Button */
.btn-search-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 52px;
    padding: 0 30px;
    background: linear-gradient(135deg, #d4a574 0%, #b88a58 100%);
    color: #1a365d;
    border: none;
    border-radius: 12px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 8px 25px rgba(212, 165, 116, 0.25);
    white-space: nowrap;
}

.btn-search-primary:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(212, 165, 116, 0.4);
}

.btn-search-primary i {
    font-size: 14px;
}

/* Search Divider */
.search-divider {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 0;
}

.search-divider::before,
.search-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: linear-gradient(to right, transparent, #e2e8f0, transparent);
}

.search-divider span {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: 2px;
}

/* Popular Categories */
.popular-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f1f5f9;
}

.popular-label {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #64748b;
}

.category-chip {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 50px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #0f172a;
    text-decoration: none;
    transition: all 0.3s ease;
}

.category-chip:hover {
    background: white;
    border-color: #d4a574;
    color: #d4a574;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.category-chip i {
    font-size: 12px;
    color: #d4a574;
}

/* Trust Stats Row */
.search-trust-stats {
    display: flex;
    justify-content: center;
    gap: 50px;
    margin-top: 50px;
    padding-top: 40px;
}

.trust-stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.trust-stat-item i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, rgba(212, 165, 116, 0.15) 0%, rgba(212, 165, 116, 0.05) 100%);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #d4a574;
    font-size: 20px;
}

.trust-stat-item div {
    display: flex;
    flex-direction: column;
}

.trust-stat-item strong {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    font-weight: 800;
    color: #0f172a;
    line-height: 1;
}

.trust-stat-item span {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    color: #64748b;
    margin-top: 4px;
}

/* Responsive */
@media (max-width: 991px) {
    .winner-search-header h2 {
        font-size: 36px;
    }

    .form-row {
        flex-wrap: wrap;
    }

    .form-group {
        flex: 1 1 calc(50% - 10px);
        min-width: 200px;
    }

    .form-group-small {
        flex: 1 1 calc(50% - 10px);
    }

    .form-group-btn {
        flex: 1 1 100%;
    }

    .btn-search-primary {
        width: 100%;
    }

    .search-trust-stats {
        flex-wrap: wrap;
        gap: 30px;
    }

    .trust-stat-item {
        flex: 1 1 calc(50% - 20px);
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .winner-search-section {
        padding: 40px 0;
    }

    .winner-search-header {
        margin-bottom: 30px;
    }

    .search-pretitle {
        font-size: 11px;
        padding: 8px 14px;
    }

    .winner-search-header h2 {
        font-size: 24px;
    }

    .search-subtitle {
        font-size: 14px;
    }

    .winner-search-card {
        padding: 20px;
        border-radius: 16px;
    }

    .search-card-inner {
        gap: 20px;
    }

    .search-method {
        gap: 15px;
    }

    .search-method-header {
        font-size: 13px;
    }

    .form-group {
        flex: 1 1 100%;
    }

    .form-group-small {
        flex: 1 1 100%;
    }

    .premium-input,
    .premium-select {
        height: 46px;
        font-size: 14px;
    }

    .btn-search-primary {
        height: 46px;
        font-size: 14px;
    }

    /* 2-column grid for trust stats on mobile */
    .search-trust-stats {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        margin-top: 30px;
        padding-top: 25px;
    }

    .trust-stat-item {
        flex-direction: column;
        text-align: center;
        gap: 8px;
        padding: 15px 10px;
        background: #f8fafc;
        border-radius: 12px;
    }

    .trust-stat-item i {
        width: 36px;
        height: 36px;
        font-size: 14px;
        margin: 0 auto;
    }

    .trust-stat-item div {
        align-items: center;
    }

    .trust-stat-item strong {
        font-size: 16px;
    }

    .trust-stat-item span {
        font-size: 11px;
    }

    .popular-categories {
        margin-top: 20px;
        padding-top: 20px;
        gap: 8px;
    }

    .popular-label {
        font-size: 12px;
        width: 100%;
        text-align: center;
    }

    .category-chip {
        font-size: 11px;
        padding: 6px 12px;
    }
}