.elementor-8320 .elementor-element.elementor-element-8bd5e24{--display:flex;}/* Start custom CSS for html, class: .elementor-element-08edaf4 *//* =========================================================
   BUSINESS DRIFT
   CURATED CORPORATE GIFT BOX EBOOK
========================================================= */

:root {
    --primary: #5b3a29;
    --primary-dark: #2e211a;
    --secondary: #c59a63;
    --cream: #f8f2e9;
    --paper: #fffdf9;
    --soft: #f5eee5;
    --text: #302b27;
    --muted: #746c65;
    --border: #e4dcd2;
    --green: #657b62;
    --white: #ffffff;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    background: #e8e4df;
    color: var(--text);
    font-family: "Hind Siliguri", sans-serif;
    line-height: 1.85;
}

.ebook {
    width: 900px;
    max-width: 100%;
    margin: 40px auto;
}

.page {
    position: relative;
    min-height: 1270px;
    padding: 85px 80px;
    margin-bottom: 30px;
    background: var(--paper);
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(40, 30, 20, .08);
}

.page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 7px;
    background: linear-gradient(
        90deg,
        var(--primary),
        var(--secondary),
        #ddc49e
    );
}

.page-number {
    position: absolute;
    top: 32px;
    right: 45px;
    font-size: 13px;
    color: #9a9189;
    letter-spacing: 2px;
}

.section-label {
    display: inline-block;
    margin-bottom: 12px;
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}

h1,
h2,
h3 {
    margin-top: 0;
}

h1,
h2 {
    font-family: "Noto Serif Bengali", serif;
}

h2 {
    color: var(--primary-dark);
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 25px;
}

h3 {
    color: var(--primary-dark);
    font-size: 20px;
    line-height: 1.4;
}

p {
    font-size: 17px;
}

.small-note {
    color: var(--muted);
    font-size: 13px;
}


/* =========================================================
   COVER
========================================================= */

.cover {
    min-height: 1270px;
    display: flex;
    align-items: center;
    justify-content: center;
    background:
        radial-gradient(
            circle at 85% 15%,
            rgba(197,154,99,.28),
            transparent 32%
        ),
        radial-gradient(
            circle at 10% 90%,
            rgba(101,123,98,.20),
            transparent 30%
        ),
        var(--cream);
}

.cover::before {
    height: 0;
}

.cover-content {
    width: 100%;
    text-align: center;
}

.eyebrow {
    display: inline-block;
    padding: 8px 20px;
    border: 1px solid var(--primary);
    border-radius: 50px;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
}

.cover h1 {
    margin: 45px 0 25px;
    font-size: 64px;
    color: var(--primary-dark);
    line-height: 1.2;
}

.cover h1 span {
    color: var(--secondary);
}

.cover-subtitle {
    max-width: 650px;
    margin: auto;
    color: #625950;
    font-size: 21px;
}

.gift-visual {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin: 65px 0;
}

.gift-box {
    width: 155px;
    height: 155px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 22px;
    background: white;
    box-shadow: 0 20px 40px rgba(70,45,25,.12);
}

.gift-box span {
    font-size: 48px;
}

.gift-box strong {
    margin-top: 8px;
    color: var(--primary-dark);
}

.gift-two {
    transform: translateY(-18px);
}

.gift-three {
    transform: translateY(8px);
}

.cover-footer {
    color: var(--muted);
    font-size: 14px;
}


/* =========================================================
   GENERAL BOXES
========================================================= */

.highlight-box,
.info-box,
.warning-box,
.quote-box {
    margin: 30px 0;
    padding: 25px 30px;
    border-radius: 18px;
}

.highlight-box {
    background: var(--soft);
    border-left: 5px solid var(--primary);
}

.info-box {
    background: #f3f5f0;
    border: 1px solid var(--border);
}

.warning-box {
    background: #faf2e6;
    border-left: 5px solid var(--secondary);
}

.quote-box {
    background: var(--primary-dark);
    color: white;
    font-family: "Noto Serif Bengali", serif;
    font-size: 20px;
    line-height: 1.7;
    text-align: center;
}

.quote-box p {
    color: white;
}


/* =========================================================
   STATS
========================================================= */

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-top: 45px;
}

.stat-card {
    padding: 25px 12px;
    text-align: center;
    border: 1px solid var(--border);
    border-radius: 18px;
    background: white;
}

