/* AMP Uyumlu Temiz Kurumsal Sayfa Stilleri */
.corp-container {
    width: 100%;
    margin: 0 auto;
    padding: 24px 0;
    font-family: inherit;
    color: #1e293b;
    box-sizing: border-box;
}

.corp-intro {
    background: #0f172a;
    color: #ffffff;
    border-radius: 12px;
    padding: 32px 24px;
    margin-bottom: 32px;
}

.corp-intro h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    color: #38bdf8;
    line-height: 1.3;
}

.corp-intro p {
    font-size: 1.05rem;
    line-height: 1.6;
    margin: 0;
    color: #e2e8f0;
}

.corp-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 24px;
    margin-bottom: 32px;
}

.corp-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.corp-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    border-bottom: 1px solid #f1f5f9;
}

.corp-card h3 {
    font-size: 1.25rem;
    font-weight: 600;
    margin: 16px 16px 8px 16px;
    color: #0f172a;
}

.corp-card p {
    font-size: 0.98rem;
    line-height: 1.5;
    margin: 0 16px;
    color: #475569;
}

.corp-export-banner {
    background: #f8fafc;
    border-left: 4px solid #0284c7;
    border-radius: 8px;
    padding: 24px 28px;
}

.corp-export-text h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    color: #0369a1;
}
.corp-export-text p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #334155;
}