.elementor-8339 .elementor-element.elementor-element-e155b43{--display:flex;}/* Start custom CSS for html, class: .elementor-element-296ac69 */@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Noto+Serif+Bengali:wght@400;600;700&display=swap');

:root {
    --ink: #172522;
    --muted: #68736f;
    --green: #315f4a;
    --green-dark: #244738;
    --sun: #e49a35;
    --sun-dark: #c56c20;
    --cream: #fffaf0;
    --soft: #f5efe3;
    --paper: #ffffff;
    --line: #e7ded0;
    --danger: #9a4c2e;
    --shadow: 0 18px 50px rgba(40, 35, 25, .11);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #d9d4cb;
    color: var(--ink);
    font-family: "Hind Siliguri", sans-serif;
    line-height: 1.8;
}

.ebook {
    max-width: 1100px;
    margin: 40px auto;
}

.page {
    width: 100%;
    min-height: 1414px;
    padding: 85px 90px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    background: var(--paper);
    box-shadow: var(--shadow);
}

.page::before {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(228, 154, 53, .055);
    right: -120px;
    top: -100px;
}

.page-number {
    position: absolute;
    right: 70px;
    top: 48px;
    color: #9a958b;
    font-size: 14px;
    font-weight: 600;
}

.eyebrow {
    color: var(--sun-dark);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

h1,
h2,
h3 {
    font-family: "Noto Serif Bengali", serif;
}

h2 {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 25px;
}

h3 {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 8px;
}

p {
    color: #45514c;
    font-size: 17px;
    margin-bottom: 20px;
}

strong {
    color: var(--ink);
}


/* COVER */

.cover {
    min-height: 1414px;

    background:
        radial-gradient(
            circle at 82% 14%,
            rgba(228,154,53,.28),
            transparent 27%
        ),
        radial-gradient(
            circle at 12% 88%,
            rgba(49,95,74,.17),
            transparent 32%
        ),
        linear-gradient(
            145deg,
            #fffaf0,
            #f5eee3
        );

    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cover::after {
    content: "";
    position: absolute;

    width: 500px;
    height: 500px;

    right: -210px;
    bottom: -180px;

    border: 1px solid rgba(49,95,74,.13);

    border-radius: 50%;
}

.cover-badge {
    display: inline-flex;
    width: fit-content;

    padding: 8px 18px;

    background: var(--green);
    color: white;

    border-radius: 50px;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;

    margin-bottom: 25px;
}

.cover h1 {
    max-width: 820px;

    font-size: 65px;

    line-height: 1.18;
}

.cover h1 span {
    color: var(--sun-dark);
}

.cover-subtitle {
    max-width: 680px;

    font-size: 21px;

    line-height: 1.8;

    margin-top: 30px;
}


/* SUN VISUAL */

.sun-visual {
    height: 260px;

    position: relative;

    margin-top: 40px;
}

.sun {
    position: absolute;

    width: 180px;
    height: 180px;

    right: 180px;
    top: 5px;

    border-radius: 50%;

    background:
        radial-gradient(
            circle,
            #ffd879,
            #e49a35
        );

    box-shadow:
        0 0 0 25px rgba(228,154,53,.08),
        0 0 0 55px rgba(228,154,53,.04);
}

.bottle {
    position: absolute;

    left: 180px;
    bottom: 0;

    width: 150px;
    height: 210px;

    transform: rotate(-7deg);
}

.bottle-cap {
    width: 92px;
    height: 25px;

    margin: auto;

    background: var(--green-dark);

    border-radius: 9px 9px 3px 3px;
}

.bottle-body {
    height: 180px;

    margin-top: 0;

    background:
        linear-gradient(
            145deg,
            #fff,
            #e8dfce
        );

    border-radius: 16px 16px 28px 28px;

    display: flex;
    flex-direction: column;

    justify-content: center;
    align-items: center;

    box-shadow: 0 20px 30px rgba(0,0,0,.12);
}

.bottle-body small {
    color: var(--green);
    letter-spacing: 2px;
}

.bottle-body strong {
    color: var(--sun-dark);
    font-size: 38px;
}

.bottle-body span {
    font-size: 11px;
    color: var(--muted);
    letter-spacing: 1px;
}

.cover-footer {
    margin-top: auto;

    padding-top: 25px;

    border-top: 1px solid var(--line);

    display: flex;
    justify-content: space-between;
}

.cover-footer strong {
    color: var(--green);
    font-size: 20px;
}

.cover-footer span {
    color: var(--muted);
    font-size: 14px;
}


/* GENERAL */

.highlight {
    padding: 25px 28px;

    margin: 30px 0;

    background: #fff7e9;

    border-left: 5px solid var(--sun);

    border-radius: 0 15px 15px 0;
}

.highlight p {
    margin-top: 7px;
    margin-bottom: 0;
}

.note {
    padding: 18px 20px;

    margin-top: 25px;

    background: #f7f4ee;

    border-radius: 12px;

    color: var(--muted);

    font-size: 14px;
}

.quote-box {
    padding: 28px 32px;

    margin: 35px 0;

    background: var(--green);

    color: white;

    border-radius: 18px;

    font-family: "Noto Serif Bengali", serif;

    font-size: 21px;

    line-height: 1.7;
}

.quote-box strong {
    color: white;
}


/* STATS */

.stat-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;

    margin-top: 35px;
}

.stat {
    padding: 25px;

    background: var(--soft);

    border-radius: 16px;

    text-align: center;
}

.stat strong {
    display: block;

    font-size: 38px;

    color: var(--sun-dark);
}

.stat span {
    color: var(--muted);
}


/* PROBLEM */

.problem-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;

    margin-top: 30px;
}