.stat-card strong {
    display: block;
    font-size: 32px;
    color: var(--primary);
}

.stat-card span {
    font-size: 13px;
    color: var(--muted);
}


/* =========================================================
   PROBLEM
========================================================= */

.problem-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 35px;
}

.problem-card {
    padding: 30px;
    border-radius: 20px;
    background: var(--soft);
}

.problem-card > span {
    color: var(--secondary);
    font-size: 30px;
    font-weight: 700;
}

.problem-card p {
    font-size: 15px;
}


/* =========================================================
   SOLUTION FLOW
========================================================= */

.solution-flow {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 55px;
}

.solution-step {
    flex: 1;
    padding: 25px 15px;
    text-align: center;
    border-radius: 20px;
    background: var(--soft);
}

.solution-step > span {
    width: 48px;
    height: 48px;
    margin: auto auto 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: white;
    font-weight: 700;
}

.solution-step h3 {
    font-size: 16px;
}

.solution-step p {
    font-size: 13px;
}

.solution-arrow {
    color: var(--secondary);
    font-size: 28px;
}


/* =========================================================
   PERSONA
========================================================= */

.persona-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.persona {
    padding: 30px;
    border: 1px solid var(--border);
    border-radius: 22px;
}

.persona-icon {
    font-size: 42px;
}

.persona p {
    font-size: 14px;
}


/* =========================================================
   OCCASION
========================================================= */

.occasion-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.occasion-grid div {
    padding: 30px 15px;
    text-align: center;
    background: var(--soft);
    border-radius: 20px;
}

.occasion-grid span {
    display: block;
    font-size: 40px;
}

.occasion-grid h3 {
    font-size: 15px;
}


/* =========================================================
   PRODUCTS
========================================================= */

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.product-card {
    padding: 28px 20px;
    border: 1px solid var(--border);
    border-radius: 20px;
}

.product-card > span {
    font-size: 35px;
}

.product-card h3 {
    font-size: 17px;
}

.product-card p {
    font-size: 13px;
}


/* =========================================================
   THEMES
========================================================= */

.theme-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.theme {
    padding: 30px;
    border-radius: 20px;
    background: #f5efe7;
    border-left: 4px solid var(--secondary);
}

.theme strong {
    display: block;
    color: var(--primary);
    font-size: 14px;
    letter-spacing: 1px;
}

.theme p {
    margin-bottom: 0;
    font-size: 14px;
}


/* =========================================================
   REVENUE
========================================================= */

.revenue-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.revenue-card {
    padding: 35px;
    border-radius: 22px;
    background: var(--soft);
}

.revenue-card > strong {
    color: var(--secondary);
    font-size: 30px;
}

.revenue-card p {
    font-size: 14px;
}


/* =========================================================
   PACKAGES
========================================================= */

.package-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.package {
    padding: 30px 22px;
    border: 1px solid var(--border);
    border-radius: 22px;
}

.package.featured {
    color: white;
    background: var(--primary);
    transform: translateY(-12px);
}

.package.featured h3,
.package.featured li {
    color: white;
}

.package-tag {
    display: inline-block;
    padding: 5px 12px;
    border-radius: 30px;
    background: #eee2d3;
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
}

.package h3 {
    margin-top: 20px;
    font-size: 25px;
}

.package ul {
    padding-left: 18px;
}

.package li {
    margin-bottom: 8px;
    font-size: 14px;
}


/* =========================================================
   TABLES
========================================================= */

.cost-table,
.challenge-table {
    width: 100%;
    border-collapse: collapse;
    margin: 35px 0;
}

.cost-table td,
.challenge-table td,
.challenge-table th {
    padding: 16px 18px;
    border-bottom: 1px solid var(--border);
}

.cost-table td:last-child {
    text-align: right;
    font-weight: 700;
}

.cost-table .total {
    background: #f0eee8;
}

.cost-table .selling {
    background: var(--primary);
    color: white;
    font-size: 19px;
}

.challenge-table th {
    background: var(--primary-dark);
    color: white;
    text-align: left;
}

.challenge-table td {
    font-size: 14px;
}


/* =========================================================
   BULK
========================================================= */

.bulk-example {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
    margin: 60px 0;
}

.bulk-example > div {
    min-width: 125px;
    padding: 25px 12px;
    text-align: center;
    border-radius: 20px;
    background: var(--soft);
}

