.elementor-7887 .elementor-element.elementor-element-22ec9fc{--display:flex;}/* Start custom CSS for html, class: .elementor-element-666d6f0 *//* =========================================================
   E-WASTE RECYCLING & REFURBISHING EBOOK
   Premium Bangla Ebook Design
   ========================================================= */

:root {
    --primary: #19a974;
    --primary-dark: #087f5b;
    --secondary: #0f766e;
    --accent: #b8f2d0;

    --dark: #09231d;
    --dark-2: #10352d;

    --text: #1f2933;
    --muted: #667085;

    --light: #f4fbf7;
    --white: #ffffff;

    --border: #dcebe4;

    --heading-font: "Noto Serif Bengali", serif;
    --body-font: "Hind Siliguri", sans-serif;

    --shadow:
        0 18px 45px rgba(9, 35, 29, 0.10);

    --radius: 22px;
}


/* ================= GLOBAL ================= */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #dfeee7;
    color: var(--text);
    font-family: var(--body-font);
    font-size: 17px;
    line-height: 1.8;
}

.ebook {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}

.page {
    min-height: 100vh;
    background: var(--white);
    padding: 80px 85px;
    position: relative;
    overflow: hidden;
}

.page:not(.cover):not(.dark-page):not(.cta-page) {
    background:
        radial-gradient(
            circle at 90% 0%,
            rgba(25,169,116,0.08),
            transparent 30%
        ),
        #ffffff;
}


/* ================= TYPOGRAPHY ================= */

h1,
h2,
h3 {
    font-family: var(--heading-font);
    line-height: 1.35;
}

h1 {
    font-size: clamp(48px, 7vw, 82px);
    font-weight: 800;
}

h2 {
    font-size: clamp(38px, 5vw, 58px);
    color: var(--dark);
    margin-bottom: 25px;
}

h2 span {
    color: var(--primary);
}

h3 {
    color: var(--dark);
    font-size: 23px;
}

p {
    margin-bottom: 14px;
}

.lead {
    font-size: 21px;
    color: #52615c;
    max-width: 820px;
}

.muted {
    color: var(--muted);
}

.small-note {
    font-size: 14px;
    color: var(--muted);
}

