/* =========================================================
   ŞİFA KAPLICA EVLERİ
   Hakkımızda Sayfası
   ========================================================= */

.about-page {
    width: min(1180px, calc(100% - 48px));
    margin: 0 auto;
    padding: 48px 0 90px;
}


/* =========================================================
   GERİ DÖN
   ========================================================= */

.about-page .back-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;

    margin-bottom: 45px;

    color: #567067;
    text-decoration: none;

    font-size: 13px;
    font-weight: 600;

    transition:
        color 0.2s ease,
        transform 0.2s ease;
}

.about-page .back-button i {
    font-size: 12px;
}

.about-page .back-button:hover {
    color: #155844;
    transform: translateX(-3px);
}


/* =========================================================
   SAYFA BAŞLIĞI
   ========================================================= */

.about-page-header {
    max-width: 720px;
    margin: 0 auto 65px;

    text-align: center;
}

.about-page-eyebrow,
.about-section-label {
    display: block;

    margin-bottom: 11px;

    color: #b1844d;

    font-size: 11px;
    font-weight: 800;
    letter-spacing: 3px;
}

.about-page-header h1 {
    margin: 0 0 16px;

    color: #174f40;

    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -1.8px;
}

.about-page-header p {
    max-width: 610px;
    margin: 0 auto;

    color: #76817d;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   HİKAYE ALANI
   ========================================================= */

.about-story {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    align-items: center;
    gap: 70px;

    margin-bottom: 85px;
}


/* =========================================================
   ANA GÖRSEL
   ========================================================= */

.about-story-image {
    position: relative;

    min-height: 530px;

    border-radius: 28px;

    overflow: visible;
}

.about-image-placeholder {
    position: absolute;
    inset: 0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;

    overflow: hidden;

    border-radius: 28px;

    background:
        radial-gradient(
            circle at 20% 20%,
            rgba(177, 132, 74, 0.16),
            transparent 35%
        ),
        linear-gradient(
            145deg,
            #e8eee9,
            #d7e3dc
        );

    color: #6d8078;
}

.about-image-placeholder::before {
    content: "";

    position: absolute;
    inset: 18px;

    border: 1px solid rgba(22, 82, 66, 0.10);
    border-radius: 20px;
}

.about-image-placeholder i {
    position: relative;

    color: #b1844d;

    font-size: 42px;
}

.about-image-placeholder span {
    position: relative;

    color: #567067;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* =========================================================
   1976 ROZETİ
   ========================================================= */

.about-experience-badge {
    position: absolute;
    right: -25px;
    bottom: 35px;

    z-index: 2;

    width: 130px;
    height: 130px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    border: 7px solid #f7f4ed;
    border-radius: 50%;

    background: #175847;

    box-shadow: 0 18px 35px rgba(20, 69, 57, 0.20);

    color: #ffffff;
}

.about-experience-badge strong {
    display: block;

    font-size: 28px;
    line-height: 1;
    font-weight: 800;
}

.about-experience-badge span {
    margin-top: 7px;

    color: rgba(255, 255, 255, 0.78);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}


/* =========================================================
   HAKKIMIZDA METNİ
   ========================================================= */

.about-story-content {
    padding: 15px 0;
}

.about-story-content h2 {
    margin: 0 0 25px;

    color: #174f40;

    font-size: clamp(31px, 3.5vw, 44px);
    line-height: 1.15;
    font-weight: 800;
    letter-spacing: -1px;
}

.about-story-content p {
    margin: 0 0 16px;

    color: #6e7975;

    font-size: 14px;
    line-height: 1.85;
}

.about-story-content p:last-of-type {
    margin-bottom: 0;
}


/* =========================================================
   İMZA
   ========================================================= */

.about-signature {
    display: flex;
    align-items: center;
    gap: 14px;

    margin-top: 30px;
    padding-top: 25px;

    border-top: 1px solid #e5e9e6;
}

.about-signature > span {
    width: 42px;
    height: 2px;

    background: #b1844d;
}

.about-signature div {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.about-signature strong {
    color: #174f40;

    font-size: 13px;
    font-weight: 800;
}

.about-signature small {
    color: #939c98;

    font-size: 11px;
}


/* =========================================================
   DEĞERLER
   ========================================================= */

.about-values {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;

    margin-bottom: 90px;
}

.about-value {
    min-height: 190px;

    display: flex;
    align-items: flex-start;
    gap: 18px;

    padding: 30px 27px;

    border: 1px solid #e5e9e6;
    border-radius: 20px;

    background: #ffffff;

    box-shadow: 0 8px 28px rgba(25, 62, 52, 0.04);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        border-color 0.25s ease;
}

.about-value:hover {
    transform: translateY(-4px);

    border-color: rgba(23, 88, 71, 0.18);

    box-shadow: 0 15px 35px rgba(25, 62, 52, 0.08);
}

.about-value-icon {
    flex: 0 0 48px;

    width: 48px;
    height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #edf4f0;

    color: #175847;

    font-size: 19px;
}

.about-value h3 {
    margin: 2px 0 9px;

    color: #174f40;

    font-size: 16px;
    font-weight: 800;
}

.about-value p {
    margin: 0;

    color: #7b8581;

    font-size: 12.5px;
    line-height: 1.7;
}


/* =========================================================
   ALT MESAJ
   ========================================================= */

.about-closing {
    position: relative;

    max-width: 900px;
    margin: 0 auto;

    padding: 58px 65px;

    overflow: hidden;

    border-radius: 26px;

    background: #175847;

    text-align: center;

    box-shadow: 0 20px 45px rgba(23, 88, 71, 0.15);
}

.about-closing::before,
.about-closing::after {
    content: "";

    position: absolute;

    width: 240px;
    height: 240px;

    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 50%;
}

.about-closing::before {
    top: -150px;
    left: -80px;
}

.about-closing::after {
    right: -100px;
    bottom: -170px;
}

.about-closing .about-section-label {
    position: relative;
    z-index: 1;

    color: #d1ac78;
}

.about-closing h2 {
    position: relative;
    z-index: 1;

    margin: 0 0 14px;

    color: #ffffff;

    font-size: clamp(27px, 4vw, 38px);
    line-height: 1.2;
    font-weight: 800;
}

.about-closing p {
    position: relative;
    z-index: 1;

    max-width: 620px;

    margin: 0 auto 28px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   CTA
   ========================================================= */

.about-cta {
    position: relative;
    z-index: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    min-height: 48px;

    padding: 0 22px;

    border-radius: 11px;

    background: #ffffff;

    color: #175847;

    text-decoration: none;

    font-size: 13px;
    font-weight: 800;

    transition:
        transform 0.2s ease,
        box-shadow 0.2s ease;
}

.about-cta:hover {
    transform: translateY(-2px);

    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.13);
}

.about-cta i {
    font-size: 11px;

    transition: transform 0.2s ease;
}

.about-cta:hover i {
    transform: translateX(3px);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 950px) {

    .about-story {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .about-story-image {
        min-height: 480px;
    }

    .about-experience-badge {
        right: 25px;
        bottom: -25px;
    }

    .about-story-content {
        padding-top: 15px;
    }

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

    .about-value {
        min-height: auto;
    }
}


/* =========================================================
   MOBİL
   ========================================================= */

@media (max-width: 600px) {

    .about-page {
        width: min(100% - 30px, 1180px);

        padding-top: 30px;
        padding-bottom: 60px;
    }

    .about-page .back-button {
        margin-bottom: 35px;
    }

    .about-page-header {
        margin-bottom: 45px;
    }

    .about-page-header h1 {
        font-size: 38px;
        letter-spacing: -1px;
    }

    .about-page-header p {
        font-size: 13px;
        line-height: 1.7;
    }

    .about-story {
        gap: 50px;
        margin-bottom: 65px;
    }

    .about-story-image {
        min-height: 360px;
    }

    .about-image-placeholder {
        border-radius: 20px;
    }

    .about-experience-badge {
        right: 15px;
        bottom: -30px;

        width: 105px;
        height: 105px;

        border-width: 5px;
    }

    .about-experience-badge strong {
        font-size: 23px;
    }

    .about-experience-badge span {
        font-size: 9px;
    }

    .about-story-content h2 {
        font-size: 31px;
    }

    .about-story-content p {
        font-size: 13px;
        line-height: 1.75;
    }

    .about-values {
        gap: 14px;
        margin-bottom: 65px;
    }

    .about-value {
        padding: 24px 21px;

        border-radius: 17px;
    }

    .about-closing {
        padding: 45px 22px;

        border-radius: 20px;
    }

    .about-closing h2 {
        font-size: 27px;
    }

    .about-closing p {
        font-size: 13px;
    }
}

.about-image-placeholder img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: cover;
    object-position: center;

    border-radius: 28px;
}