.elementor-7938 .elementor-element.elementor-element-3f61208{--display:flex;}/* Start custom CSS for html, class: .elementor-element-e00adcf *//* =========================================================
   BUSINESS DRIFT — PREMIUM BANGLA EBOOK
   ========================================================= */

:root {
    --primary: #147d5a;
    --primary-dark: #07533b;
    --primary-light: #dff5eb;

    --accent: #f2b84b;
    --accent-light: #fff4d8;

    --dark: #10251e;
    --text: #26352f;
    --muted: #718078;

    --white: #ffffff;
    --light: #f7faf8;
    --border: #dce7e2;

    --danger: #d85b5b;

    --heading-font: "Noto Serif Bengali", serif;
    --body-font: "Hind Siliguri", sans-serif;
}


/* =========================================================
   RESET
   ========================================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #dfe6e2;
    color: var(--text);
    font-family: var(--body-font);
    line-height: 1.8;
    font-size: 17px;
}


/* =========================================================
   EBOOK PAGE
   ========================================================= */

.ebook {
    max-width: 1100px;
    margin: 40px auto;
}

.page {
    width: 100%;
    min-height: 760px;
    background: var(--white);
    position: relative;
    padding: 75px 80px;
    overflow: hidden;

    page-break-after: always;
    break-after: page;
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

h1,
h2,
h3 {
    font-family: var(--heading-font);
    line-height: 1.45;
    color: var(--dark);
}

h1 {
    font-size: 54px;
    font-weight: 800;
}

h2 {
    font-size: 38px;
    margin-bottom: 25px;
    font-weight: 800;
}

h3 {
    font-size: 23px;
}

p {
    margin-bottom: 18px;
}

strong {
    font-weight: 700;
}


/* =========================================================
   PAGE NUMBER
   ========================================================= */

.page-number {
    position: absolute;
    right: 50px;
    top: 35px;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 2px;

    color: var(--muted);
}


/* =========================================================
   SECTION TAG
   ========================================================= */

.section-tag {
    display: inline-block;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;

    color: var(--primary);

    margin-bottom: 18px;
}

.light-tag {
    color: var(--accent);
}


/* =========================================================
   COVER
   ========================================================= */

.cover {
    min-height: 850px;

    background:
        radial-gradient(
            circle at 80% 15%,
            rgba(242, 184, 75, 0.35),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #063c2d,
            #0d7554 55%,
            #15a276
        );

    color: white;

    display: flex;
    align-items: center;

    position: relative;
}

.cover::after {
    content: "";
    position: absolute;

    width: 600px;
    height: 600px;

    right: -280px;
    bottom: -280px;

    border: 80px solid rgba(255,255,255,0.06);
    border-radius: 50%;
}

.cover-content {
    position: relative;
    z-index: 3;

    max-width: 780px;
}

.brand {
    font-size: 13px;
    font-weight: 700;

    letter-spacing: 4px;

    color: var(--accent);

    margin-bottom: 35px;
}

.cover-icon {
    font-size: 65px;
    margin-bottom: 20px;
}

.cover h1 {
    color: white;
}

.cover h1 span {
    color: var(--accent);
    display: block;
}

.subtitle {
    color: rgba(255,255,255,0.85);

    font-size: 21px;

    max-width: 650px;

    margin-top: 25px;
}

.cover-line {
    width: 100px;
    height: 4px;

    background: var(--accent);

    margin: 30px 0;
}

.edition {
    color: rgba(255,255,255,0.75);
}

.cover-food {
    position: absolute;

    z-index: 2;

    font-size: 70px;

    filter: drop-shadow(
        0 20px 25px rgba(0,0,0,0.25)
    );
}

.food-1 {
    right: 100px;
    top: 120px;
    transform: rotate(10deg);
}

.food-2 {
    right: 180px;
    bottom: 160px;
    transform: rotate(-10deg);
}

.food-3 {
    right: 50px;
    bottom: 80px;
    transform: rotate(15deg);
}

.food-4 {
    right: 300px;
    top: 55px;
    transform: rotate(-15deg);
}


/* =========================================================
   HIGHLIGHT BOX
   ========================================================= */

.highlight-box {
    margin: 35px 0;

    padding: 30px 35px;

    background: var(--primary-light);

    border-left: 6px solid var(--primary);

    border-radius: 0 15px 15px 0;

    font-size: 22px;

    color: var(--primary-dark);
}

.big-quote {
    font-family: Georgia, serif;
    font-size: 60px;

    line-height: 0;

    vertical-align: -20px;

    margin-right: 10px;

    color: var(--accent);
}


/* =========================================================
   MINI CARDS
   ========================================================= */

.three-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-top: 35px;
}

