/* ===========================================================================
   Kurumsal sayfası — /corporate
   ---------------------------------------------------------------------------
   Eski hâli Bulma'nın `boxed-section` kalıbıydı. Üç somut sorun vardı:
     - metin blokları `has-text-justified`: iki yana yaslama, dar sütunlarda
       kelime aralarında düzensiz boşluklar ("nehirler") üretiyordu;
     - "Kurumsal Sosyal Sorumluluk" ve "Logolarımız" bölümleri
       `has-background-white-ter` ile koyu sitenin ortasında bembeyaz duruyordu;
     - indirme düğmesi Bulma'nın `is-info is-raised-hover` mavisiydi ve
       markanın dışındaydı.
   =========================================================================== */

/* --- Dönüşümlü metin / görsel bölümleri ---------------------------------- */
.corp-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    align-items: center;
    gap: 2.5rem;
    margin-bottom: 3.5rem;
}
.corp-row.is-reversed .corp-copy { order: 2; }

.corp-copy p {
    color: #b9c0c0;
    font-size: .96rem;
    line-height: 1.85;
    margin-bottom: 1rem;
    /* Sola yaslı — iki yana yaslama bilinçli olarak kaldırıldı. */
    text-align: left;
}
.corp-copy p:last-child { margin-bottom: 0; }

.corp-title {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: clamp(1.5rem, 2.4vw, 2rem);
    font-weight: 800;
    letter-spacing: -.02em;
    margin-bottom: 1.1rem;
    position: relative;
    padding-bottom: .75rem;
}
.corp-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 56px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #fda871, #f37a52 55%, #ec387d);
}
.corp-title--sub { margin-top: 2rem; }

.corp-media {
    border-radius: 1.25rem;
    overflow: hidden;
    border: 1px solid #1f2222;
}
.corp-media img {
    display: block;
    width: 100%;
    height: auto;
    /* Yer ayrılıyor: görsel geç geldiğinde bölüm zıplamasın. */
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* --- Değerler ------------------------------------------------------------ */
.corp-values {
    padding: 2.25rem;
    margin-bottom: 3.5rem;
    border-radius: 1.5rem;
    border: 1px solid #1f2222;
    background: rgba(255, 255, 255, .022);
}
.corp-values-head p {
    color: #b9c0c0;
    font-size: .96rem;
    line-height: 1.85;
    max-width: 70ch;
}
.corp-value-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: .7rem 2rem;
    margin: 1.75rem 0 0;
    list-style: none;
}
.corp-value-list li {
    display: flex;
    align-items: flex-start;
    gap: .65rem;
    color: #d5dada;
    font-size: .92rem;
    line-height: 1.6;
}
.corp-value-list svg {
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: .18rem;
    fill: none;
    stroke: #fda871;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.corp-quote {
    margin: 1.9rem 0 0;
    padding-top: 1.4rem;
    border-top: 1px solid #1f2222;
    color: #fff;
    font-size: 1.05rem;
    font-style: italic;
    font-weight: 600;
}

/* --- Alt kartlar --------------------------------------------------------- */
.corp-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 1.5rem;
    margin-bottom: 1rem;
}
.corp-card {
    padding: 2rem;
    border-radius: 1.5rem;
    border: 1px solid #1f2222;
    background: rgba(255, 255, 255, .022);
}
.corp-card-icon {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    margin-bottom: 1.1rem;
    border-radius: .9rem;
    border: 1px solid rgba(243, 122, 82, .35);
    background: rgba(243, 122, 82, .1);
}
.corp-card-icon svg {
    width: 22px; height: 22px;
    fill: none; stroke: #fda871; stroke-width: 1.9;
    stroke-linecap: round; stroke-linejoin: round;
}
.corp-card-title {
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -.01em;
    margin-bottom: .9rem;
}
.corp-card p {
    color: #b9c0c0;
    font-size: .94rem;
    line-height: 1.85;
    margin-bottom: .9rem;
}

/* İndirme düğmesi — sitedeki düğme diliyle aynı. */
.corp-btn {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-top: .4rem;
    padding: 0 1.25rem;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(243, 122, 82, .55);
    background: linear-gradient(96deg,
        rgba(253, 168, 113, .07) 0%, rgba(243, 122, 82, .07) 45%, rgba(236, 56, 125, .07) 100%);
    color: #fff !important;
    font-size: .9rem;
    font-weight: 700;
    transition: background .25s ease, border-color .25s ease;
}
.corp-btn:hover {
    border-color: rgba(253, 168, 113, .95);
    background: linear-gradient(96deg,
        rgba(253, 168, 113, .38) 0%, rgba(243, 122, 82, .38) 45%, rgba(236, 56, 125, .38) 100%);
}
.corp-btn svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

@media screen and (max-width: 900px) {
    .corp-row { grid-template-columns: minmax(0, 1fr); gap: 1.5rem; }
    /* Küçük ekranda metin her zaman görselin üstünde kalsın. */
    .corp-row.is-reversed .corp-copy { order: 0; }
    .corp-values, .corp-card { padding: 1.5rem; }
}