.page-label {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    color: var(--primary-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;

    border: 1px solid var(--border);
    border-radius: 50px;

    padding: 7px 14px;
    margin-bottom: 30px;
}

.page-label.light {
    color: var(--accent);
    border-color: rgba(255,255,255,.18);
}


/* ================= COVER ================= */

.cover {
    min-height: 100vh;

    background:
        radial-gradient(
            circle at 75% 20%,
            rgba(38, 204, 135, .35),
            transparent 28%
        ),
        linear-gradient(
            135deg,
            #061a15,
            #0c3b2e 65%,
            #0a5740
        );

    color: white;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.cover-top,
.cover-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.brand {
    font-size: 14px;
    letter-spacing: 3px;
    font-weight: 700;
}

.edition {
    color: var(--accent);
    font-size: 12px;
    letter-spacing: 2px;
}

.cover-content {
    position: relative;
    z-index: 2;
}

.cover-badge {
    display: inline-block;

    padding: 9px 17px;

    border: 1px solid rgba(255,255,255,.22);
    border-radius: 50px;

    color: var(--accent);
    font-size: 13px;
    font-weight: 600;

    margin-bottom: 25px;
}

.cover h1 {
    color: white;
    max-width: 750px;
}

.cover h1 span {
    color: #73e6a8;
    display: block;
}

.cover-subtitle {
    margin-top: 22px;
    color: #bcebd0;
    font-size: 23px;
    font-weight: 600;
}

.cover-description {
    max-width: 650px;
    color: rgba(255,255,255,.76);
    font-size: 18px;
    margin-top: 18px;
}


/* ================= HERO ILLUSTRATION ================= */

.hero-illustration {
    width: 340px;
    height: 230px;

    position: absolute;
    right: 5%;
    top: 5%;

    opacity: .95;
}

.device {
    position: absolute;
    background: #d8eee5;
    border: 5px solid #79d6ad;
    box-shadow: 0 25px 50px rgba(0,0,0,.25);
}

.laptop {
    width: 230px;
    height: 150px;
    right: 0;
    top: 30px;
    border-radius: 12px;
    transform: rotate(-6deg);
}

.screen {
    position: absolute;
    inset: 12px;
    background:
        linear-gradient(
            135deg,
            #0a6045,
            #22a875
        );
    border-radius: 6px;
}

.keyboard {
    position: absolute;
    width: 270px;
    height: 13px;
    left: -25px;
    bottom: -18px;
    background: #a6d8c3;
    border-radius: 4px;
}

.phone {
    width: 80px;
    height: 145px;
    left: 15px;
    top: 60px;
    border-radius: 17px;
    transform: rotate(9deg);
    z-index: 3;
}

.phone-screen {
    position: absolute;
    inset: 8px;
    border-radius: 10px;
    background: #103b30;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #7be4ad;
    font-size: 45px;
}

.recycle-symbol {
    position: absolute;
    left: 130px;
    bottom: -25px;

    font-size: 70px;
    color: #75e3a9;

    transform: rotate(-10deg);
}

.cable {
    position: absolute;
    border: 3px solid #71cba4;
    border-radius: 50%;
}

.cable-one {
    width: 140px;
    height: 80px;
    right: 50px;
    bottom: -40px;
}

.cable-two {
    width: 90px;
    height: 55px;
    left: 20px;
    bottom: -35px;
}


/* ================= COVER FOOTER ================= */

.cover-bottom {
    gap: 20px;
}

.cover-bottom > div {
    flex: 1;

    border-top: 1px solid rgba(255,255,255,.18);
    padding-top: 13px;
}

.cover-bottom strong {
    display: block;
    color: #73e6a8;
    font-size: 11px;
    letter-spacing: 2px;
}

.cover-bottom small {
    color: rgba(255,255,255,.65);
}


/* ================= QUOTE ================= */

.quote-box {
    margin: 40px 0;

    padding: 30px 35px;

    border-left: 5px solid var(--primary);
    background: var(--light);

    border-radius: 0 var(--radius) var(--radius) 0;
}

.quote-icon {
    font-family: Georgia, serif;
    font-size: 65px;
    color: var(--primary);
    line-height: .6;
}

.quote-box p {
    font-family: var(--heading-font);
    font-size: 25px;
    color: var(--dark);
}


/* ================= CARDS ================= */

.three-cards,
.revenue-grid,
.customer-grid,
.trust-grid,
.marketing-grid,
.challenge-grid,
.kpi-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 40px;
}

.info-card,
.revenue-card,
.customer-card,
.trust-item,
.marketing-card,
.kpi {
    border: 1px solid var(--border);
    border-radius: var(--radius);

    padding: 27px;

    background: rgba(255,255,255,.92);

    box-shadow: 0 12px 35px rgba(9,35,29,.06);

    transition: .3s ease;
}

.info-card:hover,
.revenue-card:hover,
.marketing-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow);
}

.card-icon {
    font-size: 40px;
    margin-bottom: 15px;
}

.info-card p,
.revenue-card p,
.customer-card p,
.trust-item p,
.marketing-card p {
    color: var(--muted);
    font-size: 15px;
}


/* ================= DARK PAGE ================= */

.dark-page {
    background:
        radial-gradient(
            circle at 90% 10%,
            rgba(52, 207, 139, .20),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #061a15,
            #0c3429
        );

    color: white;
}

.dark-page h2,
.dark-page h3 {
    color: white;
}

.light-text {
    color: rgba(255,255,255,.72);
}


/* ================= PROBLEMS ================= */

.problem-list {
    margin-top: 40px;
}