.mini-card {
    padding: 25px;

    background: var(--light);

    border: 1px solid var(--border);

    border-radius: 18px;
}

.card-icon {
    font-size: 35px;

    margin-bottom: 12px;
}

.mini-card h3 {
    font-size: 20px;

    margin-bottom: 8px;
}

.mini-card p {
    font-size: 15px;

    color: var(--muted);

    margin: 0;
}


/* =========================================================
   DARK PAGE
   ========================================================= */

.dark-page {
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(242,184,75,0.12),
            transparent 30%
        ),
        var(--dark);

    color: rgba(255,255,255,0.82);
}

.dark-page h2,
.dark-page h3 {
    color: white;
}

.dark-page .page-number {
    color: rgba(255,255,255,0.4);
}


/* =========================================================
   PROBLEM FLOW
   ========================================================= */

.problem-flow {
    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin: 55px 0;
}

.flow-box {
    width: 155px;

    min-height: 150px;

    padding: 20px;

    border-radius: 18px;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255,255,255,0.1);

    text-align: center;
}

.flow-box span {
    display: block;

    color: var(--accent);

    font-weight: 800;

    font-size: 25px;

    margin-bottom: 10px;
}

.flow-box strong {
    display: block;

    color: white;

    margin-bottom: 8px;
}

.flow-box small {
    color: rgba(255,255,255,0.55);
}

.flow-box.danger {
    border-color: rgba(216,91,91,0.5);
}

.arrow {
    color: var(--accent);

    font-size: 30px;
}

.big-statement {
    padding: 30px;

    background: rgba(255,255,255,0.06);

    border-radius: 20px;

    border: 1px solid rgba(255,255,255,0.08);
}

.big-statement span {
    color: var(--accent);

    text-transform: uppercase;

    font-size: 12px;

    letter-spacing: 2px;
}

.big-statement h3 {
    margin-top: 10px;

    font-size: 25px;
}


/* =========================================================
   SOLUTION GRID
   ========================================================= */

.solution-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin: 35px 0;
}

.solution-card {
    padding: 28px;

    background: var(--light);

    border-radius: 18px;

    border: 1px solid var(--border);

    position: relative;
}

.solution-number {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--primary);

    color: white;

    border-radius: 50%;

    font-weight: 800;

    margin-bottom: 15px;
}

.solution-card p {
    color: var(--muted);

    margin-top: 8px;

    font-size: 16px;
}

.formula {
    padding: 25px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 18px;

    flex-wrap: wrap;

    background: var(--accent-light);

    border-radius: 20px;

    color: var(--dark);

    font-size: 18px;
}

.formula b {
    color: var(--primary);
}

.formula strong {
    color: var(--primary);
}


/* =========================================================
   SUBSCRIPTION MODEL
   ========================================================= */

.subscription-model {
    display: flex;

    align-items: center;

    margin: 55px 0;
}

.subscription-step {
    flex: 1;

    text-align: center;
}

.circle {
    width: 55px;
    height: 55px;

    margin: auto auto 15px;

    border-radius: 50%;

    display: flex;

    align-items: center;
    justify-content: center;

    background: var(--primary);

    color: white;

    font-weight: 800;

    font-size: 20px;
}

.subscription-step h3 {
    font-size: 18px;
}

.subscription-step p {
    color: var(--muted);

    font-size: 14px;
}

.line {
    height: 2px;

    width: 45px;

    background: var(--border);
}


/* =========================================================
   REVENUE BOX
   ========================================================= */