.bulk-example strong {
    display: block;
    color: var(--primary);
    font-size: 26px;
}

.bulk-example span {
    color: var(--muted);
    font-size: 12px;
}

.bulk-example .multiply,
.bulk-example .equal {
    min-width: auto;
    padding: 0;
    background: none;
    color: var(--secondary);
    font-size: 28px;
}

.bulk-example .result {
    background: var(--primary);
}

.bulk-example .result strong,
.bulk-example .result span {
    color: white;
}


/* =========================================================
   SALES FLOW
========================================================= */

.sales-flow {
    margin-top: 45px;
}

.sales-flow > div {
    display: grid;
    grid-template-columns: 55px 200px 1fr;
    align-items: center;
    gap: 18px;
    padding: 18px;
    border-bottom: 1px solid var(--border);
}

.sales-flow span {
    width: 42px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: var(--primary);
    color: white;
}

.sales-flow h3 {
    margin: 0;
}

.sales-flow p {
    margin: 0;
    font-size: 14px;
}


/* =========================================================
   SERVICE
========================================================= */

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}

.service-grid > div {
    padding: 27px;
    border-radius: 20px;
    background: var(--soft);
}

.service-grid strong {
    color: var(--secondary);
    font-size: 26px;
}

.service-grid p {
    font-size: 14px;
}


/* =========================================================
   SUPPLIER
========================================================= */

.supplier-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 45px;
}

.supplier-grid > div {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid var(--border);
}

.supplier-grid span {
    font-size: 38px;
}

.supplier-grid p {
    font-size: 14px;
}


/* =========================================================
   INVENTORY
========================================================= */

.inventory-flow {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 45px;
}

.inventory-step {
    padding: 30px 20px;
    text-align: center;
    background: var(--soft);
    border-radius: 20px;
}

.inventory-step > span {
    width: 48px;
    height: 48px;
    margin: auto auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: white;
}

.inventory-step p {
    font-size: 13px;
}


/* =========================================================
   UNBOXING
========================================================= */

.unboxing {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 60px 0;
}

.unbox-step {
    flex: 1;
    padding: 25px 12px;
    text-align: center;
    background: var(--soft);
    border-radius: 18px;
}

.unbox-step strong {
    color: var(--secondary);
    font-size: 26px;
}

.unbox-step h3 {
    font-size: 15px;
}

.unbox-step p {
    font-size: 12px;
}

.unbox-arrow {
    color: var(--secondary);
    font-size: 25px;
}


/* =========================================================
   CUSTOMIZATION
========================================================= */

.custom-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 45px;
}

.custom-grid > div {
    padding: 30px 15px;
    text-align: center;
    border-radius: 18px;
    background: var(--soft);
}

.custom-grid strong {
    color: var(--primary);
    font-size: 20px;
}

.custom-grid p {
    margin: 5px 0 0;
    font-size: 13px;
}


/* =========================================================
   CONTENT
========================================================= */

.content-pillars {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.content-pillars > div {
    padding: 30px;
    border-radius: 20px;
    background: var(--soft);
}

.content-pillars span {
    color: var(--secondary);
    font-size: 28px;
    font-weight: 700;
}

.content-pillars p {
    font-size: 14px;
}


/* =========================================================
   HOOKS
========================================================= */

.hook-list {
    margin-top: 40px;
}

.hook-list > div {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 15px;
    background: var(--soft);
}

.hook-list span {
    color: var(--secondary);
    font-size: 25px;
    font-weight: 700;
}

.hook-list p {
    margin: 0;
    font-size: 16px;
}


/* =========================================================
   FUNNEL
========================================================= */

.funnel {
    max-width: 650px;
    margin: 50px auto;
}

.funnel-level {
    margin: 10px auto;
    padding: 18px;
    display: flex;
    justify-content: center;
    gap: 15px;
    border-radius: 10px;
    background: var(--primary);
    color: white;
}

.funnel-level strong {
    font-size: 19px;
}

.level-1 { width: 100%; }
.level-2 { width: 84%; }
.level-3 { width: 67%; }
.level-4 { width: 51%; }
.level-5 { width: 37%; }


/* =========================================================
   SOP
========================================================= */

.sop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    margin-top: 40px;
}

.sop > div {
    padding: 25px;
    border-radius: 18px;
    background: var(--soft);
}

.sop span {
    color: var(--secondary);
    font-size: 25px;
    font-weight: 700;
}