.problem-item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 20px;

    padding: 23px 0;

    border-bottom: 1px solid rgba(255,255,255,.10);
}

.problem-item > span {
    width: 48px;
    height: 48px;

    border-radius: 50%;

    background: rgba(115,230,168,.13);
    color: var(--accent);

    display: flex;
    align-items: center;
    justify-content: center;

    font-weight: 700;
}

.problem-item h3 {
    font-size: 21px;
}

.problem-item p {
    color: rgba(255,255,255,.62);
    margin: 0;
}

.highlight,
.solution-strip {
    margin-top: 35px;
    padding: 22px 25px;

    border: 1px solid rgba(115,230,168,.2);
    border-radius: 16px;

    background: rgba(115,230,168,.08);

    color: #d9f8e7;
}


/* ================= PROCESS ================= */

.process-flow {
    display: flex;
    align-items: center;
    gap: 9px;

    margin-top: 50px;

    overflow-x: auto;
    padding-bottom: 20px;
}

.flow-card {
    min-width: 145px;

    border: 1px solid var(--border);
    border-radius: 18px;

    padding: 20px;

    text-align: center;

    background: white;
}

.flow-card > span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
}

.flow-icon {
    font-size: 34px;
    margin: 10px 0;
}

.flow-card h3 {
    font-size: 18px;
}

.flow-card p {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.5;
}

.arrow {
    color: var(--primary);
    font-size: 25px;
    font-weight: 700;
}

.model-box {
    margin-top: 40px;
    padding: 30px;

    border-radius: var(--radius);
    background: var(--light);
}

.decision-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 20px;
}

.decision-grid div {
    background: white;
    border-radius: 15px;
    padding: 20px;
    border: 1px solid var(--border);
}

.decision-grid strong,
.decision-grid span {
    display: block;
}

.decision-grid span {
    color: var(--muted);
}


/* ================= REVENUE ================= */

.revenue-grid {
    grid-template-columns: repeat(3, 1fr);
}

.revenue-card {
    position: relative;
}

.revenue-card.large {
    grid-column: span 2;
}

.revenue-number {
    color: var(--primary);
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 15px;
}

.tag,
.popular {
    display: inline-block;

    color: var(--primary-dark);
    background: var(--accent);

    padding: 5px 10px;

    border-radius: 30px;

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
}


/* ================= CUSTOMER ================= */

.customer-grid {
    grid-template-columns: repeat(3, 1fr);
}

.customer-card {
    background: rgba(255,255,255,.05);
    border-color: rgba(255,255,255,.10);
}

.customer-card span {
    font-size: 40px;
}

.customer-card h3 {
    margin-top: 10px;
}

.customer-card p {
    color: rgba(255,255,255,.62);
}


/* ================= BUDGET ================= */

.budget-table {
    margin-top: 40px;
    border: 1px solid var(--border);
    border-radius: 18px;
    overflow: hidden;
}

.budget-row {
    display: grid;
    grid-template-columns: 1fr 220px;

    padding: 17px 23px;

    border-bottom: 1px solid var(--border);
}

.budget-row:last-child {
    border-bottom: none;
}

.budget-row.header {
    background: var(--dark);
    color: white;
    font-weight: 600;
}

.budget-row strong {
    color: var(--primary-dark);
}

.budget-total {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-top: 20px;

    padding: 25px 30px;

    border-radius: 18px;

    background: linear-gradient(
        135deg,
        var(--primary-dark),
        var(--primary)
    );

    color: white;
}

.budget-total strong {
    font-size: 25px;
}

.note {
    margin-top: 20px;

    padding: 20px;

    border-radius: 15px;

    background: #fff9e8;
    border: 1px solid #f1e1ac;
}


/* ================= SOURCING ================= */

.source-map {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 40px;
}

.source-item {
    display: flex;
    gap: 18px;

    padding: 23px;

    border: 1px solid var(--border);
    border-radius: 18px;
}