.revenue-box {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    padding: 30px;

    background: var(--primary-light);

    border-radius: 20px;
}

.revenue-box span {
    display: block;

    color: var(--muted);

    font-size: 13px;
}

.revenue-box strong {
    display: block;

    font-size: 25px;

    color: var(--primary-dark);
}

.math {
    font-size: 25px;

    font-weight: 800;

    color: var(--primary);
}

.revenue-result {
    padding-left: 25px;

    border-left: 1px solid rgba(20,125,90,0.2);
}

.small-note {
    margin-top: 15px;

    font-size: 12px;

    color: var(--muted);
}


/* =========================================================
   TARGET GRID
   ========================================================= */

.target-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-top: 40px;
}

.target-card {
    padding: 25px;

    border: 1px solid var(--border);

    border-radius: 18px;

    transition: 0.2s;
}

.target-icon {
    font-size: 38px;

    margin-bottom: 12px;
}

.target-card h3 {
    font-size: 19px;
}

.target-card p {
    color: var(--muted);

    font-size: 14px;

    margin: 5px 0 0;
}


/* =========================================================
   BAR CHART
   ========================================================= */

.bar-chart {
    margin: 45px 0;
}

.bar-row {
    display: grid;

    grid-template-columns: 180px 1fr 65px;

    align-items: center;

    gap: 15px;

    margin-bottom: 20px;
}

.bar-row span {
    font-weight: 600;
}

.bar {
    height: 20px;

    background: #e8eeeb;

    border-radius: 30px;

    overflow: hidden;
}

.bar i {
    display: block;

    height: 100%;

    background: var(--primary);

    border-radius: 30px;
}

.bar-row b {
    font-size: 13px;

    color: var(--primary);
}

.chart-note {
    padding: 18px 22px;

    background: #fff8e8;

    border-left: 5px solid var(--accent);

    border-radius: 0 12px 12px 0;

    font-size: 14px;
}

.margin-top {
    margin-top: 35px;
}

.rule-box {
    display: flex;

    align-items: center;

    gap: 25px;

    padding: 25px;

    background: var(--dark);

    color: white;

    border-radius: 18px;
}

.rule-box strong {
    font-family: var(--heading-font);

    font-size: 22px;

    color: var(--accent);

    white-space: nowrap;
}


/* =========================================================
   ROADMAP
   ========================================================= */

.roadmap {
    margin-top: 30px;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;
}

.roadmap-item {
    display: flex;

    gap: 20px;

    padding: 22px;

    border: 1px solid var(--border);

    border-radius: 18px;

    background: var(--light);
}

.roadmap-number {
    min-width: 45px;
    height: 45px;

    border-radius: 50%;

    background: var(--primary);

    color: white;

    display: flex;

    justify-content: center;
    align-items: center;

    font-weight: 800;
}

.roadmap-item h3 {
    font-size: 19px;
}

.roadmap-item p {
    color: var(--muted);

    font-size: 14px;

    margin: 3px 0 0;
}


/* =========================================================
   PRICING
   ========================================================= */

.pricing-table {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin: 40px 0 20px;
}

.price-card {
    padding: 30px;

    border: 1px solid var(--border);

    border-radius: 20px;

    background: white;

    position: relative;
}

.price-card.featured {
    border: 2px solid var(--primary);

    transform: translateY(-10px);

    box-shadow:
        0 15px 35px rgba(20,125,90,0.12);
}

.price-label {
    display: inline-block;

    font-size: 11px;

    letter-spacing: 2px;

    font-weight: 800;

    color: var(--primary);

    margin-bottom: 10px;
}

.price-card h3 {
    font-size: 21px;
}

.price {
    font-size: 27px;

    font-weight: 800;

    color: var(--primary-dark);

    margin: 12px 0;
}

.price-card p {
    color: var(--muted);

    font-size: 14px;
}

.price-card ul {
    list-style: none;

    margin-top: 15px;
}

.price-card li {
    font-size: 14px;

    margin-bottom: 7px;
}


/* =========================================================
   UNIT ECONOMICS
   ========================================================= */

.unit-economics {
    display: grid;

    grid-template-columns: 1.4fr 1fr;

    gap: 25px;

    margin: 40px 0;
}

