.elementor-1626 .elementor-element.elementor-element-2b197d7{--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;}.elementor-1626 .elementor-element.elementor-element-11a49ad{--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;}.elementor-1626 .elementor-element.elementor-element-11a49ad > .elementor-shape-top .elementor-shape-fill, .elementor-1626 .elementor-element.elementor-element-11a49ad > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#FFFFFF08;}.elementor-1626 .elementor-element.elementor-element-11a49ad > .elementor-shape-top svg, .elementor-1626 .elementor-element.elementor-element-11a49ad > .e-con-inner > .elementor-shape-top svg{height:500px;}.elementor-1626 .elementor-element.elementor-element-11a49ad > .elementor-shape-top, .elementor-1626 .elementor-element.elementor-element-11a49ad > .e-con-inner > .elementor-shape-top{z-index:2;pointer-events:none;}.elementor-1626 .elementor-element.elementor-element-edcbd1a{--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;}.elementor-1626 .elementor-element.elementor-element-edcbd1a > .elementor-shape-top .elementor-shape-fill, .elementor-1626 .elementor-element.elementor-element-edcbd1a > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#FFFFFF05;}.elementor-1626 .elementor-element.elementor-element-edcbd1a > .elementor-shape-top svg, .elementor-1626 .elementor-element.elementor-element-edcbd1a > .e-con-inner > .elementor-shape-top svg{width:calc(285% + 1.3px);height:500px;}.elementor-1626 .elementor-element.elementor-element-edcbd1a > .elementor-shape-top, .elementor-1626 .elementor-element.elementor-element-edcbd1a > .e-con-inner > .elementor-shape-top{z-index:2;pointer-events:none;}.elementor-1626 .elementor-element.elementor-element-6f80955{--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;}.elementor-1626 .elementor-element.elementor-element-6f80955 > .elementor-shape-top .elementor-shape-fill, .elementor-1626 .elementor-element.elementor-element-6f80955 > .e-con-inner > .elementor-shape-top .elementor-shape-fill{fill:#FFFFFF08;}.elementor-1626 .elementor-element.elementor-element-6f80955 > .elementor-shape-top svg, .elementor-1626 .elementor-element.elementor-element-6f80955 > .e-con-inner > .elementor-shape-top svg{width:calc(128% + 1.3px);height:96px;}.elementor-1626 .elementor-element.elementor-element-6f80955 > .elementor-shape-top, .elementor-1626 .elementor-element.elementor-element-6f80955 > .e-con-inner > .elementor-shape-top{z-index:2;pointer-events:none;}.elementor-1626 .elementor-element.elementor-element-80c559b{--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:-60px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}/* Start custom CSS for html, class: .elementor-element-5806026 *//* SECTION */
.drm-section {
  background: #050507;
  padding: 100px 0;
  color: #fff;
  font-family: "Inter", sans-serif;
}

