.corporate-main {
    margin-top: 80px;
}

.corporate-hero {
    background: linear-gradient(135deg, #2c3e50, #3498db);
    padding: 4rem 2rem;
    text-align: center;
    color: white;
}

.corporate-hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.services {
    padding: 4rem 2rem;
    max-width: 1600px;
    margin: 0 auto;
}

.services h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 3rem;
}

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

.service-card {
    background-color: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: transform 0.3s;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-card h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.service-card ul {
    list-style: none;
    padding: 0;
    margin-top: 1rem;
}

.service-card ul li {
    margin-bottom: 0.5rem;
    color: #34495e;
    padding-left: 1.5rem;
    position: relative;
}

.service-card ul li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #3498db;
}

.process {
    background-color: #f8f9fa;
    padding: 4rem 2rem;
}

.process h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.process-steps {
    max-width: 1500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
}

.step {
    text-align: center;
    padding: 2rem;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.step-number {
    width: 40px;
    height: 40px;
    background-color: #3498db;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-weight: bold;
}

.contact-section {
    text-align: center;
    padding: 4rem 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.contact-section h2 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.contact-section p {
    margin-bottom: 2rem;
    color: #34495e;
}

/* Benefits Section */
.benefits {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.benefits h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.benefit-item {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    text-align: center;
    transition: transform 0.3s;
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.benefit-item .icon {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.benefit-item h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

/* Industry Expertise */
.industry-expertise {
    padding: 4rem 0;
    background-color: white;
}

.industry-expertise h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.industry-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 2rem;
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 2rem;
}

.industry-item {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    transition: all 0.3s;
}

.industry-item:hover {
    background-color: #3498db;
    color: white;
}

.industry-item:hover h3 {
    color: white;
}

.industry-item h3 {
    color: #3498db;
    margin-bottom: 0.5rem;
    transition: color 0.3s;
}

/* Case Studies */
.case-studies {
    padding: 4rem 0;
    background-color: #f8f9fa;
}

.case-studies h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.case-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 2rem;
}

.case-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    transition: transform 0.3s;
}

.case-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 20px rgba(0,0,0,0.12);
}

.case-header {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    color: white;
    padding: 1.5rem;
}

.company-type {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.challenge {
    font-size: 0.9rem;
    opacity: 0.9;
}

.case-content {
    padding: 1.5rem;
}

.case-content h4 {
    color: #3498db;
    margin-bottom: 0.5rem;
}

/* Pricing Section */
.pricing {
    padding: 4rem 0;
    background-color: white;
}

.pricing h2 {
    text-align: center;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 2rem;
}

.pricing-card {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
    position: relative;
    transition: transform 0.3s;
}

.pricing-card:hover {
    transform: translateY(-5px);
}

.pricing-card.featured {
    background: linear-gradient(135deg, #3498db, #2c3e50);
    color: white;
    transform: scale(1.05);
}

.pricing-card.featured h3,
.pricing-card.featured .price {
    color: white;
}

.badge {
    position: absolute;
    top: -15px;
    right: 20px;
    background-color: #e74c3c;
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 20px;
    font-size: 0.9rem;
}

.pricing-card h3 {
    color: #2c3e50;
    margin-bottom: 1rem;
}

.price {
    font-size: 1.5rem;
    color: #3498db;
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.pricing-card ul {
    list-style: none;
    margin-bottom: 2rem;
}

.pricing-card li {
    padding: 0.5rem 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.pricing-card.featured li {
    border-bottom-color: rgba(255,255,255,0.2);
}

@media (max-width: 768px) {
    .corporate-hero h1 {
        font-size: 2rem;
    }

    .service-grid,
    .process-steps {
        grid-template-columns: 1fr;
    }

    .services,
    .process,
    .contact-section {
        padding: 2rem 1rem;
    }
}