.cg-about-page {
    background: #f7f9fc;
    color: #0f2745;
}

.cg-about-hero {
    position: relative;
    min-height: 430px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
    background:
        linear-gradient(135deg, #061b39 0%, #005aa9 100%);
}

.cg-about-hero:not(.cg-about-hero--no-image) {
    background-image: var(--about-hero-desktop);
    background-size: cover;
    background-position: center;
}

.cg-about-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(
            90deg,
            rgba(2, 17, 39, .92) 0%,
            rgba(2, 17, 39, .68) 44%,
            rgba(2, 17, 39, .18) 100%
        );
}

.cg-about-hero__inner {
    position: relative;
    z-index: 2;
    width: min(1200px, calc(100% - 40px));
    margin: 0 auto;
    padding: 82px 0 64px;
}

.cg-about-hero__back {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 24px;
    color: rgba(255,255,255,.82);
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    transition: color .2s ease, transform .2s ease;
}

.cg-about-hero__back:hover {
    color: #ffd800;
    transform: translateX(-3px);
}

.cg-about-hero__back .material-symbols-rounded {
    font-size: 18px;
}

.cg-about-hero__eyebrow,
.cg-about-section__heading > span,
.cg-about-values__inner > span {
    display: inline-block;
    color: #ffd800;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .16em;
}

.cg-about-hero h1 {
    max-width: 900px;
    margin: 12px 0 0;
    font-size: clamp(42px, 5vw, 68px);
    line-height: 1.02;
    font-weight: 900;
    letter-spacing: -.045em;
}

.cg-about-hero p {
    max-width: 780px;
    margin: 18px 0 0;
    color: rgba(255,255,255,.84);
    font-size: clamp(16px, 1.7vw, 20px);
    line-height: 1.7;
}

.cg-about-section {
    width: min(1160px, calc(100% - 40px));
    margin: 0 auto;
    padding: 74px 0;
}

.cg-about-section + .cg-about-section {
    padding-top: 14px;
}

.cg-about-section__heading {
    max-width: 780px;
    margin-bottom: 34px;
}

.cg-about-section__heading > span {
    color: #005aa9;
}

.cg-about-section__heading h2,
.cg-about-principle h2 {
    margin: 10px 0 0;
    color: #082b63;
    font-size: clamp(30px, 3.3vw, 46px);
    line-height: 1.08;
    font-weight: 900;
    letter-spacing: -.035em;
}

.cg-about-section__heading p {
    margin: 14px 0 0;
    color: #64748b;
    font-size: 16px;
    line-height: 1.7;
}

.cg-about-story {
    padding-bottom: 42px;
}

.cg-about-richtext {
    color: #42546c;
    font-size: 17px;
    line-height: 1.9;
}

.cg-about-richtext > :first-child {
    margin-top: 0;
}

.cg-about-richtext > :last-child {
    margin-bottom: 0;
}

.cg-about-richtext h2,
.cg-about-richtext h3,
.cg-about-richtext h4 {
    color: #082b63;
    font-weight: 900;
}

.cg-about-richtext a {
    color: #005aa9;
    font-weight: 800;
}