.cost-list {
    border: 1px solid var(--border);

    border-radius: 20px;

    overflow: hidden;
}

.cost-row,
.cost-total {
    display: flex;

    justify-content: space-between;

    padding: 17px 22px;

    border-bottom: 1px solid var(--border);
}

.cost-row span {
    color: var(--muted);
}

.cost-total {
    background: var(--primary-light);

    border: none;

    font-weight: 800;
}

.cost-total strong {
    color: var(--primary-dark);
}

.profit-card {
    padding: 35px;

    border-radius: 20px;

    background: var(--primary);

    color: white;

    display: flex;

    flex-direction: column;

    justify-content: center;

    text-align: center;
}

.profit-card span {
    opacity: 0.75;

    font-size: 13px;
}

.profit-card > strong {
    font-size: 35px;

    color: var(--accent);
}

.profit-line {
    width: 70px;

    height: 2px;

    background: rgba(255,255,255,0.25);

    margin: 18px auto;
}

.profit-card small {
    margin-top: 15px;

    opacity: 0.7;

    font-size: 11px;
}

.tip-box {
    padding: 22px 25px;

    border-radius: 15px;

    background: var(--accent-light);

    color: var(--dark);
}


/* =========================================================
   CUSTOMER ACQUISITION
   ========================================================= */

.customer-acquisition {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 18px;

    margin-top: 40px;
}

.acquisition-card {
    padding: 25px;

    background: rgba(255,255,255,0.06);

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 18px;
}

.acquisition-card span {
    color: var(--accent);

    font-weight: 800;
}

.acquisition-card h3 {
    margin-top: 8px;

    font-size: 20px;
}

.acquisition-card p {
    color: rgba(255,255,255,0.6);

    font-size: 14px;

    margin: 5px 0 0;
}


/* =========================================================
   TIMELINE
   ========================================================= */

.timeline {
    position: relative;

    margin: 40px 0;

    padding-left: 35px;
}

.timeline::before {
    content: "";

    position: absolute;

    left: 10px;

    top: 0;
    bottom: 0;

    width: 2px;

    background: var(--primary-light);
}

.timeline-item {
    position: relative;

    display: grid;

    grid-template-columns: 100px 1fr;

    gap: 25px;

    margin-bottom: 25px;
}

.timeline-item::before {
    content: "";

    position: absolute;

    left: -31px;

    top: 8px;

    width: 12px;
    height: 12px;

    border-radius: 50%;

    background: var(--primary);

    border: 4px solid var(--primary-light);
}

.timeline-item time {
    font-weight: 800;

    color: var(--primary);
}

.timeline-item h3 {
    font-size: 19px;
}

.timeline-item p {
    color: var(--muted);

    font-size: 14px;

    margin: 2px 0 0;
}

.operations-rule {
    padding: 25px;

    background: var(--dark);

    color: white;

    border-radius: 18px;
}

.operations-rule strong {
    color: var(--accent);

    font-family: var(--heading-font);

    font-size: 23px;
}

.operations-rule p {
    margin: 5px 0 0;

    color: rgba(255,255,255,0.7);
}


/* =========================================================
   CHALLENGES
   ========================================================= */

.challenge-table {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 20px;

    margin-top: 35px;
}

.challenge {
    padding: 25px;

    background: var(--light);

    border-radius: 18px;

    border: 1px solid var(--border);
}

.challenge-title {
    display: flex;

    align-items: center;

    gap: 15px;
}

.challenge-title span {
    width: 40px;
    height: 40px;

    border-radius: 50%;

    background: var(--primary);

    color: white;

    display: flex;

    align-items: center;

    justify-content: center;

    font-weight: 800;
}

.challenge p {
    color: var(--muted);

    margin: 15px 0;
}

.solution {
    padding: 13px 15px;

    background: white;

    border-radius: 10px;

    font-size: 14px;
}

.solution b {
    color: var(--primary);
}


/* =========================================================
   PROS CONS
   ========================================================= */

.pros-cons {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 25px;

    margin-top: 40px;
}

