.elementor-7893 .elementor-element.elementor-element-17b73e1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-8bc95b1 *//* =====================================================
   BUSINESS DRIFT
   KIDS CODING BOOTCAMP EBOOK
===================================================== */

:root {
    --bg: #08091a;
    --bg-soft: #10122c;
    --purple: #7c4dff;
    --purple-light: #a98bff;
    --cyan: #22d3ee;
    --blue: #3b82f6;
    --pink: #f472b6;
    --yellow: #facc15;
    --white: #ffffff;
    --text: #202238;
    --muted: #697089;
    --light: #f6f7ff;
    --border: rgba(255,255,255,.12);

    --heading: "Noto Serif Bengali", serif;
    --body: "Hind Siliguri", sans-serif;
}


/* =====================================================
   GLOBAL
===================================================== */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    background: #dfe2f2;
    color: var(--text);
    font-family: var(--body);
    font-size: 16px;
    line-height: 1.75;
}

.page {
    width: 210mm;
    min-height: 297mm;
    margin: 30px auto;
    padding: 22mm 18mm;
    background: var(--white);
    position: relative;
    overflow: hidden;
    page-break-after: always;
    break-after: page;
}

.dark-page {
    background:
        radial-gradient(circle at 80% 10%, rgba(124,77,255,.20), transparent 30%),
        radial-gradient(circle at 10% 90%, rgba(34,211,238,.12), transparent 30%),
        var(--bg);
    color: var(--white);
}

h1,
h2,
h3 {
    font-family: var(--heading);
    line-height: 1.3;
}

p {
    color: var(--muted);
}

.dark-page p,
.light-text {
    color: #c8cce2;
}

span {
    color: inherit;
}


/* =====================================================
   HEADER
===================================================== */

.page-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 28px;
    color: var(--purple);
}

.page-header span {
    font-size: 13px;
    font-weight: 800;
    background: rgba(124,77,255,.1);
    padding: 4px 10px;
    border-radius: 50px;
}

.page-header small {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
}

.page-header.light {
    color: var(--cyan);
}

.page-header.light span {
    background: rgba(34,211,238,.1);
}


/* =====================================================
   BRAND
===================================================== */

.brand {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 800;
}

.brand-dot {
    width: 9px;
    height: 9px;
    display: inline-block;
    border-radius: 50%;
    background: var(--cyan);
    box-shadow: 0 0 18px rgba(34,211,238,.8);
}


/* =====================================================
   COVER
===================================================== */

.cover-page {
    min-height: 297mm;
    color: white;
    background:
        radial-gradient(circle at 80% 20%, rgba(124,77,255,.5), transparent 30%),
        radial-gradient(circle at 10% 80%, rgba(34,211,238,.2), transparent 30%),
        linear-gradient(135deg, #08091a, #111335 60%, #17153d);
}

.cover-content {
    width: 58%;
    margin-top: 45px;
    position: relative;
    z-index: 4;
}

.eyebrow {
    display: inline-block;
    color: var(--cyan);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 18px;
}

.cover-content h1 {
    font-size: 52px;
    font-weight: 800;
    letter-spacing: -2px;
}

.cover-content h1 span,
.cover-content h2 span {
    color: var(--cyan);
}

.cover-content h2 {
    font-family: var(--body);
    font-size: 23px;
    color: #e5e7ff;
    margin-top: 12px;
    font-weight: 600;
}

.cover-description {
    color: #c6c9df;
    max-width: 520px;
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.7;
}

.cover-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 22px;
}

.cover-tags span {
    padding: 7px 13px;
    border: 1px solid rgba(255,255,255,.12);
    background: rgba(255,255,255,.05);
    border-radius: 50px;
    font-size: 12px;
}

.cover-footer {
    position: absolute;
    bottom: 20mm;
    left: 18mm;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #aeb4d0;
    font-size: 12px;
}

.cover-footer strong {
    color: var(--cyan);
}


/* =====================================================
   COVER ILLUSTRATION
===================================================== */

.hero-illustration {
    position: absolute;
    right: 8%;
    top: 38%;
    width: 330px;
    height: 270px;
}

.laptop {
    position: absolute;
    left: 65px;
    top: 50px;
    width: 230px;
    z-index: 3;
}

.screen {
    height: 150px;
    border: 8px solid #292c55;
    background: #11132b;
    border-radius: 15px 15px 5px 5px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0,0,0,.4);
}

