/* ============================================================
   DHYAAN - PUBLIC LISTING
============================================================ */

.dhyaan-hero {
    padding: 84px 0 70px;
    background:
        radial-gradient(
            circle at 12% 18%,
            rgba(255, 214, 107, 0.18),
            transparent 32%
        ),
        linear-gradient(
            135deg,
            #5f1d1d,
            #a72828
        );
    color: #ffffff;
}

.dhyaan-hero-content {
    max-width: 820px;
    margin: 0 auto;
    text-align: center;
}

.dhyaan-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #ffd66b;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.dhyaan-hero h1 {
    margin-bottom: 16px;
    font-size: clamp(2.4rem, 5vw, 4rem);
    font-weight: 700;
}

.dhyaan-hero p {
    max-width: 720px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.85;
}

.dhyaan-section {
    padding: 80px 0;
    background: #fffaf2;
}


/* CATEGORY FILTER */

.dhyaan-category-filter {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 42px;
}

.dhyaan-category-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 9px 18px;
    border: 1px solid #e6d9ca;
    border-radius: 999px;
    background: #ffffff;
    color: #443a32;
    font-weight: 600;
    text-decoration: none;
    transition: 0.2s ease;
}

.dhyaan-category-pill:hover {
    transform: translateY(-2px);
    border-color: #a72828;
    color: #a72828;
}

.dhyaan-category-pill.active {
    border-color: #a72828;
    background: #a72828;
    color: #ffffff;
}


/* CARD */

.dhyaan-card {
    overflow: hidden;
    border: 1px solid #eee1d3;
    border-radius: 24px;
    background: #ffffff;
    box-shadow:
        0 15px 40px
        rgba(54, 39, 25, 0.08);
    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease;
}

.dhyaan-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 24px 52px
        rgba(54, 39, 25, 0.13);
}

.dhyaan-card-media {
    position: relative;
    display: block;
    height: 235px;
    overflow: hidden;
    background: #efe8df;
}

.dhyaan-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.dhyaan-card:hover
.dhyaan-card-media img {
    transform: scale(1.045);
}

.dhyaan-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background:
        linear-gradient(
            135deg,
            #f8ead8,
            #fff8ec
        );
    color: #a72828;
    font-size: 3rem;
}


/* PLAY */

.dhyaan-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    border: 4px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    background: #a72828;
    color: #ffffff;
    font-size: 1.9rem;
    transform: translate(-50%, -50%);
    box-shadow:
        0 10px 30px
        rgba(0, 0, 0, 0.22);
}

.dhyaan-play i {
    margin-left: 3px;
}

.dhyaan-duration {
    position: absolute;
    right: 15px;
    bottom: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    border-radius: 999px;
    background: rgba(27, 31, 34, 0.86);
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 600;
}

.dhyaan-featured {
    position: absolute;
    top: 15px;
    left: 15px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    border-radius: 999px;
    background: #f0b429;
    color: #4d3600;
    font-size: 0.75rem;
    font-weight: 700;
}


/* CARD CONTENT */

.dhyaan-card-content {
    padding: 24px;
}

.dhyaan-card-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.dhyaan-category-name {
    color: #0b7a45;
    font-size: 0.8rem;
    font-weight: 700;
}

.dhyaan-guided-badge {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 9px;
    border-radius: 999px;
    background: #eaf4f6;
    color: #087c92;
    font-size: 0.7rem;
    font-weight: 700;
}

.dhyaan-card h2 {
    margin-bottom: 12px;
    font-size: 1.3rem;
    line-height: 1.45;
}

.dhyaan-card h2 a {
    color: #302a25;
    text-decoration: none;
}

.dhyaan-card h2 a:hover {
    color: #a72828;
}

.dhyaan-card p {
    margin-bottom: 18px;
    color: #756b62;
    line-height: 1.75;
}

.dhyaan-info {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    margin-bottom: 20px;
}

.dhyaan-info span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #7b7168;
    font-size: 0.78rem;
}

.dhyaan-info i {
    color: #0b7a45;
}

.dhyaan-start-link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a72828;
    font-weight: 700;
    text-decoration: none;
}


/* EMPTY */