.source-icon {
    width: 52px;
    height: 52px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;
    background: var(--light);

    font-size: 25px;
}

.source-item h3 {
    font-size: 19px;
}

.source-item p {
    color: var(--muted);
    font-size: 14px;
}

.campaign-box {
    margin-top: 25px;

    padding: 25px;

    border-radius: 18px;

    background: var(--dark);
    color: white;
}


/* ================= ASSESSMENT ================= */

.assessment {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    margin-top: 40px;
}

.assessment-step {
    padding: 25px;

    border: 1px solid var(--border);
    border-radius: 20px;
}

.assessment-step > span {
    color: var(--primary);
    font-weight: 800;
    font-size: 13px;
}

.assessment-step h3 {
    margin: 8px 0;
    font-size: 20px;
}

.assessment-step p {
    color: var(--muted);
    font-size: 14px;
}

.formula {
    margin-top: 30px;

    padding: 22px;

    border-radius: 16px;

    background: var(--light);

    text-align: center;
}

.formula span,
.formula strong {
    display: block;
}

.formula span {
    color: var(--primary-dark);
    font-size: 12px;
    letter-spacing: 1px;
}

.formula strong {
    color: var(--dark);
}


/* ================= CHECKLIST ================= */

.checklist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;

    margin-top: 35px;
}

.checklist div {
    padding: 15px 18px;

    border-radius: 12px;

    background: var(--light);
    border: 1px solid var(--border);

    color: var(--dark);
}

.quality-card {
    display: flex;
    align-items: center;
    gap: 25px;

    margin-top: 30px;

    padding: 25px;

    border-radius: 20px;

    background: var(--dark);
    color: white;
}

.quality-card h3 {
    color: white;
}

.quality-card p {
    color: rgba(255,255,255,.65);
}

.quality-score {
    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--primary);
    color: white;

    font-size: 28px;
    font-weight: 800;
}


/* ================= PARTNER ================= */

.partner-list {
    margin-top: 35px;
}

.partner {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 18px;

    padding: 20px 0;

    border-bottom: 1px solid rgba(255,255,255,.1);
}

.partner > span {
    color: var(--accent);
    font-weight: 700;
}

.partner h3 {
    font-size: 21px;
}

.partner p {
    color: rgba(255,255,255,.63);
}

.warning {
    margin-top: 25px;

    padding: 20px;

    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.13);

    border-radius: 16px;

    color: #d8f7e6;
}


/* ================= PRICING ================= */

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    margin-top: 40px;
}

.price-card {
    position: relative;

    padding: 30px;

    border-radius: 22px;

    border: 1px solid var(--border);
}

.price-card.featured {
    background: var(--dark);
    color: white;
    transform: translateY(-8px);
}

.price-card.featured h3,
.price-card.featured p {
    color: white;
}

.popular {
    position: absolute;
    top: 18px;
    right: 18px;
}

.price-name {
    color: var(--primary);
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

.price {
    margin: 12px 0;

    font-size: 34px;
    font-weight: 800;

    color: var(--dark);
}

.featured .price {
    color: white;
}

.price-card > p {
    color: var(--muted);
}

.price-card ul {
    margin-top: 20px;
    list-style: none;
}

.price-card li {
    padding: 7px 0;
    border-bottom: 1px solid rgba(127,127,127,.12);
}

.price-card li::before {
    content: "✓";
    color: var(--primary);
    margin-right: 8px;
}

.pricing-tip {
    margin-top: 25px;
    padding: 22px;
    background: var(--light);
    border-radius: 17px;
}


/* ================= FINANCIAL ================= */

.financial-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

    margin-top: 35px;
}

.financial-cards div {
    padding: 22px;

    border-radius: 17px;

    background: var(--light);
}

.financial-cards span,
.financial-cards strong {
    display: block;
}

.financial-cards span {
    font-size: 13px;
    color: var(--muted);
}