.cg-about-richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.cg-about-principles {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.cg-about-principle {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: 20px;
    padding: 30px;
    border: 1px solid rgba(15, 43, 82, .06);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 14px 36px rgba(15, 43, 82, .07);
}

.cg-about-principle__icon {
    width: 56px;
    height: 56px;
    display: grid;
    place-items: center;
    border-radius: 16px;
    color: #082b63;
    background: #ffd800;
}

.cg-about-principle__icon .material-symbols-rounded {
    font-size: 28px;
}

.cg-about-principle h2 {
    margin-top: 2px;
    font-size: 28px;
}

.cg-about-principle .cg-about-richtext {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.75;
}

.cg-about-values {
    position: relative;
    overflow: hidden;
    margin: 28px 0 32px;
    padding: 72px 20px;
    color: #fff;
    background:
        radial-gradient(circle at 85% 15%, rgba(255,216,0,.18), transparent 30%),
        linear-gradient(135deg, #061b39 0%, #083f7f 100%);
}

.cg-about-values--has-image {
    background-image:
        linear-gradient(90deg, rgba(3,23,51,.88), rgba(5,55,105,.70)),
        var(--about-values-desktop);
    background-size: cover;
    background-position: center;
}

.cg-about-values__inner {
    position: relative;
    z-index: 1;
}

.cg-about-values__inner {
    width: min(1100px, 100%);
    margin: 0 auto;
}

.cg-about-richtext--light {
    margin-top: 18px;
    color: rgba(255,255,255,.86);
}

.cg-about-richtext--light h2,
.cg-about-richtext--light h3,
.cg-about-richtext--light h4 {
    color: #fff;
}

.cg-about-timeline {
    position: relative;
    margin-top: 10px;
}

.cg-about-timeline::before {
    content: "";
    position: absolute;
    left: 143px;
    top: 15px;
    bottom: 15px;
    width: 2px;
    background: #dbe4ef;
}

.cg-about-timeline__item {
    position: relative;
    display: grid;
    grid-template-columns: 116px 30px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    padding: 0 0 28px;
}

.cg-about-timeline__year {
    padding-top: 2px;
    color: #005aa9;
    font-size: 26px;
    line-height: 1;
    font-weight: 900;
    text-align: right;
}

.cg-about-timeline__dot {
    position: relative;
    z-index: 2;
    width: 15px;
    height: 15px;
    margin: 4px auto 0;
    border: 4px solid #fff;
    border-radius: 50%;
    background: #ffd800;
    box-shadow: 0 0 0 3px rgba(0,90,169,.12);
}

.cg-about-timeline__content {
    padding: 20px 22px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 10px 28px rgba(15,43,82,.06);
}

.cg-about-timeline__content h3 {
    margin: 0;
    color: #082b63;
    font-size: 19px;
    font-weight: 900;
}

.cg-about-timeline__content p {
    margin: 9px 0 0;
    color: #66758a;
    line-height: 1.65;
}

.cg-about-leadership {
    padding-top: 42px;
}

.cg-about-leaders {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.cg-about-leader {
    overflow: hidden;
    border: 1px solid rgba(15,43,82,.06);
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(15,43,82,.07);
    transition: transform .25s ease, box-shadow .25s ease;
}

.cg-about-leader:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 44px rgba(15,43,82,.12);
}

.cg-about-leader__visual {
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e9eef5;
}

.cg-about-leader__visual img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform .4s ease;
}

.cg-about-leader:hover .cg-about-leader__visual img {
    transform: scale(1.035);
}

.cg-about-leader__body {
    padding: 22px;
}

.cg-about-leader__body h3 {
    margin: 0;
    color: #082b63;
    font-size: 20px;
    font-weight: 900;
}

.cg-about-leader__body strong {
    display: block;
    margin-top: 5px;
    color: #005aa9;
    font-size: 13px;
}

.cg-about-leader__body p {
    margin: 13px 0 0;
    color: #66758a;
    font-size: 14px;
    line-height: 1.65;
}

@media (max-width: 900px) {
    .cg-about-hero {
        min-height: 380px;
    }

    .cg-about-hero__inner {
        padding: 70px 0 52px;
    }

    .cg-about-principles {
        grid-template-columns: 1fr;
    }

    .cg-about-leaders {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .cg-about-hero {
        min-height: 350px;
        background-position: center;
    }

    .cg-about-hero__overlay {
        background: linear-gradient(
            180deg,
            rgba(2,17,39,.55) 0%,
            rgba(2,17,39,.88) 100%
        );
    }

    .cg-about-hero__inner {
        width: min(100% - 28px, 1200px);
        padding: 56px 0 38px;
    }

    .cg-about-hero__back {
        margin-bottom: 18px;
    }

    .cg-about-hero h1 {
        font-size: 38px;
    }

    .cg-about-hero p {
        font-size: 15px;
        line-height: 1.6;
    }

    .cg-about-section {
        width: min(100% - 28px, 1160px);
        padding: 54px 0;
    }

    .cg-about-section + .cg-about-section {
        padding-top: 6px;
    }

    .cg-about-story {
        padding-bottom: 30px;
    }

    .cg-about-richtext {
        font-size: 15px;
        line-height: 1.78;
    }

    .cg-about-principle {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 22px;
    }

    .cg-about-principle__icon {
        width: 50px;
        height: 50px;
    }

    .cg-about-values {
        padding: 54px 14px;
    }

    .cg-about-timeline::before {
        left: 6px;
    }

    .cg-about-timeline__item {
        grid-template-columns: 20px minmax(0, 1fr);
        gap: 12px;
        padding-bottom: 20px;
    }

    .cg-about-timeline__year {
        grid-column: 2;
        padding: 0 0 2px;
        font-size: 21px;
        text-align: left;
    }

    .cg-about-timeline__dot {
        grid-column: 1;
        grid-row: 1 / span 2;
        width: 14px;
        height: 14px;
        margin-top: 4px;
    }

    .cg-about-timeline__content {
        grid-column: 2;
        padding: 17px 18px;
    }

    .cg-about-leaders {
        grid-template-columns: 1fr;
    }
}


/* Kurumsal responsive banner görselleri */
@media (max-width: 1024px) {
    .cg-about-hero:not(.cg-about-hero--no-image) {
        background-image: var(--about-hero-tablet);
    }

    .cg-about-values--has-image {
        background-image:
            linear-gradient(90deg, rgba(3,23,51,.88), rgba(5,55,105,.72)),
            var(--about-values-tablet);
    }
}

@media (max-width: 640px) {
    .cg-about-hero:not(.cg-about-hero--no-image) {
        background-image: var(--about-hero-mobile);
    }

    .cg-about-values--has-image {
        background-image:
            linear-gradient(180deg, rgba(3,23,51,.86), rgba(5,55,105,.78)),
            var(--about-values-mobile);
    }
}