.problem-card {
    padding: 28px;

    background: #faf7f1;

    border: 1px solid var(--line);

    border-radius: 18px;
}

.problem-card > span {
    color: var(--sun-dark);

    font-size: 13px;

    font-weight: 700;
}

.problem-card p {
    font-size: 15px;
    margin-bottom: 0;
}


/* PERSONA */

.persona-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 22px;

    margin-top: 35px;
}

.persona {
    padding: 32px;

    background: #faf7f1;

    border: 1px solid var(--line);

    border-radius: 18px;
}

.persona-icon {
    display: block;

    font-size: 35px;

    margin-bottom: 12px;
}


/* PRODUCTS */

.product-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;
}

.product-card {
    padding: 28px;

    background: #fbf8f3;

    border: 1px solid var(--line);

    border-radius: 18px;
}

.product-card > span {
    color: var(--sun-dark);

    font-size: 13px;

    font-weight: 700;
}

.product-card p {
    font-size: 15px;
}


/* FORMULA */

.formula-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;

    margin: 35px 0;
}

.formula-grid > div {
    padding: 28px;

    background: #f7f5ef;

    border-radius: 17px;

    border: 1px solid var(--line);
}

.formula-grid strong {
    color: var(--green);

    font-size: 20px;
}

.formula-grid p {
    margin-top: 8px;

    font-size: 15px;
}

.warning {
    padding: 25px 28px;

    background: #fff2eb;

    border-left: 5px solid var(--danger);

    border-radius: 0 15px 15px 0;

    color: #66453a;

    font-size: 15px;
}


/* POSITIONING */

.position-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;

    margin-top: 40px;
}

.position-grid > div {
    padding: 30px;

    border-radius: 18px;

    background: #f6f4ee;
}

.position-grid span {
    color: var(--sun-dark);

    font-weight: 700;
}


/* USP */

.usp {
    display: grid;

    grid-template-columns:
        1.2fr .8fr;

    gap: 25px;

    margin-top: 40px;
}

.usp-main {
    padding: 40px;

    background:
        linear-gradient(
            135deg,
            var(--green),
            var(--green-dark)
        );

    border-radius: 22px;

    color: white;
}

.usp-main span {
    font-size: 12px;

    letter-spacing: 2px;

    opacity: .75;
}

.usp-main h3 {
    color: white;

    font-size: 29px;

    margin: 20px 0;
}

.usp-main p {
    color: #eef5f0;
}

.usp-list {
    padding: 30px;

    background: #faf7f1;

    border-radius: 20px;

    border: 1px solid var(--line);
}

.usp-list p {
    padding: 10px 0;

    border-bottom: 1px dashed var(--line);

    margin: 0;
}


/* BRAND */

.brand-pillars {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 15px;

    margin: 30px 0 45px;
}

.brand-pillars div {
    padding: 20px;

    text-align: center;

    background: var(--soft);

    border-radius: 15px;
}

.brand-pillars strong {
    display: block;

    font-size: 27px;

    color: var(--sun-dark);
}

.brand-pillars span {
    color: var(--muted);
}

.name-list {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;
}

.name-list span {
    padding: 10px 17px;

    background: #f1ece2;

    border-radius: 30px;

    color: var(--green);
}


/* PACKAGING */

.pack-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;
}

.pack-item {
    padding: 30px;

    border: 1px solid var(--line);

    border-radius: 18px;
}

.pack-item > strong {
    display: flex;

    width: 42px;
    height: 42px;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--sun);

    color: white;

    margin-bottom: 15px;
}