.sop h3 {
    margin: 5px 0;
}

.sop p {
    margin: 0;
    font-size: 13px;
}


/* =========================================================
   QUALITY
========================================================= */

.quality-check {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 13px;
    margin: 40px 0;
}

.quality-check label {
    padding: 15px 18px;
    border-radius: 10px;
    background: var(--soft);
    font-size: 14px;
}


/* =========================================================
   SEASON
========================================================= */

.season-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 45px 0;
}

.season-grid div {
    padding: 30px 12px;
    text-align: center;
    border-radius: 18px;
    background: var(--soft);
}

.season-grid strong {
    display: block;
    color: var(--secondary);
    font-size: 24px;
}

.season-grid h3 {
    font-size: 14px;
}


/* =========================================================
   RETENTION
========================================================= */

.retention-cycle {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 55px;
}

.retention-cycle > div {
    flex: 1;
    padding: 25px 10px;
    text-align: center;
    background: var(--soft);
    border-radius: 18px;
}

.retention-cycle span {
    width: 45px;
    height: 45px;
    margin: auto auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary);
    color: white;
}

.retention-cycle h3 {
    font-size: 15px;
}

.retention-cycle p {
    font-size: 12px;
}

.cycle-arrow {
    flex: 0 !important;
    padding: 0 !important;
    background: none !important;
    color: var(--secondary);
    font-size: 25px;
}


/* =========================================================
   POSITIONING
========================================================= */

.positioning-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 40px;
}

.positioning-grid > div {
    padding: 30px;
    border-radius: 20px;
    background: var(--soft);
}

.positioning-grid strong {
    color: var(--secondary);
    font-size: 28px;
}

.positioning-grid p {
    font-size: 14px;
}


/* =========================================================
   LAUNCH STACK
========================================================= */

.launch-stack {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin: 55px 0;
}

.launch-stack > div {
    padding: 25px 10px;
    text-align: center;
    background: var(--soft);
    border-radius: 18px;
}

.launch-stack strong {
    display: block;
    color: var(--primary);
    font-size: 32px;
}

.launch-stack span {
    color: var(--muted);
    font-size: 12px;
}


/* =========================================================
   TIMELINE
========================================================= */

.timeline {
    margin-top: 40px;
    padding-left: 35px;
    border-left: 3px solid #d2b487;
}

.timeline-item {
    position: relative;
    padding: 0 0 30px 30px;
}

.timeline-item::before {
    content: "";
    position: absolute;
    left: -45px;
    top: 3px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--primary);
}

.timeline-item span {
    color: var(--secondary);
    font-weight: 700;
}

.timeline-item h3 {
    margin: 3px 0;
}

.timeline-item p {
    margin: 0;
    font-size: 14px;
}


/* =========================================================
   ROADMAP
========================================================= */

.roadmap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 45px;
}

.roadmap-month {
    padding: 30px;
    border-radius: 20px;
    background: var(--soft);
}

