.elementor-7872 .elementor-element.elementor-element-aa4e1e5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b2da867 *//* =========================================================
   MICRO-INFLUENCER MARKETING EBOOK
   Premium Bangla Ebook Stylesheet
   ========================================================= */

:root {
    --ink: #172033;
    --muted: #667085;
    --cream: #f8f5ef;
    --paper: #ffffff;
    --dark: #101828;
    --dark-2: #182230;

    --accent: #e85d35;
    --accent-2: #ff9f43;
    --gold: #d9a441;

    --line: #e7e9ee;
    --soft: #f4f6f8;

    --green: #2f855a;
    --red: #c53030;

    --shadow: 0 20px 50px rgba(16, 24, 40, 0.10);
}

/* =========================================================
   RESET
   ========================================================= */

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: #dfe3e8;
    color: var(--ink);

    font-family:
        "Hind Siliguri",
        "Noto Serif Bengali",
        sans-serif;

    line-height: 1.75;
}

/* =========================================================
   EBOOK CONTAINER
   ========================================================= */

.ebook {
    width: 100%;
    max-width: 1000px;
    margin: 40px auto;
}

.page {
    position: relative;

    width: 100%;
    min-height: 1414px;

    padding: 90px 85px;

    background: var(--paper);

    margin-bottom: 30px;

    overflow: hidden;

    box-shadow: var(--shadow);

    page-break-after: always;
}

.page::after {
    content: "";

    position: absolute;

    right: -160px;
    bottom: -160px;

    width: 320px;
    height: 320px;

    border-radius: 50%;

    background: rgba(232, 93, 53, 0.035);

    pointer-events: none;
}

/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3,
strong {
    font-family:
        "Noto Serif Bengali",
        "Hind Siliguri",
        serif;
}

h1 {
    font-size: 64px;
    line-height: 1.18;
    margin: 20px 0;
    letter-spacing: -2px;
}

h2 {
    font-size: 42px;
    line-height: 1.25;
    margin: 15px 0 25px;
    letter-spacing: -1px;
}

h3 {
    line-height: 1.35;
}

p {
    font-size: 18px;
    color: #475467;
}

.lead {
    font-size: 22px;
    line-height: 1.75;
    color: #475467;
    max-width: 850px;
}

.sub-heading {
    font-size: 27px;
    margin-top: 50px;
    margin-bottom: 25px;
}

.section-label {
    display: inline-block;

    font-size: 13px;
    font-weight: 800;

    letter-spacing: 2px;

    color: var(--accent);

    border-left: 4px solid var(--accent);

    padding-left: 12px;
}

.section-label.light {
    color: var(--accent-2);
    border-color: var(--accent-2);
}

.page-number {
    position: absolute;

    top: 40px;
    right: 55px;

    font-size: 14px;
    font-weight: 700;

    color: #98a2b3;
}

/* =========================================================
   COVER
   ========================================================= */

.cover {
    background:
        radial-gradient(circle at 80% 15%, rgba(255, 159, 67, .18), transparent 25%),
        radial-gradient(circle at 15% 85%, rgba(232, 93, 53, .15), transparent 25%),
        #101828;

    color: white;

    display: flex;
    align-items: center;

    min-height: 1414px;
}

.cover::after {
    display: none;
}

.cover-content {
    position: relative;
    z-index: 5;
    width: 100%;
}

.cover .eyebrow {
    display: inline-block;

    padding: 9px 16px;

    border: 1px solid rgba(255,255,255,.25);

    border-radius: 50px;

    font-size: 13px;

    letter-spacing: 2px;

    color: #ffd6b8;
}

.cover h1 {
    color: white;
    max-width: 800px;
}

.cover-subtitle {
    color: #cfd5dd;
    font-size: 21px;
    max-width: 680px;
}

/* Cover visual */

.cover-visual {
    position: relative;

    height: 420px;

    margin-top: 50px;
}

