/* =========================================================
   BYHAIRCLINIC – Saphir FUE
   FINAL / TÜM DİLLER İÇİN TEK CSS
   ========================================================= */


.bhc-saphir,
.bhc-saphir * {
    box-sizing: border-box;
}

.bhc-saphir {
    --gold: #c99c66;
    --gold-dark: #aa7c45;
    --dark: #171614;
    --dark-2: #23211f;
    --cream: #f7f2ea;
    --soft: #faf8f4;
    --text: #292622;
    --muted: #706b64;

    width: min(1340px, calc(100vw - 56px));
    margin: 0 0 0 50%;
    transform: translateX(-50%);
    color: var(--text);
    line-height: 1.75;
}

.bhc-saphir img {
    display: block;
    max-width: 100%;
}

.bhc-saphir h2,
.bhc-saphir h3,
.bhc-saphir p {
    margin-top: 0;
    text-align: left !important;
}

.bhc-saphir h2 {
    margin-bottom: 18px;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 3vw, 34px);
    font-weight: 400;
    letter-spacing: -.025em;
    line-height: 1.15;
}

.bhc-saphir h3 {
    margin-bottom: 10px;
    color: var(--text);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.28;
}

.bhc-saphir p {
    margin-bottom: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.8;
}

.bhc-saphir strong {
    color: var(--gold-dark);
}

/* Tam genişlik zeminler */
.bhc-saphir__hero {
    box-shadow: 0 0 0 100vmax var(--dark);
    clip-path: inset(0 -100vmax);
}

.bhc-saphir__nav {
    box-shadow: 0 0 0 100vmax var(--dark-2);
    clip-path: inset(0 -100vmax);
}

.bhc-saphir__intro {
    box-shadow: 0 0 0 100vmax var(--cream);
    clip-path: inset(0 -100vmax);
}

.bhc-saphir__process {
    box-shadow: 0 0 0 100vmax var(--soft);
    clip-path: inset(0 -100vmax);
}

.bhc-saphir__why {
    box-shadow: 0 0 0 100vmax var(--dark);
    clip-path: inset(0 -100vmax);
}

/* Hero */
.bhc-saphir__hero {
    display: grid;
    grid-template-columns: 1fr .92fr;
    min-height: 535px;
    overflow: hidden;
    background: var(--dark);
}

.bhc-saphir__hero-content {
    align-self: center;
    padding: 74px 56px;
}

.bhc-saphir__eyebrow,
.bhc-saphir__kicker {
    display: block;
    margin-bottom: 13px;
    color: var(--gold);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .14em;
    line-height: 1.3;
    text-transform: uppercase;
}

.bhc-saphir__eyebrow::before {
    display: inline-block;
    width: 34px;
    height: 1px;
    margin: 0 10px 4px 0;
    background: var(--gold);
    content: "";
}

.bhc-saphir .bhc-saphir__hero h2 {
    max-width: 600px;
    margin-bottom: 19px;
    color: #fff;
    font-size: clamp(38px, 4vw, 39px);
    letter-spacing: -.04em;
    line-height: 1.07;
}

.bhc-saphir .bhc-saphir__hero p {
    max-width: 555px;
    color: rgba(255,255,255,.84);
    font-size: 16px;
}

.bhc-saphir .bhc-saphir__hero strong {
    color: #e6b873;
}

/* Hero görseli */
.bhc-saphir__hero-image {
    width: 100%;
    height: 100%;
    min-height: 535px;
    object-fit: cover;
    object-position: center center;
}

/* Bölüm navigasyonu */
.bhc-saphir__nav {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    background: var(--dark-2);
    scrollbar-width: none;
}

.bhc-saphir__nav::-webkit-scrollbar {
    display: none;
}

.bhc-saphir__nav a {
    flex: 0 0 auto;
    padding: 17px 30px;
    border-right: 1px solid rgba(255,255,255,.12);
    color: rgba(255,255,255,.76);
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    transition: .2s ease;
}

