.elementor-8313 .elementor-element.elementor-element-f802005{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e64b73b *//* =========================================================
   BUSINESS DRIFT — PLANT BASED MILK EBOOK
   Premium Bengali eBook Design
========================================================= */

:root {
    --primary: #315c45;
    --primary-dark: #173b2b;
    --secondary: #a9c98d;
    --cream: #f7f4ea;
    --paper: #fffdf7;
    --text: #25302a;
    --muted: #69736d;
    --border: #dfe5dc;
    --soft: #eef4eb;
    --gold: #c6a15b;
    --danger: #9a5548;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #e9ece7;
    color: var(--text);
    font-family: "Hind Siliguri", sans-serif;
    line-height: 1.85;
}

.ebook {
    max-width: 900px;
    margin: 40px auto;
}

.page {
    position: relative;
    min-height: 1270px;
    padding: 85px 80px;
    margin-bottom: 30px;
    background: var(--paper);
    overflow: hidden;
    box-shadow: 0 12px 45px rgba(0,0,0,.08);
}

.page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(
        90deg,
        var(--primary),
        var(--secondary),
        var(--gold)
    );
}

.page-number {
    position: absolute;
    top: 32px;
    right: 45px;
    font-size: 13px;
    color: #89948d;
    letter-spacing: 2px;
}

.section-label {
    display: inline-block;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

h1,
h2,
h3 {
    margin-top: 0;
}

h2 {
    font-family: "Noto Serif Bengali", serif;
    color: var(--primary-dark);
    font-size: 38px;
    line-height: 1.35;
    margin-bottom: 25px;
}

h3 {
    color: var(--primary-dark);
    font-size: 21px;
    line-height: 1.4;
}

p {
    font-size: 17px;
    color: var(--text);
}

.small-note {
    font-size: 13px;
    color: var(--muted);
}


/* =========================================================
   COVER
========================================================= */

.cover {
    min-height: 1270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 85% 15%, rgba(169,201,141,.35), transparent 30%),
        radial-gradient(circle at 10% 85%, rgba(198,161,91,.20), transparent 25%),
        var(--cream);
}

.cover::before {
    height: 0;
}

.cover-content {
    width: 100%;
    text-align: center;
}

.eyebrow {
    display: inline-block;
    padding: 8px 18px;
    border: 1px solid var(--primary);
    border-radius: 30px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

.cover h1 {
    margin: 45px 0 25px;
    font-family: "Noto Serif Bengali", serif;
    color: var(--primary-dark);
    font-size: 70px;
    line-height: 1.2;
}

.cover h1 span {
    color: var(--gold);
}

.cover-subtitle {
    max-width: 620px;
    margin: 0 auto;
    font-size: 22px;
    color: #536058;
}

.cover-visual {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 70px auto;
}

.milk-card {
    width: 150px;
    padding: 25px 15px;
    background: rgba(255,255,255,.85);
    border-radius: 25px;
    box-shadow: 0 15px 35px rgba(38,65,48,.10);
}

.milk-card .icon {
    font-size: 45px;
    margin-bottom: 10px;
}

.milk-card strong {
    display: block;
    color: var(--primary-dark);
    font-size: 21px;
}

.milk-card small {
    color: var(--muted);
}

.cover-bottom {
    margin-top: 60px;
    font-size: 14px;
    color: var(--muted);
}


/* =========================================================
   GENERAL BOXES
========================================================= */

.highlight-box,
.info-box,
.warning-box,
.quote-box {
    margin: 30px 0;
    padding: 25px 30px;
    border-radius: 18px;
}

.highlight-box {
    background: var(--soft);
    border-left: 5px solid var(--primary);
}

.info-box {
    background: #f3f6ef;
    border: 1px solid var(--border);
}

.warning-box {
    background: #fbf4e8;
    border-left: 5px solid var(--gold);
}

.quote-box {
    background: var(--primary-dark);
    color: white;
    font-family: "Noto Serif Bengali", serif;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.quote-box p {
    color: white;
}


/* =========================================================
   STATS
========================================================= */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 45px;
}

.stat-card {
    padding: 25px 15px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: white;
}

.stat-card strong {
    display: block;
    color: var(--primary);
    font-size: 32px;
}

.stat-card span {
    font-size: 13px;
    color: var(--muted);
}


/* =========================================================
   PROBLEM
========================================================= */

.problem-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 35px;
}

