/* =========================================================
   BYHAIRCLINIC – DHI GREFFE DE CHEVEUX NON RASÉS
   TAM FINAL QUICK CSS
   ========================================================= */




/* Masaüstünde breadcrumb sağa yaslanır */
@media (min-width: 1051px) {
    body:has(.bhc-dhi) #top .title_container .breadcrumb {
        float: right !important;
        margin-left: auto !important;
        text-align: right !important;
    }
}


/* ---------------------------------------------------------
   Genel
   --------------------------------------------------------- */

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

.bhc-dhi {
    --navy: #082840;
    --copper: #c77d38;
    --copper-light: #e7a15c;
    --cream: #fbf6ef;
    --cream-2: #f1e8de;
    --text: #17334d;
    --muted: #5d6d7b;
    --line: #eaded2;

    width: min(1320px, calc(100vw - 56px));
    margin: 0 0 0 50%;
    transform: translateX(-50%);
    overflow: visible;
    color: var(--text);
    background: var(--cream);
    font-size: 16px;
    line-height: 1.72;
}

.bhc-dhi p:empty,
.bhc-dhi br {
    display: none;
}

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

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

.bhc-dhi h2 {
    margin-bottom: 17px;
    color: var(--navy);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(31px, 2vw, 40px);
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1.13;
}

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

.bhc-dhi p {
    margin-bottom: 0;
    color: var(--muted);
}

.bhc-dhi strong {
    color: var(--copper);
}

.bhc-dhi a {
    color: var(--copper);
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.bhc-dhi__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: var(--copper);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .15em;
    line-height: 1.3;
    text-transform: uppercase;
}


/* ---------------------------------------------------------
   Tam genişlik zeminler
   --------------------------------------------------------- */

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

.bhc-dhi__nav {
    box-shadow: 0 0 0 100vmax #fffdf9;
    clip-path: inset(0 -100vmax);
}

.bhc-dhi__benefit-line,
.bhc-dhi__advantages {
    box-shadow: 0 0 0 100vmax var(--cream);
    clip-path: inset(0 -100vmax);
}

.bhc-dhi__overview,
.bhc-dhi__media {
    box-shadow: 0 0 0 100vmax #fff;
    clip-path: inset(0 -100vmax);
}

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

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

.bhc-dhi__notice {
    box-shadow: 0 0 0 100vmax #f1e3d2;
    clip-path: inset(0 -100vmax);
}


/* ---------------------------------------------------------
   Hero
   --------------------------------------------------------- */

.bhc-dhi__hero {
    display: grid;
    grid-template-columns: .78fr 1.22fr;
    align-items: center;
    gap: 62px;
    padding: 54px 7.5%;
    background: var(--cream);
}

.bhc-dhi__hero-copy {
    max-width: 460px;
}

.bhc-dhi__hero h2 {
    margin-bottom: 20px;
    color: var(--navy);
    font-size: clamp(36px, 3.2vw, 50px) !important;
    letter-spacing: -.045em;
    line-height: 1.06;
}

.bhc-dhi__hero-copy > p {
    color: #43566a;
    font-size: 16px;
    line-height: 1.72;
}

.bhc-dhi__hero > p {
    margin: 0;
}

.bhc-dhi__hero-image {
    width: 100%;
    height: 470px;
    margin-left: auto;
    border-radius: 12px;
    object-fit: cover;
    object-position: center;
}

.bhc-dhi__pill {
    display: inline-flex;
    align-items: center;
    margin-top: 7px;
    padding: 8px 14px;
    border: 1px solid var(--line);
    border-radius: 99px;
    color: #af672b;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.2;
}


/* ---------------------------------------------------------
   Menü
   --------------------------------------------------------- */

.bhc-dhi__nav {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    background: #fffdf9;
    scrollbar-width: none;
}

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

