/* =========================================================
   KEPSAŞ - KURUMSAL KİMLİK
   ========================================================= */

:root {
    --identity-red: #ec1c24;
    --identity-green: #a7cf45;
    --identity-blue: #109bd7;
    --identity-teal: #2fb7b8;
    --identity-orange: #f7941d;
    --identity-ink: #142033;
    --identity-muted: #607086;
    --identity-border: rgba(20, 32, 51, 0.09);
    --identity-shadow: 0 18px 48px rgba(20, 32, 51, 0.08);
    --identity-shadow-hover: 0 24px 64px rgba(20, 32, 51, 0.12);
}


/* =========================================================
   SAYFA
   ========================================================= */

.corporate-identity-page {
    position: relative;
    min-height: calc(100vh - 92px);
    overflow: hidden;
    background: linear-gradient( 180deg, #ffffff 0%, #f5f8fb 48%, #eef6f4 100% );
}


.identity-container {
    position: relative;
    z-index: 2;
    padding-top: 3rem;
    padding-bottom: 3rem;
}


/* =========================================================
   ARKA PLAN DESENİ
   ========================================================= */

.identity-bg-pattern {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.8;
    background: linear-gradient( 90deg, rgba(16, 155, 215, 0.045) 1px, transparent 1px ), linear-gradient( 180deg, rgba(20, 32, 51, 0.04) 1px, transparent 1px );
    background-size: 72px 72px;
    mask-image: linear-gradient( 180deg, #000 0%, transparent 78% );
    -webkit-mask-image: linear-gradient( 180deg, #000 0%, transparent 78% );
}


/* =========================================================
   SAYFA BAŞLIĞI
   ========================================================= */

.identity-page-head {
    max-width: 1120px;
    margin-bottom: 3rem;
}


.identity-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.9rem;
    padding: 0.48rem 0.75rem;
    color: var(--identity-blue);
    background: #ffffff;
    border: 1px solid rgba(16, 155, 215, 0.12);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(20, 32, 51, 0.06);
    font-size: 0.78rem;
    font-weight: 800;
    text-transform: uppercase;
}


    .identity-eyebrow::before {
        content: "";
        width: 9px;
        height: 9px;
        border-radius: 50%;
        background: linear-gradient( 135deg, var(--identity-red), var(--identity-orange) );
    }


.identity-heading-layout {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}


.identity-heading-copy {
    min-width: 0;
}


.identity-page-head h1 {
    max-width: 780px;
    margin: 0 0 1rem;
    color: var(--identity-ink);
    font-size: clamp( 2rem, 3.2vw, 3.45rem );
    font-weight: 700;
    line-height: 1.05;
}


.identity-page-head p {
    max-width: 660px;
    margin: 0;
    color: var(--identity-muted);
    line-height: 1.7;
}


/* =========================================================
   DURUM
   ========================================================= */

.identity-status-chip {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.75rem 0.95rem;
    color: var(--identity-ink);
    background: rgba(255, 255, 255, 0.84);
    border: 1px solid rgba(47, 183, 184, 0.16);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(20, 32, 51, 0.08);
    font-size: 0.9rem;
    font-weight: 800;
    white-space: nowrap;
}


    .identity-status-chip i {
        color: var(--identity-green);
    }


/* =========================================================
   GRID
   ========================================================= */

.identity-grid {
    align-items: stretch;
}


/* =========================================================
   ORTAK KART
   ========================================================= */

.identity-card {
    position: relative;
    width: 100%;
    height: 100%;
    border: 1px solid var(--identity-border);
    border-radius: 8px;
    box-shadow: var(--identity-shadow);
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}


    .identity-card:hover {
        transform: translateY(-4px);
        border-color: rgba(16, 155, 215, 0.18);
        box-shadow: var(--identity-shadow-hover);
    }


/* =========================================================
   GENEL MÜDÜRLÜK KARTI
   ========================================================= */

.identity-hero-card {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 3rem;
    overflow: hidden;
    color: #ffffff;
    background-image: linear-gradient( 90deg, rgba(9, 26, 40, 0.9) 0%, rgba(9, 26, 40, 0.66) 52%, rgba(9, 26, 40, 0.24) 100% ), url("/images/kepsas-bina.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 24px 70px rgba(9, 26, 40, 0.18);
}


    .identity-hero-card::after {
        content: "";
        position: absolute;
        inset: 0;
        pointer-events: none;
        background: linear-gradient( 180deg, transparent 0%, rgba(0, 0, 0, 0.16) 100% );
    }


.identity-color-rail {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2;
    height: 6px;
    background: linear-gradient( 90deg, var(--identity-red), var(--identity-green), var(--identity-blue), var(--identity-teal), var(--identity-orange) );
}


.identity-hero-content {
    position: relative;
    z-index: 2;
    max-width: 630px;
}


.identity-hero-badge {
    display: inline-flex;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 999px;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    font-size: 0.875rem;
    font-weight: 600;
}


.identity-hero-content h2 {
    max-width: 560px;
    margin: 0 0 1rem;
    color: #ffffff;
    font-size: clamp( 2rem, 3vw, 3.2rem );
    font-weight: 700;
    line-height: 1.05;
    text-shadow: 0 14px 34px rgba(0, 0, 0, 0.42);
}


.identity-address {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    color: #ffffff;
}


    .identity-address i {
        margin-top: 0.25rem;
        font-size: 1.25rem;
    }


    .identity-address p {
        margin: 0;
        font-size: 0.96rem;
        font-weight: 500;
        line-height: 1.5;
        opacity: 0.9;
    }


/* =========================================================
   KURULUŞ YILI KARTI
   ========================================================= */

.identity-year-card {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem;
    overflow: hidden;
    color: #ffffff;
    border-color: rgba(16, 155, 215, 0.2);
    background: linear-gradient( 155deg, rgba(16, 155, 215, 0.96) 0%, rgba(47, 183, 184, 0.92) 54%, rgba(167, 207, 69, 0.8) 100% );
}


.watermark-year {
    position: absolute;
    top: -18px;
    right: -14px;
    color: rgba(255, 255, 255, 0.1);
    font-size: 8.4rem;
    font-weight: 900;
    line-height: 1;
    user-select: none;
}


.identity-year-heading {
    position: relative;
    z-index: 2;
}


    .identity-year-heading p {
        margin: 0 0 0.25rem;
        font-weight: 700;
        text-transform: uppercase;
        opacity: 0.75;
    }


    .identity-year-heading h2 {
        margin: 0;
        font-size: 4rem;
        font-weight: 700;
        line-height: 1;
    }


/* =========================================================
   İLETİŞİM STACK
   ========================================================= */

.identity-contact-stack {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 1rem;
    margin-top: auto;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
}


.identity-mini-row {
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
}


    .identity-mini-row small,
    .identity-field small {
        display: block;
        margin-bottom: 0.18rem;
        color: rgba(255, 255, 255, 0.72);
        font-size: 0.72rem;
        font-weight: 800;
        text-transform: uppercase;
    }


    .identity-mini-row strong {
        display: block;
        min-width: 0;
        font-size: 0.92rem;
    }


/* =========================================================
   İKONLAR
   ========================================================= */

.icon-glass,
.icon-box {
    width: 44px;
    height: 44px;
    display: inline-flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}


.icon-glass {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}


.identity-icon-warning {
    color: var(--identity-orange);
    background: rgba(247, 148, 29, 0.12);
}


.identity-icon-blue {
    color: var(--identity-blue);
    background: rgba(16, 155, 215, 0.11);
}


/* =========================================================
   BEYAZ BİLGİ KARTLARI
   ========================================================= */

.identity-info-card {
    padding: 3rem;
    background: #ffffff;
}


.identity-card-title {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    margin-bottom: 1.6rem;
}


    .identity-card-title h3 {
        margin: 0;
        color: var(--identity-ink);
        font-size: 1.15rem;
        font-weight: 800;
    }


.identity-field {
    padding: 1rem 0;
    border-bottom: 1px solid var(--identity-border);
}


    .identity-field:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }


.identity-info-card .identity-field small {
    color: var(--identity-muted);
}


.identity-info-card .identity-field strong {
    display: block;
    color: var(--identity-ink);
    font-size: 1.15rem;
}


/* =========================================================
   RESMİ KAYITLAR
   ========================================================= */

.identity-list {
    display: grid;
    gap: 0.78rem;
    margin: 0;
    padding: 0;
    list-style: none;
}


    .identity-list li {
        display: flex;
        justify-content: space-between;
        gap: 1rem;
        padding-bottom: 0.78rem;
        border-bottom: 1px solid var(--identity-border);
    }


        .identity-list li:last-child {
            padding-bottom: 0;
            border-bottom: 0;
        }


    .identity-list span {
        color: var(--identity-muted);
        font-size: 0.86rem;
        font-weight: 700;
    }


    .identity-list strong {
        min-width: 0;
        color: var(--identity-ink);
        font-size: 0.95rem;
        text-align: right;
    }


/* =========================================================
   FİNANS KARTI
   ========================================================= */

.identity-finance-card {
    padding: 3rem;
    overflow: hidden;
    color: #ffffff;
    border-color: rgba(20, 32, 51, 0.16);
    background: linear-gradient( 145deg, #121f31 0%, #173e53 58%, #102735 100% );
}


.identity-finance-content {
    position: relative;
    z-index: 2;
}


.identity-watermark-icon {
    position: absolute;
    right: -22px;
    bottom: -24px;
    color: rgba(255, 255, 255, 0.06);
    font-size: 9rem;
}


.identity-finance-card .identity-field {
    border-bottom-color: rgba(255, 255, 255, 0.16);
}


.identity-capital-field {
    margin-bottom: 1.5rem;
}


    .identity-capital-field > strong {
        display: block;
        color: #ffc107;
        font-size: 1.75rem;
    }


.identity-finance-card .identity-field span {
    display: block;
    margin-top: 0.3rem;
    color: rgba(255, 255, 255, 0.58);
    font-size: 0.78rem;
}


/* =========================================================
   NACE
   ========================================================= */

.identity-nace {
    padding-top: 1.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
}


    .identity-nace span {
        display: inline-flex;
        margin-bottom: 0.75rem;
        padding: 0.42rem 0.62rem;
        color: var(--identity-ink);
        background: #ffffff;
        border-radius: 6px;
        font-size: 0.82rem;
        font-weight: 900;
    }


    .identity-nace p {
        margin: 0;
        color: rgba(255, 255, 255, 0.66);
        font-size: 0.86rem;
        line-height: 1.55;
    }


/* =========================================================
   YARDIMCI
   ========================================================= */

.breakable-text {
    overflow-wrap: anywhere;
    word-break: break-word;
}

/* =========================================================
   MODERN RESPONSIVE LAYOUT
   Bootstrap kolonlarını mobil/tablette CSS Grid ile yönetiyoruz.
   Desktop görünüm aynen korunur.
   ========================================================= */


/* =========================================================
   TABLET / KÜÇÜK LAPTOP
   768px - 991.98px
   ========================================================= */
@media (max-width: 991.98px) {

    .corporate-identity-page {
        min-height: auto;
    }

    .identity-container {
        padding-top: 2.25rem;
        padding-bottom: 2.5rem;
    }

    .identity-page-head {
        max-width: 100%;
        margin-bottom: 1.8rem;
    }

    .identity-heading-layout {
        align-items: flex-start;
        flex-direction: column;
        gap: 0.9rem;
    }

    .identity-page-head h1 {
        max-width: 760px;
        margin-bottom: 0.75rem;
        font-size: clamp(2rem, 5vw, 2.75rem);
        line-height: 1.06;
    }

    .identity-page-head p {
        max-width: 680px;
        font-size: 0.95rem;
        line-height: 1.6;
    }

    .identity-status-chip {
        width: auto;
        max-width: 100%;
        justify-content: flex-start;
    }

    /*
     * Bootstrap row/col düzeni yerine gerçek 2 kolon grid.
     * Hero tam genişlik, diğer kartlar 2x2.
     */
    .identity-grid {
        --identity-responsive-gap: 1rem;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: var(--identity-responsive-gap) !important;
        margin: 0 !important;
    }

        .identity-grid > [class*="col-"] {
            width: auto !important;
            max-width: none !important;
            padding: 0 !important;
            margin: 0 !important;
        }

        .identity-grid > :first-child {
            grid-column: 1 / -1;
        }

    .identity-hero-card {
        min-height: 340px;
        padding: 2.15rem;
        background-position: center;
    }

    .identity-year-card,
    .identity-info-card,
    .identity-finance-card {
        min-height: 300px;
        padding: 1.8rem;
    }

    .identity-hero-content h2 {
        max-width: 520px;
        font-size: clamp(1.8rem, 4vw, 2.45rem);
    }

    .identity-year-heading h2 {
        font-size: 3.4rem;
    }

    .watermark-year {
        top: -10px;
        right: -8px;
        font-size: 6.7rem;
    }

    .identity-card-title {
        margin-bottom: 1.25rem;
    }

    .identity-info-card .identity-field strong {
        font-size: 1.02rem;
    }

    .identity-capital-field > strong {
        font-size: 1.5rem;
    }
}


/* =========================================================
   MOBİL YATAY / BÜYÜK TELEFON
   576px - 767.98px

   Modern mantık:
   - Hero tam genişlik
   - Kuruluş + İletişim yan yana
   - Resmi Kayıtlar + Finans yan yana
   ========================================================= */
@media (max-width: 767.98px) {

    .identity-bg-pattern {
        opacity: 0.5;
        background-size: 52px 52px;
    }

    .identity-container {
        padding-top: 1.6rem;
        padding-bottom: 1.8rem;
    }

    .identity-page-head {
        margin-bottom: 1.35rem;
    }

    .identity-eyebrow {
        margin-bottom: 0.65rem;
        padding: 0.4rem 0.65rem;
        font-size: 0.68rem;
    }

        .identity-eyebrow::before {
            width: 7px;
            height: 7px;
        }

    .identity-heading-layout {
        gap: 0.75rem;
    }

    .identity-page-head h1 {
        margin-bottom: 0.6rem;
        font-size: clamp(1.7rem, 6.4vw, 2.1rem);
        line-height: 1.07;
    }

    .identity-page-head p {
        font-size: 0.88rem;
        line-height: 1.5;
    }

    .identity-status-chip {
        width: fit-content;
        max-width: 100%;
        padding: 0.62rem 0.78rem;
        font-size: 0.76rem;
    }

    .identity-grid {
        --identity-responsive-gap: 0.85rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        .identity-grid > :first-child {
            grid-column: 1 / -1;
        }

    .identity-hero-card {
        min-height: 280px;
        padding: 1.5rem;
        background-image: linear-gradient( 90deg, rgba(9, 26, 40, 0.94) 0%, rgba(9, 26, 40, 0.78) 56%, rgba(9, 26, 40, 0.40) 100% ), url("/images/kepsas-bina.png");
    }

    .identity-color-rail {
        height: 4px;
    }

    .identity-hero-badge {
        margin-bottom: 0.7rem;
        padding: 0.38rem 0.68rem;
        font-size: 0.7rem;
    }

    .identity-hero-content h2 {
        margin-bottom: 0.7rem;
        font-size: clamp(1.4rem, 5vw, 1.8rem);
        line-height: 1.08;
    }

    .identity-address {
        gap: 0.65rem;
    }

        .identity-address i {
            margin-top: 0.12rem;
            font-size: 0.95rem;
        }

        .identity-address p {
            font-size: 0.8rem;
            line-height: 1.42;
        }

    .identity-year-card,
    .identity-info-card,
    .identity-finance-card {
        min-height: 0;
        padding: 1.25rem;
    }

    .identity-year-card {
        min-height: 245px;
    }

    .identity-year-heading p {
        font-size: 0.72rem;
    }

    .identity-year-heading h2 {
        font-size: 2.75rem;
    }

    .watermark-year {
        top: -7px;
        right: -6px;
        font-size: 5.2rem;
    }

    .identity-contact-stack {
        gap: 0.72rem;
        padding-top: 0.95rem;
    }

    .identity-mini-row {
        grid-template-columns: 38px minmax(0, 1fr);
        gap: 0.62rem;
    }

    .icon-glass,
    .icon-box {
        width: 38px;
        height: 38px;
    }

    .identity-mini-row small,
    .identity-field small {
        font-size: 0.62rem;
    }

    .identity-mini-row strong {
        font-size: 0.78rem;
        overflow-wrap: anywhere;
    }

    .identity-card-title {
        gap: 0.65rem;
        margin-bottom: 0.85rem;
    }

        .identity-card-title h3 {
            font-size: 0.98rem;
        }

    .identity-field {
        padding: 0.7rem 0;
    }

    .identity-info-card .identity-field strong {
        font-size: 0.88rem;
        overflow-wrap: anywhere;
    }

    .identity-list {
        gap: 0.55rem;
    }

        .identity-list li {
            display: grid;
            gap: 0.22rem;
            padding-bottom: 0.55rem;
        }

        .identity-list span {
            font-size: 0.72rem;
        }

        .identity-list strong {
            font-size: 0.82rem;
            text-align: left;
            overflow-wrap: anywhere;
        }

    .identity-capital-field {
        margin-bottom: 0.9rem;
    }

        .identity-capital-field > strong {
            font-size: 1.3rem;
            overflow-wrap: anywhere;
        }

    .identity-finance-card .identity-field span {
        font-size: 0.68rem;
    }

    .identity-nace {
        padding-top: 0.85rem;
    }

        .identity-nace span {
            margin-bottom: 0.5rem;
            font-size: 0.7rem;
        }

        .identity-nace p {
            font-size: 0.74rem;
            line-height: 1.45;
        }

    .identity-watermark-icon {
        right: -12px;
        bottom: -12px;
        font-size: 5rem;
    }
}


/* =========================================================
   TELEFON
   351px - 575.98px

   Her şeyi alt alta YIĞMIYORUZ:
   - Hero tam genişlik
   - Kuruluş + İletişim 2 kolon
   - Resmi Kayıtlar tam genişlik
   - Finans tam genişlik
   ========================================================= */
@media (max-width: 575.98px) {

    .identity-container {
        padding-right: 10px;
        padding-left: 10px;
    }

    .identity-page-head h1 {
        font-size: clamp(1.5rem, 7vw, 1.85rem);
    }

    .identity-page-head p {
        font-size: 0.84rem;
    }

    .identity-grid {
        --identity-responsive-gap: 0.7rem;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

        /*
     * DOM sırası:
     * 1 Hero
     * 2 Kuruluş
     * 3 İletişim
     * 4 Resmi Kayıtlar
     * 5 Finans
     */
        .identity-grid > :nth-child(1),
        .identity-grid > :nth-child(4),
        .identity-grid > :nth-child(5) {
            grid-column: 1 / -1;
        }

        .identity-grid > :nth-child(2),
        .identity-grid > :nth-child(3) {
            grid-column: auto;
        }

    .identity-hero-card {
        min-height: 245px;
        padding: 1.2rem;
        border-radius: 10px;
    }

    .identity-hero-content h2 {
        font-size: 1.35rem;
    }

    .identity-address p {
        font-size: 0.75rem;
    }

    /*
     * Yan yana duran Kuruluş ve İletişim kartları
     * kompakt "dashboard card" mantığında.
     */
    .identity-year-card,
    .identity-grid > :nth-child(3) .identity-info-card {
        min-height: 220px;
        padding: 1rem;
    }

    .identity-year-heading h2 {
        font-size: 2.35rem;
    }

    .identity-year-heading p {
        margin-bottom: 0.15rem;
        font-size: 0.65rem;
    }

    .watermark-year {
        font-size: 4.25rem;
    }

    .identity-contact-stack {
        gap: 0.58rem;
        margin-top: 0.8rem;
        padding-top: 0.75rem;
    }

    .identity-mini-row {
        grid-template-columns: 32px minmax(0, 1fr);
        gap: 0.5rem;
    }

    .identity-grid > :nth-child(2) .icon-glass,
    .identity-grid > :nth-child(3) .icon-box {
        width: 32px;
        height: 32px;
        font-size: 0.8rem;
    }

    .identity-mini-row small,
    .identity-grid > :nth-child(3) .identity-field small {
        font-size: 0.55rem;
    }

    .identity-mini-row strong,
    .identity-grid > :nth-child(3) .identity-field strong {
        font-size: 0.72rem;
        line-height: 1.25;
    }

    .identity-grid > :nth-child(3) .identity-card-title {
        gap: 0.5rem;
        margin-bottom: 0.65rem;
    }

        .identity-grid > :nth-child(3) .identity-card-title h3 {
            font-size: 0.88rem;
        }

    .identity-grid > :nth-child(3) .identity-field {
        padding: 0.55rem 0;
    }

    /* Tam genişlik bilgi kartları */
    .identity-grid > :nth-child(4) .identity-info-card,
    .identity-finance-card {
        padding: 1.15rem;
    }

    .identity-grid > :nth-child(4) .identity-card-title {
        margin-bottom: 0.8rem;
    }

    .identity-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.55rem 0.7rem;
    }

        .identity-list li {
            padding: 0.7rem;
            border: 1px solid var(--identity-border);
            border-radius: 8px;
            background: rgba(248, 250, 252, 0.82);
        }

            .identity-list li:last-child {
                grid-column: 1 / -1;
                padding-bottom: 0.7rem;
                border-bottom: 1px solid var(--identity-border);
            }

        .identity-list span {
            font-size: 0.66rem;
        }

        .identity-list strong {
            font-size: 0.78rem;
        }

    .identity-finance-content {
        display: grid;
        grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
        gap: 1rem;
        align-items: start;
    }

    .identity-capital-field {
        margin: 0;
        padding: 0;
        border-bottom: 0;
    }

        .identity-capital-field > strong {
            font-size: 1.15rem;
        }

    .identity-finance-card .identity-field span {
        font-size: 0.64rem;
        line-height: 1.35;
    }

    .identity-nace {
        padding-top: 0;
        padding-left: 1rem;
        border-top: 0;
        border-left: 1px solid rgba(255, 255, 255, 0.16);
    }

        .identity-nace p {
            font-size: 0.7rem;
        }
}


/* =========================================================
   ÇOK KÜÇÜK TELEFON
   <= 350px

   Burada fiziksel alan gerçekten dar olduğu için
   2 kolon kırılır; taşma yerine tek kolona geçer.
   ========================================================= */
@media (max-width: 350px) {

    .identity-grid {
        grid-template-columns: 1fr;
    }

        .identity-grid > * {
            grid-column: 1 !important;
        }

        .identity-year-card,
        .identity-grid > :nth-child(3) .identity-info-card {
            min-height: 0;
        }

    .identity-finance-content {
        grid-template-columns: 1fr;
        gap: 0.85rem;
    }

    .identity-nace {
        padding-top: 0.85rem;
        padding-left: 0;
        border-top: 1px solid rgba(255, 255, 255, 0.16);
        border-left: 0;
    }
}


/* =========================================================
   HAREKET AZALTMA
   ========================================================= */
@media (prefers-reduced-motion: reduce) {

    .identity-card {
        transition: none;
    }
}
