.elementor-7589 .elementor-element.elementor-element-76fabdb{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:070px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}@media(max-width:767px){.elementor-7589 .elementor-element.elementor-element-76fabdb{--margin-top:050px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-a738d99 */:root {
  --violet: #5B3FA0;
  --violet-dark: #3D2A73;
  --lavender: #E8E3F5;
  --lavender-soft: #F3F0FA;
  --white: #FFFFFF;
  --ink: #2E2A3D;
  --ink-soft: #6C6584;
  --icon: #7C5CBF;
  --green: #2E9B6B;
  --amber: #C97A2B;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

}

body {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  background: var(--white);
  font-family: 'Hind Siliguri', sans-serif;
  color: var(--ink);
}

.headline-font {
  font-family: 'Baloo Da 2', sans-serif;
}

/* ===== HEADER ===== */
.header {
  position: relative;
  padding: 44px 56px 36px 56px;
  background: linear-gradient(180deg, var(--lavender) 0%, var(--white) 100%);
}

.tag {
  position: absolute;
  top: 40px;
  right: 56px;
  background: var(--violet);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 7px 16px;
  border-radius: 20px;
}

.tag span {
  opacity: 0.8;
  font-weight: 600;
}

.brand-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 22px;
}

.brand-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--violet);
}

.brand-name {
  font-weight: 700;
  font-size: 16px;
  color: var(--violet);
  letter-spacing: 0.3px;
}

h1.headline {
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 800;
  font-size: 46px;
  line-height: 1.25;
  color: var(--violet-dark);
  max-width: 820px;
  margin-bottom: 14px;
}

.subheadline {
  font-size: 19px;
  font-weight: 500;
  color: var(--ink-soft);
  max-width: 760px;
  margin-bottom: 22px;
}

.definition-box {
  background: var(--white);
  border: 2px solid var(--lavender);
  border-radius: 16px;
  padding: 18px 22px;
  font-size: 15.5px;
  line-height: 1.7;
  color: var(--ink);
  margin-bottom: 20px;
}

.definition-box b {
  color: var(--violet);
}

.intro-line {
  font-size: 16.5px;
  font-weight: 600;
  color: var(--violet-dark);
  line-height: 1.6;
}

.intro-line b {
  color: var(--violet);
}

/* ===== DIVIDER ===== */
.dotted-divider {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 56px;
  margin: 0;
  height: 2px;
}

.dotted-divider .dots {
  flex: 1;
  height: 2px;
  background-image: radial-gradient(circle, var(--violet) 2px, transparent 2px);
  background-size: 12px 2px;
  background-repeat: repeat-x;
  opacity: 0.45;
}

/* ===== SECTION WRAPPER ===== */
.section {
  padding: 38px 56px;
}

.section.alt {
  background: var(--lavender-soft);
}

.section-head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 26px;
}

.badge {
  min-width: 48px;
  height: 48px;
  background: var(--violet);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 800;
  font-size: 22px;
  flex-shrink: 0;
}

.section-title {
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: var(--violet-dark);
  line-height: 1.2;
}

.section-sub {
  font-size: 14px;
  color: var(--ink-soft);
  font-weight: 500;
  margin-top: 2px;
}

