/* PSI Brand Colors - Updated */
:root {
    --psi-brand-blue-purple: #6256F7;
    --psi-deep-purple: #4C31A6;
    --psi-accent-purple: #8121CC;
    --psi-accent-pink: #C41CFF;
    --psi-light: #C4C8FF;
    --psi-extra-light: #EDF0FF;
    --neutral-dark: #1a1a1a;
    --neutral-darker: #000000;
    --neutral-medium: #4a5568;
    --neutral-light: #718096;
    --neutral-white: #FFFFFF;
}

/* Hero section with PSI colors */
.hero-cta .btn-primary {
    border-color: var(--psi-brand-blue-purple);
    background: var(--psi-brand-blue-purple);
}

.hero-cta .btn-primary:hover {
    background: var(--psi-accent-purple);
}

.hero-subtitle {
    color: var(--neutral-light);
}

.hero-description {
    color: var(--neutral-medium);
}

.stats-number {
    color: var(--neutral-darker);
}

.stats-label {
    color: var(--neutral-medium);
}

.service-link {
    color: var(--psi-brand-blue-purple);
}

.service-link:hover {
    color: var(--psi-accent-purple);
}

/* Form styles with PSI colors */
.contact-form input,
.contact-form select,
.contact-form textarea {
    border-color: var(--psi-extra-light);
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    border-color: var(--psi-brand-blue-purple);
}

.contact-form .btn-primary {
    background: var(--psi-brand-blue-purple);
    border-color: var(--psi-brand-blue-purple);
}

.contact-form .btn-primary:hover {
    background: var(--psi-accent-purple);
    border-color: var(--psi-accent-purple);
}

/* Notification styles */
.notification.success {
    border-color: var(--psi-light);
    color: var(--psi-deep-purple);
}

.notification.error {
    border-color: var(--psi-accent-pink);
    color: var(--neutral-darker);
}

/* Staff Augmentation Focus Section */
.staff-augmentation-focus {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
    padding: 6rem 0;
    position: relative;
}

.staff-augmentation-focus::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="staffing-grid" width="20" height="20" patternUnits="userSpaceOnUse"><circle cx="10" cy="10" r="1" fill="rgba(37,99,235,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23staffing-grid)"/></svg>');
    opacity: 0.5;
}

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

.section-badge {
    display: inline-block;
    background: #2563eb;
    color: white;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.staffing-header {
    text-align: center;
    margin-bottom: 4rem;
}

.staffing-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    margin-bottom: 4rem;
}

.staffing-highlights {
    display: grid;
    gap: 2rem;
}

.highlight-card {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 2rem;
    display: flex;
    align-items: flex-start;
    gap: 1.5rem;
    transition: all 0.3s ease;
}

.highlight-card:hover {
    border-color: #2563eb;
    box-shadow: 0 10px 25px rgba(37, 99, 235, 0.1);
    transform: translateY(-2px);
}

.highlight-icon {
    flex-shrink: 0;
    width: 3.5rem;
    height: 3.5rem;
    background: #eff6ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2563eb;
}

.highlight-icon svg {
    width: 1.75rem;
    height: 1.75rem;
}

.highlight-card h3 {
    margin: 0 0 0.5rem 0;
    color: #1e293b;
    font-size: 1.25rem;
}

.highlight-card p {
    margin: 0;
    color: #64748b;
    line-height: 1.6;
}

.staffing-roles {
    background: white;
    border: 1px solid #e2e8f0;
    border-radius: 1rem;
    padding: 2rem;
}

.staffing-roles h3 {
    margin: 0 0 2rem 0;
    color: #1e293b;
    font-size: 1.5rem;
}

.roles-list {
    display: grid;
    gap: 2rem;
}

.role-category h4 {
    margin: 0 0 1rem 0;
    color: #2563eb;
    font-weight: 600;
    font-size: 1.125rem;
}