.pack-item p {
    font-size: 15px;
}


/* TABLE */

table {
    width: 100%;

    border-collapse: collapse;

    margin: 30px 0;

    overflow: hidden;

    border-radius: 15px;
}

th {
    padding: 16px;

    background: var(--green);

    color: white;

    text-align: left;
}

td {
    padding: 15px 16px;

    border-bottom: 1px solid var(--line);

    color: #4c5752;
}

tr:nth-child(even) td {
    background: #faf8f4;
}


/* ECONOMICS */

.economics {
    margin: 30px 0;

    overflow: hidden;

    border: 1px solid var(--line);

    border-radius: 18px;
}

.eco-row,
.eco-total {
    display: flex;

    justify-content: space-between;

    padding: 17px 22px;

    border-bottom: 1px solid var(--line);
}

.eco-total {
    background: var(--green);

    color: white;

    border-bottom: 0;
}

.eco-total strong,
.eco-total span {
    color: white;
}

.small {
    font-size: 13px;

    color: var(--muted);
}


/* BUDGET */

.budget-chart {
    margin-top: 40px;
}

.bar {
    display: grid;

    grid-template-columns:
        180px 1fr 110px;

    align-items: center;

    gap: 15px;

    margin-bottom: 25px;
}

.bar span {
    font-size: 15px;

    font-weight: 600;
}

.bar i {
    display: block;

    height: 16px;

    border-radius: 20px;

    background:
        linear-gradient(
            90deg,
            var(--sun-dark),
            var(--sun)
        );
}

.bar b {
    color: var(--muted);

    font-size: 13px;
}


/* TIMELINE */

.timeline {
    display: flex;

    gap: 10px;

    margin: 40px 0;
}

.timeline > div {
    flex: 1;

    padding: 22px 10px;

    text-align: center;

    border: 1px solid var(--line);

    border-radius: 15px;
}

.timeline b {
    display: block;

    color: var(--sun-dark);

    font-size: 25px;
}

.timeline span {
    font-size: 13px;
}


/* CHECK LIST */

.check-list {
    list-style: none;

    margin-top: 20px;
}

.check-list li {
    position: relative;

    padding: 8px 0 8px 30px;

    color: #48534e;
}

.check-list li::before {
    content: "✓";

    position: absolute;

    left: 0;

    color: var(--green);

    font-weight: 700;
}


/* TRUST */

.trust-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;

    margin-top: 35px;
}

.trust-grid > div {
    padding: 28px;

    border-radius: 18px;

    background: #faf7f1;

    border: 1px solid var(--line);
}

.trust-grid strong {
    color: var(--green);

    font-size: 19px;
}

.trust-grid p {
    margin-top: 8px;

    font-size: 15px;
}


/* CONTENT */

.content-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;
}

.content-grid > div {
    padding: 25px;

    background: #faf7f1;

    border: 1px solid var(--line);

    border-radius: 16px;
}

.content-grid strong {
    color: var(--green);
}

.content-grid p {
    margin: 8px 0 0;

    font-size: 15px;
}


/* CHANNEL */

.channel-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;
}

.channel {
    padding: 28px;

    border: 1px solid var(--line);

    border-radius: 18px;
}

.channel span {
    color: var(--sun-dark);

    font-weight: 700;
}

.channel h3 {
    margin-top: 8px;
}

.channel p {
    font-size: 15px;
}


/* SAMPLE */

.sample-flow {
    display: flex;

    margin: 45px 0;
}

.sample-flow > div {
    flex: 1;

    padding: 28px 15px;

    text-align: center;

    border-right: 1px solid var(--line);
}

.sample-flow > div:last-child {
    border-right: 0;
}

.sample-flow strong {
    display: block;

    color: var(--sun-dark);

    font-size: 35px;
}

.sample-flow span {
    color: var(--muted);
}


/* SUBSCRIPTION */

.subscription {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    margin: 40px 0;
}

.subscription > div {
    padding: 30px 20px;

    text-align: center;

    background: #f7f3eb;

    border-radius: 18px;
}

.subscription span,
.subscription strong,
.subscription small {
    display: block;
}

.subscription span {
    color: var(--sun-dark);
}

.subscription strong {
    color: var(--green);

    font-size: 31px;
}

.subscription small {
    color: var(--muted);
}


/* RISKS */

.risk-grid {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 18px;
}

.risk-grid > div {
    padding: 25px;

    background: #fbf8f3;

    border: 1px solid var(--line);

    border-radius: 16px;
}

.risk-grid h3 {
    color: var(--sun-dark);

    font-size: 18px;
}