.phone {
    position: absolute;

    left: 36%;

    width: 240px;
    height: 410px;

    padding: 11px;

    border-radius: 38px;

    background: #05070b;

    box-shadow:
        0 30px 80px rgba(0,0,0,.45);

    transform: rotate(-5deg);
}

.phone-screen {
    height: 100%;

    border-radius: 28px;

    padding: 22px 17px;

    background:
        linear-gradient(145deg, #252c39, #111827);

    color: white;
}

.social-top {
    display: flex;
    justify-content: space-between;

    font-size: 10px;

    color: #cfd5dd;
}

.creator-avatar {
    width: 105px;
    height: 105px;

    margin: 50px auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background:
        linear-gradient(135deg, #ff9f43, #e85d35);

    font-size: 38px;
}

.engagement-row {
    display: flex;
    justify-content: space-between;

    font-size: 10px;

    color: #d0d5dd;
}

.mini-chart {
    display: flex;
    align-items: end;
    gap: 8px;

    height: 90px;

    margin-top: 35px;
}

.mini-chart div {
    flex: 1;

    border-radius: 6px 6px 0 0;

    background: #ff9f43;
}

.brand-card,
.creator-card {
    position: absolute;

    width: 220px;

    padding: 20px;

    border-radius: 18px;

    background: rgba(255,255,255,.08);

    border: 1px solid rgba(255,255,255,.13);

    backdrop-filter: blur(10px);
}

.brand-card {
    left: 0;
    top: 80px;
}

.creator-card {
    right: 0;
    top: 180px;
}

.card-icon {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 10px;

    border-radius: 12px;

    background: rgba(255,159,67,.16);

    color: #ffb870;

    font-size: 11px;
    font-weight: 800;
}

.brand-card strong,
.creator-card strong {
    display: block;

    color: white;

    font-size: 17px;
}

.brand-card span,
.creator-card span {
    display: block;

    color: #98a2b3;

    font-size: 12px;
}

.brand-card b,
.creator-card b {
    display: block;

    margin-top: 5px;

    color: #ffb870;
}

.connection-line {
    position: absolute;

    height: 2px;

    background: rgba(255,159,67,.5);

    transform-origin: left center;
}

.line-one {
    width: 180px;
    left: 240px;
    top: 150px;
    transform: rotate(7deg);
}

.line-two {
    width: 170px;
    right: 205px;
    top: 260px;
    transform: rotate(-15deg);
}

.cover-footer {
    display: flex;
    gap: 15px;

    margin-top: 35px;

    color: #98a2b3;

    font-size: 13px;
}

/* =========================================================
   STORY
   ========================================================= */

.story-box {
    display: grid;

    grid-template-columns: 80px 1fr;

    gap: 25px;

    margin-top: 40px;

    padding: 35px;

    border-radius: 22px;

    background: #fff7f2;

    border: 1px solid #ffe3d4;
}

.story-icon {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 20px;

    background: var(--accent);

    color: white;

    font-size: 30px;
    font-weight: 800;
}

/* =========================================================
   PROBLEM GRID
   ========================================================= */

.problem-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;
}

.problem-card {
    padding: 25px;

    border: 1px solid var(--line);

    border-radius: 18px;

    background: white;

    transition: .2s ease;
}

.problem-card span {
    color: var(--accent);

    font-weight: 800;

    font-size: 13px;
}

.problem-card h3 {
    margin: 8px 0;

    font-size: 21px;
}

.problem-card p {
    font-size: 15px;
}

/* =========================================================
   DARK PAGE
   ========================================================= */

.dark-page {
    background:
        radial-gradient(circle at 90% 10%, rgba(255,159,67,.12), transparent 25%),
        #101828;

    color: white;
}

.dark-page h2 {
    color: white;
}

.dark-page p {
    color: #b9c0ca;
}

.light-text {
    color: #b9c0ca !important;
}

/* =========================================================
   STATS
   ========================================================= */

.stats-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin: 45px 0;
}