.problem-card {
    position: relative;
    padding: 30px;
    border-radius: 20px;
    background: #f5f7f2;
}

.problem-card > span {
    color: var(--gold);
    font-size: 30px;
    font-weight: 700;
}

.problem-card p {
    font-size: 15px;
}


/* =========================================================
   JOURNEY
========================================================= */

.journey {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-top: 55px;
}

.journey-step {
    flex: 1;
    text-align: center;
}

.circle {
    width: 55px;
    height: 55px;
    margin: auto auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-weight: 700;
}

.journey-step h3 {
    font-size: 17px;
}

.journey-step p {
    font-size: 13px;
}

.arrow {
    color: var(--gold);
    font-size: 30px;
}


/* =========================================================
   MARKET
========================================================= */

.market-map {
    position: relative;
    min-height: 480px;
    margin: 45px 0;
    border-radius: 30px;
    background:
        radial-gradient(circle at center,
        rgba(169,201,141,.35),
        transparent 38%),
        #f2f5ef;
}

.market-node {
    position: absolute;
    width: 145px;
    padding: 20px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.market-node strong {
    display: block;
    color: var(--primary-dark);
}

.market-node span {
    font-size: 12px;
    color: var(--muted);
}

.market-node:nth-child(1) {
    top: 45px;
    left: 80px;
}

.market-node:nth-child(2) {
    top: 50px;
    right: 80px;
}

.market-node:nth-child(3) {
    top: 180px;
    left: calc(50% - 72px);
    background: var(--primary);
    color: white;
}

.market-node:nth-child(3) strong,
.market-node:nth-child(3) span {
    color: white;
}

.market-node:nth-child(4) {
    bottom: 50px;
    left: 110px;
}

.market-node:nth-child(5) {
    bottom: 50px;
    right: 110px;
}


/* =========================================================
   PERSONA
========================================================= */

.persona-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.persona {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 22px;
}

.persona-icon {
    font-size: 42px;
    margin-bottom: 10px;
}

.persona p {
    font-size: 15px;
}


/* =========================================================
   PRODUCTS
========================================================= */

.product-line {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product {
    position: relative;
    padding: 35px 30px;
    border: 1px solid var(--border);
    border-radius: 20px;
    background: white;
}

.product-number {
    display: inline-block;
    margin-bottom: 10px;
    color: var(--gold);
    font-weight: 700;
}

.product p {
    font-size: 15px;
}


/* =========================================================
   TABLES
========================================================= */

.comparison-table,
.cost-table,
.challenge-table {
    width: 100%;
    border-collapse: collapse;
    margin: 35px 0;
    overflow: hidden;
}

.comparison-table th,
.comparison-table td,
.challenge-table th,
.challenge-table td {
    padding: 18px;
    border-bottom: 1px solid var(--border);
    text-align: left;
}

.comparison-table th,
.challenge-table th {
    background: var(--primary-dark);
    color: white;
}

.comparison-table td:first-child {
    font-weight: 600;
}

.cost-table td {
    padding: 16px 20px;
    border-bottom: 1px solid var(--border);
}

.cost-table td:last-child {
    text-align: right;
    font-weight: 600;
}

.cost-table .total {
    background: #f1f4ed;
}

.cost-table .selling {
    background: var(--primary);
    color: white;
    font-size: 20px;
}


/* =========================================================
   POSITIONING
========================================================= */

.positioning {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 45px 0;
}

.old-way,
.new-way {
    padding: 35px;
    border-radius: 22px;
}

.old-way {
    background: #f3f3f0;
}

.new-way {
    background: var(--soft);
}

.positioning ul {
    padding-left: 20px;
}

.positioning li {
    margin: 10px 0;
}


/* =========================================================
   REVENUE
========================================================= */

.revenue-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.revenue-card {
    padding: 35px;
    border-radius: 22px;
    background: var(--soft);
}

.revenue-card > strong {
    color: var(--gold);
    font-size: 30px;
}

.revenue-card p {
    font-size: 15px;
}


/* =========================================================
   PRICING
========================================================= */

.pricing-model {
    margin-top: 40px;
}

.price-row {
    display: flex;
    justify-content: space-between;
    padding: 18px 25px;
    border-bottom: 1px solid var(--border);
}

.price-row.final {
    margin-top: 15px;
    background: var(--primary);
    color: white;
    border-radius: 12px;
    font-size: 20px;
}


/* =========================================================
   PACKAGES
========================================================= */

.package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 45px;
}

.package {
    padding: 35px 25px;
    border: 1px solid var(--border);
    border-radius: 20px;
    text-align: center;
}

.package.featured {
    background: var(--primary);
    color: white;
    transform: translateY(-12px);
}

.package.featured h3,
.package.featured p,
.package.featured strong {
    color: white;
}

.tag {
    display: inline-block;
    margin-bottom: 20px;
    padding: 5px 12px;
    border-radius: 20px;
    background: #e8eee3;
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
}


/* =========================================================
   STARTUP
========================================================= */

.startup-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.startup-list > div {
    display: grid;
    grid-template-columns: 50px 1fr;
    column-gap: 15px;
    padding: 22px;
    border-radius: 18px;
    background: #f5f7f3;
}

.startup-list span {
    grid-row: span 2;
    font-size: 25px;
    color: var(--gold);
    font-weight: 700;
}

.startup-list h3 {
    margin-bottom: 5px;
}

.startup-list p {
    margin: 0;
    font-size: 14px;
}


/* =========================================================
   CTA
========================================================= */

.cta-page,
.final-cta {
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(circle at 20% 20%, rgba(169,201,141,.3), transparent 35%),
        radial-gradient(circle at 80% 80%, rgba(198,161,91,.25), transparent 35%),
        var(--cream);
}

.cta-content,
.final-cta-inner {
    max-width: 650px;
    text-align: center;
}

.cta-content h2,
.final-cta h2 {
    font-size: 48px;
}

.cta-button {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 42px;
    border-radius: 50px;
    background: var(--primary);
    color: white;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(49,92,69,.25);
    transition: .25s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    background: var(--primary-dark);
}


/* =========================================================
   RECIPE
========================================================= */

.recipe-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 45px;
}

