/* ========== PAGE HERO ========== */
.page-hero {
    position: relative;
    margin-top: 170px;
    height: 350px;
    background: url('../images/hakkimizda-banner.avif') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.page-hero-content {
    position: relative;
    z-index: 1;
    text-align: center;
}

.page-hero-title {
    font-family: 'Playfair Display', serif;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 16px;
}


.page-breadcrumb {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
}

.page-breadcrumb a {
    color: #c9a84c;
    transition: all 0.3s ease;
    text-decoration: none;
}

.page-breadcrumb a:hover {
    color: #fff;
    text-shadow: 0 0 10px rgba(201, 168, 76, 0.4);
}

.page-breadcrumb span {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.4);
}

/* ========== ABOUT DETAIL ========== */
.about-detail {
    padding: 100px 40px;
    background: #fff;
}

.about-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.about-detail-image {
    position: relative;
    flex: 0 0 45%;
}

.about-detail-border {
    position: absolute;
    top: -25px;
    right: auto;
    left: -25px;
    bottom: 25px;
    width: calc(100% - 25px);
    border: 3px solid #c9a84c;
    z-index: 0;
}

.about-detail-image img {
    position: relative;
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.about-detail-content {
    flex: 1;
}

.about-detail-subtitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c9a84c;
    margin-bottom: 12px;
}

.about-detail-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 24px;
}

.about-detail-text {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 16px;
}

/* ========== MISYON & VIZYON ========== */
.mv-section {
    padding: 100px 40px;
    background: #f9f9f9;
}

.mv-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
}

.mv-card {
    background: #fff;
    padding: 50px 36px;
    text-align: center;
    border: 1px solid #eee;
    transition: all 0.3s ease;
}

.mv-card:hover {
    border-color: #c9a84c;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.mv-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #000;
    color: #c9a84c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 auto 24px;
}

.mv-card h3 {
    font-family: 'Playfair Display', serif;
    font-size: 24px;
    font-weight: 400;
    color: #222;
    margin-bottom: 16px;
}

.mv-card p {
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

/* ========== NEDEN BIZ DETAY ========== */
.why-detail {
    padding: 100px 40px;
    background: #fff;
}

.why-detail-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.why-detail-content {
    flex: 1;
}

.why-detail-subtitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c9a84c;
    margin-bottom: 12px;
}

.why-detail-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    color: #222;
    margin-bottom: 40px;
}

.why-detail-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.why-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.why-detail-item > i {
    font-size: 24px;
    color: #c9a84c;
    margin-top: 2px;
    flex-shrink: 0;
}

.why-detail-item h4 {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.why-detail-item p {
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.why-detail-image {
    flex: 0 0 35%;
}

.why-detail-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 3px solid #c9a84c;
}

/* ========== UZMAN SECTION ========== */
.expert-section {
    padding: 100px 40px;
    background: #f9f9f9;
}

.expert-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 80px;
}

.expert-photo-wrap {
    position: relative;
    flex: 0 0 42%;
}

.expert-photo-border {
    position: absolute;
    top: -25px;
    left: -25px;
    bottom: 25px;
    width: calc(100% - 25px);
    border: 3px solid #c9a84c;
    z-index: 0;
}

.expert-img {
    position: relative;
    width: 100%;
    height: 480px;
    object-fit: cover;
    display: block;
    z-index: 1;
}

.expert-content {
    flex: 1;
}

.expert-subtitle {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c9a84c;
    margin-bottom: 12px;
}

.expert-title {
    font-family: 'Playfair Display', serif;
    font-size: 48px;
    font-weight: 400;
    color: #222;
    margin-bottom: 8px;
    line-height: 1.2;
}

.expert-job {
    font-size: 13px;
    font-weight: 600;
    color: #c9a84c;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.expert-bio {
    font-size: 15px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 16px;
}

.expert-stats {
    display: flex;
    gap: 0;
    margin-top: 32px;
    border-top: 1px solid #eee;
    padding-top: 32px;
}

.expert-stat {
    flex: 1;
    text-align: center;
    padding: 0 24px;
    border-right: 1px solid #eee;
}

.expert-stat:first-child { padding-left: 0; }
.expert-stat:last-child { border-right: none; }

.expert-stat-num {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 700;
    color: #c9a84c;
    line-height: 1;
}

.expert-stat-label {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 8px;
}

/* ========== SERTİFİKALAR ========== */
.cert-section {
    padding: 100px 40px;
    background: #fff;
}

.cert-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cert-heading {
    text-align: center;
    margin-bottom: 60px;
}

.cert-heading-sub {
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 3px;
    color: #c9a84c;
    margin-bottom: 12px;
}

.cert-heading-title {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 400;
    color: #222;
}

.cert-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 24px;
}

.cert-card {
    background: #fff;
    padding: 40px 24px;
    text-align: center;
    border: 1px solid #eee;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.cert-card:hover {
    border-color: #c9a84c;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
}

.cert-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #000;
    color: #c9a84c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    margin: 0 auto 20px;
}

.cert-name {
    font-family: 'Playfair Display', serif;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    margin-bottom: 6px;
}

.cert-issuer {
    font-size: 11px;
    font-weight: 600;
    color: #c9a84c;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.cert-card--photo {
    padding: 0;
    overflow: hidden;
}

.cert-card--photo .cert-info {
    padding: 16px 20px 20px;
}

.cert-card--photo .cert-info .cert-name {
    margin-bottom: 4px;
}

.cert-photo-wrap {
    overflow: hidden;
    aspect-ratio: 4 / 3;
}

.cert-photo {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.cert-card--photo:hover .cert-photo {
    transform: scale(1.04);
}

/* ========== SERTIFIKA LINK ========== */
.sert-link-section {
    padding: 80px 40px;
    background: #fdf6f0;
    border-top: 1px solid #e5d5c5;
    text-align: center;
}

.sert-link-container {
    max-width: 600px;
    margin: 0 auto;
}

.sert-link-sub {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    color: #c9a84c;
    margin-bottom: 12px;
}

.sert-link-title {
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: 400;
    color: #2a1810;
    margin-bottom: 16px;
}

.sert-link-text {
    font-size: 15px;
    color: #666;
    margin-bottom: 28px;
    line-height: 1.7;
}

.sert-link-btn {
    display: inline-block;
    background: #2a1810;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 14px 36px;
    text-decoration: none;
    transition: background 0.3s ease, transform 0.3s ease;
}

.sert-link-btn:hover {
    background: #c9a84c;
    transform: translateY(-2px);
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
    .page-hero {
        margin-top: 0;
    }
}

@media (max-width: 900px) {
    .expert-container {
        flex-direction: column;
        gap: 48px;
    }

    .expert-photo-wrap {
        flex: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .expert-title { font-size: 36px; }

    .expert-stat-num { font-size: 32px; }
}