.stat-card {
    padding: 28px;

    border-radius: 20px;

    background: rgba(255,255,255,.06);

    border: 1px solid rgba(255,255,255,.1);
}

.stat-card strong {
    display: block;

    font-size: 42px;

    color: #ffb870;
}

.stat-card span {
    display: block;

    margin-top: 5px;

    color: white;

    font-size: 17px;
    font-weight: 700;
}

.stat-card small {
    display: block;

    margin-top: 8px;

    color: #98a2b3;

    font-size: 12px;
}

/* =========================================================
   CHART
   ========================================================= */

.chart-box {
    margin-top: 30px;

    padding: 35px;

    border-radius: 24px;

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.08);
}

.chart-box h3 {
    margin-top: 0;
}

.bar-chart {
    margin-top: 35px;
}

.bar-item {
    display: grid;

    grid-template-columns: 100px 1fr 70px;

    align-items: center;

    gap: 15px;

    margin: 22px 0;
}

.bar-item span,
.bar-item b {
    font-size: 13px;
}

.bar {
    height: 12px;

    background: rgba(255,255,255,.1);

    border-radius: 30px;

    overflow: hidden;
}

.bar i {
    display: block;

    height: 100%;

    border-radius: 30px;

    background: linear-gradient(
        90deg,
        #e85d35,
        #ffb870
    );
}

.chart-note,
.source-note {
    font-size: 12px !important;
    color: #98a2b3 !important;
}

/* =========================================================
   COMPARISON
   ========================================================= */

.comparison {
    display: grid;

    grid-template-columns: 1fr 80px 1fr;

    align-items: center;

    gap: 20px;

    margin: 45px 0;
}

.comparison-card {
    padding: 35px;

    border-radius: 22px;

    border: 1px solid var(--line);
}

.comparison-card.highlight {
    background: #fff7f2;
    border-color: #ffd8c6;
}

.comparison-title {
    font-weight: 700;

    font-size: 18px;
}

.big-number {
    font-family: "Noto Serif Bengali", serif;

    margin: 15px 0;

    font-size: 42px;
    font-weight: 800;
}

.comparison-card ul {
    padding-left: 20px;

    color: #475467;
}

.vs {
    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 800;

    color: var(--accent);
}

/* =========================================================
   INSIGHT
   ========================================================= */

.insight-box {
    display: grid;

    grid-template-columns: 65px 1fr;

    gap: 20px;

    padding: 30px;

    background: #f4f6f8;

    border-radius: 22px;
}

.insight-icon {
    font-size: 38px;
}

.insight-box p {
    margin: 5px 0;

    font-size: 17px;
}

/* =========================================================
   MINI STATS
   ========================================================= */

.mini-stat-row {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    margin-top: 35px;

    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.mini-stat-row > div {
    padding: 25px;

    text-align: center;
}

.mini-stat-row strong {
    display: block;

    font-size: 28px;

    color: var(--accent);
}

.mini-stat-row span {
    color: #667085;

    font-size: 13px;
}

.footnote {
    font-size: 12px;
    color: #98a2b3;
}

/* =========================================================
   BUSINESS MODEL FLOW
   ========================================================= */

.business-model {
    display: flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin: 60px 0;
}

.flow-box {
    min-width: 145px;

    padding: 25px 15px;

    text-align: center;

    border-radius: 18px;

    border: 1px solid var(--line);

    background: white;
}

.flow-box span {
    display: block;

    color: var(--accent);

    font-size: 12px;
    font-weight: 800;
}

.flow-box strong {
    display: block;

    margin-top: 8px;

    font-size: 18px;
}

.flow-box small {
    display: block;

    color: #98a2b3;

    font-size: 11px;
}

.arrow {
    font-size: 25px;

    color: var(--accent);
}

.revenue-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 18px;
}

.revenue-card {
    padding: 25px;

    border-radius: 18px;

    background: #f8fafc;

    border: 1px solid var(--line);
}

