.elementor-8392 .elementor-element.elementor-element-8bb68f9{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d8d7c52 */@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&display=swap');

:root {
  --bg: #f5f7fb;
  --paper: #ffffff;
  --ink: #172033;
  --muted: #667085;
  --primary: #6757e8;
  --secondary: #18b6a4;
  --accent: #ff9f43;
  --pink: #ef5da8;
  --dark: #101426;
  --border: #e7eaf2;
  --soft: #f0efff;
  --radius: 22px;
  --shadow: 0 18px 55px rgba(26, 31, 55, .09);
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #dfe3ec;
  color: var(--ink);
  font-family: "Hind Siliguri", sans-serif;
  line-height: 1.9;
  font-size: 17px;
}

.ebook {
  max-width: 900px;
  margin: 40px auto;
}

.page {
  position: relative;
  min-height: 1100px;
  padding: 85px 80px;
  margin-bottom: 28px;
  background: var(--paper);
  overflow: hidden;
  box-shadow: var(--shadow);
}

.page::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -140px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: linear-gradient(
    135deg,
    rgba(103, 87, 232, .08),
    rgba(24, 182, 164, .04)
  );
}

.section-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  margin-bottom: 22px;
  border-radius: 16px;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--pink));
  font-weight: 700;
  font-size: 20px;
}

h1,
h2,
h3 {
  line-height: 1.35;
}

h2 {
  margin-bottom: 30px;
  font-size: 38px;
  letter-spacing: -.7px;
}

h3 {
  margin-bottom: 10px;
  font-size: 22px;
}

p {
  margin-bottom: 20px;
  color: #4e586c;
}

strong {
  color: var(--ink);
}

.mini-title {
  margin-top: 45px;
}


/* ================= COVER ================= */