.dhyaan-empty {
    max-width: 700px;
    margin: 0 auto;
    padding: 65px 30px;
    border: 1px dashed #dfd0bf;
    border-radius: 24px;
    background: #ffffff;
    text-align: center;
}

.dhyaan-empty > i {
    display: block;
    margin-bottom: 16px;
    color: #a72828;
    font-size: 3rem;
}

.dhyaan-empty h2 {
    color: #302922;
}

.dhyaan-empty p {
    margin-bottom: 0;
    color: #766c63;
}


/* ============================================================
   DHYAAN DETAIL
============================================================ */

.dhyaan-detail-hero {
    padding: 58px 0 52px;
    background:
        radial-gradient(
            circle at 88% 20%,
            rgba(255, 214, 107, 0.17),
            transparent 34%
        ),
        linear-gradient(
            135deg,
            #5f1d1d,
            #a72828
        );
    color: #ffffff;
}

.dhyaan-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 22px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.82rem;
}

.dhyaan-breadcrumb a {
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
}

.dhyaan-breadcrumb a:hover {
    color: #ffd66b;
}

.dhyaan-detail-eyebrow {
    display: block;
    margin-bottom: 10px;
    color: #ffd66b;
    font-size: 0.8rem;
    font-weight: 700;
}

.dhyaan-detail-hero h1 {
    max-width: 900px;
    margin-bottom: 16px;
    font-size: clamp(2rem, 4.5vw, 3.5rem);
    line-height: 1.25;
}

.dhyaan-detail-hero > .container > p {
    max-width: 800px;
    color: rgba(255, 255, 255, 0.86);
    line-height: 1.8;
}

.dhyaan-detail-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 22px;
    margin-top: 20px;
}

.dhyaan-detail-meta span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.84rem;
}

.dhyaan-detail-meta i {
    color: #ffd66b;
}

.dhyaan-detail-section {
    padding: 72px 0;
    background: #fffaf2;
}


/* PLAYER */

.dhyaan-player-card {
    overflow: hidden;
    margin-bottom: 28px;
    border-radius: 24px;
    background: #151515;
    box-shadow:
        0 18px 48px
        rgba(35, 26, 18, 0.15);
}

.dhyaan-player-card iframe,
.dhyaan-player-card video {
    border: 0;
}

.dhyaan-audio {
    padding: 28px;
    background: #ffffff;
}

.dhyaan-audio img {
    width: 100%;
    max-height: 380px;
    margin-bottom: 22px;
    border-radius: 18px;
    object-fit: cover;
}

.dhyaan-audio audio {
    width: 100%;
}


/* CONTENT */

.dhyaan-content-card {
    margin-bottom: 28px;
    padding: 32px;
    border: 1px solid #eee2d5;
    border-radius: 24px;
    background: #ffffff;
    box-shadow:
        0 14px 38px
        rgba(52, 38, 23, 0.07);
}

.dhyaan-content-card h2 {
    margin-bottom: 20px;
    color: #302922;
    font-size: 1.55rem;
}

.dhyaan-section-label {
    display: block;
    margin-bottom: 6px;
    color: #0b7a45;
    font-size: 0.74rem;
    font-weight: 700;
}

.dhyaan-description,
.dhyaan-benefits {
    color: #675e55;
    line-height: 1.95;
}

.dhyaan-guided-script {
    padding: 24px;
    border-left: 4px solid #a72828;
    border-radius: 14px;
    background: #fff8ef;
    color: #544a42;
    font-size: 1.02rem;
    line-height: 2;
}

.dhyaan-transcript {
    max-height: 700px;
    overflow-y: auto;
    padding: 24px;
    border-radius: 16px;
    background: #fffaf3;
    color: #564d45;
    line-height: 2;
}


/* SIDEBAR */

.dhyaan-sidebar {
    position: sticky;
    top: 100px;
}

.dhyaan-info-card,
.dhyaan-related-card {
    margin-bottom: 25px;
    padding: 26px;
    border: 1px solid #eee2d5;
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 14px 36px
        rgba(52, 38, 23, 0.07);
}