.financial-cards strong {
    font-size: 25px;
    color: var(--primary-dark);
}

.chart {
    margin-top: 35px;

    padding: 30px;

    border: 1px solid var(--border);
    border-radius: 20px;
}

.chart-title {
    font-weight: 700;
    margin-bottom: 25px;
}

.bar {
    display: grid;
    grid-template-columns: 120px 1fr 70px;
    align-items: center;
    gap: 15px;

    margin: 17px 0;
}

.bar > span {
    font-size: 14px;
}

.bar-track {
    height: 12px;
    background: #e4eee9;
    border-radius: 30px;
    overflow: hidden;
}

.bar-track i {
    display: block;
    height: 100%;

    background: linear-gradient(
        90deg,
        var(--primary-dark),
        var(--primary)
    );

    border-radius: inherit;
}

.bar strong {
    color: var(--primary-dark);
}

.revenue-total {
    margin-top: 20px;

    display: flex;
    justify-content: space-between;

    padding: 25px;

    border-radius: 18px;

    background: var(--dark);
    color: white;
}

.revenue-total strong {
    color: var(--accent);
    font-size: 27px;
}


/* ================= MARKETING ================= */

.marketing-grid {
    grid-template-columns: repeat(3, 1fr);
}

.marketing-card span {
    color: var(--primary);
    font-weight: 800;
}

.marketing-card h3 {
    margin-top: 8px;
}

.content-formula {
    margin-top: 30px;

    padding: 25px;

    background: var(--dark);
    color: white;

    border-radius: 18px;

    text-align: center;
}


/* ================= TRUST ================= */

.trust-grid {
    grid-template-columns: repeat(3, 1fr);
}

.trust-item > div {
    font-size: 35px;
    margin-bottom: 10px;
}


/* ================= TIMELINE ================= */

.timeline {
    position: relative;

    margin-top: 45px;
}

.timeline::before {
    content: "";

    position: absolute;
    left: 25px;
    top: 0;
    bottom: 0;

    width: 2px;

    background: var(--border);
}

.timeline-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 20px;

    position: relative;

    margin-bottom: 28px;
}

.timeline-number {
    width: 52px;
    height: 52px;

    border-radius: 50%;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--primary);
    color: white;

    font-weight: 800;

    position: relative;
    z-index: 2;
}

.timeline-item span {
    color: var(--primary-dark);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.timeline-item h3 {
    font-size: 22px;
}

.timeline-item p {
    color: var(--muted);
}


/* ================= SOP ================= */

.sop {
    margin-top: 40px;

    border: 1px solid var(--border);
    border-radius: 20px;

    overflow: hidden;
}

.sop-row {
    display: grid;
    grid-template-columns: 60px 150px 1fr;
    align-items: center;

    padding: 17px 22px;

    border-bottom: 1px solid var(--border);
}

.sop-row:last-child {
    border-bottom: none;
}

.sop-row > span {
    color: var(--primary);
    font-weight: 700;
}

.sop-row strong {
    color: var(--dark);
}

.sop-row p {
    color: var(--muted);
    margin: 0;
}


/* ================= CHALLENGES ================= */

.challenge-grid {
    margin-top: 40px;
}

.challenge-grid > div {
    padding: 25px;

    border: 1px solid rgba(255,255,255,.1);
    border-radius: 18px;

    background: rgba(255,255,255,.04);
}

.challenge-grid span {
    font-size: 30px;
}

.challenge-grid h3 {
    margin: 8px 0;
}

.challenge-grid p {
    color: rgba(255,255,255,.62);
}


/* ================= PROS CONS ================= */

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;

    margin-top: 40px;
}

.pros,
.cons {
    padding: 30px;

    border-radius: 22px;
}

.pros {
    background: #edf9f2;
    border: 1px solid #ccebd9;
}

.cons {
    background: #fff5f2;
    border: 1px solid #f0d7d0;
}