.cover {
  min-height: 1120px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  background:
    radial-gradient(circle at 15% 15%, rgba(239, 93, 168, .35), transparent 25%),
    radial-gradient(circle at 90% 80%, rgba(24, 182, 164, .25), transparent 30%),
    linear-gradient(145deg, #0d1020, #191536 55%, #101827);
}

.cover::after {
  display: none;
}

.cover-glow {
  position: absolute;
  border-radius: 50%;
  filter: blur(10px);
}

.glow-one {
  width: 250px;
  height: 250px;
  top: -100px;
  right: -80px;
  background: rgba(103, 87, 232, .35);
}

.glow-two {
  width: 180px;
  height: 180px;
  bottom: 100px;
  left: -80px;
  background: rgba(24, 182, 164, .25);
}

.cover-content {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 2;
}

.eyebrow {
  display: inline-block;
  padding: 8px 17px;
  margin-bottom: 24px;
  border: 1px solid rgba(255,255,255,.2);
  border-radius: 50px;
  color: #dcd8ff;
  font-size: 12px;
  letter-spacing: 2px;
  font-weight: 700;
}

.cover h1 {
  max-width: 720px;
  margin: auto;
  color: white;
  font-size: 49px;
}

.cover h1 strong {
  color: #a99fff;
}

.cover-subtitle {
  max-width: 600px;
  margin: 25px auto;
  color: #c5c8d7;
  font-size: 20px;
}

.cover-subtitle strong {
  color: white;
}

.cover-device {
  display: flex;
  justify-content: center;
  margin: 55px 0;
}

.phone {
  width: 185px;
  height: 330px;
  position: relative;
  border: 7px solid #292d42;
  border-radius: 34px;
  background: linear-gradient(145deg, #6757e8, #ef5da8);
  box-shadow:
    0 35px 80px rgba(0,0,0,.4),
    inset 0 0 0 2px rgba(255,255,255,.15);
  transform: rotate(-7deg);
}

.phone::before {
  content: "";
  position: absolute;
  top: -3px;
  left: 50%;
  width: 70px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 0 0 14px 14px;
  background: #111322;
}

.phone-camera {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 50px;
  height: 70px;
  border-radius: 13px;
  background: #111322;
  box-shadow: inset 0 0 0 5px #282c40;
}

.phone-art {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 50px;
  color: white;
}

.phone-art span {
  display: block;
  font-size: 14px;
}

.phone-art strong {
  color: white;
  font-size: 28px;
  letter-spacing: 3px;
}

.cover-meta {
  color: #9ea5bb;
  font-size: 14px;
}

.cover-meta p {
  color: #9ea5bb;
  margin-bottom: 4px;
}

.cover-meta strong {
  color: white;
}


/* ================= TOC ================= */

.toc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}

.toc div {
  padding: 15px 18px;
  border: 1px solid var(--border);
  border-radius: 14px;
  background: #fbfcff;
  transition: .25s ease;
}

.toc div:hover {
  transform: translateY(-3px);
  border-color: #cbc5ff;
}

.toc span {
  margin-right: 12px;
  color: var(--primary);
  font-weight: 700;
}


/* ================= CARDS ================= */

.card-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.card {
  padding: 28px;
  border: 1px solid var(--border);
  border-radius: var(--radius);
  background: linear-gradient(145deg, #fff, #fafbff);
}

.icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 12px;
  color: white;
  background: var(--primary);
  font-weight: 700;
}

.highlight {
  margin: 35px 0;
  padding: 25px 28px;
  border-left: 5px solid var(--primary);
  border-radius: 0 18px 18px 0;
  background: var(--soft);
  color: #3d4260;
}


/* ================= DARK ================= */

.dark-page {
  color: white;
  background:
    radial-gradient(circle at 85% 15%, rgba(103,87,232,.2), transparent 25%),
    linear-gradient(145deg, #0f1325, #171a30);
}

.dark-page p {
  color: #b8bfd2;
}

.dark-page h2,
.dark-page h3 {
  color: white;
}

.dark-page strong {
  color: white;
}

.dark-page::after {
  background: rgba(255,255,255,.025);
}

.value-stack {
  margin: 45px 0;
}

.value-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 19px;
  margin-bottom: 12px;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 16px;
  background: rgba(255,255,255,.04);
}

.value-item > span {
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(103,87,232,.25);
}

.value-item small {
  display: block;
  color: #9ca4ba;
}

.value-item.active {
  border-color: rgba(103,87,232,.7);
  background: rgba(103,87,232,.13);
}

.dark-highlight {
  margin-top: 35px;
  padding: 25px;
  border-radius: 18px;
  background: rgba(255,255,255,.07);
}


/* ================= PERSONA ================= */

.persona-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.persona {
  position: relative;
  padding: 28px;
  border-radius: 20px;
  background: #f8f9fd;
  border: 1px solid var(--border);
}

.persona-number {
  color: var(--primary);
  font-weight: 700;
}


/* ================= CTA ================= */

.cta-section {
  min-height: 430px;
  margin-bottom: 28px;
  padding: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background:
    radial-gradient(circle at 15% 20%, rgba(239,93,168,.35), transparent 30%),
    radial-gradient(circle at 85% 80%, rgba(24,182,164,.25), transparent 30%),
    linear-gradient(135deg, #16152f, #26204d);
  color: white;
  box-shadow: var(--shadow);
}

.cta-section.soft {
  background:
    radial-gradient(circle at 90% 10%, rgba(103,87,232,.15), transparent 30%),
    linear-gradient(135deg, #ffffff, #f1f0ff);
  color: var(--ink);
}

.cta-inner {
  max-width: 650px;
}

.cta-inner span {
  color: #a9a2ff;
  font-weight: 600;
}

.cta-section.soft span {
  color: var(--primary);
}

.cta-inner h2 {
  margin: 15px 0 30px;
  color: inherit;
  font-size: 34px;
}

.cta-button,
.final-button {
  display: inline-block;
  padding: 13px 36px;
  border-radius: 50px;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--pink));
  text-decoration: none;
  font-weight: 700;
  box-shadow: 0 12px 35px rgba(103,87,232,.3);
  transition: .25s ease;
}

.cta-button:hover,
.final-button:hover {
  transform: translateY(-3px);
}


/* ================= PRODUCT LADDER ================= */

.pricing-ladder {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.tier {
  padding: 30px;
  border: 1px solid var(--border);
  border-radius: 20px;
  background: #fafbff;
}

.tier small,
.price-cards small {
  color: var(--primary);
  font-weight: 700;
  letter-spacing: 1px;
}

.tier strong {
  color: var(--secondary);
}


/* ================= IDEAS ================= */

.idea-list {
  display: grid;
  gap: 15px;
}

.idea {
  display: flex;
  gap: 20px;
  padding: 20px;
  border-radius: 17px;
  border: 1px solid var(--border);
}

.idea > span {
  font-weight: 700;
  color: var(--primary);
}

.idea h3 {
  margin-bottom: 4px;
}


/* ================= TECHNOLOGY ================= */

.tech-table {
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}

.tech-row {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1.3fr;
  gap: 20px;
  padding: 18px 20px;
  border-bottom: 1px solid var(--border);
}

.tech-row:last-child {
  border-bottom: 0;
}

.tech-head {
  color: white;
  background: var(--dark);
}

.tip-box {
  margin-top: 30px;
  padding: 25px;
  border-radius: 18px;
  background: #eafaf7;
  border-left: 5px solid var(--secondary);
}


/* ================= FLOW ================= */

.flow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin: 50px 0;
}

.flow div {
  min-width: 100px;
  padding: 20px 12px;
  text-align: center;
  border-radius: 16px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.1);
}

