/* ========================================
   SAP B1 Cloud Page Styles
   ======================================== */

.sap-cloud-page {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
    line-height: 1.7;
    color: #333;
    font-size: 26px;
}

.sap-cloud-page .section-title {
    font-size: 5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #1a2332;
    line-height: 1.2;
}

.sap-cloud-page .section-subtitle {
    font-size: 2.5rem;
    text-align: center;
    color: #666;
    margin-bottom: 3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

/* === Hero Section === */
.cloud-hero-section {
    padding: 100px 0;
    background: linear-gradient(135deg, rgba(26, 35, 50, 0.9) 0%, rgba(44, 62, 80, 0.85) 100%),
                url('/wp-content/uploads/2026/02/mtc-hero-ai-solutions.jpg') center/cover no-repeat;
    color: #fff;
    text-align: center;
}

.cloud-hero-title {
    font-size: 5.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.cloud-hero-subtitle {
    font-size: 2.6rem;
    margin-bottom: 1rem;
    color: #FDB813;
}

.cloud-hero-description {
    font-size: 2.2rem;
    max-width: 700px;
    margin: 0 auto 2.5rem;
    opacity: 0.9;
}

.cloud-hero-cta {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

/* === Why Cloud Section === */
.why-cloud-section {
    padding: 100px 0;
    background: #f8f9fa;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.benefit-card {
    background: #fff;
    padding: 40px 30px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.15);
}

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

.benefit-card h3 {
    font-size: 2.4rem;
    margin-bottom: 0.75rem;
    color: #1a2332;
}

.benefit-card p {
    color: #666;
    line-height: 1.7;
    font-size: 2.1rem;
}

/* === MTC Cloud Advantage === */
.mtc-cloud-advantage-section {
    padding: 100px 0;
    background: #fff;
}

.advantages-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.advantage-item {
    background: #f8f9fa;
    padding: 35px 30px;
    border-radius: 12px;
    border-left: 4px solid #FDB813;
    transition: all 0.3s ease;
}

.advantage-item:hover {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

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

.advantage-item h3 {
    font-size: 2.4rem;
    margin-bottom: 0.75rem;
    color: #1a2332;
}

.advantage-item p {
    color: #666;
    line-height: 1.7;
    font-size: 2.1rem;
}

/* === Cloud Plans === */
.cloud-plans-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.plans-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.plan-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    border: 2px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.plan-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}

.plan-featured {
    border-color: #FDB813;
    background: linear-gradient(to bottom, #fffef8 0%, #fff 100%);
}

.plan-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: #FDB813;
    color: #1a2332;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: uppercase;
}

.plan-name {
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
    color: #1a2332;
    font-weight: 700;
}

.plan-description {
    color: #666;
    margin-bottom: 2rem;
    font-size: 2.2rem;
}

.plan-features {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    text-align: left;
}

.plan-features li {
    padding: 12px 0;
    color: #333;
    border-bottom: 1px solid #f8f9fa;
    font-size: 2.1rem;
}

.plan-features li:last-child {
    border-bottom: none;
}

/* === Infrastructure Section === */
.cloud-infrastructure-section {
    padding: 100px 0;
    background: #fff;
}

.infrastructure-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.infra-card {
    background: #f8f9fa;
    padding: 35px 30px;
    border-radius: 12px;
    text-align: center;
    transition: all 0.3s ease;
}

.infra-card:hover {
    background: #fff;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.infra-card h3 {
    font-size: 2.6rem;
    margin-bottom: 0.5rem;
    color: #1a2332;
}

.infra-card p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 0.75rem;
    font-size: 2.1rem;
}

.infra-card p strong {
    color: #1a2332;
}

/* === Migration Section === */
.migration-section {
    padding: 100px 0;
    background: linear-gradient(135deg, #1a2332 0%, #2c3e50 100%);
    color: #fff;
}

.migration-section .section-title,
.migration-section .section-subtitle {
    color: #fff;
}

.migration-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    margin-top: 3rem;
}

.migration-step {
    text-align: center;
}

.step-number {
    width: 80px;
    height: 80px;
    background: #FDB813;
    color: #1a2332;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 auto 1.5rem;
}

.migration-step h3 {
    font-size: 2.4rem;
    margin-bottom: 0.75rem;
    color: #FDB813;
}

.migration-step p {
    color: rgba(255,255,255,0.9);
    line-height: 1.7;
    font-size: 2.1rem;
}

/* === CTA Section === */
.cloud-cta-section {
    padding: 100px 0;
    background: #fff;
}

.cta-box {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
    padding: 60px 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-radius: 16px;
}

.cta-box h2 {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #1a2332;
}

.cta-box p {
    font-size: 2.2rem;
    color: #666;
    margin-bottom: 2.5rem;
    line-height: 1.7;
}

.cta-subtext {
    margin-top: 1.5rem;
    font-size: 2rem;
    color: #999;
}

/* === Responsive Design === */
.sap-cloud-page .btn {
    font-size: 2rem;
}

.sap-cloud-page .btn-primary,
.sap-cloud-page .btn-secondary-large,
.sap-cloud-page .btn-outline,
.sap-cloud-page .btn-cta-large {
    padding: 16px 36px;
    font-size: 2rem;
}

@media (max-width: 768px) {
    .sap-cloud-page .section-title {
        font-size: 3.2rem;
    }
    .sap-cloud-page .section-subtitle {
        font-size: 2.2rem;
    }
    .cloud-hero-title {
        font-size: 3.2rem;
    }
    
    .cloud-hero-subtitle {
        font-size: 2.2rem;
    }
    
    .cloud-hero-description {
        font-size: 2rem;
    }
    
    .benefits-grid,
    .advantages-grid,
    .plans-grid,
    .infrastructure-grid,
    .migration-steps {
        grid-template-columns: 1fr;
    }
}
