/* Corporate Theme */
.theme-corporate .business-card.corporate {
    padding: 2.5rem;
}

.theme-corporate .card-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #e2e8f0;
}

.theme-corporate .logo-container {
    margin-bottom: 1.5rem;
}

.theme-corporate .header-content h1 {
    font-size: 2rem;
    color: #1e293b;
    margin-bottom: 0.5rem;
    font-weight: 700;
}

.theme-corporate .header-content h2 {
    font-size: 1.25rem;
    color: #64748b;
    font-weight: 400;
}

.theme-corporate .card-section {
    margin: 1.5rem 0;
}

.theme-corporate .description {
    color: #475569;
    line-height: 1.8;
    font-size: 1rem;
}

.theme-corporate .contact-info {
    padding: 1.5rem 0;
}

.theme-corporate .contact-row {
    display: flex;
    align-items: center;
    margin: 1rem 0;
    padding: 0.75rem;
    background: #f8fafc;
    border-radius: 5px;
}

.theme-corporate .contact-row i {
    width: 30px;
    color: #2563eb;
}

.theme-corporate .social-media {
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 1px solid #e2e8f0;
}

.theme-corporate .social-icon {
    background: #f8fafc;
    color: #2563eb;
    width: 45px;
    height: 45px;
}

.theme-corporate .social-icon:hover {
    background: #2563eb;
    color: white;
}