/* LAYOUT */
.drm-inner {
  width: 92%;
  max-width: 1300px;
  margin: auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.drm-left { flex: 1 1 60%; }
.drm-right { flex: 1 1 35%; }

/* TEXT */
.drm-micro {
  color: #3566F9;
  font-weight: 600;
  margin-bottom: 10px;
}

.drm-heading {
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 14px;
}

.drm-lead {
  color: #aaa;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* BADGES */
.drm-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.drm-badge {
  display: flex;
  align-items: center;
  gap: 6px;
  background: rgba(255,255,255,0.05);
  padding: 8px 14px;
  border-radius: 20px;
  font-size: 13px;
  border: 1px solid rgba(255,255,255,0.08);
}

/* CARDS */
.drm-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.drm-card {
  background: rgba(255,255,255,0.03);
  padding: 20px;
  border-radius: 14px;
  transition: 0.4s;
  position: relative;
}

/* GRADIENT BORDER */
.drm-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 14px;
  padding: 1px;
  background: linear-gradient(120deg, #3566F9, transparent);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* HOVER */
.drm-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 40px rgba(53,102,249,0.15);
}

/* ICON */
.drm-icon {
  font-size: 34px;
  color: #3566F9;
  margin-bottom: 10px;
}

/* CARD TEXT */
.drm-card h3 {
  font-size: 18px;
  margin-bottom: 6px;
}

.drm-card p {
  font-size: 14px;
  color: #bbb;
}

/* RIGHT PANEL */
.drm-panel {
  background: rgba(255,255,255,0.04);
  padding: 20px;
  border-radius: 14px;
  position: sticky;
  top: 40px;
  border: 1px solid rgba(255,255,255,0.06);
}

.drm-panel h4 {
  margin-bottom: 15px;
  font-size: 18px;
}

/* ITEMS */
.drm-item {
  display: flex;
  gap: 12px;
  padding: 10px;
  border-radius: 10px;
  transition: 0.3s;
}

.drm-item:hover {
  background: rgba(53,102,249,0.08);
  transform: translateX(6px);
}

.drm-item-icon {
  width: 38px;
  height: 38px;
  background: rgba(53,102,249,0.15);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3566F9;
}

/* RESPONSIVE */
@media(max-width:900px){
  .drm-inner {
    flex-direction: column;
  }

  .drm-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d83384d *//* SECTION */
.how-section {
  background: #050507;
  color: #fff;
  padding: 120px 5%;
}

/* HEADER */
.how-header {
  text-align: center;
  max-width: 750px;
  margin: auto;
  margin-bottom: 80px;
}

.how-micro {
  color: #3566F9;
  font-weight: 600;
}

.how-header h2 {
  font-size: 42px;
  margin: 10px 0;
}

.how-header p {
  color: #aaa;
}

/* WRAPPER */
.how-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
}

/* LINE */
.how-line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  background: rgba(255,255,255,0.08);
  transform: translateX(-50%);
}

.how-line-fill {
  width: 100%;
  height: 0;
  background: linear-gradient(#3566F9, transparent);
  box-shadow: 0 0 12px #3566F9;
}

/* STEP */
.how-step {
  position: relative;
  margin-bottom: 100px;
  text-align: center;
}

/* CIRCLE */
.how-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #050507;
  border: 2px solid #3566F9;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 20px;
  box-shadow: 0 0 20px rgba(53,102,249,0.4);
}

/* CARD */
.how-card {
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  padding: 30px;
  border-radius: 18px;
  max-width: 600px;
  margin: auto;
  transition: 0.4s;
  position: relative;
}

/* BORDER */
.how-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 18px;
  padding: 1px;
  background: linear-gradient(120deg, #3566F9, transparent);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* ICON */
.how-card i {
  font-size: 34px;
  color: #3566F9;
  margin-bottom: 10px;
}

/* TEXT */
.how-card h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.how-card p {
  color: #bbb;
  line-height: 1.6;
}

/* HOVER */
.how-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(53,102,249,0.15);
}

/* ANIMATION */
.animate-up {
  opacity: 0;
  transform: translateY(60px);
  transition: 0.8s ease;
}

.show {
  opacity: 1;
  transform: translateY(0);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a2ec557 */.rev-section {
  background: #050507;
  padding: 140px 5%;
  text-align: center;
  position: relative;
}

/* subtle pattern glow */
.rev-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(53,102,249,0.08), transparent 60%);
  pointer-events: none;
}

/* TITLE */
.rev-title {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
}

.rev-title span {
  color: #3566F9;
}

/* SUBTEXT */
.rev-sub {
  color: #aaa;
  max-width: 700px;
  margin: 20px auto 70px;
  line-height: 1.7;
}

