/* ==========================================================
   THE DIVINE SPARKS — PREMIUM HOMEPAGE
   Reviews-page visual language: navy, cream, white and gold
   This stylesheet is homepage-only.
   ========================================================== */

.homepage-premium {
    --ds-navy: #071b36;
    --ds-navy-soft: #0d294b;
    --ds-cream: #f8f2e8;
    --ds-ivory: #fffdf8;
    --ds-gold: #bc9560;
    --ds-gold-light: #e4cfaa;
    --ds-ink: #17304a;
    --ds-muted: #657181;
    --ds-line: rgba(188, 149, 96, 0.28);
    overflow: hidden;
    color: var(--ds-ink);
    background: var(--ds-ivory);
}

.homepage-premium section {
    position: relative;
    padding: 92px 0;
}

.homepage-premium h1,
.homepage-premium h2,
.homepage-premium .heading {
    font-family: Georgia, "Times New Roman", serif;
    color: var(--ds-navy);
    letter-spacing: -0.025em;
    line-height: 1.18;
}

.homepage-premium p,
.homepage-premium li {
    color: #536274;
    font-size: 16px;
    line-height: 1.85;
}

.homepage-premium .btn_main,
.homepage-premium .btn,
.homepage-premium .enquire_btns {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 11px 23px;
    border: 1px solid var(--ds-gold);
    border-radius: 2px;
    background: var(--ds-navy);
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-decoration: none !important;
    box-shadow: none;
    transition: background .22s ease, color .22s ease, transform .22s ease;
}

.homepage-premium .btn_main:hover,
.homepage-premium .btn:hover,
.homepage-premium .enquire_btns:hover {
    background: var(--ds-gold);
    color: var(--ds-navy) !important;
    transform: translateY(-2px);
}

.homepage-premium .mainbanner.homebanner {
    min-height: 650px;
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: var(--ds-navy);
}

.homepage-premium .mainbanner.homebanner > .row {
    width: 100%;
    margin: 0;
}

.homepage-premium .mainbanner.homebanner > .row > div {
    padding: 0;
    position: relative;
}

.homepage-premium .mainbanner.homebanner > .row > div:after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(4, 17, 35, .88) 0%, rgba(5, 24, 48, .48) 51%, rgba(5, 24, 48, .20) 100%),
        linear-gradient(0deg, rgba(4, 17, 35, .54), transparent 58%);
    pointer-events: none;
}

.homepage-premium .mainbanner.homebanner > .row img {
    width: 100%;
    min-height: 650px;
    object-fit: cover;
    display: block;
}

.homepage-premium .banner_content {
    position: absolute;
    z-index: 2;
    left: max(8%, calc((100% - 1180px) / 2));
    top: 50%;
    max-width: 650px;
    transform: translateY(-50%);
    color: #fff;
}

.homepage-premium .banner_content h1 {
    color: #fff;
    font-size: clamp(38px, 4.3vw, 65px);
    margin: 0 0 18px;
}

.homepage-premium .banner_content p {
    color: rgba(255,255,255,.88);
    font-size: 18px;
    max-width: 590px;
}

.homepage-premium .way_to_start {
    position: absolute;
    z-index: 4;
    left: 50%;
    bottom: 0;
    width: min(1090px, calc(100% - 40px));
    padding: 35px 46px;
    transform: translate(-50%, 48%);
    text-align: center;
    border: 1px solid var(--ds-line);
    background: rgba(255,253,248,.98);
    box-shadow: 0 20px 55px rgba(4, 22, 43, .16);
}

.homepage-premium .way_to_start h1 {
    font-size: clamp(27px, 3vw, 42px);
    margin-bottom: 12px;
}

.homepage-premium .way_to_start p {
    max-width: 790px;
    margin: 0 auto 20px;
}

.homepage-premium .about_divine {
    padding-top: 165px;
    background: var(--ds-ivory);
}

.homepage-premium .about_divine .row,
.homepage-premium .meditation_zones .row,
.homepage-premium .meditation_view .row,
.homepage-premium .app_views .row {
    align-items: center;
    row-gap: 38px;
}

.homepage-premium .about_divine .divie_logo {
    width: 72px;
    height: auto;
    margin-bottom: 18px;
}

