.elementor-8386 .elementor-element.elementor-element-fc716b1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-63afdeb *//* =========================================================
   BUSINESS DRIFT — HERBAL HAIR OIL EBOOK
   Premium Bengali eBook Styles
========================================================= */

:root {
    --green: #174b35;
    --green-light: #2e7253;
    --mint: #eaf5ee;
    --cream: #faf8f1;
    --gold: #c69b45;
    --dark: #17231d;
    --text: #39463f;
    --muted: #718078;
    --white: #ffffff;
    --border: #dce7df;
    --shadow: 0 18px 55px rgba(23, 75, 53, 0.10);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #e9eee9;
    color: var(--text);
    font-family: "Hind Siliguri", sans-serif;
    line-height: 1.85;
    font-size: 17px;
}

.page {
    position: relative;
    width: min(100%, 900px);
    min-height: 1120px;
    margin: 35px auto;
    padding: 90px 85px;
    background: var(--white);
    box-shadow: var(--shadow);
    overflow: hidden;
}

.page::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(46, 114, 83, 0.035);
    right: -130px;
    top: -130px;
}


/* ================= TYPOGRAPHY ================= */

h1,
h2,
h3 {
    font-weight: 700;
    color: var(--dark);
    line-height: 1.3;
}

h1 {
    font-size: clamp(48px, 7vw, 76px);
    letter-spacing: -1.5px;
}

h2 {
    font-size: 42px;
    margin: 15px 0 30px;
}

h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

p {
    margin-bottom: 20px;
}

.lead {
    font-size: 22px;
    line-height: 1.8;
    color: #53635a;
}

.small-note {
    font-size: 14px;
    color: var(--muted);
    margin-top: 25px;
}

.eyebrow {
    display: inline-block;
    color: var(--gold);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.section-number {
    font-size: 15px;
    font-weight: 700;
    color: var(--gold);
    letter-spacing: 2px;
    margin-bottom: 10px;
}


/* ================= COVER ================= */

.cover {
    min-height: 1120px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background:
        radial-gradient(circle at 20% 20%, rgba(198,155,69,.22), transparent 25%),
        radial-gradient(circle at 80% 70%, rgba(70,145,106,.28), transparent 30%),
        linear-gradient(145deg, #0d3021, #174b35 55%, #0e3022);
}

.cover::after {
    display: none;
}

.cover-content {
    position: relative;
    z-index: 2;
    max-width: 720px;
}

.brand {
    font-size: 15px;
    letter-spacing: 4px;
    font-weight: 700;
    color: #d7bd80;
    margin-bottom: 35px;
}

.cover-icon {
    width: 90px;
    height: 90px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 25px;
    font-size: 48px;
    border: 1px solid rgba(255,255,255,.25);
    border-radius: 50%;
    background: rgba(255,255,255,.07);
}

.cover .eyebrow {
    color: #d7bd80;
}

.cover h1 {
    color: white;
    margin: 15px 0 25px;
}

.cover h1 span {
    color: #d9bd79;
}

.cover-subtitle {
    max-width: 650px;
    margin: auto;
    font-size: 19px;
    color: rgba(255,255,255,.82);
}

.cover-line {
    width: 90px;
    height: 2px;
    background: var(--gold);
    margin: 35px auto;
}

.author {
    color: white;
    font-size: 17px;
    margin-bottom: 5px;
}

.copyright {
    color: rgba(255,255,255,.55);
    font-size: 13px;
}


/* ================= TOC ================= */

.toc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.toc-card {
    border: 1px solid var(--border);
    border-radius: 18px;
    padding: 25px;
    transition: .3s ease;
}

.toc-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow);
}

.toc-card span {
    font-size: 14px;
    color: var(--gold);
    font-weight: 700;
}

.toc-card h3 {
    margin-top: 5px;
}


/* ================= HIGHLIGHT ================= */

.highlight {
    margin: 35px 0;
    padding: 25px 30px;
    background: var(--mint);
    border-left: 4px solid var(--green-light);
    border-radius: 0 14px 14px 0;
}


/* ================= PROBLEMS ================= */

.problem-list {
    margin-top: 35px;
}

.problem-item {
    display: flex;
    gap: 22px;
    padding: 24px 0;
    border-bottom: 1px solid var(--border);
}