.dhyaan-info-card h3,
.dhyaan-related-card h3 {
    margin-bottom: 22px;
    color: #302922;
    font-size: 1.2rem;
}

.dhyaan-info-row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 13px 0;
    border-bottom: 1px solid #eee7df;
}

.dhyaan-info-row:last-child {
    border-bottom: 0;
}

.dhyaan-info-row span {
    color: #84796f;
    font-size: 0.82rem;
}

.dhyaan-info-row strong {
    color: #312a24;
    text-align: right;
    font-size: 0.86rem;
}


/* RELATED */

.dhyaan-related-item {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 0;
    border-bottom: 1px solid #eee7df;
    color: inherit;
    text-decoration: none;
}

.dhyaan-related-item:last-child {
    border-bottom: 0;
}

.dhyaan-related-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #a72828;
    color: #ffffff;
}

.dhyaan-related-item strong {
    display: block;
    color: #332c26;
    font-size: 0.87rem;
    line-height: 1.45;
}

.dhyaan-related-item:hover strong {
    color: #a72828;
}

.dhyaan-related-item small {
    display: block;
    margin-top: 4px;
    color: #82776d;
    font-size: 0.74rem;
}


/* ============================================================
   HOMEPAGE DHYAAN
============================================================ */

.home-dhyaan-section {
    padding: 82px 0;
    background:
        linear-gradient(
            180deg,
            #fffaf2,
            #ffffff
        );
}

.home-dhyaan-heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 38px;
}

.home-dhyaan-eyebrow {
    display: block;
    margin-bottom: 8px;
    color: #0b7a45;
    font-size: 0.8rem;
    font-weight: 700;
}

.home-dhyaan-heading h2 {
    margin-bottom: 10px;
    color: #302922;
    font-size: clamp(2rem, 4vw, 3rem);
}

.home-dhyaan-heading p {
    max-width: 650px;
    margin-bottom: 0;
    color: #756b62;
    line-height: 1.8;
}

.home-dhyaan-view-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #a72828;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.home-dhyaan-card {
    overflow: hidden;
    border: 1px solid #eee2d5;
    border-radius: 22px;
    background: #ffffff;
    box-shadow:
        0 14px 40px
        rgba(52, 38, 23, 0.08);
    transition: 0.25s ease;
}

.home-dhyaan-card:hover {
    transform: translateY(-6px);
    box-shadow:
        0 22px 50px
        rgba(52, 38, 23, 0.13);
}

.home-dhyaan-media {
    position: relative;
    display: block;
    height: 220px;
    overflow: hidden;
    background: #f3ece3;
}

.home-dhyaan-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

.home-dhyaan-card:hover
.home-dhyaan-media img {
    transform: scale(1.045);
}

.home-dhyaan-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #a72828;
    font-size: 3rem;
}

.home-dhyaan-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border: 4px solid rgba(255, 255, 255, 0.88);
    border-radius: 50%;
    background: #a72828;
    color: #ffffff;
    font-size: 1.8rem;
    transform: translate(-50%, -50%);
}

.home-dhyaan-duration {
    position: absolute;
    right: 14px;
    bottom: 14px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(25, 30, 33, 0.87);
    color: #ffffff;
    font-size: 0.74rem;
}

.home-dhyaan-content {
    padding: 23px;
}

.home-dhyaan-meta {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.home-dhyaan-category {
    color: #0b7a45;
    font-size: 0.78rem;
    font-weight: 700;
}

.home-dhyaan-level {
    color: #087c92;
    font-size: 0.74rem;
    font-weight: 700;
}

.home-dhyaan-content h3 {
    margin-bottom: 12px;
    font-size: 1.25rem;
    line-height: 1.45;
}

.home-dhyaan-content h3 a {
    color: #302922;
    text-decoration: none;
}

.home-dhyaan-content h3 a:hover {
    color: #a72828;
}

.home-dhyaan-content p {
    margin-bottom: 18px;
    color: #766c63;
    line-height: 1.75;
}

.home-dhyaan-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #a72828;
    font-weight: 700;
    text-decoration: none;
}


/* MOBILE */

@media (max-width: 1199.98px) {
    .dhyaan-sidebar {
        position: static;
    }
}

