/* =========================================================
   BYHAIRCLINIC – IMPLANTATION CAPILLAIRE AVEC SÉDATION
   FINAL QUICK CSS
   ========================================================= */




/* Genel */

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

.bhc-sedation {
    --sed-navy: #062640;
    --sed-navy-2: #0d3c5c;
    --sed-gold: #c88943;
    --sed-gold-light: #e8b46f;
    --sed-cream: #fbf7f1;
    --sed-cream-2: #f1e6da;
    --sed-white: #ffffff;
    --sed-text: #17344c;
    --sed-muted: #5d6e7e;
    --sed-line: #eaded2;

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

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

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

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

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

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

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

.bhc-sedation strong {
    color: var(--sed-gold);
}

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

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


/* Tam genişlik zeminler */

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

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

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

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

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

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


/* Hero */

.bhc-sedation__hero {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    align-items: stretch;
    min-height: 540px;
    background: var(--sed-navy);
}

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

.bhc-sedation__hero-copy h2 {
    margin-bottom: 20px;
    color: #fff;
    font-size: clamp(40px, 4.2vw, 41px);
    letter-spacing: -.045em;
    line-height: 1.06;
}

.bhc-sedation__hero-copy p {
    max-width: 540px;
    color: rgba(255, 255, 255, .82);
    font-size: 16px;
}

.bhc-sedation__hero-copy strong {
    color: var(--sed-gold-light);
}

.bhc-sedation__hero-image {
    width: 100%;
    height: 100%;
    min-height: 540px;
    object-fit: cover;
    object-position: center;
}

.bhc-sedation__hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 22px;
    margin-top: 29px;
    padding: 0;
    list-style: none;
}

.bhc-sedation__hero-points li {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 600;
}

.bhc-sedation__hero-points li::before {
    margin-right: 7px;
    color: var(--sed-gold-light);
    content: "✓";
}


/* Menü */

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

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

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

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

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


/* 4 avantaj */

.bhc-sedation__benefit-line {
    padding: 78px 8%;
    background: var(--sed-cream);
}

.bhc-sedation__section-heading {
    max-width: 790px;
    margin: 0 auto 39px;
    text-align: center;
}

.bhc-sedation__section-heading h2,
.bhc-sedation__section-heading .bhc-sedation__eyebrow {
    text-align: center !important;
}

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

.bhc-sedation__benefit {
    min-height: 258px;
    padding: 29px 24px;
    border: 1px solid var(--sed-line);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 11px 27px rgba(20, 47, 68, .05);
}

.bhc-sedation__icon {
    display: grid;
    width: 50px;
    height: 50px;
    margin-bottom: 19px;
    border: 1px solid rgba(200, 137, 67, .65);
    border-radius: 50%;
    color: var(--sed-gold);
    font-size: 21px;
    place-items: center;
}

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

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


/* Sedasyon tanımı */

.bhc-sedation__definition {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 62px;
    align-items: center;
    padding: 92px 8%;
    background: #fff;
}

.bhc-sedation__definition-image {
    width: 100%;
    min-height: 430px;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: center;
}

.bhc-sedation__definition-copy p {
    margin-bottom: 17px;
}


/* FUE / DHI */

.bhc-sedation__techniques {
    padding: 84px 8%;
    background: #fff;
}

.bhc-sedation__technique-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 21px;
}

.bhc-sedation__technique {
    padding: 33px 31px;
    border: 1px solid var(--sed-line);
    border-radius: 8px;
    background: #faf8f4;
}

