/* ============================================
   HAKKIMIZDA.CSS — Hakkımızda sayfası özel stiller
   ============================================ */

.abp-main {
    background: #fff;
}

/* 1. BÜYÜK BAŞLIK */
.abp-title-section {
    padding: 40px 0 32px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.abp-title-ornament {
    font-size: 18px;
    color: #bbb;
    letter-spacing: 10px;
    margin-bottom: 10px;
}

.abp-big-title {
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 52px;
    font-weight: 700;
    color: #111;
    letter-spacing: 10px;
    line-height: 1;
    margin-bottom: 12px;
}

.abp-big-sub {
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 6px;
    color: #999;
    text-transform: uppercase;
}

@media (max-width: 600px) {
    .abp-big-title {
        font-size: 30px;
        letter-spacing: 5px;
    }
}

/* 2. GİRİŞ */
.abp-intro {
    padding: 56px 0;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.abp-intro-grid {
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 56px;
    align-items: center;
}

.abp-intro-title {
    font-family: Georgia, serif;
    font-size: 26px;
    font-weight: 700;
    color: #111;
    line-height: 1.4;
    margin-bottom: 20px;
}

.abp-intro-text p {
    font-size: 13.5px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 12px;
}

.abp-intro-img {
    position: relative;
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    background: #fff;
}

.abp-intro-img img {
    width: 100%;
    display: block;
    object-fit: contain;
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 40%, transparent 100%);
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 40%, transparent 100%);
}

.abp-intro-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(17, 17, 17, .75);
    padding: 12px 16px;
    text-align: center;
}

.abp-intro-badge span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.9;
}

@media (max-width: 900px) {
    .abp-intro-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}

/* DIVIDER BAŞLIK */
.abp-divider-head {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 8px;
}

.abp-divider-line {
    flex: 1;
    height: 1px;
    background: #ddd;
}

.abp-divider-title {
    font-size: 13px;
    font-weight: 900;
    color: #111;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.5;
}

/* 3. HİZMETLER BANDI */
.abp-services-band {
    padding: 48px 0;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.abp-band-sub {
    text-align: center;
    font-size: 12.5px;
    color: #888;
    margin: 10px 0 32px;
}

.abp-srv-icons {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

.abp-srv-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
    padding: 16px 8px;
}

.abp-srv-ico {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abp-srv-ico svg {
    width: 52px;
    height: 52px;
    stroke: #333;
    stroke-width: 1.2;
    fill: none;
    transition: stroke .2s;
}

.abp-srv-item:hover .abp-srv-ico svg {
    stroke: #111;
}

.abp-srv-item span {
    font-size: 11px;
    color: #444;
    line-height: 1.5;
    font-weight: 500;
}

.abp-band-note {
    text-align: center;
    font-size: 12px;
    color: #999;
    font-style: italic;
    border-top: 1px solid #e8e8e8;
    padding-top: 20px;
}

@media (max-width: 1024px) {
    .abp-srv-icons {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 560px) {
    .abp-srv-icons {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* 4. NEDEN BİZ */
.abp-why {
    padding: 48px 0;
    background: #fff;
    border-bottom: 1px solid #e8e8e8;
}

.abp-why .abp-divider-head {
    margin-bottom: 36px;
}

.abp-why-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
}

.abp-why-card {
    text-align: center;
    padding: 16px 12px;
}

.abp-why-ico {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
}

.abp-why-ico svg {
    width: 52px;
    height: 52px;
    stroke: #222;
    stroke-width: 1.2;
    fill: none;
}

.abp-why-card h3 {
    font-size: 12px;
    font-weight: 900;
    color: #111;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.abp-why-card p {
    font-size: 12.5px;
    color: #666;
    line-height: 1.7;
}

@media (max-width: 900px) {
    .abp-why-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 5. MANEVİ YAKLAŞIM */
.abp-manevi {
    padding: 56px 0;
    background: #fff;
}

.abp-manevi-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 56px;
    align-items: center;
}

.abp-manevi-img {
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    background: #fff;
}

.abp-manevi-img img {
    width: 100%;
    display: block;
    object-fit: contain;
    mix-blend-mode: multiply;
    -webkit-mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 40%, transparent 100%);
    mask-image: radial-gradient(ellipse 80% 70% at 50% 50%, black 40%, transparent 100%);
}

.abp-manevi-text .abp-divider-head {
    margin-bottom: 24px;
}

.abp-manevi-text p {
    font-size: 13.5px;
    color: #444;
    line-height: 1.9;
    margin-bottom: 12px;
}

.abp-slogan {
    font-family: Georgia, serif;
    font-size: 17px;
    color: #111;
    margin-top: 20px;
    font-style: italic;
}

@media (max-width: 900px) {
    .abp-manevi-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }
}