.bhc-dhi__nav a {
    flex: 0 0 auto;
    padding: 16px 28px;
    border-right: 1px solid var(--line);
    color: var(--navy);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.bhc-dhi__nav a:first-child {
    border-left: 1px solid var(--line);
}

.bhc-dhi__nav a:hover {
    color: #fff;
    background: var(--navy);
}


/* ---------------------------------------------------------
   İlk üç avantaj kartı
   --------------------------------------------------------- */

.bhc-dhi__benefit-line {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    padding: 58px 8%;
    background: var(--cream);
}

.bhc-dhi__benefit-line article {
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 17px;
    align-items: start;
    min-height: 155px;
    padding: 27px 24px;
    border: 1px solid var(--line);
    background: #fff;
    box-shadow: 0 10px 25px rgba(20, 47, 68, .05);
}

.bhc-dhi__benefit-number {
    display: grid;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(199, 125, 56, .65);
    border-radius: 50%;
    color: var(--copper);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    place-items: center;
}

.bhc-dhi__benefit-line h3 {
    margin-bottom: 5px;
    font-size: 21px;
}

.bhc-dhi__benefit-line p {
    font-size: 14px;
    line-height: 1.65;
}


/* ---------------------------------------------------------
   DHI tekniği
   --------------------------------------------------------- */

.bhc-dhi__overview {
    display: grid;
    grid-template-columns: .82fr 1fr .85fr;
    gap: 36px;
    padding: 88px 8%;
    background: #fff;
}

.bhc-dhi__image-card {
    position: relative;
    align-self: start;
}

.bhc-dhi__image-card > img:first-child {
    width: 100%;
    height: 390px;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.bhc-dhi__tool-image {
    position: absolute;
    right: -18px;
    bottom: -18px;
    width: 126px !important;
    height: 126px !important;
    padding: 7px;
    border: 1px solid var(--line);
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 12px 24px rgba(12, 39, 68, .15);
    object-fit: cover;
}

.bhc-dhi__overview-copy p {
    margin-bottom: 16px;
}

.bhc-dhi__check-list,
.bhc-dhi__fit-list {
    margin: 22px 0 0;
    padding: 0;
    list-style: none;
}

.bhc-dhi__check-list li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 22px;
    color: var(--muted);
    font-size: 14px;
}

.bhc-dhi__check-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--copper);
    content: "✓";
    font-weight: 800;
}

.bhc-dhi__fit-card {
    align-self: stretch;
    padding: 38px 31px;
    background: var(--navy);
}

.bhc-dhi__fit-card h2 {
    color: #fff;
    font-size: 32px;
}

.bhc-dhi__fit-card p,
.bhc-dhi__fit-card li {
    color: rgba(255, 255, 255, .78);
}

.bhc-dhi__fit-list li {
    position: relative;
    margin-bottom: 11px;
    padding-left: 22px;
    font-size: 14px;
}

.bhc-dhi__fit-list li::before {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--copper-light);
    content: "✓";
    font-weight: 800;
}


/* ---------------------------------------------------------
   Dört avantaj kartı
   --------------------------------------------------------- */

.bhc-dhi__advantages {
    padding: 88px 8%;
    background: var(--cream);
}

.bhc-dhi__heading {
    max-width: 760px;
    margin: 0 auto 42px;
    text-align: center;
}

.bhc-dhi__heading h2,
.bhc-dhi__heading .bhc-dhi__eyebrow {
    text-align: center !important;
}

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

.bhc-dhi__advantage-grid article {
    min-height: 270px;
    padding: 29px 24px;
    border-top: 3px solid var(--copper);
    background: #fff;
    box-shadow: 0 10px 25px rgba(24, 51, 74, .04);
}

.bhc-dhi__advantage-grid article > span {
    display: block;
    margin-bottom: 20px;
    color: var(--copper);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1;
}

.bhc-dhi__advantage-grid h3 {
    font-size: 21px;
}

.bhc-dhi__advantage-grid p {
    font-size: 14px;
    line-height: 1.75;
}


/* ---------------------------------------------------------
   Süreç
   --------------------------------------------------------- */

.bhc-dhi__process {
    padding: 88px 8%;
    background: var(--cream-2);
}

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

.bhc-dhi__process-grid article {
    min-height: 270px;
    padding: 29px 24px;
    border-top: 3px solid var(--copper);
    background: #fff;
    box-shadow: 0 10px 25px rgba(24, 51, 74, .04);
}

.bhc-dhi__process-grid .bhc-dhi__step {
    display: block;
    margin-bottom: 20px;
    color: var(--copper);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 33px;
    line-height: 1;
}

.bhc-dhi__process-grid h3 {
    font-size: 21px;
}

.bhc-dhi__process-grid p {
    font-size: 14px;
    line-height: 1.75;
}


/* ---------------------------------------------------------
   Video ve bilgi alanı
   --------------------------------------------------------- */

.bhc-dhi__media {
    display: grid;
    grid-template-columns: 1.18fr .82fr;
    gap: 54px;
    padding: 88px 8%;
    background: #fff;
}

.bhc-dhi__video {
    padding: 0;
    background: transparent;
}

.bhc-dhi__video p {
    margin-bottom: 21px;
}

.bhc-dhi__video-frame {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    overflow: hidden;
    background: var(--navy);
}

.bhc-dhi__video-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.bhc-dhi__facts {
    padding: 37px 31px;
    background: var(--navy);
}

.bhc-dhi__facts h2 {
    color: #fff;
    font-size: 32px;
}

.bhc-dhi__facts p,
.bhc-dhi__facts li {
    color: rgba(255, 255, 255, .78);
}

.bhc-dhi__facts ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

.bhc-dhi__facts li {
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    font-size: 14px;
}