.role-category ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.role-category li {
    padding: 0.5rem 0;
    color: #64748b;
    border-bottom: 1px solid #f1f5f9;
    position: relative;
    padding-left: 1.5rem;
}

.role-category li:last-child {
    border-bottom: none;
}

.role-category li::before {
    content: '•';
    position: absolute;
    left: 0;
    color: #2563eb;
    font-weight: bold;
}

.staffing-cta {
    background: linear-gradient(135deg, #1e293b 0%, #2563eb 100%);
    color: white;
    border-radius: 1rem;
    padding: 3rem;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.staffing-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="cta-pattern" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23cta-pattern)"/></svg>');
}

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

.cta-content h3 {
    margin: 0 0 1rem 0;
    font-size: 2rem;
}

.cta-content p {
    margin: 0 0 2rem 0;
    font-size: 1.125rem;
    opacity: 0.9;
}

.cta-buttons {
    display: flex;
    gap: 1rem;
    justify-content: center;
    margin-bottom: 2rem;
    flex-wrap: wrap;
}

.cta-contact {
    position: relative;
    z-index: 1;
    font-size: 0.875rem;
    opacity: 0.9;
}

/* Resume Submission Banner */
.resume-banner {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    color: white;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

.resume-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="resume-pattern" width="15" height="15" patternUnits="userSpaceOnUse"><circle cx="7.5" cy="7.5" r="1" fill="rgba(255,255,255,0.1)"/></pattern></defs><rect width="100" height="100" fill="url(%23resume-pattern)"/></svg>');
}

.resume-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
    align-items: center;
    position: relative;
    z-index: 1;
}

.resume-text h2 {
    margin: 0 0 1.5rem 0;
    font-size: 2.5rem;
    line-height: 1.2;
}

.resume-text p {
    font-size: 1.125rem;
    margin: 0 0 2rem 0;
    opacity: 0.95;
    line-height: 1.6;
}

.resume-benefits {
    list-style: none;
    padding: 0;
    margin: 0;
}

.resume-benefits li {
    padding: 0.75rem 0;
    position: relative;
    padding-left: 2rem;
    font-size: 1rem;
    opacity: 0.9;
}

.resume-benefits li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #fbbf24;
    font-weight: bold;
    font-size: 1.25rem;
}

.quick-resume-form {
    background: white;
    color: #1e293b;
    border-radius: 1rem;
    padding: 2.5rem;
    box-shadow: 0 20px 25px rgba(0, 0, 0, 0.1);
}

.quick-resume-form h3 {
    margin: 0 0 2rem 0;
    color: #1e293b;
    font-size: 1.5rem;
    text-align: center;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 0.875rem 1rem;
    border: 2px solid #e2e8f0;
    border-radius: 0.5rem;
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background: white;
    box-sizing: border-box;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.1);
}

.file-upload {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    border: 2px dashed #e2e8f0;
    border-radius: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #f8fafc;
    color: #64748b;
}

.file-upload:hover {
    border-color: #2563eb;
    background: #eff6ff;
    color: #2563eb;
}

.file-upload svg {
    width: 1.25rem;
    height: 1.25rem;
}

.form-group input[type="file"] {
    display: none;
}

.file-note {
    display: block;
    margin-top: 0.5rem;
    color: #64748b;
    font-size: 0.75rem;
}

.btn-full {
    width: 100%;
    justify-content: center;
    margin-bottom: 1rem;
}

.form-privacy {
    text-align: center;
    color: #64748b;
    font-size: 0.75rem;
    line-height: 1.4;
}

.form-privacy a {
    color: #2563eb;
    text-decoration: none;
}

.form-privacy a:hover {
    text-decoration: underline;
}

/* Form Messages and Validation */
.form-message {
    margin: 1rem 0;
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid;
}

.form-message.success {
    background: #f0fdf4;
    border-color: #bbf7d0;
    color: #166534;
}

.form-message.error {
    background: #fef2f2;
    border-color: #fecaca;
    color: #dc2626;
}

.message-content {
    display: flex;
    align-items: center;
} 