.pros,
.cons {
    padding: 30px;

    border-radius: 20px;
}

.pros {
    background: var(--primary-light);

    border: 1px solid #bde7d5;
}

.cons {
    background: #fff0f0;

    border: 1px solid #f0cccc;
}

.pros h3 {
    color: var(--primary-dark);
}

.cons h3 {
    color: var(--danger);
}

.pros ul,
.cons ul {
    list-style: none;

    margin-top: 20px;
}

.pros li,
.cons li {
    margin-bottom: 12px;

    padding-left: 5px;
}


/* =========================================================
   GROWTH PATH
   ========================================================= */

.growth-path {
    display: flex;

    align-items: stretch;

    gap: 12px;

    margin: 45px 0;
}

.growth-stage {
    flex: 1;

    padding: 25px 18px;

    background: rgba(255,255,255,0.06);

    border-radius: 18px;

    border: 1px solid rgba(255,255,255,0.08);

    text-align: center;
}

.growth-stage span {
    color: var(--accent);

    font-size: 11px;

    letter-spacing: 2px;
}

.growth-stage h3 {
    margin: 12px 0 7px;

    font-size: 19px;
}

.growth-stage p {
    color: rgba(255,255,255,0.55);

    font-size: 13px;
}

.growth-arrow {
    display: flex;

    align-items: center;

    color: var(--accent);

    font-size: 25px;
}

.scale-box {
    margin-top: 45px;

    padding: 30px;

    background: rgba(255,255,255,0.06);

    border-radius: 20px;
}

.scale-box h3 {
    color: var(--accent);

    margin-bottom: 20px;
}

.future-products {
    display: flex;

    gap: 12px;

    flex-wrap: wrap;
}

.future-products span {
    padding: 10px 15px;

    border-radius: 30px;

    background: rgba(255,255,255,0.08);

    font-size: 14px;
}


/* =========================================================
   90 DAY PLAN
   ========================================================= */

.ninety-day {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-top: 40px;
}

.day-block {
    padding: 30px;

    background: var(--light);

    border-radius: 20px;

    border: 1px solid var(--border);
}

.day-number {
    display: inline-block;

    padding: 7px 14px;

    background: var(--primary);

    color: white;

    border-radius: 30px;

    font-weight: 700;

    margin-bottom: 15px;
}

.day-block h3 {
    font-size: 22px;

    margin-bottom: 15px;
}

.day-block ul {
    list-style: none;
}

.day-block li {
    padding: 7px 0;

    border-bottom: 1px solid var(--border);

    font-size: 14px;
}

.day-block li:last-child {
    border: none;
}


/* =========================================================
   BIG IDEA
   ========================================================= */

.big-idea {
    text-align: center;

    max-width: 800px;

    margin: 50px auto;
}

.idea-icon {
    font-size: 70px;

    margin-bottom: 20px;
}

.big-idea h3 {
    font-size: 32px;
}

.big-idea h3 span {
    color: var(--primary);
}

.big-idea p {
    color: var(--muted);

    margin-top: 20px;

    font-size: 18px;
}

.three-pillars {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    margin-top: 50px;
}

.three-pillars > div {
    padding: 25px;

    background: var(--light);

    border-radius: 18px;

    text-align: center;
}

.three-pillars strong {
    display: block;

    color: var(--accent);

    font-size: 13px;
}

.three-pillars span {
    display: block;

    font-family: var(--heading-font);

    font-size: 23px;

    color: var(--primary-dark);

    margin: 5px 0;
}

.three-pillars small {
    color: var(--muted);
}


/* =========================================================
   CTA PAGE
   ========================================================= */

.cta-page {
    min-height: 850px;

    display: flex;

    align-items: center;

    justify-content: center;

    text-align: center;

    background:
        radial-gradient(
            circle at 50% 35%,
            rgba(242,184,75,0.20),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #063c2d,
            #075a41,
            #0b8060
        );

    color: white;
}

.cta-page h2 {
    color: white;

    font-size: 47px;

    max-width: 800px;

    margin: 20px auto;
}

.cta-content {
    position: relative;

    z-index: 2;

    max-width: 850px;
}