.bhc-dhi__facts strong,
.bhc-dhi__facts a {
    color: var(--copper-light);
}


/* ---------------------------------------------------------
   Sonuç ve form yönlendirmesi
   --------------------------------------------------------- */

.bhc-dhi__conclusion {
    padding: 82px 18%;
    background: var(--navy);
    text-align: center;
}

.bhc-dhi__conclusion h2,
.bhc-dhi__conclusion p,
.bhc-dhi__conclusion .bhc-dhi__eyebrow {
    text-align: center !important;
}

.bhc-dhi__conclusion h2 {
    color: #fff;
}

.bhc-dhi__conclusion p {
    margin-bottom: 17px;
    color: rgba(255, 255, 255, .78);
}

.bhc-dhi__conclusion strong,
.bhc-dhi__conclusion a {
    color: var(--copper-light);
}

.bhc-dhi__notice {
    padding: 37px 10%;
    color: var(--navy);
    background: #f1e3d2;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}


/* ---------------------------------------------------------
   Tablet / küçük tarayıcı önizlemesi
   --------------------------------------------------------- */

@media (max-width: 1050px) {
    .bhc-dhi {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
    }

    .bhc-dhi__hero {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 52px 0 0;
    }

    .bhc-dhi__hero-copy {
        max-width: none;
        padding: 0 30px 35px;
    }

    .bhc-dhi__hero > p {
        width: 100%;
    }

    .bhc-dhi__hero-image {
        width: 100vw !important;
        max-width: none !important;
        height: auto !important;
        margin: 0 !important;
        border-radius: 0;
    }

    .bhc-dhi__benefit-line,
    .bhc-dhi__advantage-grid,
    .bhc-dhi__process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bhc-dhi__overview {
        grid-template-columns: 1fr 1fr;
    }

    .bhc-dhi__fit-card {
        grid-column: 1 / -1;
    }

    .bhc-dhi__media {
        grid-template-columns: 1fr;
    }
}


/* ---------------------------------------------------------
   Mobil
   --------------------------------------------------------- */

@media (max-width: 767px) {
    body:has(.bhc-dhi) #top .title_container .breadcrumb {
        float: none !important;
        text-align: left !important;
    }

    .bhc-dhi {
        width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
    }

    .bhc-dhi__hero {
        padding-top: 45px;
    }

    .bhc-dhi__hero-copy {
        padding: 0 23px 31px;
    }

    .bhc-dhi__hero h2 {
        font-size: 34px !important;
        line-height: 1.08 !important;
    }

    .bhc-dhi__hero-copy > p {
        font-size: 15px;
    }

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

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

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

    .bhc-dhi__benefit-line,
    .bhc-dhi__advantage-grid,
    .bhc-dhi__process-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bhc-dhi__benefit-line,
    .bhc-dhi__advantages,
    .bhc-dhi__process,
    .bhc-dhi__media {
        padding: 58px 23px;
    }

    .bhc-dhi__benefit-line article {
        min-height: 0;
    }

    .bhc-dhi__overview {
        grid-template-columns: 1fr;
        gap: 30px;
        padding: 58px 23px;
    }

    .bhc-dhi__image-card {
        margin-right: -23px;
        margin-left: -23px;
    }

    .bhc-dhi__image-card > img:first-child {
        width: 100%;
        height: auto;
        border-radius: 0;
    }

    .bhc-dhi__tool-image {
        right: 12px;
        bottom: 12px;
        width: 105px !important;
        height: 105px !important;
    }

    .bhc-dhi__fit-card {
        padding: 32px 23px;
    }

    .bhc-dhi__heading {
        margin-bottom: 30px;
        text-align: left;
    }

    .bhc-dhi__heading h2,
    .bhc-dhi__heading .bhc-dhi__eyebrow {
        text-align: left !important;
    }

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

    .bhc-dhi__advantage-grid article,
    .bhc-dhi__process-grid article {
        min-height: 0;
        padding: 27px 22px;
    }

    .bhc-dhi__media {
        gap: 35px;
    }

    .bhc-dhi__facts {
        padding: 32px 23px;
    }

    .bhc-dhi__conclusion {
        padding: 58px 23px;
    }

    .bhc-dhi__notice {
        padding: 36px 23px;
        font-size: 16px;
    }
}

/* =========================================================
   DHI ARABIC – SADECE RTL HİZALAMA
   Eski bhc-dhi--rtl kodunun tamamını bununla değiştirin
   ========================================================= */

.bhc-dhi.bhc-dhi--rtl {
    direction: rtl !important;
    width: min(1320px, calc(100vw - 56px)) !important;
    margin: 0 auto !important;
    transform: none !important;
    text-align: right;
}

