.about-container {
    width: min(1200px, calc(100% - 48px));
    margin: 0 auto;
}

.about-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    color: #fff;
}

.about-hero-image,
.about-hero-overlay {
    position: absolute;
    inset: 0;
}

.about-hero-image {
    background: url('/dosyalar/homepage/banner1.png') center/cover no-repeat;
    transform: scale(1.04);
}

.about-hero-overlay {
    background:
        linear-gradient(90deg, rgba(13, 6, 9, .96) 0%, rgba(20, 8, 12, .72) 55%, rgba(9, 5, 8, .78) 100%),
        linear-gradient(0deg, #12090b 0%, transparent 50%);
}

.about-hero-content {
    position: relative;
    z-index: 1;
    padding-bottom: 82px;
}

.about-eyebrow,
.about-section-label {
    display: inline-block;
    color: #e0787d;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.about-hero h1 {
    max-width: 820px;
    margin: 18px 0;
    font-size: clamp(42px, 6vw, 76px);
    line-height: 1.06;
    letter-spacing: -.035em;
}

.about-hero p {
    max-width: 600px;
    margin: 0;
    color: #d4c8cc;
    font-size: clamp(16px, 2vw, 20px);
    line-height: 1.6;
}

.about-content {
    padding: 110px 0 120px;
    color: #f2e9ec;
    background:
        radial-gradient(circle at 15% 20%, rgba(120, 40, 40, .28), transparent 36%),
        linear-gradient(180deg, #12090b, #090506);
}

.about-layout {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    gap: clamp(48px, 8vw, 110px);
    align-items: start;
}

.about-heading h2 {
    max-width: 520px;
    margin: 16px 0 0;
    font-size: clamp(32px, 4vw, 50px);
    line-height: 1.15;
    letter-spacing: -.025em;
}

.about-copy p {
    margin: 0 0 24px;
    color: #c8babe;
    font-size: 17px;
    line-height: 1.9;
}

.about-copy-standalone {
    max-width: 880px;
    margin-bottom: 72px;
}

.about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 0;
}

.about-value-card {
    position: relative;
    min-height: 230px;
    padding: 32px;
    overflow: hidden;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 16px;
    background: rgba(255,255,255,.04);
    box-shadow: 0 24px 50px rgba(0,0,0,.28);
    backdrop-filter: blur(8px);
}

    .about-value-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 3px;
        height: 100%;
        background: #a92d35;
    }

    .about-value-card > span {
        color: #c8454a;
        font-size: 13px;
        font-weight: 700;
        letter-spacing: .12em;
    }

    .about-value-card h3 {
        margin: 30px 0 12px;
        font-size: 23px;
    }

    .about-value-card p {
        margin: 0;
        color: #bfb3b5;
        font-size: 14px;
        line-height: 1.7;
    }

@media (max-width: 800px) {
    .about-container {
        width: min(100% - 32px, 1200px);
    }

    .about-hero {
        min-height: 500px;
    }

    .about-hero-content {
        padding-bottom: 58px;
    }

    .about-content {
        padding: 76px 0 84px;
    }

    .about-layout {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .about-values {
        grid-template-columns: 1fr;
        gap: 16px;
        margin-top: 0;
    }

    .about-copy-standalone {
        margin-bottom: 52px;
    }

    .about-value-card {
        min-height: 0;
        padding: 28px;
    }

        .about-value-card h3 {
            margin-top: 20px;
        }
}

@media (max-width: 480px) {
    .about-hero {
        min-height: 440px;
    }

    .about-hero h1 {
        font-size: 38px;
    }

    .about-copy p {
        font-size: 16px;
        line-height: 1.75;
    }
}