.revenue-card span {
    color: var(--accent);

    font-size: 13px;
    font-weight: 800;
}

.revenue-card h3 {
    margin: 7px 0;

    font-size: 20px;
}

.revenue-card p {
    font-size: 15px;
}

.gold-box {
    margin-top: 30px;

    padding: 30px;

    border-radius: 20px;

    background: #fff9eb;

    border: 1px solid #f3dfab;
}

.gold-box h3 {
    color: #9b6b00;
}

/* =========================================================
   PRICING
   ========================================================= */

.pricing-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;

    margin: 50px 0;
}

.price-card {
    position: relative;

    padding: 30px;

    border: 1px solid var(--line);

    border-radius: 22px;

    background: white;
}

.price-card.popular {
    border: 2px solid var(--accent);

    transform: translateY(-8px);

    box-shadow: 0 20px 40px rgba(232,93,53,.12);
}

.popular-tag {
    position: absolute;

    top: -13px;
    right: 20px;

    padding: 5px 12px;

    border-radius: 30px;

    background: var(--accent);

    color: white;

    font-size: 10px;
    font-weight: 800;
}

.package-label {
    color: var(--accent);

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 2px;
}

.price-card h3 {
    font-size: 22px;
}

.price {
    font-family: "Noto Serif Bengali", serif;

    margin: 15px 0;

    font-size: 32px;
    font-weight: 800;
}

.price-card ul {
    padding-left: 20px;

    color: #475467;
}

.price-card li {
    margin: 8px 0;

    font-size: 14px;
}

.note-box {
    padding: 22px;

    border-left: 4px solid var(--accent);

    background: #fff7f2;

    font-size: 14px;
}

/* =========================================================
   NETWORK
   ========================================================= */

.network-pyramid {
    margin: 50px auto;

    max-width: 700px;

    text-align: center;
}

.pyramid-row {
    margin: 10px auto;

    padding: 18px;

    border-radius: 14px;

    background: linear-gradient(
        90deg,
        #e85d35,
        #ff9f43
    );

    color: white;

    font-weight: 700;
}

.row-1 {
    width: 45%;
}

.row-2 {
    width: 70%;
}

.row-3 {
    width: 100%;
}

.light-heading {
    color: white;

    margin-top: 50px;
}

.database-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;
}

.database-grid span {
    padding: 12px;

    border-radius: 9px;

    background: rgba(255,255,255,.06);

    color: #cfd5dd;

    font-size: 12px;

    text-align: center;
}

.action-box {
    margin-top: 35px;

    padding: 25px;

    border-radius: 20px;

    background: rgba(255,159,67,.08);

    border: 1px solid rgba(255,159,67,.15);
}

/* =========================================================
   SCORE TABLE
   ========================================================= */

.score-table {
    margin-top: 40px;

    border: 1px solid var(--line);

    border-radius: 20px;

    overflow: hidden;
}

.score-header,
.score-row {
    display: grid;

    grid-template-columns: 1fr 150px;

    padding: 18px 25px;
}

.score-header {
    background: #f4f6f8;

    font-weight: 800;
}

.score-row {
    border-top: 1px solid var(--line);
}

.score-row strong {
    color: var(--accent);

    text-align: right;
}

.formula {
    margin-top: 30px;

    padding: 25px;

    border-radius: 18px;

    background: #101828;

    color: white;

    text-align: center;
}

.formula span {
    display: block;

    color: #98a2b3;

    margin-bottom: 10px;
}

.formula strong {
    font-size: 18px;
}

.redflag-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 10px;
}

.redflag-grid div {
    padding: 14px;

    background: #fff7f7;

    border: 1px solid #fee2e2;

    border-radius: 10px;

    font-size: 14px;
}

/* =========================================================
   CLIENT GRID
   ========================================================= */

.client-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin: 40px 0;
}

.client-grid > div {
    display: grid;

    grid-template-columns: 40px 1fr;

    column-gap: 15px;

    padding: 22px;

    border-radius: 18px;

    border: 1px solid var(--line);
}