.bhc-sedation__technique-label {
    display: block;
    margin-bottom: 12px;
    color: var(--sed-gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 32px;
    line-height: 1;
}

.bhc-sedation__candidate {
    display: grid;
    grid-template-columns: 72px 1fr;
    gap: 23px;
    align-items: start;
    max-width: 980px;
    margin: 34px auto 0;
    padding: 31px 35px;
    border-left: 3px solid var(--sed-gold);
    background: var(--sed-cream-2);
}

.bhc-sedation__candidate-icon {
    display: grid;
    width: 55px;
    height: 55px;
    border: 1px solid rgba(200, 137, 67, .6);
    border-radius: 50%;
    color: var(--sed-gold);
    font-size: 24px;
    place-items: center;
}

.bhc-sedation__candidate ul {
    margin: 15px 0 0;
    padding-left: 20px;
    color: var(--sed-muted);
}

.bhc-sedation__candidate li {
    margin-bottom: 6px;
}


/* Süreç */

.bhc-sedation__process {
    padding: 86px 8%;
    background: var(--sed-navy);
}

.bhc-sedation__process .bhc-sedation__section-heading h2 {
    color: #fff;
}

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

.bhc-sedation__step {
    position: relative;
    min-height: 205px;
    padding: 24px 28px 20px;
    border-left: 1px solid rgba(255, 255, 255, .18);
}

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

.bhc-sedation__step-number {
    display: grid;
    width: 43px;
    height: 43px;
    margin-bottom: 18px;
    border: 1px solid var(--sed-gold);
    border-radius: 50%;
    color: var(--sed-gold-light);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 19px;
    place-items: center;
}

.bhc-sedation__step h3 {
    color: #fff;
    font-size: 21px;
}

.bhc-sedation__step p {
    color: rgba(255, 255, 255, .72);
    font-size: 14px;
    line-height: 1.72;
}


/* Sonuçlar */

.bhc-sedation__media {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 58px;
    padding: 89px 8%;
    background: #fff;
}

.bhc-sedation__facts {
    padding: 38px 33px;
    background: var(--sed-navy);
}

.bhc-sedation__facts h2 {
    color: #fff;
    font-size: 33px;
}

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

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

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

.bhc-sedation__facts strong,
.bhc-sedation__facts a {
    color: var(--sed-gold-light);
}


/* Form öncesi yönlendirme */

.bhc-sedation__conclusion {
    padding: 72px 18%;
    background: var(--sed-cream-2);
    text-align: center;
}

.bhc-sedation__conclusion h2,
.bhc-sedation__conclusion p,
.bhc-sedation__conclusion .bhc-sedation__eyebrow {
    text-align: center !important;
}

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

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


/* Tablet / daraltılmış browser görünümü */

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

    .bhc-sedation__hero {
        grid-template-columns: 1fr;
        min-height: 0;
    }

    .bhc-sedation__hero-copy {
        padding: 58px 30px 38px;
    }

    .bhc-sedation__hero-image {
        width: 100%;
        min-height: 0;
        height: auto;
        max-height: none;
        border-radius: 0;
    }

    .bhc-sedation__benefits,
    .bhc-sedation__process-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bhc-sedation__definition,
    .bhc-sedation__media {
        grid-template-columns: 1fr;
        gap: 40px;
    }
}


/* Mobil */

@media (max-width: 767px) {

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

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

    .bhc-sedation__hero-copy {
        padding: 48px 23px 32px;
    }

    .bhc-sedation__hero-copy h2 {
        font-size: 40px;
    }

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

    .bhc-sedation__hero-points {
        gap: 9px 17px;
    }

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

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

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

    .bhc-sedation__benefit-line,
    .bhc-sedation__techniques,
    .bhc-sedation__process,
    .bhc-sedation__media {
        padding: 58px 23px;
    }

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

    .bhc-sedation__section-heading {
        margin-bottom: 29px;
        text-align: left;
    }

    .bhc-sedation__section-heading h2,
    .bhc-sedation__section-heading .bhc-sedation__eyebrow {
        text-align: left !important;
    }

    .bhc-sedation__benefits,
    .bhc-sedation__technique-grid,
    .bhc-sedation__process-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .bhc-sedation__benefit {
        min-height: 0;
        padding: 26px 22px;
    }

    .bhc-sedation__definition-image {
        width: calc(100% + 46px);
        min-height: 0;
        height: auto;
        margin-right: -23px;
        margin-left: -23px;
        border-radius: 0;
    }

    .bhc-sedation__technique {
        padding: 27px 23px;
    }

    .bhc-sedation__candidate {
        grid-template-columns: 1fr;
        gap: 15px;
        padding: 28px 23px;
    }

    .bhc-sedation__step {
        min-height: 0;
        padding: 26px 22px;
        border-top: 1px solid rgba(255, 255, 255, .18);
        border-left: 0;
    }

    .bhc-sedation__step:first-child {
        border-top: 0;
    }

    .bhc-sedation__media {
        gap: 34px;
    }

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

    .bhc-sedation__conclusion {
        padding: 57px 23px;
    }

    .bhc-sedation__notice {
        padding: 35px 23px;
        font-size: 16px;
    }
}

/* =========================================================
   SEDASYON SAYFASI – YERLEŞİM DÜZELTMELERİ
   Mevcut bhc-sedation CSS'inin EN ALTINA ekleyin
   ========================================================= */


/* Adaylık alanı FUE + DHI kartlarının toplam genişliğini kaplar */
.bhc-sedation__candidate {
    width: 100%;
    max-width: none;
    margin: 34px 0 0;
}


/* Açık bej zeminler ekranın iki yanına tam uzanır */
.bhc-sedation__techniques,
.bhc-sedation__conclusion,
.bhc-sedation__notice {
    position: relative;
    z-index: 1;
}