.screen-top {
    height: 20px;
    background: #292c55;
    display: flex;
    align-items: center;
    padding-left: 9px;
    gap: 4px;
}

.screen-top i {
    width: 5px;
    height: 5px;
    background: #8c91b1;
    border-radius: 50%;
}

.code-lines {
    position: absolute;
    left: 15px;
    top: 45px;
    width: 70px;
}

.code-lines span {
    display: block;
    height: 5px;
    margin-bottom: 7px;
    background: var(--cyan);
    border-radius: 10px;
}

.code-lines span:nth-child(2) {
    width: 55%;
    background: var(--purple-light);
}

.code-lines span:nth-child(3) {
    width: 80%;
}

.code-lines span:nth-child(4) {
    width: 45%;
    background: var(--pink);
}

.code-lines span:nth-child(5) {
    width: 65%;
}

.game-window {
    position: absolute;
    right: 15px;
    top: 47px;
    width: 105px;
    height: 85px;
    border: 2px solid var(--purple);
    border-radius: 7px;
    background: linear-gradient(180deg, #20255a, #121532);
}

.game-character {
    position: absolute;
    left: 38px;
    top: 23px;
    font-size: 25px;
}

.game-star {
    position: absolute;
    right: 12px;
    top: 10px;
    color: var(--yellow);
}

.game-ground {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 12px;
    background: var(--cyan);
}

.keyboard {
    height: 16px;
    margin: 0 auto;
    width: 265px;
    background: #363a68;
    border-radius: 0 0 12px 12px;
}

.kid {
    position: absolute;
    bottom: 5px;
    left: 20px;
    z-index: 4;
}

.kid-head {
    font-size: 48px;
    filter: drop-shadow(0 10px 10px rgba(0,0,0,.3));
}

.kid-body {
    width: 65px;
    height: 60px;
    margin: -5px auto 0;
    border-radius: 30px 30px 12px 12px;
    background: var(--purple);
}

.code-float {
    position: absolute;
    font-family: monospace;
    font-weight: bold;
    z-index: 5;
    text-shadow: 0 0 20px currentColor;
}

.code-one {
    color: var(--cyan);
    top: 10px;
    right: 30px;
    font-size: 30px;
}

.code-two {
    color: var(--pink);
    right: 0;
    bottom: 50px;
    font-size: 26px;
}

.code-three {
    color: var(--yellow);
    left: 30px;
    top: 30px;
}

.code-four {
    color: var(--purple-light);
    right: 50px;
    bottom: 5px;
}

.orbit {
    position: absolute;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 50%;
}

.orbit-one {
    width: 320px;
    height: 180px;
    transform: rotate(-15deg);
}

.orbit-two {
    width: 250px;
    height: 140px;
    transform: rotate(25deg);
    top: 20px;
    left: 30px;
}

.cover-glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
}

.glow-one {
    width: 220px;
    height: 220px;
    background: rgba(124,77,255,.2);
    right: -50px;
    top: 50px;
}

.glow-two {
    width: 180px;
    height: 180px;
    background: rgba(34,211,238,.12);
    left: -50px;
    bottom: 30px;
}


/* =====================================================
   SECTION TITLES
===================================================== */

.section-intro {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.section-number {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: linear-gradient(135deg, var(--purple), var(--blue));
    color: white;
    font-weight: 800;
}

.section-intro h2,
.large-title {
    font-size: 35px;
    color: var(--text);
}

.large-title {
    margin-bottom: 12px;
}

.dark-page .large-title {
    color: white;
}

.section-intro h2 span,
.large-title span {
    color: var(--purple);
}

.dark-page .large-title span {
    color: var(--cyan);
}

.lead {
    max-width: 760px;
    font-size: 17px;
    margin-bottom: 30px;
}


/* =====================================================
   CARDS
===================================================== */

.idea-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.info-card {
    padding: 24px;
    border-radius: 20px;
    background: #f7f8ff;
    border: 1px solid #eceef9;
    position: relative;
    overflow: hidden;
}

.info-card::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    right: -50px;
    top: -50px;
    opacity: .12;
}

.info-card.purple::after {
    background: var(--purple);
}

.info-card.cyan::after {
    background: var(--cyan);
}

.info-card.yellow::after {
    background: var(--yellow);
}

.info-card.pink::after {
    background: var(--pink);
}