.client-grid span {
    grid-row: span 2;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    border-radius: 50%;

    background: #fff0e9;

    color: var(--accent);

    font-weight: 800;
}

.client-grid strong {
    font-size: 17px;
}

.client-grid small {
    color: #98a2b3;

    font-size: 12px;
}

.outreach-box {
    padding: 30px;

    border-radius: 22px;

    background: #f4f6f8;
}

.formula-steps {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 10px;

    margin: 25px 0;
}

.formula-steps div {
    text-align: center;
}

.formula-steps b {
    display: flex;

    align-items: center;
    justify-content: center;

    width: 35px;
    height: 35px;

    margin: auto;

    border-radius: 50%;

    background: var(--accent);

    color: white;
}

.formula-steps span {
    display: block;

    margin-top: 8px;

    font-size: 12px;
}

/* =========================================================
   TIMELINE
   ========================================================= */

.timeline {
    position: relative;

    margin-top: 45px;
}

.timeline::before {
    content: "";

    position: absolute;

    left: 25px;
    top: 0;
    bottom: 0;

    width: 2px;

    background: #ffd6c5;
}

.timeline-item {
    position: relative;

    display: grid;

    grid-template-columns: 60px 1fr;

    gap: 25px;

    margin-bottom: 25px;
}

.timeline-number {
    position: relative;
    z-index: 2;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--accent);

    color: white;

    font-weight: 800;
}

.timeline-item h3 {
    margin: 5px 0;
}

.timeline-item p {
    margin: 0;

    font-size: 15px;
}

/* =========================================================
   CAMPAIGN PLAN
   ========================================================= */

.campaign-plan {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 20px;

    margin-top: 45px;
}

.campaign-card {
    padding: 30px;

    border-radius: 20px;

    border: 1px solid var(--line);
}

.campaign-number {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 12px;

    background: #fff0e9;

    color: var(--accent);

    font-weight: 800;
}

.campaign-card h3 {
    margin-bottom: 5px;
}

.campaign-card p {
    font-size: 15px;
}

.example-campaign {
    margin-top: 35px;

    padding: 30px;

    background: #101828;

    border-radius: 22px;

    color: white;
}

.example-campaign h3 {
    color: white;
}

.budget-bars > div {
    display: grid;

    grid-template-columns: 110px 1fr 80px;

    gap: 12px;

    align-items: center;

    margin: 20px 0;
}

.budget-bars span,
.budget-bars b {
    font-size: 12px;
}

.budget-bars i {
    display: block;

    height: 12px;

    border-radius: 20px;

    background: linear-gradient(
        90deg,
        #e85d35,
        #ff9f43
    );
}

/* =========================================================
   FINANCIAL
   ========================================================= */

.financial-example {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 12px;

    margin: 45px 0;
}

.money-card {
    padding: 25px;

    border-radius: 18px;

    background: rgba(255,255,255,.06);

    border: 1px solid rgba(255,255,255,.08);
}

.money-card span {
    display: block;

    color: #98a2b3;

    font-size: 11px;
}

.money-card strong {
    display: block;

    margin-top: 5px;

    color: white;

    font-size: 27px;
}

.highlight-money {
    background: rgba(255,159,67,.13);

    border-color: rgba(255,159,67,.3);
}

.highlight-money strong {
    color: #ffb870;
}

.revenue-chart {
    height: 330px;

    display: flex;

    align-items: end;
    justify-content: center;

    gap: 70px;

    padding-bottom: 35px;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.chart-column {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: end;

    height: 100%;

    gap: 8px;
}

.chart-column .column {
    width: 90px;

    border-radius: 12px 12px 0 0;

    background: linear-gradient(
        180deg,
        #ffb870,
        #e85d35
    );
}

.chart-column span {
    color: #98a2b3;

    font-size: 12px;
}

.chart-column strong {
    color: white;

    font-size: 15px;
}

.financial-note {
    margin-top: 30px;

    padding: 20px;

    border-radius: 16px;

    background: rgba(255,255,255,.05);

    color: #cfd5dd;
}

/* =========================================================
   STARTUP GRID
   ========================================================= */

.startup-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin-top: 45px;
}