.bhc-sedation__techniques::before,
.bhc-sedation__conclusion::before,
.bhc-sedation__notice::before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: -100vmax;
    bottom: 0;
    left: -100vmax;
    content: "";
}

.bhc-sedation__techniques::before {
    background: #fff;
}

.bhc-sedation__conclusion::before {
    background: #f1e6da;
}

.bhc-sedation__notice::before {
    background: #e9d8c5;
}


/* 1050px altı: mobil ve küçültülmüş browser önizlemesi */
@media (max-width: 1050px) {
    .bhc-sedation__definition {
        display: grid;
        grid-template-columns: 1fr;
        gap: 31px;
        padding-top: 0;
        padding-right: 23px;
        padding-bottom: 58px;
        padding-left: 23px;
    }

    /* Görsel üstte boşluk olmadan, sağdan-soldan tam ekran */
    .bhc-sedation__definition-image {
        width: calc(100% + 46px) !important;
        max-width: none !important;
        min-height: 0;
        height: auto !important;
        margin-top: 0 !important;
        margin-right: -23px !important;
        margin-bottom: 0 !important;
        margin-left: -23px !important;
        border-radius: 0 !important;
        object-fit: cover;
    }

    .bhc-sedation__definition-copy {
        padding-top: 0;
    }

    .bhc-sedation__candidate {
        margin-top: 25px;
    }
}


/* Gerçek mobil */
@media (max-width: 767px) {
    .bhc-sedation__candidate {
        width: 100%;
        margin-top: 24px;
    }

    .bhc-sedation__notice {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        padding-right: 23px;
        padding-left: 23px;
    }
}


/* Sedasyon sayfası video alanı */

.bhc-sedation__video {
    padding: 0;
}

.bhc-sedation__video > p {
    margin-bottom: 22px;
}

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

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

/* =========================================================
   SEDASYON – UZUN DİL BAŞLIKLARI / DESKTOP + MOBİL
   ========================================================= */

/* Desktop */
@media (min-width: 1051px) {
    .bhc-sedation__hero {
        grid-template-columns: 1fr 1fr !important;
    }

    .bhc-sedation__hero-copy {
        min-width: 0 !important;
        padding-right: 7% !important;
    }

    .bhc-sedation__hero-copy h2 {
        max-width: 100% !important;
        font-size: clamp(36px, 3vw, 40px) !important;
        line-height: 1.08 !important;

        /* Haartransplantation gibi uzun kelimeler taşmaz */
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        hyphens: auto !important;
        overflow: visible !important;
    }

    .bhc-sedation__section-heading h2 {
        max-width: 100% !important;
        font-size: clamp(32px, 1.9vw, 40px) !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        hyphens: auto !important;
    }
}

/* Mobil ve tablet: hero kesin olarak tek sütun kalır */
@media (max-width: 1050px) {
    .bhc-sedation__hero {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) !important;
    }

    .bhc-sedation__hero-copy {
        min-width: 0 !important;
        padding-right: 23px !important;
    }

    .bhc-sedation__hero-copy h2 {
        max-width: 100% !important;
        font-size: clamp(34px, 9.2vw, 40px) !important;
        line-height: 1.08 !important;

        white-space: normal !important;
        overflow-wrap: anywhere !important;
        word-break: break-word !important;
        hyphens: auto !important;
    }
}

/* Başlıklarda otomatik tireleme kullanma */
.bhc-sedation__hero-copy h2,
.bhc-sedation__section-heading h2 {
    hyphens: none !important;
    -webkit-hyphens: none !important;
    -ms-hyphens: none !important;
}

/* =========================================================
   BYHAIRCLINIC – SEDASYON / ARAPÇA RTL
   ORTALI DESKTOP + TAM GENİŞLİK MOBİL
   ========================================================= */

/* Ana blok: desktopta sayfanın ortasında */
.bhc-sedation.bhc-sedation--rtl {
    direction: rtl !important;
    width: min(1340px, calc(100vw - 56px)) !important;
    margin: 0 auto !important;
    transform: none !important;
}

/* Metinler */
.bhc-sedation--rtl h2,
.bhc-sedation--rtl h3,
.bhc-sedation--rtl h4,
.bhc-sedation--rtl p,
.bhc-sedation--rtl .bhc-sedation__eyebrow,
.bhc-sedation--rtl .bhc-sedation__notice {
    direction: rtl !important;
    text-align: right !important;
}

/* Hero: görsel solda, Arapça metin sağda */
.bhc-sedation--rtl .bhc-sedation__hero {
    direction: ltr !important;
    grid-template-areas: "image copy" !important;
    grid-template-columns: .88fr 1.12fr !important;
}

.bhc-sedation--rtl .bhc-sedation__hero-copy {
    grid-area: copy;
    direction: rtl !important;
    min-width: 0;
    padding: 74px 9% 74px 13%;
}

