.elementor-7019 .elementor-element.elementor-element-9993314{--display:flex;--min-height:1035px;}.elementor-7019 .elementor-element.elementor-element-7c49d99{--display:flex;}.elementor-7019 .elementor-element.elementor-element-83512e4{--display:flex;}body.elementor-page-7019:not(.elementor-motion-effects-element-type-background), body.elementor-page-7019 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(31deg, #101010 0%, #000000 100%);}@media(max-width:1024px){.elementor-7019 .elementor-element.elementor-element-9993314{--min-height:953px;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for html, class: .elementor-element-b1e6b28 */.cm-video-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin-top: 34px;
  align-items: start;
}

.cm-video-card {
  background: linear-gradient(180deg, rgba(255,255,255,0.04) 0%, rgba(255,255,255,0.025) 100%);
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(0,0,0,0.22);
  backdrop-filter: blur(10px);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.cm-video-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0,0,0,0.28);
  border-color: rgba(185,163,255,0.24);
}

.cm-video-card-media {
  padding: 18px 18px 0;
}

.cm-video-card-media video {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 16;
  object-fit: cover;
  border-radius: 18px;
  background: #000;
  box-shadow: 0 14px 30px rgba(0,0,0,0.25);
}

.cm-video-card-content {
  padding: 18px 20px 22px;
}

.cm-video-card-content h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.4px;
}

.cm-video-card-content p {
  margin: 0;
  font-size: 16px;
  line-height: 1.75;
  color: rgba(255,255,255,0.78);
}

@media (max-width: 1024px) {
  .cm-video-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .cm-video-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .cm-video-card-content h3 {
    font-size: 20px;
  }

  .cm-video-card-content p {
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS */.cm-book-page {
  color: #ffffff;
  font-family: "Helvetica Neue", Arial, sans-serif;
  background:
    radial-gradient(circle at top center, rgba(88, 58, 160, 0.22) 0%, rgba(10, 10, 18, 0) 34%),
    linear-gradient(180deg, #131320 0%, #0b0b14 42%, #07070d 100%);
  overflow: hidden;
  position: relative;
}

.cm-book-page * {
  box-sizing: border-box;
}

.cm-container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

/* HERO */
.cm-hero {
  position: relative;
  padding: 110px 0 120px;
  overflow: hidden;
}

.cm-hero::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 1200px;
  height: 1200px;
  background: radial-gradient(circle, rgba(113, 79, 205, 0.22) 0%, rgba(113, 79, 205, 0.08) 36%, rgba(113, 79, 205, 0) 68%);
  pointer-events: none;
  z-index: 0;
}

.cm-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0) 20%, rgba(0,0,0,0.18) 100%);
  pointer-events: none;
  z-index: 0;
}

.cm-hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 72px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 28px;
}

.cm-hero-image {
  flex: 0 1 470px;
  text-align: center;
}

.cm-hero-image img {
  width: 100%;
  max-width: 470px;
  height: auto;
  display: inline-block;
  filter: drop-shadow(0 30px 70px rgba(0, 0, 0, 0.55));
  transition: transform 0.35s ease, filter 0.35s ease;
  animation: cmFloatIn 1s ease forwards;
}

.cm-hero-image img:hover {
  transform: translateY(-5px) scale(1.01);
  filter: drop-shadow(0 36px 84px rgba(0, 0, 0, 0.65));
}

.cm-hero-content {
  flex: 1 1 620px;
  max-width: 640px;
  animation: cmFadeUp 0.85s ease forwards;
}

.cm-eyebrow {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 12px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-weight: 700;
  color: rgba(255,255,255,0.72);
}

.cm-title {
  position: relative;
  margin: 0 0 12px;
  font-size: clamp(44px, 6vw, 74px);
  line-height: 0.97;
  font-weight: 800;
  letter-spacing: -1.8px;
  color: #ffffff;
  z-index: 1;
}

.cm-title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 52%;
  width: 145%;
  height: 145%;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(124, 93, 255, 0.26) 0%, rgba(124, 93, 255, 0.08) 34%, transparent 64%);
  filter: blur(40px);
  z-index: -1;
  pointer-events: none;
}

.cm-subtitle {
  margin: 0 0 22px;
  font-size: clamp(22px, 3vw, 38px);
  line-height: 1.08;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: rgba(255,255,255,0.88);
  max-width: 720px;
}

.cm-hook {
  margin: 0 0 18px;
  font-size: 21px;
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
  max-width: 560px;
}

.cm-description {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 1.85;
  color: rgba(255,255,255,0.78);
  max-width: 560px;
}

.cm-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin: 0 0 28px;
}

.cm-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 24px;
  border-radius: 999px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.2px;
  transition: all 0.28s ease;
  border: 1px solid transparent;
}

.cm-btn.primary {
  background: linear-gradient(135deg, #ffffff 0%, #ece8ff 100%);
  color: #11111a;
  box-shadow: 0 14px 40px rgba(255,255,255,0.18);
}

.cm-btn.primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 20px 46px rgba(255,255,255,0.22);
}

.cm-btn.secondary {
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.14);
  color: #ffffff;
  backdrop-filter: blur(10px);
}