.recipe-pillars > div {
    padding: 30px;
    background: #f3f6ef;
    border-radius: 20px;
}

.recipe-pillars strong {
    color: var(--gold);
    font-size: 28px;
}

.recipe-pillars p {
    font-size: 14px;
}


/* =========================================================
   PRODUCTION FLOW
========================================================= */

.flow {
    margin-top: 35px;
}

.flow-item {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 18px 25px;
    background: #f3f6ef;
    border-radius: 12px;
    font-weight: 600;
}

.flow-item span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: white;
}

.flow-line {
    width: 2px;
    height: 15px;
    margin-left: 18px;
    background: var(--secondary);
}


/* =========================================================
   SAFETY
========================================================= */

.safety-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.safety-card {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border);
}

.safety-card strong {
    color: var(--gold);
    font-size: 30px;
}

.safety-card p {
    font-size: 14px;
}


/* =========================================================
   PACKAGING
========================================================= */

.packaging-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-top: 50px;
}

.bottle-demo {
    display: flex;
    justify-content: center;
}

.bottle {
    width: 180px;
    height: 390px;
    border-radius: 35px 35px 45px 45px;
    background: linear-gradient(
        180deg,
        #ffffff,
        #e8eee4
    );
    box-shadow: 0 25px 50px rgba(0,0,0,.12);
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottle-label {
    width: 150px;
    padding: 35px 10px;
    text-align: center;
    background: var(--primary);
    color: white;
}

.bottle-label small,
.bottle-label strong,
.bottle-label span {
    display: block;
}

.bottle-label strong {
    font-size: 28px;
}

.packaging-points > div {
    margin-bottom: 25px;
}

.packaging-points p {
    font-size: 14px;
}


/* =========================================================
   CHECKLIST
========================================================= */

.checklist {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin: 40px 0;
}

.checklist label {
    padding: 14px 18px;
    background: #f3f6ef;
    border-radius: 10px;
    font-size: 14px;
}


/* =========================================================
   CONTENT
========================================================= */

.content-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.content-card {
    padding: 30px;
    border-radius: 20px;
    background: #f3f6ef;
}

.content-card span {
    color: var(--gold);
    font-size: 28px;
    font-weight: 700;
}


/* =========================================================
   CALENDAR
========================================================= */

.content-calendar {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 35px;
}

.content-calendar div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px;
    background: #f3f6ef;
    border-radius: 10px;
}