.startup-item {
    display: grid;

    grid-template-columns: 50px 1fr;

    column-gap: 15px;

    padding: 22px;

    border: 1px solid var(--line);

    border-radius: 18px;
}

.startup-item span {
    grid-row: span 2;

    font-size: 30px;
}

.startup-item strong {
    font-size: 18px;
}

.startup-item small {
    color: #98a2b3;

    font-size: 12px;
}

.important-box {
    margin-top: 35px;

    padding: 30px;

    border-radius: 22px;

    background: #fff7f2;

    border: 1px solid #ffe0d0;
}

/* =========================================================
   TOOLS
   ========================================================= */

.tools-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 15px;

    margin-top: 40px;
}

.tool-card {
    padding: 25px;

    border-radius: 18px;

    background: #f8fafc;

    border: 1px solid var(--line);
}

.tool-card strong {
    display: block;

    font-size: 18px;
}

.tool-card span {
    color: #98a2b3;

    font-size: 12px;
}

.tracker {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 10px;

    margin-top: 20px;
}

.tracker div {
    padding: 13px;

    text-align: center;

    border-radius: 8px;

    background: #101828;

    color: white;

    font-size: 12px;
}

.system-box {
    margin-top: 35px;

    padding: 25px;

    border-left: 4px solid var(--accent);

    background: #f8fafc;
}

/* =========================================================
   LEGAL
   ========================================================= */

.legal-grid {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin-top: 45px;
}

.legal-grid > div {
    padding: 25px;

    border-radius: 18px;

    border: 1px solid var(--line);
}

.legal-grid span {
    color: var(--accent);

    font-weight: 800;

    font-size: 12px;
}

.legal-grid h3 {
    margin: 5px 0;
}

.legal-grid p {
    font-size: 14px;

    margin: 0;
}

.warning-box {
    margin-top: 30px;

    padding: 25px;

    border-radius: 18px;

    background: #fff7f7;

    border: 1px solid #fecaca;
}

.warning-box strong {
    color: var(--red);
}

/* =========================================================
   PROS CONS
   ========================================================= */

.pros-cons {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 25px;

    margin-top: 45px;
}

.pros,
.cons {
    padding: 30px;

    border-radius: 22px;
}

.pros {
    background: #f0fdf4;

    border: 1px solid #bbf7d0;
}

.cons {
    background: #fff7f7;

    border: 1px solid #fecaca;
}

.pros h3 {
    color: var(--green);
}

.cons h3 {
    color: var(--red);
}

.pros li,
.cons li {
    margin: 10px 0;

    font-size: 15px;
}

.bottom-insight {
    margin-top: 35px;

    padding: 25px;

    background: #101828;

    color: white;

    border-radius: 18px;
}

.bottom-insight strong {
    color: #ffb870;
}

/* =========================================================
   ROADMAP
   ========================================================= */

.roadmap {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

    margin-top: 45px;
}

.roadmap-week {
    padding: 28px;

    border-radius: 20px;

    background: rgba(255,255,255,.05);

    border: 1px solid rgba(255,255,255,.08);
}

.roadmap-week > span {
    color: #ffb870;

    font-size: 12px;
    font-weight: 800;

    letter-spacing: 2px;
}

.roadmap-week h3 {
    color: white;
}

.roadmap-week li {
    color: #cfd5dd;

    margin: 7px 0;

    font-size: 14px;
}

.thirty-day-target {
    margin-top: 35px;

    padding: 25px;

    border-radius: 20px;

    background: rgba(255,159,67,.1);

    border: 1px solid rgba(255,159,67,.2);
}

.thirty-day-target strong {
    display: block;

    color: #ffb870;
}

.thirty-day-target span {
    color: white;
}

