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