.content-calendar strong {
    min-width: 75px;
    color: var(--primary);
}

.content-calendar span {
    font-size: 14px;
}


/* =========================================================
   B2B
========================================================= */

.b2b-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 45px;
}

.b2b-grid > div {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 20px;
}

.b2b-grid span {
    font-size: 35px;
}

.b2b-grid p {
    font-size: 14px;
}


/* =========================================================
   FUNNEL
========================================================= */

.funnel {
    margin: 50px auto;
    max-width: 620px;
}

.funnel-level {
    margin: 10px auto;
    padding: 18px;
    text-align: center;
    color: white;
    background: var(--primary);
    border-radius: 10px;
}

.funnel-level span {
    font-weight: 700;
    margin-right: 10px;
}

.level-1 { width: 100%; }
.level-2 { width: 85%; }
.level-3 { width: 68%; }
.level-4 { width: 52%; }
.level-5 { width: 38%; }


/* =========================================================
   SUBSCRIPTION
========================================================= */

.subscription {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 50px;
}

.sub-step {
    text-align: center;
    padding: 25px 15px;
    border-radius: 20px;
    background: #f3f6ef;
}

.sub-step span {
    width: 50px;
    height: 50px;
    margin: auto auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: white;
}

.sub-step p {
    font-size: 13px;
}


/* =========================================================
   ADVANTAGES
========================================================= */

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.advantage-grid > div {
    padding: 30px;
    border-radius: 20px;
    background: #f3f6ef;
}

.advantage-grid strong {
    color: var(--gold);
    font-size: 28px;
}

.advantage-grid p {
    font-size: 14px;
}


/* =========================================================
   TIMELINE
========================================================= */

.timeline {
    position: relative;
    margin-top: 45px;
    padding-left: 40px;
    border-left: 3px solid var(--secondary);
}

.timeline-item {
    position: relative;
    padding: 0 0 45px 30px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -51px;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--primary);
}

.timeline-item span {
    color: var(--gold);
    font-weight: 700;
}

.timeline-item p {
    font-size: 15px;
}


/* =========================================================
   ROADMAP
========================================================= */

.roadmap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 45px;
}

.roadmap-month {
    padding: 30px;
    border-radius: 22px;
    background: #f3f6ef;
}

.roadmap-month span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.roadmap-month ul {
    padding-left: 18px;
}

.roadmap-month li {
    margin-bottom: 8px;
    font-size: 14px;
}


/* =========================================================
   KPI
========================================================= */

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.kpi {
    padding: 30px 15px;
    text-align: center;
    background: #f3f6ef;
    border-radius: 18px;
}

.kpi strong {
    display: block;
    color: var(--primary);
    font-size: 28px;
}

.kpi span {
    font-size: 12px;
    color: var(--muted);
}


/* =========================================================
   PROS CONS
========================================================= */

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 45px;
}

.pros,
.cons {
    padding: 35px;
    border-radius: 22px;
}

.pros {
    background: var(--soft);
}