.flow i {
  color: #aaa4ff;
  font-style: normal;
  font-size: 24px;
}


/* ================= COST ================= */

.cost-grid,
.content-grid,
.b2b-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.cost-grid > div,
.content-grid > div,
.b2b-grid > div {
  padding: 26px;
  border-radius: 18px;
  border: 1px solid var(--border);
  background: #fbfcff;
}

.cost-grid span {
  color: var(--primary);
  font-weight: 700;
}


/* ================= ECONOMICS ================= */

.economics {
  margin: 35px 0;
  border: 1px solid var(--border);
  border-radius: 18px;
  overflow: hidden;
}

.eco-row {
  display: flex;
  justify-content: space-between;
  padding: 17px 24px;
  border-bottom: 1px solid var(--border);
}

.eco-row.total {
  background: #f5f4ff;
}

.eco-row.selling {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--pink));
}

.eco-row.selling span,
.eco-row.selling strong {
  color: white;
}

.warning {
  padding: 23px;
  border-radius: 16px;
  background: #fff5e8;
  border-left: 5px solid var(--accent);
}


/* ================= CHART ================= */

.chart {
  margin: 45px 0;
}

.bar-row {
  display: grid;
  grid-template-columns: 130px 1fr 150px;
  align-items: center;
  gap: 15px;
  margin: 22px 0;
}

.bar-row label {
  font-weight: 600;
}

.bar {
  height: 22px;
  overflow: hidden;
  border-radius: 50px;
  background: #e8eaf1;
}

.bar span {
  display: block;
  height: 100%;
  border-radius: 50px;
  background: linear-gradient(90deg, var(--primary), var(--pink));
}

.bar-row b {
  font-size: 13px;
  color: var(--muted);
}


/* ================= PRICING ================= */

.formula {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  margin: 45px 0;
}

.formula span {
  padding: 15px 20px;
  border-radius: 15px;
  background: var(--soft);
  font-weight: 600;
}

.formula b {
  color: var(--primary);
  font-size: 25px;
}

.price-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.price-cards > div {
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 18px;
}

.featured-price {
  transform: translateY(-8px);
  border: 2px solid var(--primary) !important;
}


/* ================= TIMELINE ================= */

.timeline {
  position: relative;
  margin-top: 35px;
  padding-left: 35px;
  border-left: 2px solid #ddd9ff;
}

.timeline-item {
  position: relative;
  display: flex;
  gap: 22px;
  margin-bottom: 28px;
}

.timeline-item > span {
  position: absolute;
  left: -57px;
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  background: var(--primary);
  font-weight: 700;
}


/* ================= CONTENT ================= */

.content-grid > div span {
  color: #aaa4ff;
  font-size: 13px;
  font-weight: 700;
}

.content-grid h3 {
  color: white;
  margin-top: 8px;
}


/* ================= WEEKLY ================= */

.weekly-plan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}