.pros h3 {
    color: var(--primary-dark);
}

.cons h3 {
    color: #a34832;
}

.pros ul,
.cons ul {
    list-style: none;
    margin-top: 20px;
}

.pros li,
.cons li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,.07);
}


/* ================= KPI ================= */

.kpi-grid {
    grid-template-columns: repeat(3, 1fr);
}

.kpi strong {
    display: block;

    color: var(--primary);

    font-size: 14px;
}

.kpi span {
    display: block;

    margin: 7px 0;

    font-family: var(--heading-font);
    font-size: 21px;
    color: var(--dark);
}

.kpi small {
    color: var(--muted);
}


/* ================= SCALE ================= */

.scale-road {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;

    margin-top: 50px;
}

.scale-step {
    text-align: center;
}

.scale-step > div {
    width: 70px;
    height: 70px;

    margin: 0 auto 15px;

    border-radius: 50%;

    background: var(--light);
    border: 2px solid var(--primary);

    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--primary-dark);
    font-weight: 800;
}

.scale-step h3 {
    font-size: 18px;
}

.scale-step p {
    color: var(--muted);
    font-size: 13px;
}

.big-vision {
    margin-top: 50px;

    padding: 50px;

    border-radius: 28px;

    background:
        linear-gradient(
            135deg,
            #0b4937,
            #0b7653
        );

    color: white;

    text-align: center;
}

.big-vision span {
    color: var(--accent);
    font-size: 12px;
    letter-spacing: 3px;
}

.big-vision h3 {
    color: white;
    font-size: 35px;
    max-width: 650px;
    margin: 15px auto;
}

.big-vision p {
    color: rgba(255,255,255,.70);
}


/* ================= 90 DAYS ================= */

.month-plan {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    margin-top: 45px;
}

.month {
    padding: 30px;

    border: 1px solid var(--border);
    border-radius: 22px;
}

.month > span {
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
}

.month h3 {
    margin: 10px 0 20px;
}

.month ul {
    list-style: none;
}

.month li {
    padding: 7px 0;
    border-bottom: 1px solid var(--border);
}

.month li::before {
    content: "→";
    color: var(--primary);
    margin-right: 7px;
}


/* ================= FINAL INSIGHT ================= */

.final-insight {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    text-align: center;
}

.final-symbol {
    font-size: 80px;
    margin-bottom: 20px;
}

.final-insight h2 {
    max-width: 750px;
}

.final-insight h2 span {
    display: block;
}

.final-insight .lead {
    max-width: 760px;
}

.final-statement {
    margin-top: 30px;

    padding: 30px 50px;

    border-radius: 22px;

    background: var(--light);

    color: var(--primary-dark);

    font-size: 24px;
}


/* ================= CTA ================= */

.cta-page {
    min-height: 100vh;

    background:
        radial-gradient(
            circle at 50% 20%,
            rgba(116,235,172,.25),
            transparent 30%
        ),
        linear-gradient(
            135deg,
            #061a15,
            #0b4a38
        );

    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    text-align: center;
}

.cta-content {
    position: relative;
    z-index: 2;

    max-width: 750px;
}

.cta-small {
    color: var(--accent);
    letter-spacing: 4px;
    font-size: 12px;
    font-weight: 700;
}

.cta-page h2 {
    color: white;
    font-size: clamp(48px, 7vw, 75px);
    margin: 20px 0;
}

.cta-page p {
    color: rgba(255,255,255,.72);
    font-size: 20px;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-top: 25px;

    padding: 16px 38px;

    border-radius: 50px;

    background: #73e6a8;
    color: #06251b;

    font-size: 19px;
    font-weight: 700;

    text-decoration: none;

    box-shadow:
        0 15px 35px rgba(0,0,0,.25);

    transition: .3s ease;
}

.cta-button:hover {
    transform: translateY(-4px);
    background: white;
}