.problem-icon {
    flex: 0 0 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mint);
    color: var(--green);
    border-radius: 14px;
    font-weight: 700;
}


/* ================= OPPORTUNITY ================= */

.opportunity-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.metric-card {
    padding: 30px;
    border-radius: 20px;
    background: #f7faf7;
    border: 1px solid var(--border);
}

.metric {
    font-size: 48px;
    color: var(--gold);
    font-weight: 700;
}


/* ================= PERSONA ================= */

.persona {
    display: flex;
    gap: 25px;
    align-items: center;
    padding: 25px;
    background: #f8faf8;
    border: 1px solid var(--border);
    border-radius: 18px;
    margin: 18px 0;
}

.persona-avatar {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--mint);
    border-radius: 50%;
    font-size: 32px;
    flex-shrink: 0;
}


/* ================= FORMULA ================= */

.formula-box {
    display: grid;
    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
    gap: 18px;
    margin: 45px 0;
}

.formula-item {
    padding: 28px 18px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 18px;
}

.formula-item span {
    font-size: 35px;
}

.plus {
    color: var(--gold);
    font-size: 30px;
    font-weight: 700;
}

.warning {
    background: #fff8e9;
    border-left: 4px solid var(--gold);
    padding: 22px 25px;
    border-radius: 0 14px 14px 0;
    margin: 30px 0;
}


/* ================= INGREDIENT ================= */

.ingredient-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin: 35px 0;
}

.ingredient {
    padding: 25px 20px;
    background: #f8faf8;
    border-radius: 18px;
    text-align: center;
    border: 1px solid var(--border);
}

.ingredient span {
    font-size: 35px;
    display: block;
    margin-bottom: 10px;
}


/* ================= POSITIONING ================= */

.positioning-box {
    margin: 40px 0;
    padding: 45px;
    background: var(--green);
    color: white;
    border-radius: 25px;
    text-align: center;
}

.quote {
    font-size: 27px;
    line-height: 1.65;
    margin: 0;
}

.strategy-table {
    display: grid;
    gap: 12px;
}

.strategy-table div {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 25px;
    border-bottom: 1px solid var(--border);
}

.strategy-table span {
    color: var(--muted);
}


/* ================= CTA ================= */

.cta-page {
    min-height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--mint);
}

.cta-page::after {
    display: block;
    width: 500px;
    height: 500px;
    right: -230px;
    top: -230px;
}

.cta-icon {
    font-size: 55px;
    margin-bottom: 15px;
}

.cta-page h2 {
    max-width: 650px;
}

.cta-page p {
    max-width: 600px;
    color: var(--muted);
}

.cta-button {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 38px;
    border-radius: 50px;
    background: var(--green);
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    transition: .25s ease;
    box-shadow: 0 10px 25px rgba(23,75,53,.2);
}

.cta-button:hover {
    transform: translateY(-3px);
    background: #0d3323;
}


/* ================= SOURCING ================= */

.process {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 40px 0;
}

.process-step {
    text-align: center;
    padding: 20px 10px;
}

.process-step b {
    display: flex;
    width: 48px;
    height: 48px;
    margin: auto auto 15px;
    align-items: center;
    justify-content: center;
    background: var(--green);
    color: white;
    border-radius: 50%;
}

.checklist {
    background: #f7faf7;
    border-radius: 20px;
    padding: 30px;
}

.checklist ul {
    list-style: none;
}

.checklist li {
    margin: 7px 0;
}


/* ================= FLOW ================= */

.flow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 50px 0;
}

.flow span {
    padding: 12px 18px;
    border-radius: 50px;
    background: var(--mint);
    color: var(--green);
    font-weight: 600;
}

.flow b {
    color: var(--gold);
}


/* ================= PACKAGING ================= */

.packaging-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.pack-card {
    position: relative;
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 20px;
}

.pack-card span {
    font-size: 14px;
    color: var(--gold);
    font-weight: 700;
}


/* ================= COST CHART ================= */

.cost-chart {
    margin: 50px 0;
}

.bar-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 15px;
    align-items: center;
    margin: 18px 0;
}

.bar {
    height: 17px;
    background: #e9eee9;
    border-radius: 30px;
    overflow: hidden;
}

.bar i {
    display: block;
    height: 100%;
    background: var(--green-light);
    border-radius: inherit;
}