/* GRID */
.rev-grid {
  display: flex;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

/* CARD */
.rev-card {
  min-width: 260px;
  padding: 40px;
  border-radius: 20px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(18px);
  position: relative;
  transition: 0.4s;
}

/* GRADIENT BORDER */
.rev-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 20px;
  padding: 1px;
  background: linear-gradient(120deg, #3566F9, transparent, #8f5bff);
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* CENTER CARD */
.rev-card.highlight {
  transform: scale(1.06);
  box-shadow: 0 20px 60px rgba(53,102,249,0.15);
}

/* TEXT */
.rev-card h3 {
  font-size: 54px;
  color: #3566F9;
}

.rev-card p {
  color: #bbb;
  margin-top: 10px;
}

/* HOVER */
.rev-card:hover {
  transform: translateY(-10px) scale(1.05);
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdb7b24 *//* SECTION */
.why-sec {
  background: #050507;
  padding: 140px 5%;
  text-align: center;
}

/* HEADING */
.why-sec h2 {
  font-size: 48px;
  font-weight: 800;
  color: #fff;
  letter-spacing: -0.5px;
}

/* GRADIENT TEXT */
.why-sec span {
  background: linear-gradient(90deg, #3566F9, #8f5bff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* WRAP */
.why-wrap {
  display: flex;
  gap: 40px;
  margin-top: 80px;
  flex-wrap: wrap;
}

/* CARD */
.why-card {
  flex: 1;
  padding: 45px;
  border-radius: 22px;
  background: rgba(255,255,255,0.03);
  backdrop-filter: blur(20px);
  position: relative;
  text-align: left;
  transition: 0.5s ease;
  overflow: hidden;
}

/* GLOW EFFECT */
.why-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at top, rgba(53,102,249,0.15), transparent 60%);
  opacity: 0;
  transition: 0.5s;
}

/* BORDER */
.why-card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 22px;
  padding: 1px;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
}

/* BAD SIDE */
.bad::before {
  background: linear-gradient(120deg, rgba(255,70,70,0.7), transparent);
}

/* GOOD SIDE */
.good::before {
  background: linear-gradient(120deg, #3566F9, transparent, #8f5bff);
}

/* TITLE */
.why-card h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #fff;
}

/* LIST */
.why-card ul {
  padding: 0;
  margin: 0;
}

/* LIST ITEM */
.why-card li {
  list-style: none;
  margin-bottom: 18px;
  color: #bbb;
  font-size: 15px;
  line-height: 1.6;
  padding-left: 42px;
  position: relative;
}

/* ICON BADGE */
.why-card li::before {
  content: "✔";
  position: absolute;
  left: 0;
  top: 2px;
  width: 26px;
  height: 26px;
  border-radius: 8px;
  background: rgba(53,102,249,0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3566F9;
  font-size: 14px;
  font-weight: bold;
}

/* BAD ICON */
.bad li::before {
  background: rgba(255,70,70,0.15);
  color: #ff4d4d;
}

/* HIGHLIGHT KEYWORDS */
.why-card li strong {
  color: #fff;
  font-weight: 600;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-12px) scale(1.02);
}

.why-card:hover::after {
  opacity: 1;
}

/* RESPONSIVE */
@media(max-width:900px){
  .why-wrap {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5579064 *//* SECTION */
.cta-pro {
  background: #050507;
  padding: 160px 5%;
  text-align: center;
  position: relative;
  overflow: hidden;
}

/* SUBTLE BLUE GLOW */
.cta-pro::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(53,102,249,0.15), transparent 70%);
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(80px);
}

/* INNER */
.cta-pro-inner {
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 2;
}

/* TITLE */
.cta-title {
  font-size: 52px;
  font-weight: 800;
  line-height: 1.2;
  color: #fff;
}

/* GRADIENT ANIMATED TEXT */
.cta-title span {
  display: block;
  margin-top: 10px;
  background: linear-gradient(90deg, #3566F9, #8f5bff, #3566F9);
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientMove 4s linear infinite;
}

/* GRADIENT ANIMATION */
@keyframes gradientMove {
  0% { background-position: 0%; }
  100% { background-position: 200%; }
}

/* SUBTEXT */
.cta-sub {
  color: #aaa;
  margin: 25px auto 40px;
  line-height: 1.7;
  font-size: 16px;
  max-width: 600px;
}

/* BUTTON WRAP */
.cta-actions {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* MAIN BUTTON */
.cta-main-btn {
  padding: 16px 36px;
  border-radius: 40px;
  background: linear-gradient(90deg, #3566F9, #6f8fff);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: 0.4s;
  position: relative;
  overflow: hidden;
}

/* BUTTON GLOW */
.cta-main-btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.3), transparent);
  transform: translateX(-100%);
  transition: 0.5s;
}

.cta-main-btn:hover::before {
  transform: translateX(100%);
}

.cta-main-btn:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(53,102,249,0.4);
}

/* SECONDARY BUTTON */
.cta-secondary-btn {
  padding: 16px 30px;
  border-radius: 40px;
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}

.cta-secondary-btn:hover {
  background: rgba(255,255,255,0.05);
  transform: translateY(-3px);
}

/* RESPONSIVE */
@media(max-width:768px){
  .cta-title {
    font-size: 36px;
  }
}/* End custom CSS */