.bhc-saphir__nav a:first-child {
    border-left: 1px solid rgba(255,255,255,.12);
}

.bhc-saphir__nav a:hover {
    color: #fff;
    background: rgba(201,156,102,.14);
}

/* Giriş */
.bhc-saphir__intro {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 86px;
    padding: 92px 8%;
    background: var(--cream);
}

/* Avantajlar */
.bhc-saphir__section {
    padding: 96px 8%;
    background: #fff;
}

.bhc-saphir__section-heading {
    max-width: 760px;
    margin: 0 auto 44px;
    text-align: center;
}

.bhc-saphir__section-heading .bhc-saphir__kicker,
.bhc-saphir__section-heading h2 {
    text-align: center !important;
}

.bhc-saphir__benefits {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-bottom: 30px;
}

.bhc-saphir__benefit {
    min-height: 310px;
    padding: 35px 32px;
    border: 1px solid #e7e0d7;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 12px 28px rgba(37,28,17,.05);
}

.bhc-saphir__icon {
    display: grid;
    width: 45px;
    height: 45px;
    margin-bottom: 22px;
    border: 1px solid rgba(201,156,102,.55);
    border-radius: 50%;
    color: var(--gold-dark);
    font-size: 19px;
    place-items: center;
}

.bhc-saphir__benefit p,
.bhc-saphir__step p {
    font-size: 14px;
    line-height: 1.8;
}

.bhc-saphir__precision {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    overflow: hidden;
    border: 1px solid #e7e0d7;
    border-radius: 4px;
    background: var(--cream);
}

.bhc-saphir__precision img {
    width: 100%;
    min-height: 330px;
    height: 100%;
    object-fit: cover;
}

.bhc-saphir__precision-copy {
    align-self: center;
    padding: 54px;
}

/* Süreç */
.bhc-saphir__process {
    background: var(--soft);
}

