/* Orca Virtual Assistants Page Styles - Premium Corporate */

/* Hero Lite Section */
.orca-va-hero {
    padding: 4rem 2rem;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}

.orca-va-hero-title {
    font-size: 2.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.orca-va-hero-subtitle {
    font-size: 1.125rem;
    color: #666;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.orca-va-stats {
    display: flex;
    justify-content: center;
    gap: 3rem;
    margin-top: 2rem;
}

.orca-va-stat-item {
    text-align: center;
}

.orca-va-stat-number {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    display: block;
}

.orca-va-stat-label {
    font-size: 0.875rem;
    color: #666;
    margin-top: 0.25rem;
}

/* Filters Bar */
.orca-va-filters {
    padding: 2rem;
    background: #f8f9fa;
    border-bottom: 1px solid #e0e0e0;
}

.orca-va-filters-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 1rem;
    align-items: center;
    flex-wrap: wrap;
}

.orca-va-search {
    flex: 1;
    min-width: 250px;
}

.orca-va-search input {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    background: #fff;
}

.orca-va-dropdown {
    min-width: 150px;
}

.orca-va-dropdown select {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
}

.orca-va-reset {
    padding: 0.75rem 1.5rem;
    background: #6c757d;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: pointer;
    transition: background 0.3s ease;
}

.orca-va-reset:hover {
    background: #5a6268;
}

.va-results-section {
    padding: 3rem 2rem;
    background: #fff;
    border-top: 1px solid #e0e0e0;
}

.va-results-header {
    text-align: center;
    margin-bottom: 3rem;
}

.va-results-title {
    font-size: 2rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.va-results-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 0;
    line-height: 1.6;
}

/* AI Assist Panel */
.va-ai-assist {
    padding: 2rem;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    text-align: center;
    margin-bottom: 2rem;
}

.va-ai-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.va-ai-subtitle {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1.5rem;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.va-ai-textarea {
    width: 100%;
    max-width: 600px;
    padding: 1rem;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 1rem;
    background: #fff;
    margin-bottom: 1rem;
    resize: vertical;
    min-height: 60px;
}

.va-ai-button {
    padding: 0.75rem 1.5rem;
    background: #6c757d;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-size: 1rem;
    cursor: not-allowed;
    opacity: 0.5;
    margin-bottom: 0.5rem;
}

.va-ai-helper {
    font-size: 0.875rem;
    color: #666;
}

.va-ai-helper-secondary {
    font-size: 0.875rem;
    color: #666;
    display: block;
    margin-top: 0.25rem;
}

/* Why Orca Trust Strip */
.va-trust-strip {
    padding: 2rem;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 2rem;
}

.va-trust-header {
    text-align: center;
    margin-bottom: 2rem;
}

.va-trust-title {
    font-size: 1.5rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.va-trust-subtitle {
    font-size: 1rem;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.va-trust-tiles {
    display: flex;
    justify-content: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.va-trust-tile {
    text-align: center;
    flex: 1;
    min-width: 200px;
    max-width: 250px;
}

.va-trust-icon {
    margin-bottom: 1rem;
}

.va-trust-tile-title {
    font-size: 1.125rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.va-trust-tile-desc {
    font-size: 0.875rem;
    color: #666;
    margin: 0;
}

/* VA Card Grid */
.va-card-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
}

.va-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    padding: 1rem;
    text-align: center;
    transition: box-shadow 0.2s ease;
}

.va-card:hover {
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
}

.va-card a.va-card-link {
    color: inherit;
    text-decoration: none;
}

.va-avatar {
    width: 80px;
    height: 80px;
    background: #ddd;
    border-radius: 50%;
    margin: 0 auto 0.75rem;
}

.va-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.25rem;
}

.va-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin-bottom: 0.5rem;
    min-height: 1.5rem;
}

.va-badges:empty {
    display: none;
}

.va-role {
    font-size: 0.95rem;
    color: #888;
    margin-bottom: 0.75rem;
}

.va-skills {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.va-skills span {
    background: #f8f9fa;
    border: 1px solid #e0e0e0;
    padding: 0.25rem 0.5rem;
    border-radius: 12px;
    font-size: 0.8rem;
    color: #666;
}

.va-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.va-availability {
    font-size: 0.85rem;
    color: #666;
}

.va-rating {
    font-size: 1.1rem;
    color: #ffc107;
}

}

.va-cta:hover {
    background: #e55a2b;
}

/* Legacy content - hidden to remove blank space */
.legacy-content {
    display: none;
}

/* Layout Normalization */
.freelancers-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-top: 0;
}

.row.margin-top-30 {
    margin-top: 0 !important;
}

.margin-bottom-20 {
    margin-bottom: 0 !important;
}

.margin-top-20 {
    margin-top: 0 !important;
}

/* Visual Hierarchy */
.orca-va-filters {
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: relative;
    z-index: 10;
}

/* Responsive */
@media (max-width: 768px) {
    .orca-va-filters-container {
        flex-direction: column;
        align-items: stretch;
    }

    .orca-va-search,
    .orca-va-dropdown {
        min-width: auto;
    }

    .orca-va-stats {
        flex-direction: column;
        gap: 1.5rem;
    }

    .va-results-section {
        padding: 2rem 1rem;
    }

    .freelancers-container {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .va-card-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .va-ai-assist {
        padding: 1.5rem 1rem;
    }

    .va-ai-textarea {
        max-width: 100%;
    }

    .va-trust-strip {
        padding: 1.5rem 1rem;
    }

    .va-trust-tiles {
        flex-direction: column;
        gap: 1.5rem;
    }

    .va-trust-tile {
        min-width: auto;
        max-width: none;
    }
}

/* Orca accent: gold focus ring on search input */
.orca-va-search input:focus {
    outline: none;
    border-color: #f7ba02;
    box-shadow: 0 0 0 2px rgba(247, 186, 2, 0.3);
}

/* VA Card CTA Button Fix - High Specificity */
.va-page .va-card .btn-orca-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 40px;
    padding: 0.75rem 1.5rem;
    background: var(--orca-gold, #f7ba02);
    color: #000;
    border-radius: 6px;
    text-decoration: none;
    border: 1px solid rgba(0,0,0,0.06);
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
    outline: none;
}
.va-page .va-card .btn-orca-primary:hover {
    background: #d4a502;
    color: #000;
}
.va-page .va-card .btn-orca-primary:focus-visible {
    outline: none;
    box-shadow: 0 0 0 3px rgba(247,186,2,0.35);
}