.elementor-8333 .elementor-element.elementor-element-2d6be03{--display:flex;}/* Start custom CSS for html, class: .elementor-element-635f66e */@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: #18211f;
    --muted: #64716d;
    --accent: #d97832;
    --accent-dark: #a94d1e;
    --cream: #fffaf1;
    --paper: #ffffff;
    --soft: #f5eee3;
    --line: #e8ded0;
    --green: #315f4a;
    --gold: #d5a14b;
    --shadow: 0 18px 45px rgba(44, 37, 27, .10);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #ddd7cd;
    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;
    background: var(--paper);
    padding: 85px 90px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    box-shadow: var(--shadow);
}

.page::before {
    content: "";
    position: absolute;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    background: rgba(217, 120, 50, .055);
    right: -120px;
    top: -100px;
}

.page-number {
    position: absolute;
    right: 70px;
    top: 48px;
    color: #9c958a;
    font-size: 14px;
    font-weight: 600;
}

.eyebrow {
    color: var(--accent);
    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.35;
    margin-bottom: 25px;
}

h3 {
    font-size: 22px;
    margin-bottom: 8px;
}

p {
    font-size: 17px;
    color: #3f4945;
    margin-bottom: 20px;
}

strong {
    color: var(--ink);
}

.cover {
    min-height: 1414px;
    background:
        radial-gradient(circle at 85% 15%, rgba(217,120,50,.25), transparent 28%),
        radial-gradient(circle at 15% 85%, rgba(49,95,74,.18), transparent 30%),
        linear-gradient(145deg, #fffaf1, #f5eee3);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cover::after {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border: 1px solid rgba(49,95,74,.12);
    border-radius: 50%;
    right: -180px;
    bottom: -150px;
}

.cover-badge {
    display: inline-flex;
    width: fit-content;
    padding: 8px 18px;
    background: var(--green);
    color: white;
    border-radius: 40px;
    font-size: 13px;
    letter-spacing: 1.5px;
    margin-bottom: 25px;
}

.cover h1 {
    max-width: 800px;
    font-size: 67px;
    line-height: 1.18;
    color: var(--ink);
}

.cover h1 span {
    color: var(--accent);
}

.cover-subtitle {
    max-width: 650px;
    font-size: 21px;
    line-height: 1.8;
    margin-top: 30px;
}

.cover-visual {
    margin-top: 45px;
}

.snack-box {
    width: 470px;
    min-height: 180px;
    padding: 25px;
    background: white;
    border: 1px solid var(--line);
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(50,40,30,.12);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    transform: rotate(-2deg);
}

.mini-pack {
    padding: 15px 10px;
    border-radius: 12px;
    background: var(--soft);
    text-align: center;
    font-weight: 700;
    color: var(--green);
}

.cover-footer {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    border-top: 1px solid var(--line);
    padding-top: 25px;
    color: var(--muted);
}

.cover-footer strong {
    font-size: 20px;
    color: var(--green);
}

.cover-footer span {
    font-size: 14px;
}


/* GENERAL COMPONENTS */

.highlight {
    margin: 30px 0;
    padding: 25px 28px;
    border-left: 5px solid var(--accent);
    background: #fff6e9;
    border-radius: 0 15px 15px 0;
}

.highlight p {
    margin: 7px 0 0;
}

.note {
    margin-top: 25px;
    padding: 18px 20px;
    background: #f7f4ef;
    border-radius: 12px;
    color: var(--muted);
    font-size: 14px;
}

.quote-box {
    margin: 35px 0;
    padding: 28px 32px;
    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;
}

.stat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 35px;
}

.stat {
    background: var(--soft);
    padding: 25px;
    border-radius: 15px;
    text-align: center;
}

.stat strong {
    display: block;
    font-size: 38px;
    color: var(--accent);
}

.stat span {
    color: var(--muted);
}


/* PROBLEM */

.problem-card {
    padding: 35px;
    border-radius: 20px;
    background: linear-gradient(135deg, #fff7eb, #f5eee3);
    margin: 30px 0;
}

.check-list {
    list-style: none;
    margin: 20px 0;
}

.check-list li {
    position: relative;
    padding: 8px 0 8px 30px;
    color: #45504c;
}

.check-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 7px;
    color: var(--green);
    font-weight: 700;
}


/* PERSONAS */

.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 {
    font-size: 35px;
    display: block;
    margin-bottom: 15px;
}


/* PROCESS */

.process {
    display: flex;
    gap: 12px;
    margin: 45px 0;
}

.process > div {
    flex: 1;
    text-align: center;
    padding: 22px 10px;
    border: 1px solid var(--line);
    border-radius: 14px;
}

.process b {
    display: block;
    font-size: 25px;
    color: var(--accent);
}

.process span {
    display: block;
    font-size: 14px;
}


/* PRODUCTS */

.product-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.product-card {
    padding: 28px;
    border-radius: 18px;
    background: #fbf8f3;
    border: 1px solid var(--line);
    position: relative;
}

.product-card > span {
    color: var(--accent);
    font-size: 13px;
    font-weight: 700;
}

.product-card h3 {
    margin-top: 8px;
}


/* BOX */

.box-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    align-items: center;
}