.day {
  padding: 24px;
  border-radius: 18px;
  background: #fafbff;
  border: 1px solid var(--border);
}

.day b {
  color: var(--primary);
}


/* ================= EXPERIENCE ================= */

.experience {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.experience > div {
  padding: 28px;
  border-radius: 20px;
  background: linear-gradient(145deg, #f9f9ff, #eefcf9);
}

.experience strong {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  border-radius: 12px;
  color: white;
  background: var(--primary);
}


/* ================= B2B ================= */

.b2b-script {
  margin-top: 30px;
  padding: 25px;
  border-radius: 18px;
  background: #f2f0ff;
  color: #414665;
}


/* ================= INVENTORY ================= */

.inventory {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 35px;
}

.inv {
  padding: 28px;
  border-radius: 20px;
  border: 1px solid var(--border);
}

.inv > span {
  display: flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  border-radius: 13px;
  color: white;
  background: var(--primary);
  font-weight: 700;
}

.inv.medium > span {
  background: var(--accent);
}

.inv.low > span {
  background: var(--pink);
}


/* ================= QC ================= */

.qc-list {
  display: grid;
  gap: 14px;
}

.qc-list > div {
  display: flex;
  gap: 15px;
  padding: 19px;
  border-radius: 15px;
  background: #f8fafc;
}

.qc-list span {
  color: var(--secondary);
  font-weight: 700;
}


/* ================= CHALLENGE ================= */

.challenge-table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.challenge {
  padding: 25px;
  border: 1px solid var(--border);
  border-radius: 18px;
}

.challenge strong {
  color: var(--primary);
}


/* ================= ROADMAP ================= */

.roadmap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.roadmap-phase {
  padding: 28px;
  border-radius: 20px;
  background: #f8f8ff;
  border: 1px solid var(--border);
}

.roadmap-phase > span {
  color: var(--primary);
  font-weight: 700;
}

.roadmap-phase ul {
  padding-left: 20px;
  color: #5c6577;
}


/* ================= KPI ================= */

.kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.kpi-grid > div {
  padding: 25px;
  border-radius: 18px;
  background: #f9faff;
  border: 1px solid var(--border);
}

.kpi-grid strong {
  display: block;
  color: var(--primary);
  font-size: 19px;
}

.dashboard-rule {
  margin-top: 30px;
  padding: 25px;
  border-radius: 18px;
  background: #eafaf7;
}


/* ================= SCALE ================= */

.scale-wheel {
  width: 500px;
  height: 500px;
  position: relative;
  margin: 60px auto;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,.25);
}

.scale-center {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(-50%, -50%);
  text-align: center;
  border-radius: 50%;
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--pink));
  font-weight: 700;
}

.scale-item {
  position: absolute;
  width: 120px;
  padding: 12px;
  text-align: center;
  border-radius: 14px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.15);
  color: white;
  font-size: 13px;
}

.scale-item.one {
  top: -25px;
  left: 190px;
}

.scale-item.two {
  top: 75px;
  right: -60px;
}

.scale-item.three {
  bottom: 65px;
  right: -60px;
}

.scale-item.four {
  bottom: -30px;
  left: 190px;
}

.scale-item.five {
  bottom: 65px;
  left: -60px;
}

.scale-item.six {
  top: 75px;
  left: -60px;
}


/* ================= PROS CONS ================= */

.pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.pros,
.cons {
  padding: 30px;
  border-radius: 20px;
}

.pros {
  background: #eafaf7;
}

.cons {
  background: #fff3ed;
}

.pros h3 {
  color: var(--secondary);
}

.cons h3 {
  color: #e57b32;
}

.pros ul,
.cons ul {
  padding-left: 20px;
}


/* ================= MISTAKES ================= */

.mistake-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 17px;
}

.mistake-list > div {
  padding: 25px;
  border-radius: 18px;
  background: #fafbff;
  border: 1px solid var(--border);
}

.mistake-list span {
  color: var(--pink);
  font-weight: 700;
}


/* ================= FORMULA ================= */

.big-formula {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 14px;
  margin: 65px 0;
}

.big-formula > div {
  padding: 25px;
  text-align: center;
  border-radius: 18px;
  background: #f5f4ff;
  font-weight: 600;
}