.cons {
    background: #f7efea;
}

.pros li,
.cons li {
    margin-bottom: 12px;
}


/* =========================================================
   EXPANSION
========================================================= */

.expansion {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 60px 0;
}

.expansion-step {
    flex: 1;
    padding: 25px 15px;
    text-align: center;
    border-radius: 20px;
    background: #f3f6ef;
}

.expansion-step span {
    display: block;
    color: var(--gold);
    font-size: 25px;
    font-weight: 700;
}

.expansion-step h3 {
    font-size: 16px;
}

.expansion-step p {
    font-size: 12px;
}

.expansion-arrow {
    color: var(--gold);
    font-size: 25px;
}


/* =========================================================
   OPPORTUNITY
========================================================= */

.big-text {
    font-family: "Noto Serif Bengali", serif;
    font-size: 32px;
    color: var(--primary-dark);
    margin: 45px 0 25px;
}

.opportunity-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.opportunity-box > div {
    display: flex;
    gap: 18px;
    align-items: center;
    padding: 25px;
    border-radius: 18px;
    background: var(--soft);
}

.opportunity-box strong {
    color: var(--gold);
    font-size: 30px;
}

.opportunity-box span {
    font-size: 15px;
}


/* =========================================================
   FINAL CTA
========================================================= */

.final-cta-inner {
    max-width: 700px;
}

.final-cta h2 {
    font-size: 52px;
}

.final-note {
    margin-top: 60px;
    font-size: 12px;
    letter-spacing: 4px;
    color: var(--muted);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {

    .ebook {
        margin: 0;
    }

    .page {
        min-height: auto;
        margin-bottom: 15px;
        padding: 65px 25px;
    }

    h2 {
        font-size: 31px;
    }

    .cover {
        min-height: 100vh;
    }

    .cover h1 {
        font-size: 48px;
    }

    .cover-subtitle {
        font-size: 17px;
    }

    .cover-visual {
        flex-wrap: wrap;
        margin: 45px auto;
    }

    .milk-card {
        width: 120px;
    }

    .stats-grid,
    .problem-grid,
    .persona-grid,
    .product-line,
    .revenue-grid,
    .recipe-pillars,
    .safety-grid,
    .content-pillars,
    .b2b-grid,
    .advantage-grid,
    .pros-cons,
    .opportunity-box {
        grid-template-columns: 1fr;
    }

    .journey {
        flex-direction: column;
    }

    .arrow {
        transform: rotate(90deg);
    }

    .market-map {
        min-height: 600px;
    }

    .market-node:nth-child(1) {
        left: 25px;
    }

    .market-node:nth-child(2) {
        right: 25px;
    }

    .market-node:nth-child(4) {
        left: 25px;
    }

    .market-node:nth-child(5) {
        right: 25px;
    }

    .package-grid,
    .roadmap,
    .subscription {
        grid-template-columns: 1fr;
    }

    .package.featured {
        transform: none;
    }

    .startup-list {
        grid-template-columns: 1fr;
    }

    .packaging-layout {
        grid-template-columns: 1fr;
    }

    .checklist,
    .content-calendar {
        grid-template-columns: 1fr;
    }

    .expansion {
        flex-direction: column;
    }

    .expansion-arrow {
        transform: rotate(90deg);
    }

    .kpi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-content h2,
    .final-cta h2 {
        font-size: 36px;
    }

    .comparison-table {
        font-size: 12px;
    }

    .comparison-table th,
    .comparison-table td,
    .challenge-table th,
    .challenge-table td {
        padding: 10px;
    }
}


/* =========================================================
   PRINT / A4
========================================================= */

@media print {

    body {
        background: white;
    }

    .ebook {
        max-width: none;
        margin: 0;
    }

    .page {
        width: 210mm;
        min-height: 297mm;
        margin: 0;
        box-shadow: none;
        page-break-after: always;
    }

    .page:last-child {
        page-break-after: auto;
    }

    .cta-button {
        color: white;
        text-decoration: none;
    }

}/* End custom CSS */