.bhc-sedation--rtl .bhc-sedation__hero-image {
    grid-area: image;
}

.bhc-sedation--rtl .bhc-sedation__hero-points {
    direction: rtl;
    justify-content: flex-start;
}

.bhc-sedation--rtl .bhc-sedation__hero-points li::before {
    margin-right: 0;
    margin-left: 7px;
}

/* Navigasyon */
.bhc-sedation--rtl .bhc-sedation__nav {
    direction: rtl;
}

.bhc-sedation--rtl .bhc-sedation__nav a:first-child {
    border-right: 1px solid var(--sed-line);
    border-left: 1px solid var(--sed-line);
}

/* Ortalı bölüm başlıkları */
.bhc-sedation--rtl .bhc-sedation__section-heading h2,
.bhc-sedation--rtl .bhc-sedation__section-heading .bhc-sedation__eyebrow {
    text-align: center !important;
}

/* Tanım alanı: görsel solda, metin sağda */
.bhc-sedation--rtl .bhc-sedation__definition {
    direction: ltr;
    grid-template-areas: "image copy";
}

.bhc-sedation--rtl .bhc-sedation__definition-image {
    grid-area: image;
}

.bhc-sedation--rtl .bhc-sedation__definition-copy {
    grid-area: copy;
    direction: rtl;
}

/* Kart grupları */
.bhc-sedation--rtl .bhc-sedation__benefits,
.bhc-sedation--rtl .bhc-sedation__technique-grid,
.bhc-sedation--rtl .bhc-sedation__process-grid {
    direction: rtl;
}

/* Adaylık alanı */
.bhc-sedation--rtl .bhc-sedation__candidate {
    grid-template-columns: 1fr 72px;
    border-right: 3px solid var(--sed-gold);
    border-left: 0;
}

.bhc-sedation--rtl .bhc-sedation__candidate ul {
    padding-right: 20px;
    padding-left: 0;
}

/* Süreç kartları */
.bhc-sedation--rtl .bhc-sedation__step {
    border-right: 1px solid rgba(255, 255, 255, .18);
    border-left: 0;
}

.bhc-sedation--rtl .bhc-sedation__step:first-child {
    border-right: 0;
}

/* Sonuçlar: video solda, bilgi kutusu sağda */
.bhc-sedation--rtl .bhc-sedation__media {
    direction: ltr !important;
    grid-template-areas: "video facts";
}

.bhc-sedation--rtl .bhc-sedation__video {
    grid-area: video;
    direction: rtl;
}

.bhc-sedation--rtl .bhc-sedation__facts {
    grid-area: facts;
    direction: rtl;
}

.bhc-sedation--rtl .bhc-sedation__facts ul {
    padding-right: 0;
}

/* Alt CTA ortalı */
.bhc-sedation--rtl .bhc-sedation__conclusion h2,
.bhc-sedation--rtl .bhc-sedation__conclusion p,
.bhc-sedation--rtl .bhc-sedation__conclusion .bhc-sedation__eyebrow {
    text-align: center !important;
}

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

    /* Mobilde yazı üstte, görsel altta */
    .bhc-sedation--rtl .bhc-sedation__hero {
        grid-template-areas:
            "copy"
            "image" !important;
        grid-template-columns: 1fr !important;
    }

    .bhc-sedation--rtl .bhc-sedation__hero-copy {
        padding: 58px 30px 38px;
    }

    .bhc-sedation--rtl .bhc-sedation__definition {
        grid-template-areas:
            "image"
            "copy";
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .bhc-sedation--rtl .bhc-sedation__hero-copy {
        padding: 48px 23px 32px;
    }

    .bhc-sedation--rtl .bhc-sedation__candidate {
        grid-template-columns: 1fr;
    }

    .bhc-sedation--rtl .bhc-sedation__step {
        border-top: 1px solid rgba(255, 255, 255, .18);
        border-right: 0;
    }

    .bhc-sedation--rtl .bhc-sedation__step:first-child {
        border-top: 0;
    }

    .bhc-sedation--rtl .bhc-sedation__media {
        grid-template-areas:
            "video"
            "facts";
    }
}

/* =========================================================
   BHC FIX – DARK SECTION HEADINGS / ENFOLD OVERRIDE
   Keeps original white heading colors on dark backgrounds.
   ========================================================= */
.bhc-sedation .bhc-sedation__hero-copy h2,
.bhc-sedation .bhc-sedation__process .bhc-sedation__section-heading h2,
.bhc-sedation .bhc-sedation__step h3,
.bhc-sedation .bhc-sedation__facts h2 {
    color: #fff !important;
}