.risk-grid p {
    font-size: 15px;

    margin-bottom: 0;
}


/* ROADMAP */

.roadmap {
    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 20px;
}

.road {
    overflow: hidden;

    border: 1px solid var(--line);

    border-radius: 18px;
}

.road-head {
    padding: 15px 22px;

    background: var(--green);

    color: white;

    font-weight: 700;
}

.road ul {
    padding: 20px 25px;

    list-style: none;
}

.road li {
    padding: 5px 0;

    color: #4d5853;
}

.road li::before {
    content: "→ ";

    color: var(--sun-dark);

    font-weight: 700;
}


/* KPI */

.kpi-grid {
    display: grid;

    grid-template-columns:
        repeat(3, 1fr);

    gap: 18px;

    margin: 35px 0;
}

.kpi-grid > div {
    padding: 25px;

    background: #faf7f1;

    border-radius: 17px;
}

.kpi-grid strong,
.kpi-grid span {
    display: block;
}

.kpi-grid strong {
    color: var(--green);

    font-size: 19px;
}

.kpi-grid span {
    color: var(--muted);

    font-size: 14px;
}


/* FINAL CTA */

.final-cta {
    background:
        radial-gradient(
            circle at 12% 12%,
            rgba(228,154,53,.19),
            transparent 30%
        ),
        radial-gradient(
            circle at 90% 90%,
            rgba(49,95,74,.18),
            transparent 35%
        ),
        #fffaf0;

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: center;
}

.final-cta h2 {
    max-width: 800px;

    margin: 0 auto 25px;

    font-size: 45px;
}

.final-cta > p {
    max-width: 720px;

    margin: 0 auto 35px;

    font-size: 18px;
}

.cta-box {
    max-width: 720px;

    margin: 0 auto;

    padding: 40px;

    background: var(--green);

    border-radius: 25px;

    box-shadow: var(--shadow);
}

.cta-box p {
    color: white;

    font-family: "Noto Serif Bengali", serif;

    font-size: 21px;
}

.cta-button {
    display: inline-block;

    padding: 13px 35px;

    background: var(--sun);

    color: white;

    text-decoration: none;

    border-radius: 50px;

    font-weight: 700;

    transition: .25s ease;
}

.cta-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(228,154,53,.28);
}

.final-brand {
    margin-top: 55px;
}

.final-brand strong {
    display: block;

    color: var(--green);

    font-size: 25px;
}

.final-brand span {
    color: var(--muted);

    font-size: 13px;

    letter-spacing: 2px;
}


/* PRINT */

@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;
    }

    @page {
        size: A4;

        margin: 0;
    }
}


/* TABLET */

@media (max-width: 850px) {

    .page {
        padding: 65px 45px;

        min-height: auto;
    }

    .cover {
        min-height: 100vh;
    }

    .cover h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 31px;
    }

    .stat-grid,
    .brand-pillars,
    .kpi-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .channel-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .sun {
        right: 80px;
    }

    .bottle {
        left: 70px;
    }
}


/* MOBILE */

@media (max-width: 600px) {

    .ebook {
        margin: 0;
    }

    .page {
        padding: 55px 25px;

        margin-bottom: 15px;
    }

    .page-number {
        right: 25px;

        top: 30px;
    }

    .cover h1 {
        font-size: 38px;
    }

    .cover-subtitle {
        font-size: 17px;
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 16px;
    }

    .stat-grid,
    .problem-grid,
    .persona-grid,
    .product-grid,
    .formula-grid,
    .position-grid,
    .pack-grid,
    .trust-grid,
    .content-grid,
    .risk-grid,
    .roadmap,
    .channel-grid,
    .subscription,
    .kpi-grid,
    .usp {
        grid-template-columns: 1fr;
    }

    .brand-pillars {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .timeline,
    .sample-flow {
        flex-direction: column;
    }

    .timeline > div,
    .sample-flow > div {
        border-right: 0;

        border-bottom: 1px solid var(--line);
    }

    .bar {
        grid-template-columns: 1fr;

        gap: 7px;
    }

    .bar i {
        width: 100% !important;
    }

    .cover-footer {
        flex-direction: column;

        gap: 8px;
    }

    .sun {
        right: 20px;

        width: 130px;
        height: 130px;
    }

    .bottle {
        left: 25px;

        transform: scale(.8) rotate(-7deg);

        transform-origin: bottom left;
    }

    .final-cta h2 {
        font-size: 31px;
    }

    .cta-box {
        padding: 28px 20px;
    }

    .cta-box p {
        font-size: 18px;
    }
}/* End custom CSS */