@media (max-width: 767.98px) {

    .dhyaan-hero {
        padding: 60px 0 50px;
    }

    .dhyaan-section,
    .dhyaan-detail-section,
    .home-dhyaan-section {
        padding: 56px 0;
    }

    .dhyaan-category-filter {
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 5px;
    }

    .dhyaan-category-pill {
        flex: 0 0 auto;
    }

    .dhyaan-card-media,
    .home-dhyaan-media {
        height: 215px;
    }

    .dhyaan-content-card {
        padding: 23px;
    }

    .home-dhyaan-heading {
        flex-direction: column;
        align-items: flex-start;
    }
}

.dhyaan-start-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding: 26px 28px;
    border: 1px solid #eadccc;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            #fff9ef,
            #ffffff
        );
}

.dhyaan-start-label {
    display: block;
    margin-bottom: 5px;
    color: #0b7a45;
    font-size: 0.76rem;
    font-weight: 700;
}

.dhyaan-start-box h2 {
    margin-bottom: 7px;
    color: #302922;
    font-size: 1.35rem;
}

.dhyaan-start-box p {
    margin-bottom: 0;
    color: #766b62;
}

.dhyaan-start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 180px;
    padding: 12px 18px;
    border: 0;
    border-radius: 999px;
    background: #a72828;
    color: #ffffff;
    font-weight: 700;
}

@media (max-width: 767.98px) {
    .dhyaan-start-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .dhyaan-start-button {
        width: 100%;
    }
}

.dhyaan-transcript-search {
    position: relative;
    margin-bottom: 12px;
}

.dhyaan-transcript-search i {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #887b70;
    transform: translateY(-50%);
}

.dhyaan-transcript-search input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 43px;
    border: 1px solid #e7dccf;
    border-radius: 14px;
    outline: none;
}

.dhyaan-transcript-search input:focus {
    border-color: #0b7a45;
    box-shadow:
        0 0 0 3px
        rgba(11, 122, 69, 0.08);
}

.dhyaan-transcript mark {
    padding: 1px 3px;
    border-radius: 3px;
    background: #ffe599;
}

/* ============================================================
   Start Meditation
============================================================ */

.dhyaan-start-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
    padding: 26px 28px;
    border: 1px solid #eadccc;
    border-radius: 22px;
    background:
        linear-gradient(
            135deg,
            #fff9ef,
            #ffffff
        );
}

.dhyaan-start-label {
    display: block;
    margin-bottom: 5px;
    color: #0b7a45;
    font-size: 0.76rem;
    font-weight: 700;
}

.dhyaan-start-box h2 {
    margin-bottom: 7px;
    color: #302922;
    font-size: 1.35rem;
}

.dhyaan-start-box p {
    margin-bottom: 0;
    color: #766b62;
}

.dhyaan-start-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 180px;
    padding: 12px 18px;
    border: 0;
    border-radius: 999px;
    background: #a72828;
    color: #ffffff;
    font-weight: 700;
    cursor: pointer;
    transition:
        transform 0.2s ease,
        background 0.2s ease;
}

.dhyaan-start-button:hover {
    background: #8f2020;
    transform: translateY(-1px);
}


/* ============================================================
   Transcript Search
============================================================ */

.dhyaan-transcript-search {
    position: relative;
    margin-bottom: 12px;
}

.dhyaan-transcript-search i {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #887b70;
    transform: translateY(-50%);
}

.dhyaan-transcript-search input {
    width: 100%;
    height: 48px;
    padding: 0 16px 0 43px;
    border: 1px solid #e7dccf;
    border-radius: 14px;
    background: #ffffff;
    outline: none;
}

.dhyaan-transcript-search input:focus {
    border-color: #0b7a45;
    box-shadow:
        0 0 0 3px
        rgba(11, 122, 69, 0.08);
}

.dhyaan-transcript mark {
    padding: 1px 3px;
    border-radius: 3px;
    background: #ffe599;
    color: inherit;
}


@media (max-width: 767.98px) {

    .dhyaan-start-box {
        flex-direction: column;
        align-items: flex-start;
    }

    .dhyaan-start-button {
        width: 100%;
    }
}