/* Tüm arka plan alanları ekranın iki yanına uzanır */
.bhc-dhi--rtl .bhc-dhi__hero,
.bhc-dhi--rtl .bhc-dhi__nav,
.bhc-dhi--rtl .bhc-dhi__benefit-line,
.bhc-dhi--rtl .bhc-dhi__overview,
.bhc-dhi--rtl .bhc-dhi__advantages,
.bhc-dhi--rtl .bhc-dhi__process,
.bhc-dhi--rtl .bhc-dhi__media,
.bhc-dhi--rtl .bhc-dhi__conclusion,
.bhc-dhi--rtl .bhc-dhi__notice {
    width: 100%;
}

/* Metin yönü ve hizası */
.bhc-dhi--rtl h2,
.bhc-dhi--rtl h3,
.bhc-dhi--rtl h4,
.bhc-dhi--rtl p,
.bhc-dhi--rtl li,
.bhc-dhi--rtl .bhc-dhi__hero-copy,
.bhc-dhi--rtl .bhc-dhi__overview-copy,
.bhc-dhi--rtl .bhc-dhi__fit-card,
.bhc-dhi--rtl .bhc-dhi__facts {
    text-align: right !important;
}

/* Hero: metin sağda, görsel solda */
.bhc-dhi--rtl .bhc-dhi__hero-copy {
    grid-column: 2;
    grid-row: 1;
}

.bhc-dhi--rtl .bhc-dhi__hero > p {
    grid-column: 1;
    grid-row: 1;
}

/* İlk üç kart: sayı sağda, yazı soldaki alanda */
.bhc-dhi--rtl .bhc-dhi__benefit-line article {
    grid-template-columns: 1fr 45px;
}

.bhc-dhi--rtl .bhc-dhi__benefit-number {
    grid-column: 2;
    grid-row: 1;
}

.bhc-dhi--rtl .bhc-dhi__benefit-line article > div {
    grid-column: 1;
    grid-row: 1;
}

/* Kontrol listeleri */
.bhc-dhi--rtl .bhc-dhi__check-list,
.bhc-dhi--rtl .bhc-dhi__fit-list {
    padding-right: 0;
    padding-left: 0;
}

.bhc-dhi--rtl .bhc-dhi__check-list li,
.bhc-dhi--rtl .bhc-dhi__fit-list li {
    padding-right: 22px;
    padding-left: 0;
}

.bhc-dhi--rtl .bhc-dhi__check-list li::before,
.bhc-dhi--rtl .bhc-dhi__fit-list li::before {
    right: 0;
    left: auto;
}

/* Orta hizalı başlık alanları */
.bhc-dhi--rtl .bhc-dhi__heading,
.bhc-dhi--rtl .bhc-dhi__heading h2,
.bhc-dhi--rtl .bhc-dhi__heading .bhc-dhi__eyebrow,
.bhc-dhi--rtl .bhc-dhi__conclusion,
.bhc-dhi--rtl .bhc-dhi__conclusion h2,
.bhc-dhi--rtl .bhc-dhi__conclusion p,
.bhc-dhi--rtl .bhc-dhi__conclusion .bhc-dhi__eyebrow,
.bhc-dhi--rtl .bhc-dhi__notice {
    text-align: center !important;
}


/* Mobil */
@media (max-width: 1050px) {
    .bhc-dhi.bhc-dhi--rtl {
        width: 100vw !important;
        max-width: none !important;
        margin-right: calc(50% - 50vw) !important;
        margin-left: calc(50% - 50vw) !important;
        transform: none !important;
    }

    .bhc-dhi--rtl .bhc-dhi__hero-copy,
    .bhc-dhi--rtl .bhc-dhi__hero > p {
        grid-column: 1;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .bhc-dhi--rtl .bhc-dhi__heading,
    .bhc-dhi--rtl .bhc-dhi__heading h2,
    .bhc-dhi--rtl .bhc-dhi__heading .bhc-dhi__eyebrow {
        text-align: right !important;
    }

    .bhc-dhi--rtl .bhc-dhi__image-card {
        margin-right: -23px;
        margin-left: -23px;
    }
}

/* =========================================================
   BHC FIX – DHI HEADING SCALE + DARK SECTION COLORS
   ========================================================= */

/* Hero title: Enfold başlık kurallarına karşı sabit ve daha dengeli */
.bhc-dhi .bhc-dhi__hero h2 {
    font-size: clamp(36px, 3.2vw, 50px) !important;
    line-height: 1.06 !important;
}

/* Koyu zeminlerde başlıklar beyaz kalır */
.bhc-dhi .bhc-dhi__fit-card h2,
.bhc-dhi .bhc-dhi__facts h2,
.bhc-dhi .bhc-dhi__conclusion h2 {
    color: #fff !important;
}

@media (max-width: 767px) {
    .bhc-dhi .bhc-dhi__hero h2 {
        font-size: 34px !important;
        line-height: 1.08 !important;
    }
}