.bhc-saphir__steps {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.bhc-saphir__step {
    min-height: 275px;
    padding: 31px 25px;
    border-top: 3px solid var(--gold);
    background: #fff;
    box-shadow: 0 10px 25px rgba(37,28,17,.04);
}

.bhc-saphir__number {
    display: block;
    margin-bottom: 22px;
    color: var(--gold-dark);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    line-height: 1;
}

/* Neden Saphir FUE */
.bhc-saphir__why {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    overflow: hidden;
    background: var(--dark);
}

.bhc-saphir__why-image {
    width: 100%;
    min-height: 440px;
    height: 100%;
    object-fit: cover;
}

.bhc-saphir__why-copy {
    align-self: center;
    padding: 74px 13%;
}

.bhc-saphir .bhc-saphir__why h2 {
    color: #fff;
}

.bhc-saphir .bhc-saphir__why p {
    margin-bottom: 18px;
    color: rgba(255,255,255,.74);
}

.bhc-saphir .bhc-saphir__why strong,
.bhc-saphir .bhc-saphir__why a {
    color: #e6b873;
}

/* Form öncesi bilgilendirme alanı */
.bhc-saphir__cta {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    padding: 38px 8%;
    background: linear-gradient(105deg, #a87535 0%, #c99c66 48%, #dfbb80 100%);
}

.bhc-saphir__cta::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100vmax;
    bottom: 0;
    left: -100vmax;
    background: linear-gradient(105deg, #a87535 0%, #c99c66 48%, #dfbb80 100%);
    content: "";
}

.bhc-saphir .bhc-saphir__cta h2 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 30px;
}

.bhc-saphir .bhc-saphir__cta p,
.bhc-saphir .bhc-saphir__cta strong {
    color: rgba(255,255,255,.95);
}

/* Tablet */
@media (max-width: 1050px) {
    .bhc-saphir {
        width: calc(100vw - 40px);
    }

    .bhc-saphir__hero-content {
        padding: 58px 38px;
    }

    .bhc-saphir__intro {
        gap: 48px;
    }

    .bhc-saphir__benefits,
    .bhc-saphir__steps {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobil */
@media (max-width: 767px) {

    .bhc-saphir {
        width: calc(100vw - 28px);
    }

    .bhc-saphir__hero,
    .bhc-saphir__intro,
    .bhc-saphir__precision,
    .bhc-saphir__why {
        grid-template-columns: 1fr;
    }

    .bhc-saphir__hero {
        min-height: 0;
    }

    .bhc-saphir__hero-content {
        padding: 49px 24px 35px;
    }

    .bhc-saphir .bhc-saphir__hero h2 {
        font-size: 39px;
    }

    .bhc-saphir .bhc-saphir__hero p {
        font-size: 14px;
    }

    .bhc-saphir__hero-image {
        min-height: 0;
        height: auto;
        object-fit: contain;
        object-position: center;
    }

    .bhc-saphir__nav {
        justify-content: flex-start;
    }

    .bhc-saphir__nav a {
        padding: 14px 17px;
        font-size: 11px;
    }

    .bhc-saphir__nav a:first-child {
        border-left: 0;
    }

    .bhc-saphir__intro,
    .bhc-saphir__section {
        gap: 30px;
        padding: 60px 23px;
    }

    .bhc-saphir h2 {
        font-size: 31px;
    }

    .bhc-saphir__section-heading,
    .bhc-saphir__section-heading h2,
    .bhc-saphir__section-heading .bhc-saphir__kicker {
        text-align: left !important;
    }

    .bhc-saphir__benefits,
    .bhc-saphir__steps {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bhc-saphir__benefit,
    .bhc-saphir__step {
        min-height: 0;
        padding: 28px 23px;
    }

    .bhc-saphir__precision img,
    .bhc-saphir__why-image {
        min-height: 0;
        height: auto;
    }

    .bhc-saphir__precision-copy,
    .bhc-saphir__why-copy {
        padding: 39px 23px;
    }

    .bhc-saphir__cta {
        display: block;
        padding: 42px 23px;
        text-align: center;
    }

    .bhc-saphir .bhc-saphir__cta h2,
    .bhc-saphir .bhc-saphir__cta p {
        text-align: center !important;
    }

    .bhc-saphir .bhc-saphir__cta h2 {
        font-size: 29px;
    }
}

/* Arapça / RTL: Enfold boşluğunu aşarak zemini tam ekran yap */
.bhc-saphir--rtl {
    direction: rtl;
    width: 100vw !important;
    max-width: none !important;
    margin-right: calc(50% - 50vw) !important;
    margin-left: calc(50% - 50vw) !important;
    transform: none !important;
}

.bhc-saphir--rtl h2,
.bhc-saphir--rtl h3,
.bhc-saphir--rtl p,
.bhc-saphir--rtl .bhc-saphir__hero-content,
.bhc-saphir--rtl .bhc-saphir__why-copy {
    text-align: right !important;
}

.bhc-saphir--rtl .bhc-saphir__eyebrow::before {
    margin: 0 0 4px 10px;
}

.bhc-saphir--rtl .bhc-saphir__nav {
    justify-content: flex-start;
}

.bhc-saphir--rtl .bhc-saphir__section-heading,
.bhc-saphir--rtl .bhc-saphir__section-heading h2,
.bhc-saphir--rtl .bhc-saphir__section-heading .bhc-saphir__kicker {
    text-align: center !important;
}

@media (max-width: 767px) {
    .bhc-saphir--rtl .bhc-saphir__section-heading,
    .bhc-saphir--rtl .bhc-saphir__section-heading h2,
    .bhc-saphir--rtl .bhc-saphir__section-heading .bhc-saphir__kicker {
        text-align: right !important;
    }

    .bhc-saphir--rtl .bhc-saphir__cta,
    .bhc-saphir--rtl .bhc-saphir__cta h2,
    .bhc-saphir--rtl .bhc-saphir__cta p {
        text-align: center !important;
    }
}