.cta-icon {
    font-size: 65px;

    margin-bottom: 20px;
}

.cta-page .section-tag {
    color: var(--accent);
}

.cta-page p {
    color: rgba(255,255,255,0.8);

    font-size: 20px;

    max-width: 700px;

    margin: 0 auto 35px;
}

.cta-page p strong {
    color: var(--accent);
}

.cta-button {
    display: inline-block;

    padding: 16px 45px;

    border-radius: 50px;

    background: var(--accent);

    color: var(--dark);

    text-decoration: none;

    font-size: 20px;

    font-weight: 800;

    box-shadow:
        0 15px 30px rgba(0,0,0,0.2);

    transition: 0.2s;
}

.cta-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 20px 40px rgba(0,0,0,0.3);
}

.cta-bottom {
    display: flex;

    justify-content: center;

    gap: 12px;

    margin-top: 70px;

    color: rgba(255,255,255,0.5);

    font-size: 13px;
}


/* =========================================================
   BACK COVER
   ========================================================= */

.back-cover {
    min-height: 850px;

    display: flex;

    justify-content: center;

    align-items: center;

    text-align: center;

    background: var(--dark);

    color: white;
}

.back-content {
    max-width: 650px;
}

.back-content .brand {
    margin-bottom: 45px;
}

.back-icon {
    font-size: 70px;

    margin-bottom: 20px;
}

.back-cover h2 {
    color: white;

    font-size: 42px;
}

.back-cover p {
    color: rgba(255,255,255,0.65);

    font-size: 18px;

    margin: 25px 0;
}

.back-line {
    width: 80px;

    height: 3px;

    background: var(--accent);

    margin: 35px auto;
}

.back-cover small {
    color: rgba(255,255,255,0.4);
}


/* =========================================================
   PRINT SETTINGS
   ========================================================= */

@media print {

    body {
        background: white;
    }

    .ebook {
        margin: 0;

        max-width: none;
    }

    .page {
        min-height: 100vh;

        box-shadow: none;

        margin: 0;
    }

    .cta-button {
        color: var(--dark) !important;
    }
}


/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 850px) {

    .ebook {
        margin: 0;
    }

    .page {
        padding: 55px 35px;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 31px;
    }

    .three-cards,
    .target-grid,
    .pricing-table,
    .ninety-day {
        grid-template-columns: 1fr;
    }

    .solution-grid,
    .roadmap,
    .customer-acquisition,
    .challenge-table,
    .pros-cons {
        grid-template-columns: 1fr;
    }

    .subscription-model {
        flex-direction: column;

        gap: 20px;
    }

    .line {
        width: 2px;

        height: 30px;
    }

    .revenue-box {
        flex-direction: column;

        text-align: center;
    }

    .revenue-result {
        padding-left: 0;

        padding-top: 20px;

        border-left: none;

        border-top: 1px solid rgba(20,125,90,0.2);
    }

    .problem-flow {
        flex-wrap: wrap;
    }

    .arrow {
        display: none;
    }

    .bar-row {
        grid-template-columns: 1fr;

        gap: 5px;
    }

    .rule-box {
        flex-direction: column;

        align-items: flex-start;
    }

    .unit-economics {
        grid-template-columns: 1fr;
    }

    .growth-path {
        flex-direction: column;
    }

    .growth-arrow {
        justify-content: center;

        transform: rotate(90deg);
    }

    .three-pillars {
        grid-template-columns: 1fr;
    }

    .cta-page h2 {
        font-size: 35px;
    }

    .cover-food {
        opacity: 0.35;
    }
}


/* =========================================================
   EXTRA PDF POLISH
   ========================================================= */

@media print {

    .page {
        width: 210mm;
        min-height: 297mm;

        padding: 18mm;
    }

    .cover,
    .cta-page,
    .back-cover {
        min-height: 297mm;
    }

    .page-number {
        right: 15mm;
        top: 10mm;
    }

    p {
        orphans: 3;
        widows: 3;
    }

    .solution-card,
    .target-card,
    .price-card,
    .challenge,
    .day-block {
        break-inside: avoid;
    }
}/* End custom CSS */