.homepage-premium .about_divine h1 {
    font-size: clamp(33px, 3.4vw, 49px);
    margin-bottom: 17px;
}

.homepage-premium .about_imgs {
    position: relative;
    padding: 0 0 26px 26px;
}

.homepage-premium .about_imgs:before {
    content: "";
    position: absolute;
    inset: 25px 25px 0 0;
    border: 1px solid var(--ds-gold);
    pointer-events: none;
}

.homepage-premium .about_imgs img {
    position: relative;
    width: 100%;
    display: block;
}

.homepage-premium .meditation_zones {
    background: var(--ds-cream);
}

.homepage-premium .meditation_zones img,
.homepage-premium .meditation_view img {
    width: 100%;
    display: block;
    box-shadow: 0 18px 45px rgba(6, 25, 48, .10);
}

.homepage-premium .meditation_zones h2,
.homepage-premium .app_views .download_app_text {
    margin: 0 0 12px;
    color: var(--ds-gold);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.homepage-premium .meditation_zones .heading {
    font-size: clamp(34px, 3.4vw, 50px);
    margin-bottom: 18px;
}

.homepage-premium .our_teams {
    background: var(--ds-ivory);
    text-align: center;
}

.homepage-premium .our_teams .heading,
.homepage-premium .testinominal .heading {
    font-size: clamp(35px, 3.8vw, 52px);
    margin-bottom: 14px;
}

.homepage-premium .our_teams .row > .col-md-12 > p,
.homepage-premium .testinominal .row > .col-md-12 > p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.homepage-premium .our_teams .col-md-4 {
    margin-top: 30px;
}

.homepage-premium .team_card {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(188,149,96,.20);
    text-align: left;
    box-shadow: 0 12px 28px rgba(4, 22, 43, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.homepage-premium .team_card:hover {
    transform: translateY(-7px);
    box-shadow: 0 22px 40px rgba(4, 22, 43, .13);
}

.homepage-premium .team_card > img {
    width: 100%;
    aspect-ratio: 1 / 1.06;
    object-fit: cover;
    display: block;
}

.homepage-premium .team_info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 20px 21px;
}

.homepage-premium .team_info h2 {
    font-size: 23px;
}

.homepage-premium .team_info span {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--ds-navy);
    border: 1px solid var(--ds-gold);
    border-radius: 50%;
}

.homepage-premium .testinominal {
    background: var(--ds-navy);
    text-align: center;
}

.homepage-premium .testinominal .heading,
.homepage-premium .testinominal .row > .col-md-12 > p {
    color: #fff;
}

.homepage-premium .testinominal .row > .col-md-12 > p {
    opacity: .82;
}

.homepage-premium .testinominal .swiper {
    padding: 11px 3px 50px;
}

.homepage-premium .review-card {
    height: auto;
    min-height: 282px;
    padding: 30px;
    text-align: left;
    border: 1px solid rgba(228,207,170,.42);
    background: rgba(255,253,248,.98);
}

.homepage-premium .review-card .stars {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-bottom: 19px;
    color: var(--ds-gold);
}

.homepage-premium .review-card .stars span {
    margin-left: auto;
    color: #7c8792;
    font-size: 12px;
}

.homepage-premium .review-card .review-text {
    min-height: 95px;
    color: #4d5a69;
}

.homepage-premium .review-card .continue_reading {
    color: var(--ds-navy);
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
}

.homepage-premium .review-card > div:last-child {
    margin-top: 18px;
    color: var(--ds-navy);
}

.homepage-premium .swiper-pagination-bullet {
    background: var(--ds-gold-light);
    opacity: 1;
}

.homepage-premium .swiper-pagination-bullet-active {
    background: var(--ds-gold);
}

.homepage-premium .meditation_view {
    background: var(--ds-cream);
}

.homepage-premium .meditatio_zone {
    padding: 14px 0 14px 34px;
    border-left: 2px solid var(--ds-gold);
}

.homepage-premium .meditatio_zone h1 {
    font-size: clamp(34px, 3.7vw, 51px);
    margin-bottom: 18px;
}

.homepage-premium .app_views {
    background: var(--ds-ivory);
}

.homepage-premium .mobiles_banner {
    max-height: 520px;
    object-fit: contain;
}

.homepage-premium .app_views_info h1 {
    font-size: clamp(34px, 3.7vw, 51px);
    margin-bottom: 13px;
}

.homepage-premium .app_views_info ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 17px 25px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
}