.big-formula span {
  color: var(--primary);
  font-size: 28px;
  font-weight: 700;
}

.big-formula .result {
  color: white;
  background: linear-gradient(135deg, var(--primary), var(--pink));
}


/* ================= CHECKLIST ================= */

.checklist {
  display: grid;
  gap: 12px;
}

.checklist label {
  padding: 17px 20px;
  border-radius: 14px;
  background: #f8f9fc;
  border: 1px solid var(--border);
}

.checklist input {
  margin-right: 12px;
  accent-color: var(--primary);
}


/* ================= FINAL CTA ================= */

.final-cta {
  min-height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: white;
  background:
    radial-gradient(circle at 20% 20%, rgba(239,93,168,.35), transparent 25%),
    radial-gradient(circle at 85% 75%, rgba(24,182,164,.28), transparent 30%),
    linear-gradient(145deg, #0c0f20, #1b163d);
}

.final-cta::after {
  display: none;
}

.final-content {
  max-width: 700px;
  position: relative;
  z-index: 2;
}

.final-content .eyebrow {
  margin-bottom: 35px;
}

.final-content h2 {
  color: white;
  font-size: 43px;
}

.final-content p {
  color: #b8bfd2;
  font-size: 18px;
}

.final-button {
  margin: 25px 0 55px;
  padding: 16px 50px;
  font-size: 18px;
}

.final-footer {
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #848ca4;
  font-size: 14px;
}

.final-footer strong {
  color: white;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 760px) {

  body {
    font-size: 16px;
  }

  .ebook {
    margin: 0;
  }

  .page,
  .cover,
  .final-cta {
    min-height: auto;
    padding: 55px 25px;
    margin-bottom: 10px;
  }

  h2 {
    font-size: 31px;
  }

  .cover {
    min-height: 850px;
  }

  .cover h1 {
    font-size: 37px;
  }

  .cover-subtitle {
    font-size: 17px;
  }

  .toc,
  .card-grid,
  .persona-grid,
  .pricing-ladder,
  .cost-grid,
  .content-grid,
  .b2b-grid,
  .weekly-plan,
  .experience,
  .challenge-table,
  .roadmap,
  .kpi-grid,
  .mistake-list,
  .pros-cons {
    grid-template-columns: 1fr;
  }

  .tech-row {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  .tech-head {
    display: none;
  }

  .price-cards {
    grid-template-columns: 1fr;
  }

  .featured-price {
    transform: none;
  }

  .inventory {
    grid-template-columns: 1fr;
  }

  .bar-row {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .flow {
    flex-direction: column;
  }

  .flow i {
    transform: rotate(90deg);
  }

  .scale-wheel {
    width: 300px;
    height: 300px;
  }

  .scale-center {
    width: 105px;
    height: 105px;
    font-size: 12px;
  }

  .scale-item {
    width: 85px;
    font-size: 10px;
  }

  .scale-item.one,
  .scale-item.four {
    left: 108px;
  }

  .scale-item.two,
  .scale-item.three {
    right: -45px;
  }

  .scale-item.five,
  .scale-item.six {
    left: -45px;
  }

  .scale-item.one {
    top: -25px;
  }

  .scale-item.two {
    top: 45px;
  }

  .scale-item.three {
    bottom: 40px;
  }

  .scale-item.four {
    bottom: -25px;
  }

  .scale-item.five {
    bottom: 40px;
  }

  .scale-item.six {
    top: 45px;
  }

  .big-formula {
    flex-direction: column;
  }

  .big-formula span {
    transform: rotate(90deg);
  }

  .final-content h2 {
    font-size: 32px;
  }
}


/* ================= PRINT ================= */

@media print {

  body {
    background: white;
  }

  .ebook {
    max-width: none;
    margin: 0;
  }

  .page,
  .cover,
  .final-cta,
  .cta-section {
    margin: 0;
    box-shadow: none;
    break-after: page;
    page-break-after: always;
  }

  .cta-section {
    min-height: 500px;
  }

  @page {
    size: A4;
    margin: 0;
  }
}/* End custom CSS */