/* no-results partial styles */

.noresults-hero {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 24px;
    padding: 40px 30px;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.noresults-decoration-top {
    position: absolute;
    top: -50px;
    right: -50px;
    width: 200px;
    height: 200px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    z-index: 0;
}

.noresults-decoration-bottom {
    position: absolute;
    bottom: -30px;
    left: -30px;
    width: 150px;
    height: 150px;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 50%;
    z-index: 0;
}

.noresults-content {
    position: relative;
    z-index: 1;
}

.noresults-icon-wrap {
    margin-bottom: 25px;
}

.noresults-icon {
    font-size: 64px;
    display: inline-block;
    animation: float 3s ease-in-out infinite;
}

.noresults-headline {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 15px;
    line-height: 1.3;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.noresults-subheadline {
    color: rgba(255, 255, 255, 0.95);
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    font-weight: 500;
}

.noresults-value-prop {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 25px 20px;
    margin: 30px 0;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.noresults-value-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
}

.noresults-value-list {
    text-align: left;
    color: #ffffff;
    font-size: 15px;
    line-height: 2;
    margin-bottom: 0;
}

.noresults-value-item {
    margin-bottom: 12px;
}

.noresults-value-emoji {
    font-size: 20px;
    margin-right: 10px;
}

.noresults-cta {
    display: inline-block;
    background: #ffffff;
    color: #667eea;
    font-size: 18px;
    font-weight: 800;
    padding: 18px 45px;
    border-radius: 50px;
    text-decoration: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
    margin-top: 10px;
}

.noresults-cta-emoji {
    margin-right: 8px;
}

.noresults-trust {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    margin-top: 25px;
    margin-bottom: 0;
    font-weight: 600;
}

.noresults-trust-emoji {
    margin-right: 5px;
}

.noresults-tip-box {
    margin-top: 30px;
    padding: 25px 20px;
    background: #f8f9fa;
    border-radius: 16px;
    border-left: 5px solid #667eea;
}

.noresults-tip-text {
    color: #2c3e50;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 15px;
}

.noresults-tip-label {
    color: #667eea;
    font-size: 16px;
}

.noresults-badges {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}

.noresults-badge {
    background: white;
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 13px;
    color: #495057;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    font-weight: 600;
}