.cta-features {
    display: flex;
    justify-content: center;
    gap: 50px;

    margin-top: 50px;
}

.cta-features span,
.cta-features small {
    display: block;
}

.cta-features span {
    color: #73e6a8;
    font-size: 25px;
    font-weight: 800;
}

.cta-features small {
    color: rgba(255,255,255,.55);
}

.cta-footer {
    position: absolute;
    bottom: 30px;

    color: rgba(255,255,255,.35);

    font-size: 12px;
}


/* ================= PRINT ================= */

@media print {

    body {
        background: white;
    }

    .ebook {
        max-width: none;
    }

    .page {
        min-height: 297mm;
        width: 210mm;

        page-break-after: always;

        box-shadow: none;
    }

    .page:last-child {
        page-break-after: auto;
    }

    .cta-button {
        color: #06251b;
    }

}


/* ================= RESPONSIVE ================= */

@media (max-width: 900px) {

    .page {
        padding: 60px 40px;
    }

    .hero-illustration {
        opacity: .25;
        right: -30px;
    }

    .three-cards,
    .revenue-grid,
    .customer-grid,
    .trust-grid,
    .marketing-grid,
    .challenge-grid,
    .kpi-grid,
    .assessment,
    .checklist {
        grid-template-columns: repeat(2, 1fr);
    }

    .financial-cards {
        grid-template-columns: repeat(2, 1fr);
    }

    .scale-road {
        grid-template-columns: repeat(3, 1fr);
    }

}


@media (max-width: 600px) {

    body {
        font-size: 16px;
    }

    .page {
        padding: 45px 22px;
    }

    h2 {
        font-size: 36px;
    }

    .lead {
        font-size: 18px;
    }

    .cover {
        padding: 35px 22px;
    }

    .cover h1 {
        font-size: 46px;
    }

    .cover-subtitle {
        font-size: 19px;
    }

    .hero-illustration {
        transform: scale(.7);
        right: -90px;
        top: 20%;
    }

    .cover-top,
    .cover-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .cover-bottom {
        display: grid;
        grid-template-columns: 1fr;
    }

    .three-cards,
    .revenue-grid,
    .customer-grid,
    .trust-grid,
    .marketing-grid,
    .challenge-grid,
    .kpi-grid,
    .assessment,
    .checklist,
    .source-map,
    .pricing-grid,
    .month-plan {
        grid-template-columns: 1fr;
    }

    .revenue-card.large {
        grid-column: span 1;
    }

    .decision-grid {
        grid-template-columns: 1fr;
    }

    .financial-cards {
        grid-template-columns: 1fr 1fr;
    }

    .budget-row {
        grid-template-columns: 1fr;
        gap: 5px;
    }

    .budget-row.header {
        display: none;
    }

    .budget-row strong {
        font-size: 14px;
    }

    .bar {
        grid-template-columns: 85px 1fr 55px;
        gap: 8px;
    }

    .pros-cons {
        grid-template-columns: 1fr;
    }

    .scale-road {
        grid-template-columns: 1fr 1fr;
    }

    .big-vision {
        padding: 35px 22px;
    }

    .big-vision h3 {
        font-size: 28px;
    }

    .sop-row {
        grid-template-columns: 40px 100px 1fr;
        font-size: 14px;
    }

    .cta-page h2 {
        font-size: 48px;
    }

    .cta-features {
        gap: 25px;
    }

}


/* ================= EXTRA DECORATION ================= */

.page::before {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    border: 1px solid rgba(25,169,116,.08);

    right: -80px;
    bottom: -80px;
}

.page::after {
    content: "♻";

    position: absolute;

    right: 25px;
    top: 25px;

    color: rgba(25,169,116,.08);

    font-size: 60px;

    pointer-events: none;
}

.dark-page::after,
.cta-page::after,
.cover::after {
    color: rgba(115,230,168,.08);
}/* End custom CSS */