.homepage-premium .app_views_info li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 15px;
    line-height: 1.35;
}

.homepage-premium .app_views_info li > div {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border: 1px solid var(--ds-line);
    background: var(--ds-cream);
}

.homepage-premium .app_views_info li img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.homepage-premium .app_views_info li h2 {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
}

.homepage-premium .app_views .enquire_btns {
    margin-right: 10px;
    padding: 0;
    overflow: hidden;
}

.homepage-premium .app_views .enquire_btns a {
    padding: 11px 18px;
    color: #fff;
    text-decoration: none;
}

.homepage-premium .app_views .enquire_btns img {
    width: 17px;
    margin-right: 5px;
    filter: brightness(0) invert(1);
}

.homepage-premium .faq_main {
    background: var(--ds-cream);
}

.homepage-premium .faq_main h2 {
    color: var(--ds-gold);
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.homepage-premium .faq_main h1 {
    font-size: clamp(34px, 3.7vw, 50px);
    margin: 12px 0 17px;
}

.homepage-premium .collapse-item {
    border-bottom: 1px solid var(--ds-line);
}

.homepage-premium .collapse-btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 21px 0;
    border: 0;
    background: transparent;
    color: var(--ds-navy);
    font-size: 17px;
    font-weight: 600;
    text-align: left;
}

.homepage-premium .collapse-btn .icon {
    color: var(--ds-gold);
    transition: transform .2s ease;
}

.homepage-premium .collapse-item.active .collapse-btn .icon {
    transform: rotate(180deg);
}

.homepage-premium .collapse-content {
    color: #536274;
    padding: 0 25px 21px 0;
}

@media (max-width: 991px) {
    .homepage-premium section {
        padding: 72px 0;
    }

    .homepage-premium .mainbanner.homebanner,
    .homepage-premium .mainbanner.homebanner > .row img {
        min-height: 570px;
    }

    .homepage-premium .banner_content {
        left: 7%;
        right: 7%;
        max-width: 610px;
    }

    .homepage-premium .way_to_start {
        padding: 28px 27px;
    }

    .homepage-premium .about_divine {
        padding-top: 142px;
    }

    .homepage-premium .team_card > img {
        aspect-ratio: 1 / 1.15;
    }
}

@media (max-width: 767px) {
    .homepage-premium section {
        padding: 58px 0;
    }

    .homepage-premium .mainbanner.homebanner,
    .homepage-premium .mainbanner.homebanner > .row img {
        min-height: 525px;
    }

    .homepage-premium .mainbanner.homebanner > .row > div:after {
        background: linear-gradient(90deg, rgba(4,17,35,.76), rgba(4,17,35,.50)),
                    linear-gradient(0deg, rgba(4,17,35,.66), transparent 65%);
    }

    .homepage-premium .banner_content {
        left: 24px;
        right: 24px;
        max-width: none;
    }

    .homepage-premium .banner_content p {
        font-size: 16px;
    }

    .homepage-premium .way_to_start {
        width: calc(100% - 28px);
        padding: 26px 19px;
        transform: translate(-50%, 50%);
    }

    .homepage-premium .about_divine {
        padding-top: 145px;
    }

    .homepage-premium .about_imgs {
        padding: 0 0 17px 17px;
    }

    .homepage-premium .about_imgs:before {
        inset: 17px 17px 0 0;
    }

    .homepage-premium .our_teams .col-md-4 {
        margin-top: 20px;
    }

    .homepage-premium .review-card {
        min-height: 0;
        padding: 25px 21px;
    }

    .homepage-premium .review-card .review-text {
        min-height: 0;
    }

    .homepage-premium .meditatio_zone {
        padding-left: 22px;
    }

    .homepage-premium .app_views_info ul {
        grid-template-columns: 1fr;
    }

    .homepage-premium .app_views .d-flex {
        flex-wrap: wrap;
        gap: 9px;
    }

    .homepage-premium .app_views .enquire_btns {
        margin-right: 0;
    }

    .homepage-premium .faq_main .col-md-4 {
        margin-bottom: 27px;
    }
}