.formula {
    padding: 25px;
    text-align: center;
    background: var(--mint);
    border-radius: 18px;
    color: var(--green);
}


/* ================= NUMBER GRID ================= */

.number-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 40px 0;
}

.number-grid div {
    padding: 30px 15px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 18px;
}

.number-grid small {
    display: block;
    color: var(--muted);
}

.number-grid strong {
    display: block;
    font-size: 35px;
    color: var(--green);
}


/* ================= CHANNELS ================= */

.channel-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 35px;
}

.channel {
    padding: 25px;
    border-radius: 18px;
    background: #f8faf8;
}


/* ================= CONTENT ================= */

.content-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 35px;
}

.content-pillars div {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 20px;
}

.content-pillars b {
    font-size: 30px;
    color: var(--gold);
}


/* ================= CREATOR ================= */

.creator-model {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.creator-model div {
    padding: 28px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 20px;
}

.creator-model span {
    display: flex;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--green);
    color: white;
    font-weight: 700;
}


/* ================= TRUST ================= */

.trust-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 40px 0;
}

.trust-grid div {
    padding: 30px 20px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 20px;
}

.trust-grid span {
    color: var(--gold);
    font-weight: 700;
    font-size: 25px;
}


/* ================= LEGAL ================= */

.legal-checklist {
    margin: 40px 0;
    display: grid;
    gap: 12px;
}

.legal-checklist div {
    padding: 17px 22px;
    background: #f7faf7;
    border-radius: 12px;
}


/* ================= QUALITY ================= */

.quality-cycle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 50px 0;
}

.quality-cycle div {
    padding: 20px;
    min-width: 105px;
    text-align: center;
    border-radius: 15px;
    background: var(--mint);
    color: var(--green);
    font-weight: 600;
}

.quality-cycle b {
    color: var(--gold);
}


/* ================= VALIDATION ================= */

.validation-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 40px 0;
}

.validation-grid div {
    padding: 25px 10px;
    text-align: center;
    border-radius: 18px;
    background: #f7faf7;
}

.validation-grid strong {
    display: block;
    font-size: 28px;
    color: var(--green);
}

.validation-grid span {
    font-size: 13px;
}


/* ================= TIMELINE ================= */

.timeline {
    position: relative;
    margin-top: 45px;
    padding-left: 30px;
    border-left: 2px solid var(--border);
}

.timeline-item {
    position: relative;
    padding: 0 0 35px 25px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -41px;
    top: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--green);
    border: 4px solid white;
    box-shadow: 0 0 0 2px var(--green);
}

.timeline-item span {
    color: var(--gold);
    font-weight: 700;
}


/* ================= FUNNEL ================= */

.funnel {
    margin: 45px auto;
    max-width: 620px;
}

.funnel-level {
    margin: 10px auto;
    padding: 17px;
    text-align: center;
    color: white;
    background: var(--green);
    border-radius: 8px;
}

.funnel-level span {
    display: block;
    font-weight: 700;
    font-size: 20px;
}

.funnel-level small {
    opacity: .8;
}

.level-1 { width: 100%; }
.level-2 { width: 88%; }
.level-3 { width: 76%; }
.level-4 { width: 64%; }
.level-5 { width: 52%; }


/* ================= RETENTION ================= */

.retention-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.retention-grid div {
    padding: 28px;
    border-radius: 18px;
    border: 1px solid var(--border);
}


/* ================= LADDER ================= */

.ladder {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 40px 0;
}

.ladder div {
    padding: 20px 30px;
    background: var(--mint);
    border-radius: 12px;
}

.ladder div:nth-child(1) {
    width: 55%;
}

.ladder div:nth-child(2) {
    width: 65%;
}

.ladder div:nth-child(3) {
    width: 75%;
}

.ladder div:nth-child(4) {
    width: 85%;
}

.ladder div:nth-child(5) {
    width: 100%;
    background: var(--green);
    color: white;
}

.ladder small {
    display: block;
    font-size: 11px;
    letter-spacing: 2px;
    opacity: .7;
}


/* ================= PROS CONS ================= */

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.pros,
.cons {
    padding: 30px;
    border-radius: 20px;
}

.pros {
    background: #eef8f0;
}

.cons {
    background: #fff7ea;
}

.pros h3 {
    color: var(--green);
}