/* Icon bullet list */
.icon-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.icon-item {
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.icon-circle {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 50%;
  background: var(--lavender);
  color: var(--icon);
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-item .txt-title {
  font-weight: 700;
  font-size: 16px;
  color: var(--violet-dark);
  margin-bottom: 3px;
}

.icon-item .txt-body {
  font-size: 14.5px;
  color: var(--ink);
  line-height: 1.6;
}

/* Two Column Layout */
.two-col {
  display: flex;
  gap: 34px;
}

.col {
  flex: 1;
}

.col-header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: var(--violet);
  margin-bottom: 18px;
  padding-bottom: 10px;
}

.dashed-bottom {
  border-bottom: 2px dashed var(--violet);
}

.good-head {
  color: var(--green);
  border-bottom: 2px dashed var(--green);
}

.bad-head {
  color: var(--amber);
  border-bottom: 2px dashed var(--amber);
}

/* Scale & Investment */
.scale-row {
  display: flex;
  gap: 12px;
  margin-bottom: 12px;
}

.scale-card {
  flex: 1;
  background: #fff;
  border: 2px solid var(--lavender);
  border-radius: 14px;
  padding: 14px 12px;
  text-align: center;
  color: var(--icon);
}

.scale-card .lab {
  font-weight: 700;
  font-size: 13.5px;
  color: var(--violet-dark);
  margin-top: 6px;
}

.scale-card .sub {
  font-size: 11.5px;
  color: var(--ink-soft);
  margin-top: 2px;
}

.invest-card {
  background: #fff;
  border: 2px solid var(--lavender);
  border-radius: 14px;
  padding: 16px 18px;
  margin-bottom: 12px;
  display: flex;
  gap: 14px;
  align-items: center;
  color: var(--icon);
}

.invest-card .amt {
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: var(--violet);
}

.invest-card .lab2 {
  font-size: 12.5px;
  color: var(--ink-soft);
}

/* Pyramid steps */
.pyramid {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}

.pyr-step {
  display: flex;
  align-items: center;
  gap: 14px;
  background: linear-gradient(90deg, var(--violet), var(--icon));
  color: #fff;
  border-radius: 12px;
  padding: 12px 20px;
  transition: width 0.3s ease;
}

.pyr-step .num {
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 800;
  font-size: 18px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pyr-step .txt {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.5;
}

.pyr-step.s1 { width: 100%; }
.pyr-step.s2 { width: 88%; }
.pyr-step.s3 { width: 76%; }
.pyr-step.s4 { 
  width: 64%; 
  background: linear-gradient(90deg, var(--violet-dark), var(--violet));
}

/* Personas */
.persona-row {
  display: flex;
  gap: 20px;
  margin-bottom: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.persona {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  min-width: 120px;
}

.persona .name {
  font-size: 13px;
  font-weight: 700;
  color: var(--violet-dark);
  margin-top: 8px;
  text-align: center;
}

.persona .desc {
  font-size: 11.5px;
  color: var(--ink-soft);
  text-align: center;
  margin-top: 2px;
  line-height: 1.4;
}

/* Revenue */
.revenue-box {
  background: #fff;
  border-radius: 16px;
  border: 2px solid var(--lavender);
  padding: 22px;
  margin-top: 6px;
}

.rev-range {
  margin-top: 16px;
  background: var(--violet);
  color: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  text-align: center;
}

.rev-range .big {
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 800;
  font-size: 24px;
}

.rev-range .small {
  font-size: 13px;
  opacity: 0.85;
  margin-top: 2px;
}

/* Advantages & Challenges */
.av-item {
  display: flex;
  gap: 12px;
  margin-bottom: 14px;
  align-items: flex-start;
}

.av-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.av-icon.good {
  background: #DFF3E8;
  color: var(--green);
}

.av-icon.bad {
  background: #FBE8DC;
  color: var(--amber);
}

.av-text {
  font-size: 14px;
  line-height: 1.6;
  color: var(--ink);
}

/* Footer */
.footer {
  background: var(--violet-dark);
  color: #fff;
  padding: 44px 56px 40px 56px;
  text-align: center;
}

.footer h2 {
  font-family: 'Baloo Da 2', sans-serif;
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 10px;
}

.footer p {
  font-size: 15.5px;
  opacity: 0.92;
  margin-bottom: 22px;
  line-height: 1.6;
}

.cta-box {
  display: inline-block;
  background: #fff;
  color: var(--violet-dark);
  font-weight: 700;
  font-size: 16px;
  padding: 14px 34px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background 0.2s, transform 0.2s;
}

.cta-box:hover {
  background: var(--lavender);
  transform: translateY(-2px);
}

.handle {
  font-size: 14px;
  opacity: 0.8;
  letter-spacing: 0.3px;
}

/* ==========================================================
   RESPONSIVE DESIGN (MEDIA QUERIES)
   ========================================================== */

/* Tablet Screens (Max width: 850px) */
@media screen and (max-width: 850px) {
  .header, .section, .footer {
    padding: 32px 24px;
  }

  .dotted-divider {
    padding: 0 24px;
  }

  .tag {
    position: static;
    display: inline-block;
    margin-bottom: 16px;
  }

  h1.headline {
    font-size: 36px;
  }

  .two-col {
    flex-direction: column;
    gap: 28px;
  }

  .pyr-step.s1, .pyr-step.s2, .pyr-step.s3, .pyr-step.s4 {
    width: 100%;
  }

  .persona-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .persona {
    width: 100%;
  }
}

/* Mobile Screens (Max width: 500px) */
@media screen and (max-width: 500px) {
  .header, .section, .footer {
    padding: 24px 16px;
  }

  .dotted-divider {
    padding: 0 16px;
  }

  h1.headline {
    font-size: 28px;
  }

  .subheadline {
    font-size: 16px;
  }

  .scale-row {
    flex-direction: column;
  }

  .persona-row {
    grid-template-columns: repeat(2, 1fr);
  }

  .rev-range .big {
    font-size: 20px;
  }

  .cta-box {
    width: 100%;
    padding: 12px 16px;
  }
}/* End custom CSS */