/* =========================================================
   SCALE LADDER
   ========================================================= */

.scale-ladder {
    margin-top: 50px;
}

.scale-step {
    display: grid;

    grid-template-columns: 60px 1fr 180px;

    align-items: center;

    padding: 22px 25px;

    margin: 10px 0;

    border-radius: 16px;

    background: #f8fafc;

    border: 1px solid var(--line);
}

.scale-step span {
    color: var(--accent);

    font-weight: 800;
}

.scale-step strong {
    font-size: 19px;
}

.scale-step small {
    color: #98a2b3;

    text-align: right;
}

.future-box {
    margin-top: 35px;

    padding: 30px;

    border-radius: 22px;

    background:
        linear-gradient(
            135deg,
            #fff7f2,
            #fff9eb
        );

    border: 1px solid #ffe0c8;
}

/* =========================================================
   KPI
   ========================================================= */

.kpi-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 15px;

    margin-top: 45px;
}

.kpi-grid div {
    padding: 23px;

    border-radius: 18px;

    background: #f8fafc;

    border: 1px solid var(--line);
}

.kpi-grid strong {
    display: block;

    color: var(--accent);

    font-size: 21px;
}

.kpi-grid span {
    display: block;

    margin-top: 5px;

    color: #667085;

    font-size: 12px;
}

.measurement-box {
    margin-top: 35px;

    padding: 30px;

    border-radius: 22px;

    background: #101828;

    color: white;

    text-align: center;
}

.measurement-box h3 {
    color: #ffb870;
}

.equation {
    margin: 20px 0;

    font-family: "Noto Serif Bengali", serif;

    font-size: 27px;
    font-weight: 700;
}

/* =========================================================
   CHECKLIST
   ========================================================= */

.checklist {
    display: grid;

    gap: 12px;

    margin-top: 45px;
}

.checklist label {
    display: flex;

    align-items: center;

    gap: 15px;

    padding: 17px 20px;

    border-radius: 13px;

    background: #f8fafc;

    border: 1px solid var(--line);

    font-size: 15px;
}

.checklist input {
    width: 18px;
    height: 18px;

    accent-color: var(--accent);
}

.final-insight {
    display: grid;

    grid-template-columns: 60px 1fr;

    gap: 20px;

    margin-top: 35px;

    padding: 30px;

    border-radius: 22px;

    background: #fff7f2;

    border: 1px solid #ffe0d0;
}

.final-insight > span {
    font-size: 35px;
}

.final-insight p {
    margin: 5px 0;

    font-size: 16px;
}

/* =========================================================
   CTA
   ========================================================= */

.cta-page {
    display: flex;

    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(255,159,67,.18),
            transparent 25%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(232,93,53,.18),
            transparent 30%
        ),
        #101828;

    color: white;

    text-align: center;
}

.cta-page::after {
    display: none;
}

.cta-content {
    position: relative;
    z-index: 5;

    width: 100%;

    max-width: 760px;
}

.cta-page h2 {
    color: white;

    font-size: 48px;
}

.cta-text {
    color: #cfd5dd;

    font-size: 19px;

    line-height: 1.8;
}

.cta-card {
    margin-top: 45px;

    padding: 45px;

    border-radius: 30px;

    background: rgba(255,255,255,.07);

    border: 1px solid rgba(255,255,255,.13);

    backdrop-filter: blur(10px);
}

.cta-icon {
    width: 80px;
    height: 80px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 25px;

    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            #e85d35,
            #ff9f43
        );

    color: white;

    font-family: "Noto Serif Bengali", serif;

    font-size: 22px;
    font-weight: 800;
}

.cta-card h3 {
    color: white;

    font-size: 25px;

    line-height: 1.55;
}

.cta-card p {
    color: #b9c0ca;

    font-size: 15px;
}