.roadmap-month span {
    color: var(--secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.roadmap-month ul {
    padding-left: 18px;
}

.roadmap-month li {
    font-size: 14px;
    margin-bottom: 8px;
}


/* =========================================================
   KPI
========================================================= */

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.kpi {
    padding: 30px 10px;
    text-align: center;
    border-radius: 18px;
    background: var(--soft);
}

.kpi strong {
    display: block;
    color: var(--primary);
    font-size: 28px;
}

.kpi span {
    font-size: 12px;
    color: var(--muted);
}


/* =========================================================
   PROS CONS
========================================================= */

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin-top: 40px;
}

.pros,
.cons {
    padding: 35px;
    border-radius: 22px;
}

.pros {
    background: #edf3ea;
}

.cons {
    background: #f7eeea;
}

.pros li,
.cons li {
    margin-bottom: 11px;
}


/* =========================================================
   EXPANSION
========================================================= */

.expansion {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 55px 0;
}

.expansion > div:not(.expansion-arrow) {
    flex: 1;
    padding: 25px 10px;
    text-align: center;
    border-radius: 18px;
    background: var(--soft);
}

.expansion strong {
    display: block;
    color: var(--secondary);
    font-size: 27px;
}

.expansion h3 {
    font-size: 15px;
}

.expansion p {
    margin: 0;
    font-size: 12px;
}

.expansion-arrow {
    color: var(--secondary);
    font-size: 25px;
}


/* =========================================================
   OPPORTUNITY
========================================================= */

.big-text {
    margin: 45px 0 25px;
    font-family: "Noto Serif Bengali", serif;
    font-size: 32px;
    color: var(--primary-dark);
}

.opportunity-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.opportunity-box > div {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 22px;
    border-radius: 17px;
    background: var(--soft);
}

.opportunity-box strong {
    color: var(--secondary);
    font-size: 28px;
}

.opportunity-box span {
    font-size: 14px;
}


/* =========================================================
   CTA
========================================================= */

.cta-page,
.final-cta {
    display: flex;
    align-items: center;
    justify-content: center;

    background:
        radial-gradient(
            circle at 15% 20%,
            rgba(197,154,99,.30),
            transparent 32%
        ),
        radial-gradient(
            circle at 85% 80%,
            rgba(101,123,98,.20),
            transparent 32%
        ),
        var(--cream);
}

.cta-content,
.final-cta-inner {
    max-width: 680px;
    text-align: center;
}

.cta-content h2,
.final-cta h2 {
    font-size: 48px;
}

.cta-button {
    display: inline-block;
    margin-top: 25px;
    padding: 15px 45px;
    border-radius: 50px;
    background: var(--primary);
    color: white;
    text-decoration: none;
    font-weight: 700;
    box-shadow: 0 12px 30px rgba(91,58,41,.25);
    transition: .25s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    background: var(--primary-dark);
}

.final-note {
    margin-top: 60px;
    color: var(--muted);
    font-size: 11px;
    letter-spacing: 4px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 768px) {

    .ebook {
        width: 100%;
        margin: 0;
    }

    .page {
        min-height: auto;
        margin-bottom: 15px;
        padding: 65px 25px;
    }

    h2 {
        font-size: 30px;
    }

    .cover {
        min-height: 100vh;
    }

    .cover h1 {
        font-size: 43px;
    }

    .cover-subtitle {
        font-size: 17px;
    }

    .gift-visual {
        flex-wrap: wrap;
        margin: 45px 0;
    }

    .gift-box {
        width: 110px;
        height: 120px;
    }

    .gift-box span {
        font-size: 36px;
    }

    .stats-grid,
    .problem-grid,
    .persona-grid,
    .product-grid,
    .revenue-grid,
    .service-grid,
    .supplier-grid,
    .sop,
    .positioning-grid,
    .pros-cons,
    .opportunity-box {
        grid-template-columns: 1fr;
    }

    .occasion-grid {
        grid-template-columns: 1fr 1fr;
    }

    .theme-grid {
        grid-template-columns: 1fr;
    }

    .package-grid {
        grid-template-columns: 1fr;
    }

    .package.featured {
        transform: none;
    }

    .solution-flow,
    .unboxing,
    .retention-cycle,
    .expansion,
    .bulk-example {
        flex-direction: column;
    }

    .solution-arrow,
    .unbox-arrow,
    .cycle-arrow,
    .expansion-arrow {
        transform: rotate(90deg);
    }

    .inventory-flow,
    .roadmap {
        grid-template-columns: 1fr;
    }

    .custom-grid {
        grid-template-columns: 1fr 1fr;
    }

    .content-pillars {
        grid-template-columns: 1fr;
    }

    .launch-stack {
        grid-template-columns: 1fr 1fr;
    }

    .kpi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .quality-check {
        grid-template-columns: 1fr;
    }

    .season-grid {
        grid-template-columns: 1fr 1fr;
    }

    .cta-content h2,
    .final-cta h2 {
        font-size: 35px;
    }

    .sales-flow > div {
        grid-template-columns: 45px 1fr;
    }

    .sales-flow p {
        grid-column: 2;
    }

    .comparison-table,
    .challenge-table,
    .cost-table {
        font-size: 12px;
    }

    .bulk-example > div {
        width: 100%;
    }
}


/* =========================================================
   PRINT / A4
========================================================= */

@media print {

    body {
        background: white;
    }

    .ebook {
        width: auto;
        margin: 0;
    }

    .page {
        width: 210mm;
        min-height: 297mm;
        margin: 0;
        box-shadow: none;
        page-break-after: always;
    }

    .page:last-child {
        page-break-after: auto;
    }

    .cta-button {
        color: white;
        text-decoration: none;
    }
}/* End custom CSS */