/* Integrations specific styles */
.integrations-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    color: white;
    padding: 6rem 0 4rem;
    text-align: center;
}

.integrations-hero h1 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.integrations-hero p {
    font-size: 1.25rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0 auto;
}

.integrations-content {
    padding: 4rem 0;
}

.categories-section {
    margin-bottom: 4rem;
}

.category-nav {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 3rem;
    flex-wrap: wrap;
}

.category-btn {
    padding: 0.75rem 1.5rem;
    background: white;
    color: #6b7280;
    border: 2px solid #e5e7eb;
    border-radius: 2rem;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.category-btn:hover,
.category-btn.active {
    background: #f4c430;
    color: #1a1a1a;
    border-color: #f4c430;
}

.integrations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
}

.integration-card {
    background: white;
    border-radius: 1rem;
    padding: 2rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #e5e7eb;
}

.integration-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.integration-header {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.integration-icon {
    width: 60px;
    height: 60px;
    border-radius: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    color: white;
}

.sap-icon {
    background: linear-gradient(135deg, #0f172a, #1e293b);
}

.oracle-icon {
    background: linear-gradient(135deg, #dc2626, #ef4444);
}

.salesforce-icon {
    background: linear-gradient(135deg, #1e40af, #3b82f6);
}

.slack-icon {
    background: linear-gradient(135deg, #7c3aed, #8b5cf6);
}

.teams-icon {
    background: linear-gradient(135deg, #2563eb, #3b82f6);
}

.aws-icon {
    background: linear-gradient(135deg, #f59e0b, #f4c430);
}

.azure-icon {
    background: linear-gradient(135deg, #0ea5e9, #06b6d4);
}

.tableau-icon {
    background: linear-gradient(135deg, #0c4a6e, #0369a1);
}

.integration-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 0.5rem;
}

.integration-category {
    background: #f4c430;
    color: #1a1a1a;
    padding: 0.25rem 0.75rem;
    border-radius: 1rem;
    font-size: 0.75rem;
    font-weight: 600;
}

.integration-description {
    color: #6b7280;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.integration-features {
    list-style: none;
    margin-bottom: 1.5rem;
}

.integration-features li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.25rem 0;
    color: #6b7280;
    font-size: 0.875rem;
}

.feature-check {
    color: #10b981;
    font-weight: bold;
}

.integration-actions {
    display: flex;
    gap: 1rem;
}

.connect-btn {
    flex: 1;
    padding: 0.75rem;
    background: #f4c430;
    color: #1a1a1a;
    border: none;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.connect-btn:hover {
    background: #e6b800;
    transform: translateY(-1px);
}

.learn-more-btn {
    padding: 0.75rem 1rem;
    background: transparent;
    color: #f4c430;
    border: 2px solid #f4c430;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.learn-more-btn:hover {
    background: #f4c430;
    color: #1a1a1a;
}

.api-section {
    background: #f8fafc;
    padding: 4rem 0;
}

.api-content {
    text-align: center;
    max-width: 800px;
    margin: 0 auto;
}

.api-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1.5rem;
}

.api-description {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 3rem;
}

.api-features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.api-feature {
    background: white;
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.api-feature-icon {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.api-feature-title {
    font-size: 1.25rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.api-feature-description {
    color: #6b7280;
    line-height: 1.6;
}

.api-cta {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.api-btn {
    padding: 1rem 2rem;
    border-radius: 0.5rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.api-btn-primary {
    background: #f4c430;
    color: #1a1a1a;
    border: none;
}

.api-btn-primary:hover {
    background: #e6b800;
    transform: translateY(-1px);
}

.api-btn-secondary {
    background: transparent;
    color: #1a1a1a;
    border: 2px solid #e5e7eb;
}

.api-btn-secondary:hover {
    border-color: #d1d5db;
    background: #f9fafb;
}

.support-section {
    padding: 4rem 0;
    text-align: center;
}

.support-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 1rem;
}

.support-description {
    font-size: 1.125rem;
    color: #6b7280;
    margin-bottom: 2rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.support-btn {
    background: #f4c430;
    color: #1a1a1a;
    padding: 1rem 2rem;
    border: none;
    border-radius: 0.5rem;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.support-btn:hover {
    background: #e6b800;
    transform: translateY(-1px);
}

.hidden {
    display: none;
}