.fake-box {
    height: 300px;
    background: linear-gradient(145deg, #315f4a, #244737);
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: var(--shadow);
}

.fake-box div {
    width: 190px;
    height: 190px;
    background: #fffaf1;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-weight: 700;
    color: var(--green);
    font-size: 24px;
}


/* COMPARE */

.compare {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin: 35px 0;
}

.compare-col {
    padding: 30px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #faf8f4;
}

.compare-col.featured {
    background: #f3f8f4;
    border-color: #b8d0c2;
}

.compare-col p {
    padding: 9px 0;
    border-bottom: 1px dashed var(--line);
}


/* BRAND */

.brand-pillars {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 30px 0 45px;
}

.brand-pillars div {
    padding: 20px;
    background: var(--soft);
    border-radius: 15px;
    text-align: center;
}

.brand-pillars strong {
    display: block;
    color: var(--accent);
    font-size: 26px;
}

.brand-pillars span {
    color: var(--muted);
}

.name-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.name-list span {
    padding: 10px 17px;
    border-radius: 30px;
    background: #f2ede5;
    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: inline-flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    background: var(--accent);
    color: white;
    border-radius: 50%;
    margin-bottom: 15px;
}


/* TABLE */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    overflow: hidden;
    border-radius: 15px;
}

th {
    background: var(--green);
    color: white;
    text-align: left;
    padding: 16px;
}

td {
    padding: 15px 16px;
    border-bottom: 1px solid var(--line);
    color: #4a5550;
}

tr:nth-child(even) td {
    background: #faf8f4;
}


/* ECONOMICS */

.economics {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
    margin: 30px 0;
}

.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: 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: 160px 1fr 110px;
    gap: 15px;
    align-items: center;
    margin-bottom: 25px;
}

.bar span {
    font-size: 15px;
    font-weight: 600;
}

.bar i {
    height: 16px;
    display: block;
    background: linear-gradient(90deg, var(--accent), var(--gold));
    border-radius: 20px;
}

.bar b {
    font-size: 13px;
    color: var(--muted);
}


/* STORY */

.story-card {
    padding: 25px 30px 25px 80px;
    border-left: 3px solid var(--accent);
    margin: 25px 0;
    position: relative;
    background: #fbf8f3;
    border-radius: 0 15px 15px 0;
}

.story-number {
    position: absolute;
    left: 20px;
    top: 25px;
    color: var(--accent);
    font-size: 24px;
    font-weight: 700;
}


/* CONTENT */

.content-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.content-grid > div {
    padding: 25px;
    border-radius: 16px;
    background: #faf7f1;
    border: 1px solid var(--line);
}

.content-grid p {
    margin-top: 8px;
    margin-bottom: 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(--accent);
    font-weight: 700;
}

.channel h3 {
    margin-top: 10px;
}


/* B2B */

.b2b-flow {
    display: flex;
    margin: 40px 0;
}

.b2b-flow > div {
    flex: 1;
    text-align: center;
    padding: 25px;
    border-right: 1px solid var(--line);
}

.b2b-flow > div:last-child {
    border: 0;
}

.b2b-flow strong,
.b2b-flow span {
    display: block;
}

.b2b-flow strong {
    font-size: 30px;
    color: var(--accent);
}

.b2b-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(--accent);
}

.subscription strong {
    font-size: 32px;
    color: var(--green);
}

.subscription small {
    color: var(--muted);
}


/* RISKS */

.risk-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.risk-grid > div {
    padding: 25px;
    border-radius: 16px;
    background: #fbf8f3;
    border: 1px solid var(--line);
}

.risk-grid h3 {
    font-size: 18px;
    color: var(--accent-dark);
}

.risk-grid p {
    margin-bottom: 0;
    font-size: 15px;
}


/* ROADMAP */

.roadmap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.road {
    border: 1px solid var(--line);
    border-radius: 18px;
    overflow: hidden;
}

.road-head {
    padding: 15px 22px;
    background: var(--green);
    color: white;
    font-weight: 700;
}

.road ul {
    list-style: none;
    padding: 20px 25px;
}

.road li {
    padding: 5px 0;
    color: #4c5651;
}

.road li::before {
    content: "→ ";
    color: var(--accent);
    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 {
    font-size: 20px;
    color: var(--green);
}

.kpi-grid span {
    color: var(--muted);
    font-size: 14px;
}


/* CTA */

.final-cta {
    background:
        radial-gradient(circle at 10% 10%, rgba(217,120,50,.18), transparent 30%),
        radial-gradient(circle at 90% 90%, rgba(49,95,74,.18), transparent 35%),
        #fffaf1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.final-cta h2 {
    font-size: 46px;
    max-width: 780px;
    margin: 0 auto 25px;
}

.final-cta > p {
    max-width: 720px;
    margin: 0 auto 35px;
    font-size: 18px;
}

.cta-box {
    max-width: 720px;
    margin: 0 auto;
    padding: 40px;
    border-radius: 25px;
    background: var(--green);
    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(--accent);
    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(217,120,50,.25);
}

.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 {
        margin: 0;
        max-width: none;
    }

    .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;
    }
}


/* RESPONSIVE */

@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);
    }

    .snack-box {
        width: 100%;
    }
}


@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,
    .persona-grid,
    .product-grid,
    .compare,
    .pack-grid,
    .content-grid,
    .risk-grid,
    .roadmap,
    .channel-grid,
    .subscription,
    .kpi-grid,
    .box-layout {
        grid-template-columns: 1fr;
    }

    .process {
        flex-direction: column;
    }

    .brand-pillars {
        grid-template-columns: 1fr 1fr;
    }

    .b2b-flow {
        flex-direction: column;
    }

    .b2b-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;
    }

    .final-cta h2 {
        font-size: 31px;
    }

    .cta-box {
        padding: 28px 20px;
    }

    .cta-box p {
        font-size: 18px;
    }
}/* End custom CSS */