.cta-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    min-width: 210px;

    margin-top: 20px;

    padding: 16px 30px;

    border-radius: 50px;

    background:
        linear-gradient(
            135deg,
            #e85d35,
            #ff9f43
        );

    color: white;

    text-decoration: none;

    font-size: 18px;
    font-weight: 800;

    box-shadow:
        0 15px 30px rgba(232,93,53,.25);

    transition: .2s ease;
}

.cta-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 20px 35px rgba(232,93,53,.35);
}

.cta-footer {
    margin-top: 40px;

    color: #667085;

    font-size: 11px;

    letter-spacing: 2px;
}

/* =========================================================
   BACK COVER
   ========================================================= */

.back-cover {
    min-height: 1414px;

    display: flex;

    align-items: center;
    justify-content: center;

    text-align: center;

    background:
        linear-gradient(
            135deg,
            #101828,
            #182230
        );

    color: white;
}

.back-cover::after {
    display: none;
}

.back-content {
    max-width: 650px;
}

.brand-mark {
    color: #ffb870;

    font-size: 20px;

    font-weight: 800;

    letter-spacing: 4px;
}

.back-cover h2 {
    margin-top: 40px;

    color: white;

    font-size: 46px;
}

.back-cover p {
    color: #b9c0ca;

    font-size: 18px;
}

.back-line {
    width: 80px;
    height: 3px;

    margin: 35px auto;

    background: #e85d35;

    border-radius: 5px;
}

.back-cover small {
    color: #667085;

    font-size: 11px;

    letter-spacing: 1px;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 800px) {

    .ebook {
        margin: 0;
    }

    .page {
        min-height: auto;

        padding: 60px 25px;

        margin-bottom: 0;
    }

    h1 {
        font-size: 43px;
    }

    h2 {
        font-size: 32px;
    }

    .lead {
        font-size: 18px;
    }

    .cover {
        min-height: 900px;
    }

    .cover-visual {
        height: 500px;
    }

    .phone {
        left: 50%;

        transform:
            translateX(-50%)
            rotate(-5deg);

        width: 190px;
        height: 330px;
    }

    .brand-card {
        left: 0;
        top: 260px;

        width: 165px;
    }

    .creator-card {
        right: 0;
        top: 330px;

        width: 165px;
    }

    .connection-line {
        display: none;
    }

    .problem-grid,
    .revenue-grid,
    .campaign-plan,
    .startup-grid,
    .legal-grid,
    .pros-cons,
    .roadmap,
    .client-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid,
    .pricing-grid,
    .financial-example {
        grid-template-columns: 1fr;
    }

    .pricing-grid .popular {
        transform: none;
    }

    .comparison {
        grid-template-columns: 1fr;
    }

    .vs {
        height: 35px;
    }

    .business-model {
        flex-direction: column;
    }

    .arrow {
        transform: rotate(90deg);
    }

    .database-grid {
        grid-template-columns: 1fr 1fr;
    }

    .tools-grid {
        grid-template-columns: 1fr 1fr;
    }

    .kpi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .mini-stat-row {
        grid-template-columns: 1fr;
    }

    .mini-stat-row > div {
        border-bottom: 1px solid var(--line);
    }

    .scale-step {
        grid-template-columns: 45px 1fr;
    }

    .scale-step small {
        grid-column: 2;

        text-align: left;
    }

    .financial-example {
        grid-template-columns: 1fr 1fr;
    }

    .revenue-chart {
        gap: 25px;
    }

    .chart-column .column {
        width: 55px;
    }

    .bar-item {
        grid-template-columns: 80px 1fr 55px;
    }

    .cta-page h2 {
        font-size: 35px;
    }

    .cta-card {
        padding: 30px 20px;
    }

}

/* =========================================================
   PRINT
   ========================================================= */

@media print {

    body {
        background: white;
    }

    .ebook {
        max-width: none;
        margin: 0;
    }

    .page {
        margin: 0;

        box-shadow: none;

        min-height: 100vh;

        page-break-after: always;
    }

    .cta-button {
        color: white;
    }

}/* End custom CSS */