.cons h3 {
    color: #8a6424;
}

.pros ul,
.cons ul {
    list-style: none;
}

.pros li,
.cons li {
    margin: 12px 0;
}


/* ================= DIFFERENTIATION ================= */

.differentiation {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.differentiation div {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 20px;
}

.differentiation span {
    color: var(--gold);
    font-size: 14px;
    font-weight: 700;
}


/* ================= MISTAKES ================= */

.mistakes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.mistakes div {
    padding: 25px;
    border: 1px solid var(--border);
    border-radius: 18px;
}

.mistakes b {
    color: var(--gold);
}


/* ================= DASHBOARD ================= */

.dashboard {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin: 40px 0;
}

.dashboard div {
    padding: 25px 15px;
    text-align: center;
    background: var(--mint);
    border-radius: 18px;
}

.dashboard strong {
    display: block;
    font-size: 27px;
    color: var(--green);
}

.dashboard span {
    font-size: 13px;
    color: var(--muted);
}


/* ================= TEAM ================= */

.team-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin: 40px 0;
}

.team-grid div {
    padding: 28px;
    border: 1px solid var(--border);
    border-radius: 18px;
}


/* ================= DARK CTA ================= */

.dark-cta {
    background: var(--green);
    color: white;
}

.dark-cta h2,
.dark-cta p {
    color: white;
}

.dark-cta .eyebrow {
    color: #d7bd80;
}

.dark-cta .cta-button {
    background: white;
    color: var(--green);
}


/* ================= FINAL CHECKLIST ================= */

.final-checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 40px;
}

.final-checklist div {
    padding: 15px 20px;
    background: #f7faf7;
    border-radius: 12px;
}


/* ================= FINAL CTA ================= */

.final-cta {
    min-height: 950px;
    background:
        radial-gradient(circle at 10% 10%, rgba(198,155,69,.16), transparent 25%),
        radial-gradient(circle at 90% 90%, rgba(69,140,103,.20), transparent 30%),
        var(--green);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.final-cta::after {
    display: none;
}

.final-cta .eyebrow {
    color: #d7bd80;
}

.final-cta h2 {
    max-width: 720px;
    color: white;
    font-size: 40px;
}

.final-cta p {
    max-width: 600px;
    color: rgba(255,255,255,.78);
}

.final-decoration {
    font-size: 70px;
    margin-bottom: 20px;
}

.final-cta .cta-button {
    background: white;
    color: var(--green);
    padding: 17px 55px;
}

.final-brand {
    margin-top: 100px;
}

.final-brand strong {
    display: block;
    font-size: 22px;
    letter-spacing: 4px;
}

.final-brand span {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    opacity: .55;
    letter-spacing: 1px;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 750px) {

    body {
        font-size: 16px;
    }

    .page {
        margin: 15px auto;
        padding: 60px 30px;
        min-height: auto;
    }

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 34px;
    }

    .toc-grid,
    .opportunity-grid,
    .packaging-grid,
    .channel-grid,
    .content-pillars,
    .retention-grid,
    .pros-cons,
    .differentiation,
    .mistakes,
    .team-grid {
        grid-template-columns: 1fr;
    }

    .ingredient-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .formula-box {
        grid-template-columns: 1fr;
    }

    .plus {
        transform: rotate(90deg);
        text-align: center;
    }

    .process {
        grid-template-columns: repeat(2, 1fr);
    }

    .creator-model,
    .trust-grid {
        grid-template-columns: 1fr;
    }

    .validation-grid,
    .dashboard {
        grid-template-columns: repeat(2, 1fr);
    }

    .number-grid {
        grid-template-columns: 1fr;
    }

    .final-checklist {
        grid-template-columns: 1fr;
    }

    .strategy-table div {
        flex-direction: column;
        gap: 4px;
    }

    .ladder div {
        width: 100% !important;
    }

    .quality-cycle {
        flex-direction: column;
    }

    .quality-cycle b {
        transform: rotate(90deg);
    }

    .bar-row {
        grid-template-columns: 100px 1fr;
    }
}

@media print {

    body {
        background: white;
    }

    .page {
        width: 100%;
        min-height: 100vh;
        margin: 0;
        box-shadow: none;
        page-break-after: always;
    }

    .cta-button {
        color: white;
        background: var(--green);
    }
}/* End custom CSS */