.card-icon {
    font-size: 30px;
    margin-bottom: 12px;
}

.info-card h3 {
    font-size: 19px;
    margin-bottom: 6px;
}

.info-card p {
    font-size: 14px;
}

.highlight-box {
    display: flex;
    gap: 15px;
    margin-top: 25px;
    padding: 18px;
    background: linear-gradient(135deg, #f2efff, #eefaff);
    border-left: 4px solid var(--purple);
    border-radius: 12px;
}

.highlight-icon {
    font-size: 25px;
}

.highlight-box strong {
    color: var(--purple);
}


/* =====================================================
   PROBLEM PAGE
===================================================== */

.problem-list {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.problem-item {
    display: flex;
    gap: 15px;
    padding: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.035);
    border-radius: 18px;
}

.problem-item > span {
    color: var(--cyan);
    font-weight: 800;
}

.problem-item h3 {
    font-family: var(--body);
    font-size: 17px;
    margin-bottom: 5px;
}

.problem-item p {
    font-size: 13px;
}

.quote-card {
    margin-top: 25px;
    padding: 22px;
    border: 1px solid rgba(34,211,238,.25);
    background: rgba(34,211,238,.05);
    border-radius: 15px;
    color: #e5faff;
    font-family: var(--heading);
    font-size: 18px;
}


/* =====================================================
   SOLUTION
===================================================== */

.solution-flow {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 45px 0;
}

.flow-card {
    width: 155px;
    min-height: 175px;
    padding: 18px;
    border: 1px solid #e8eaf5;
    border-radius: 18px;
    background: #fbfbff;
    text-align: center;
}

.flow-number {
    font-size: 10px;
    font-weight: 800;
    color: var(--purple);
}

.flow-icon {
    font-size: 32px;
    margin: 8px 0;
}

.flow-card h3 {
    font-size: 17px;
}

.flow-card p {
    font-size: 12px;
    line-height: 1.6;
}

.flow-arrow {
    font-size: 24px;
    color: var(--purple);
    font-weight: 800;
}

.three-column {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.three-column > div {
    padding: 22px;
    border-radius: 18px;
    background: #f7f8ff;
}

.big-icon {
    font-size: 30px;
}

.three-column h3 {
    margin: 8px 0 5px;
    font-size: 18px;
}

.three-column p {
    font-size: 13px;
}


/* =====================================================
   AGE ROADMAP
===================================================== */

.age-roadmap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 35px;
}

.age-card {
    border: 1px solid #e6e8f3;
    border-radius: 20px;
    padding: 20px 15px;
    background: #fbfbff;
}

.age-card.active {
    background: linear-gradient(145deg, #f0edff, #eefcff);
    border: 2px solid var(--purple);
    transform: translateY(-7px);
}

.age {
    font-size: 27px;
    color: var(--purple);
    font-weight: 800;
}

.age-card h3 {
    font-size: 17px;
}

.age-line {
    height: 3px;
    width: 35px;
    background: var(--cyan);
    margin: 12px 0;
}

.age-card ul {
    list-style: none;
    font-size: 13px;
    color: var(--muted);
}

.age-card li {
    margin: 6px 0;
}

.age-card li::before {
    content: "✓";
    color: var(--purple);
    margin-right: 5px;
}

.note-box {
    margin-top: 25px;
    padding: 18px;
    background: #fff8df;
    border-radius: 14px;
    font-size: 14px;
}


/* =====================================================
   CURRICULUM
===================================================== */

.curriculum-stack {
    margin-top: 30px;
}

.curriculum-row {
    display: grid;
    grid-template-columns: 90px 1fr 100px;
    align-items: center;
    gap: 15px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.level {
    color: var(--cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.curriculum-content h3 {
    font-size: 18px;
}

.curriculum-content p {
    font-size: 13px;
}

.duration {
    font-size: 11px;
    color: #aeb4d0;
    text-align: right;
}

.teaching-model {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 28px;
}

.teaching-model div {
    padding: 18px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
    text-align: center;
}

.teaching-model strong {
    display: block;
    font-size: 30px;
    color: var(--cyan);
}

.teaching-model span {
    color: #c9cde0;
    font-size: 12px;
}


/* =====================================================
   CLASS MODEL
===================================================== */

.class-model {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 30px;
    margin-top: 35px;
}

.model-main {
    padding: 35px;
    text-align: center;
    border-radius: 25px;
    background: linear-gradient(145deg, #f0edff, #eefcff);
}

.model-icon {
    font-size: 40px;
}

.big-number {
    font-size: 58px;
    font-weight: 800;
    color: var(--purple);
    line-height: 1;
    margin-top: 15px;
}

.model-details {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.detail-item {
    display: flex;
    gap: 12px;
    align-items: center;
    padding: 18px;
    border: 1px solid #e9ebf5;
    border-radius: 15px;
}

.detail-item > span {
    font-size: 25px;
}

.detail-item strong {
    font-size: 14px;
}

.detail-item p {
    font-size: 12px;
}

.sub-heading {
    margin: 35px 0 15px;
    font-size: 20px;
}

.class-timeline {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7px;
}

.class-timeline div {
    text-align: center;
    padding: 15px 8px;
    background: #f6f7ff;
    border-radius: 12px;
}

.class-timeline span {
    display: block;
    color: var(--purple);
    font-weight: 800;
    font-size: 12px;
}

.class-timeline strong {
    font-size: 12px;
}


/* =====================================================
   REVENUE
===================================================== */

.revenue-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.revenue-card {
    position: relative;
    padding: 24px;
    border-radius: 20px;
    border: 1px solid #e8eaf5;
    background: #fbfbff;
}

.revenue-card > span {
    position: absolute;
    right: 15px;
    top: 12px;
    color: #c4c7d8;
    font-size: 11px;
    font-weight: 800;
}

.revenue-card > div {
    font-size: 28px;
}

.revenue-card h3 {
    margin-top: 10px;
    font-size: 17px;
}

.revenue-card p {
    font-size: 13px;
}


/* =====================================================
   PRICING
===================================================== */

.pricing-table {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.price-card {
    position: relative;
    padding: 25px 20px;
    border: 1px solid rgba(255,255,255,.1);
    background: rgba(255,255,255,.04);
    border-radius: 20px;
}

.price-card.featured {
    border: 2px solid var(--cyan);
    background: rgba(34,211,238,.06);
    transform: translateY(-8px);
}

.popular {
    position: absolute;
    right: 15px;
    top: 15px;
    background: var(--cyan);
    color: #07111b;
    padding: 4px 8px;
    border-radius: 50px;
    font-size: 8px;
    font-weight: 800;
}

.price-badge {
    color: var(--cyan);
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: 800;
}

.price-card h3 {
    font-size: 20px;
    margin-top: 7px;
}

.price {
    font-size: 25px;
    font-weight: 800;
    color: white;
    margin: 15px 0 2px;
}

.price-card p {
    font-size: 12px;
}

.price-card ul {
    list-style: none;
    margin-top: 18px;
    color: #c9cde0;
    font-size: 12px;
}

.price-card li {
    margin: 7px 0;
}

.price-card li::before {
    content: "✓";
    color: var(--cyan);
    margin-right: 7px;
}

.pricing-tip {
    margin-top: 25px;
    padding: 17px;
    border-radius: 14px;
    background: rgba(250,204,21,.08);
    border: 1px solid rgba(250,204,21,.15);
    color: #f5e8a0;
    font-size: 13px;
}


/* =====================================================
   BUDGET
===================================================== */

.budget-layout {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 30px;
    margin-top: 35px;
}

.budget-chart {
    padding: 25px;
    border-radius: 20px;
    background: #f7f8ff;
}

.chart-title {
    font-weight: 800;
    margin-bottom: 25px;
}

.bar-row {
    display: grid;
    grid-template-columns: 115px 1fr 65px;
    align-items: center;
    gap: 10px;
    margin: 17px 0;
    font-size: 12px;
}

.bar {
    height: 10px;
    background: #e4e7f2;
    border-radius: 20px;
    overflow: hidden;
}

.bar i {
    display: block;
    height: 100%;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--purple), var(--cyan));
}

.bar-row strong {
    font-size: 10px;
}

.budget-summary {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.budget-box {
    padding: 22px;
    border-radius: 20px;
    background: linear-gradient(145deg, #f0edff, #eefcff);
}

.budget-box span {
    display: block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    color: var(--purple);
}

.budget-box strong {
    display: block;
    font-size: 26px;
    color: var(--text);
    margin: 8px 0;
}

.budget-box small {
    color: var(--muted);
    font-size: 11px;
}

.footnote {
    margin-top: 20px;
    font-size: 10px;
    color: #8b90a6;
}


/* =====================================================
   LAUNCH STEPS
===================================================== */

.launch-steps {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

.launch-step {
    display: flex;
    gap: 15px;
    padding: 18px;
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 17px;
    background: rgba(255,255,255,.035);
}

.launch-step > span {
    width: 35px;
    height: 35px;
    flex: 0 0 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--purple);
    color: white;
    font-size: 11px;
    font-weight: 800;
}

.launch-step h3 {
    font-family: var(--body);
    font-size: 16px;
}

.launch-step p {
    font-size: 12px;
}


/* =====================================================
   MARKETING FUNNEL
===================================================== */

.marketing-funnel {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-top: 30px;
}

.funnel-step {
    text-align: center;
    padding: 22px 15px;
    background: #f7f8ff;
    border-radius: 18px;
}

.funnel-icon {
    font-size: 30px;
}

.funnel-step h3 {
    font-size: 16px;
    margin: 8px 0;
}

.funnel-step p {
    font-size: 12px;
}

.ad-copy {
    margin-top: 25px;
    padding: 25px;
    border-radius: 22px;
    background:
        radial-gradient(circle at 80% 10%, rgba(124,77,255,.2), transparent 35%),
        linear-gradient(135deg, #10122c, #171b43);
    color: white;
}

.ad-copy > span {
    font-size: 10px;
    color: var(--cyan);
    font-weight: 800;
    letter-spacing: 1px;
}

.ad-copy h3 {
    font-size: 24px;
    margin: 10px 0;
}

.ad-copy p {
    color: #c8cce2;
    font-size: 13px;
}

.ad-copy button {
    border: none;
    margin-top: 15px;
    padding: 10px 16px;
    background: var(--cyan);
    border-radius: 50px;
    font-size: 10px;
    font-weight: 800;
}


/* =====================================================
   MARKETING GRID
===================================================== */

.marketing-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.marketing-card {
    padding: 22px;
    border-radius: 18px;
    border: 1px solid #e8eaf5;
    background: #fbfbff;
}

.marketing-card > span {
    color: var(--purple);
    font-size: 10px;
    font-weight: 800;
}

.marketing-card h3 {
    font-size: 17px;
    margin: 8px 0;
}

.marketing-card p {
    font-size: 12px;
}


/* =====================================================
   FINANCIAL
===================================================== */

.financial-highlight {
    display: grid;
    grid-template-columns: 1fr 30px 1fr 30px 1.3fr;
    gap: 8px;
    align-items: center;
    margin: 35px 0 25px;
}

.financial-highlight > div:not(.math) {
    padding: 22px;
    border-radius: 18px;
    background: rgba(255,255,255,.05);
    border: 1px solid rgba(255,255,255,.08);
    text-align: center;
}

.financial-highlight span {
    display: block;
    font-size: 9px;
    letter-spacing: 1px;
    color: var(--cyan);
    font-weight: 800;
}

.financial-highlight strong {
    display: block;
    font-size: 30px;
    color: white;
}

.financial-highlight small {
    color: #aeb4d0;
    font-size: 10px;
}

.math {
    text-align: center;
    color: var(--cyan);
    font-size: 25px;
    font-weight: 800;
}

.expense-table {
    border: 1px solid rgba(255,255,255,.08);
    border-radius: 18px;
    overflow: hidden;
}

.expense-table > div {
    display: flex;
    justify-content: space-between;
    padding: 12px 18px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    color: #c8cce2;
    font-size: 13px;
}

.expense-table .total {
    background: rgba(255,255,255,.05);
    border-bottom: 0;
    color: white;
    font-weight: 800;
}

.expense-table strong {
    color: white;
}

.profit-box {
    margin-top: 20px;
    padding: 20px;
    border-radius: 18px;
    background: rgba(34,211,238,.07);
    border: 1px solid rgba(34,211,238,.2);
    text-align: center;
}

.profit-box span {
    display: block;
    color: var(--cyan);
    font-size: 10px;
    font-weight: 800;
}

.profit-box strong {
    display: block;
    color: white;
    font-size: 35px;
}

.profit-box small {
    color: #adb4cc;
    font-size: 10px;
}


/* =====================================================
   GROWTH GRAPH
===================================================== */

.growth-chart {
    display: flex;
    height: 340px;
    margin-top: 35px;
    padding: 25px 20px 20px;
    border-radius: 20px;
    background: #f7f8ff;
}

.y-labels {
    width: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 9px;
    color: #8d92a8;
}

.chart-area {
    position: relative;
    flex: 1;
}

.grid-line {
    position: absolute;
    left: 0;
    right: 0;
    border-top: 1px dashed #dfe2ee;
}

.l1 { top: 0; }
.l2 { top: 20%; }
.l3 { top: 40%; }
.l4 { top: 60%; }
.l5 { top: 80%; }

.growth-bars {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    position: relative;
    z-index: 2;
}

.growth-bar {
    width: 13%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.growth-bar i {
    width: 100%;
    display: block;
    border-radius: 9px 9px 0 0;
    background: linear-gradient(180deg, var(--cyan), var(--purple));
}

.growth-bar span {
    position: absolute;
    bottom: -25px;
    font-size: 9px;
    color: #73788f;
}

.growth-bar b {
    position: absolute;
    bottom: calc(var(--height) + 5px);
    font-size: 10px;
    color: var(--purple);
}

.chart-note {
    margin-top: 30px;
    padding: 15px;
    border-radius: 13px;
    background: #f5f6fc;
    color: #73788f;
    font-size: 11px;
}


/* =====================================================
   COMPARISON
===================================================== */

.compare-table {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
    margin-top: 35px;
}

.compare-column {
    border: 1px solid #e5e8f2;
    border-radius: 20px;
    overflow: hidden;
}

.compare-header {
    padding: 17px;
    background: linear-gradient(135deg, #efedff, #ecfbff);
    font-weight: 800;
    color: var(--purple);
}

.compare-row {
    display: flex;
    justify-content: space-between;
    padding: 14px 17px;
    border-top: 1px solid #edf0f6;
    font-size: 12px;
}

.compare-row strong {
    color: var(--purple);
}

.recommendation {
    margin-top: 25px;
    padding: 18px;
    background: #f0faff;
    border-left: 4px solid var(--cyan);
    border-radius: 12px;
    font-size: 13px;
}


/* =====================================================
   INSTRUCTOR
===================================================== */

.instructor-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    margin-top: 30px;
}

.instructor-card {
    padding: 23px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.035);
    border-radius: 18px;
}

.instructor-card > div {
    font-size: 30px;
}

.instructor-card h3 {
    font-size: 17px;
    margin: 10px 0 5px;
}

.instructor-card p {
    font-size: 12px;
}


/* =====================================================
   SAFETY
===================================================== */

.safety-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-top: 30px;
}

.safety-grid > div {
    padding: 25px;
    background: #f7f8ff;
    border-radius: 18px;
}

.safety-grid span {
    font-size: 30px;
}

.safety-grid h3 {
    font-size: 18px;
    margin: 8px 0;
}

.safety-grid p {
    font-size: 13px;
}

.trust-box {
    margin-top: 25px;
    padding: 22px;
    border-radius: 18px;
    background: linear-gradient(135deg, #f0edff, #eefcff);
    text-align: center;
}

.trust-box > strong {
    color: var(--purple);
}

.trust-formula {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.trust-formula span,
.trust-formula strong {
    padding: 8px 14px;
    border-radius: 50px;
    background: white;
    font-size: 12px;
}

.trust-formula b {
    color: var(--purple);
}


/* =====================================================
   CHALLENGES
===================================================== */

.challenge-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin-top: 30px;
}

.challenge-list > div {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.08);
    background: rgba(255,255,255,.035);
    border-radius: 17px;
}

.challenge-list span {
    color: var(--cyan);
    font-size: 10px;
    font-weight: 800;
}

.challenge-list h3 {
    font-family: var(--body);
    font-size: 16px;
    margin: 6px 0;
}

.challenge-list p {
    font-size: 12px;
}


/* =====================================================
   PROS CONS
===================================================== */

.pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 35px;
}

.pros,
.cons {
    padding: 25px;
    border-radius: 20px;
}

.pros {
    background: #effcf6;
    border: 1px solid #d8f3e7;
}

.cons {
    background: #fff7f5;
    border: 1px solid #f5dfda;
}

.pc-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.pc-header span {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: white;
    font-weight: 800;
}

.pros .pc-header span,
.pros .pc-header h3 {
    color: #14966b;
}

.cons .pc-header span,
.cons .pc-header h3 {
    color: #dc5947;
}

.pros-cons ul {
    list-style: none;
}

.pros-cons li {
    font-size: 13px;
    margin: 9px 0;
}

.pros li::before {
    content: "✓";
    color: #14966b;
    font-weight: 800;
    margin-right: 8px;
}

.cons li::before {
    content: "!";
    color: #dc5947;
    font-weight: 800;
    margin-right: 8px;
}


/* =====================================================
   KPI
===================================================== */

.kpi-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-top: 30px;
}

.kpi-grid > div {
    padding: 20px;
    border: 1px solid #e7e9f3;
    border-radius: 18px;
    background: #fbfbff;
}

.kpi-grid strong {
    display: block;
    color: var(--purple);
    font-size: 10px;
}

.kpi-grid span {
    display: block;
    font-weight: 800;
    font-size: 14px;
    margin: 7px 0;
}

.kpi-grid small {
    color: var(--muted);
    font-size: 11px;
}


/* =====================================================
   ROADMAP
===================================================== */

.roadmap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 35px;
}

.roadmap-phase {
    padding: 25px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: rgba(255,255,255,.04);
}

.roadmap-phase.active {
    border: 2px solid var(--cyan);
    background: rgba(34,211,238,.06);
    transform: translateY(-7px);
}

.phase-number {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--purple);
    border-radius: 50%;
    font-size: 11px;
    font-weight: 800;
}

.phase-period {
    margin-top: 14px;
    color: var(--cyan);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
}

.roadmap-phase h3 {
    font-family: var(--body);
    font-size: 22px;
    margin: 5px 0 15px;
}

.roadmap-phase ul {
    list-style: none;
    color: #c8cce2;
    font-size: 12px;
}

.roadmap-phase li {
    margin: 7px 0;
}

.roadmap-phase li::before {
    content: "→";
    color: var(--cyan);
    margin-right: 7px;
}

.roadmap-bottom {
    margin-top: 25px;
    padding: 18px;
    border-radius: 14px;
    background: rgba(255,255,255,.04);
    color: #c8cce2;
    font-size: 13px;
}


/* =====================================================
   SCALE
===================================================== */

.scale-map {
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scale-node {
    width: 125px;
    text-align: center;
}

.scale-node span {
    width: 38px;
    height: 38px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--purple);
    color: white;
    font-size: 10px;
    font-weight: 800;
}

.scale-node.final span {
    background: var(--cyan);
    color: #07111b;
}

.scale-node strong {
    display: block;
    font-size: 13px;
    margin-top: 9px;
}

.scale-node small {
    display: block;
    color: var(--muted);
    font-size: 9px;
}

.scale-line {
    width: 35px;
    height: 2px;
    background: #d9dceb;
}

.scale-products {
    margin-top: 45px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.scale-products span {
    padding: 9px 14px;
    border-radius: 50px;
    background: #f4f5fc;
    font-size: 11px;
}


/* =====================================================
   FINAL TAKEAWAY
===================================================== */

.final-content {
    min-height: 220mm;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
}

.final-icon {
    font-size: 65px;
    margin-bottom: 20px;
}

.final-content h2 {
    font-size: 39px;
    max-width: 850px;
}

.final-content h2 span {
    color: var(--cyan);
}

.final-content > p {
    max-width: 720px;
    margin-top: 20px;
    font-size: 16px;
}

.final-points {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    gap: 12px;
    margin-top: 35px;
}

.final-points div {
    padding: 16px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 15px;
}

.final-points strong {
    display: block;
    color: var(--cyan);
    font-size: 12px;
}

.final-points span {
    color: #c8cce2;
    font-size: 12px;
}


/* =====================================================
   CTA
===================================================== */

.cta-page {
    color: white;
    text-align: center;
    background:
        radial-gradient(circle at 50% 30%, rgba(124,77,255,.5), transparent 35%),
        radial-gradient(circle at 15% 90%, rgba(34,211,238,.25), transparent 30%),
        #08091a;
}

.cta-page .brand {
    justify-content: center;
}

.cta-content {
    min-height: 220mm;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 3;
}

.cta-icon {
    font-size: 55px;
    margin-bottom: 15px;
}

.cta-content h2 {
    font-size: 42px;
    max-width: 800px;
}

.cta-content h2 span {
    color: var(--cyan);
}

.cta-content p {
    color: #c8cce2;
    font-size: 18px;
    margin-top: 20px;
}

.cta-content p strong {
    color: white;
}

.cta-button {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 30px;
    padding: 15px 28px;
    border-radius: 50px;
    background: linear-gradient(90deg, var(--purple), var(--blue));
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 800;
    box-shadow: 0 15px 50px rgba(124,77,255,.3);
    transition: .3s ease;
}

.cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 20px 60px rgba(124,77,255,.45);
}

.cta-button span {
    font-size: 22px;
}

.cta-small {
    margin-top: 20px;
    color: #777d9b;
    font-size: 10px;
    letter-spacing: 1px;
}

.cta-footer {
    position: absolute;
    bottom: 15mm;
    left: 0;
    right: 0;
    color: #666b88;
    font-size: 10px;
}

.cta-decoration {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,.08);
}

.decoration-one {
    width: 500px;
    height: 500px;
    left: -250px;
    top: -200px;
}

.decoration-two {
    width: 400px;
    height: 400px;
    right: -200px;
    bottom: -200px;
}


/* =====================================================
   PRINT
===================================================== */

@media print {

    body {
        background: white;
    }

    .page {
        margin: 0;
        width: 210mm;
        min-height: 297mm;
        box-shadow: none;
    }

    .cta-button {
        color: white !important;
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}


/* =====================================================
   RESPONSIVE
===================================================== */

@media screen and (max-width: 900px) {

    body {
        background: #f0f1f7;
    }

    .page {
        width: 100%;
        min-height: auto;
        margin: 0 0 20px;
        padding: 45px 25px;
    }

    .cover-page {
        min-height: 100vh;
    }

    .cover-content {
        width: 100%;
    }

    .cover-content h1 {
        font-size: 42px;
    }

    .hero-illustration {
        position: relative;
        right: auto;
        top: auto;
        margin: 50px auto 20px;
        transform: scale(.85);
    }

    .cover-footer {
        display: none;
    }

    .idea-grid,
    .problem-list,
    .launch-steps,
    .safety-grid,
    .challenge-list,
    .pros-cons,
    .compare-table {
        grid-template-columns: 1fr;
    }

    .age-roadmap {
        grid-template-columns: 1fr 1fr;
    }

    .revenue-grid,
    .marketing-grid,
    .instructor-grid {
        grid-template-columns: 1fr 1fr;
    }

    .pricing-table {
        grid-template-columns: 1fr;
    }

    .price-card.featured {
        transform: none;
    }

    .budget-layout,
    .class-model {
        grid-template-columns: 1fr;
    }

    .solution-flow {
        flex-wrap: wrap;
    }

    .flow-arrow {
        display: none;
    }

    .three-column {
        grid-template-columns: 1fr;
    }

    .financial-highlight {
        grid-template-columns: 1fr;
    }

    .math {
        transform: rotate(90deg);
    }

    .kpi-grid {
        grid-template-columns: 1fr 1fr;
    }

    .roadmap {
        grid-template-columns: 1fr;
    }

    .roadmap-phase.active {
        transform: none;
    }

    .scale-map {
        flex-direction: column;
        gap: 10px;
    }

    .scale-line {
        width: 2px;
        height: 25px;
    }

    .final-points {
        grid-template-columns: 1fr 1fr;
    }

    .cta-content h2,
    .final-content h2 {
        font-size: 30px;
    }
}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media screen and (max-width: 550px) {

    .page {
        padding: 35px 18px;
    }

    .cover-content h1 {
        font-size: 35px;
    }

    .cover-content h2 {
        font-size: 18px;
    }

    .cover-description {
        font-size: 15px;
    }

    .hero-illustration {
        transform: scale(.7);
        margin-left: -30px;
    }

    .section-intro h2,
    .large-title {
        font-size: 28px;
    }

    .age-roadmap,
    .revenue-grid,
    .marketing-grid,
    .instructor-grid {
        grid-template-columns: 1fr;
    }

    .class-timeline {
        grid-template-columns: 1fr;
    }

    .class-timeline div {
        display: flex;
        justify-content: space-between;
    }

    .kpi-grid {
        grid-template-columns: 1fr;
    }

    .final-points {
        grid-template-columns: 1fr;
    }

    .cta-content h2 {
        font-size: 28px;
    }

    .cta-content p {
        font-size: 15px;
    }
}/* End custom CSS */