.cm-btn.secondary:hover {
  transform: translateY(-2px);
  background: rgba(255,255,255,0.08);
  border-color: rgba(255,255,255,0.24);
}

.cm-release {
  display: grid;
  gap: 10px;
  margin-top: 6px;
}

.cm-release p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: rgba(255,255,255,0.78);
}

.cm-release strong {
  color: #ffffff;
}

/* SECTIONS */
.cm-section {
  position: relative;
  padding: 92px 0;
}

.cm-section.alt {
  background: linear-gradient(180deg, rgba(255,255,255,0.03) 0%, rgba(255,255,255,0.015) 100%);
  border-top: 1px solid rgba(255,255,255,0.06);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}

.cm-section h2 {
  margin: 0 0 24px;
  font-size: clamp(32px, 4vw, 46px);
  line-height: 1.06;
  font-weight: 800;
  letter-spacing: -0.9px;
  color: #ffffff;
}

.cm-section p {
  margin: 0 0 22px;
  max-width: 800px;
  font-size: 18px;
  line-height: 1.9;
  color: rgba(255,255,255,0.82);
}

.cm-section p:first-of-type {
  font-size: 21px;
  font-weight: 600;
  color: #ffffff;
}

.cm-section p strong,
.cm-section p em {
  color: #ffffff;
}

/* QUOTE */
.cm-quote {
  margin-top: 48px;
  max-width: 720px;
  padding-left: 24px;
  position: relative;
  font-size: clamp(24px, 3vw, 30px);
  line-height: 1.5;
  font-weight: 600;
  color: #ffffff;
}

.cm-quote::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 4px;
  height: calc(100% - 16px);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(155,127,255,1) 0%, rgba(155,127,255,0.18) 100%);
}

/* VIDEO */
.cm-video-wrap {
  margin-top: 38px;
  max-width: 920px;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 24px 60px rgba(0,0,0,0.28);
  background: rgba(255,255,255,0.03);
}

.cm-video-wrap video {
  width: 100%;
  display: block;
}

/* LIST */
.cm-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0;
  display: grid;
  gap: 16px;
  max-width: 860px;
}

.cm-list li {
  position: relative;
  margin: 0;
  padding: 18px 22px 18px 54px;
  font-size: 17px;
  line-height: 1.7;
  color: rgba(255,255,255,0.84);
  background: rgba(255,255,255,0.035);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.16);
}

.cm-list li::before {
  content: "✦";
  position: absolute;
  left: 22px;
  top: 17px;
  font-size: 16px;
  line-height: 1;
  color: rgba(185, 163, 255, 0.95);
}

/* LINKS */
.cm-book-page a {
  transition: all 0.25s ease;
}

.cm-book-page a:not(.cm-btn) {
  color: #d7c9ff;
  text-decoration: none;
  border-bottom: 1px solid rgba(215,201,255,0.3);
}

.cm-book-page a:not(.cm-btn):hover {
  color: #ffffff;
  border-bottom-color: rgba(255,255,255,0.8);
}

/* ANIMATION */
@keyframes cmFadeUp {
  from {
    opacity: 0;
    transform: translateY(22px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cmFloatIn {
  from {
    opacity: 0;
    transform: translateY(28px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* TABLET */
@media (max-width: 1024px) {
  .cm-hero {
    padding: 90px 0 96px;
  }

  .cm-hero-inner {
    gap: 42px;
  }

  .cm-hero-image {
    flex-basis: 390px;
  }

  .cm-hero-image img {
    max-width: 390px;
  }

  .cm-section {
    padding: 76px 0;
  }
}

/* MOBILE */
@media (max-width: 767px) {
  .cm-container {
    padding: 0 22px;
  }

  .cm-hero {
    padding: 70px 0 70px;
  }

  .cm-hero-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 28px;
    padding: 0 22px;
  }

  .cm-hero-content {
    max-width: 100%;
  }

  .cm-hero-image {
    flex: none;
    width: 100%;
  }

  .cm-hero-image img {
    max-width: 320px;
  }

  .cm-subtitle,
  .cm-hook,
  .cm-description {
    max-width: 100%;
  }

  .cm-buttons {
    justify-content: center;
  }

  .cm-release {
    justify-items: center;
  }

  .cm-section {
    padding: 62px 0;
  }

  .cm-section h2 {
    margin-bottom: 20px;
  }

  .cm-section p,
  .cm-list li {
    font-size: 16px;
  }

  .cm-section p:first-of-type {
    font-size: 18px;
  }

  .cm-list li {
    padding: 16px 18px 16px 48px;
    border-radius: 16px;
  }

  .cm-list li::before {
    left: 18px;
    top: 15px;
  }

  .cm-quote {
    padding-left: 18px;
    margin-top: 36px;
  }
}

@media (max-width: 480px) {
  .cm-title {
    letter-spacing: -1px;
  }

  .cm-subtitle {
    font-size: 28px;
  }

  .cm-hook {
    font-size: 18px;
  }

  .cm-btn {
    width: 100%;
  }

  .cm-buttons {
    flex-direction: column;
    align-items: stretch;
  }

  .cm-hero-image img {
    max-width: 280px;
  }
}/* End custom CSS */