.elementor-1132 .elementor-element.elementor-element-ade30a4{--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:-69px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1132 .elementor-element.elementor-element-ade30a4:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-ade30a4 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1132 .elementor-element.elementor-element-55b4012{--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:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-1132 .elementor-element.elementor-element-55b4012:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-55b4012 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1132 .elementor-element.elementor-element-0c59431{--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-1132 .elementor-element.elementor-element-0c59431:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-0c59431 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1132 .elementor-element.elementor-element-cc874d9{--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-1132 .elementor-element.elementor-element-cc874d9:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-cc874d9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1132 .elementor-element.elementor-element-0742d64{--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-1132 .elementor-element.elementor-element-0742d64:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-0742d64 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1132 .elementor-element.elementor-element-46e80b1{--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-1132 .elementor-element.elementor-element-46e80b1:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-46e80b1 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1132 .elementor-element.elementor-element-2fc2219{--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-1132 .elementor-element.elementor-element-2fc2219:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-2fc2219 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1132 .elementor-element.elementor-element-9e66e8a{--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-1132 .elementor-element.elementor-element-9e66e8a:not(.elementor-motion-effects-element-type-background), .elementor-1132 .elementor-element.elementor-element-9e66e8a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0E0E0E;}/* Start custom CSS for html, class: .elementor-element-72c446e *//* TOOL CARD */
.b2b-tool-card {
  background: linear-gradient(135deg,#020617,#0b1220);
  border:1px solid #1e293b;
  border-radius:18px;
  padding:60px 40px;
  max-width:900px;
  margin:auto;
  text-align:center;
}

.b2b-tool-card h2 {
  color:#e5e7eb;
  font-size:32px;
}

.subtitle {
  color:#94a3b8;
  margin-bottom:30px;
}

#openTool {
  background:#2563eb;
  color:#fff;
  border:none;
  padding:14px 40px;
  border-radius:10px;
  font-size:16px;
  cursor:pointer;
}

/* MODAL */
.modal {
  display:none;
  position:fixed;
  inset:0;
  background:rgba(2,6,23,.9);
  z-index:9999;
}

.modal.active {
  display:flex;
  align-items:center;
  justify-content:center;
}

.modal-box {
  background:#020617;
  width:90%;
  max-width:1100px;
  max-height:85vh;
  padding:30px 35px;
  border-radius:16px;
  border:1px solid #1e293b;
  display:flex;
  flex-direction:column;
}

#closeTool {
  color:#9ca3af;
  font-size:24px;
  cursor:pointer;
  align-self:flex-end;
}

.subtext {
  color:#94a3b8;
  font-size:14px;
  margin-bottom:15px;
}

/* PRODUCTS LIST */
#products {
  overflow-y:auto;
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:18px;
}

.product-card {
  background:#020617;
  border:1px solid #1e293b;
  border-radius:14px;
  padding:16px;
}

.product-card h4 {
  color:#e5e7eb;
  margin-bottom:6px;
}

.badge {
  background:rgba(37,99,235,.15);
  color:#60a5fa;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  display:inline-block;
  margin-bottom:10px;
}

.links a {
  display:inline-block;
  margin:6px 6px 0 0;
  padding:7px 14px;
  border:1px solid #1e40af;
  border-radius:8px;
  color:#60a5fa;
  text-decoration:none;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bbc5596 *//* ===== ADVANCED HERO ===== */
.hero-pro {
  position: relative;
  min-height: 100vh;
  background: linear-gradient(180deg, #050816, #0b1020);
  overflow: hidden;
  padding: 80px 24px;
  display: flex;
  align-items: center;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Animated background glow */
.hero-bg {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 30%, rgba(91,124,255,0.35), transparent 40%),
    radial-gradient(circle at 80% 70%, rgba(0,198,255,0.25), transparent 45%);
  animation: bgMove 12s ease-in-out infinite alternate;
  z-index: 0;
}

@keyframes bgMove {
  from { transform: scale(1); }
  to { transform: scale(1.15); }
}

.hero-pro-container {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 80px;
  align-items: center;
}

/* CONTENT */
.hero-pro-badge {
  display: inline-block;
  padding: 10px 22px;
  border-radius: 40px;
  background: rgba(255,255,255,0.15);
  border: 1px solid rgba(255,255,255,0.25);
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 26px;
}

.hero-pro-content h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.05;
  color: #ffffff;
  margin-bottom: 26px;
}

.hero-pro-content h1 span {
  background: linear-gradient(135deg, #5b7cff, #8ea2ff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero-pro-content p {
  font-size: 19px;
  line-height: 1.7;
  color: #dfe5ff;
  max-width: 560px;
}

/* BUTTONS */
.hero-pro-actions {
  margin-top: 36px;
  display: flex;
  gap: 20px;
}

.hero-btn-primary {
  padding: 16px 34px;
  border-radius: 14px;
  background: linear-gradient(135deg, #5b7cff, #8ea2ff);
  color: #050816;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.hero-btn-primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 25px 50px rgba(91,124,255,0.45);
}

.hero-btn-outline {
  padding: 16px 34px;
  border-radius: 14px;
  border: 1px solid rgba(255,255,255,0.4);
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

.hero-btn-outline:hover {
  background: rgba(255,255,255,0.12);
}

/* VISUAL */
.hero-pro-visual {
  position: relative;
  height: 440px;
}

.orbit {
  position: absolute;
  border-radius: 50%;
  border: 1px dashed rgba(255,255,255,0.2);
  animation: rotate 18s linear infinite;
}

.orbit-1 {
  width: 360px;
  height: 360px;
  top: 40px;
  left: 40px;
}

.orbit-2 {
  width: 260px;
  height: 260px;
  top: 90px;
  left: 90px;
  animation-direction: reverse;
}

@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

.hero-glass-card {
  position: absolute;
  background: rgba(255,255,255,0.14);
  border: 1px solid rgba(255,255,255,0.28);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  padding: 22px 26px;
  font-weight: 700;
  color: #ffffff;
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
  animation: float 6s ease-in-out infinite;
}

.card-a { top: 40px; left: 140px; }
.card-b { top: 180px; right: 0; animation-delay: 2s; }
.card-c { bottom: 40px; left: 180px; animation-delay: 4s; }

@keyframes float {
  0% { transform: translateY(0); }
  50% { transform: translateY(-18px); }
  100% { transform: translateY(0); }
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .hero-pro-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-pro-content h1 {
    font-size: 42px;
  }

  .hero-pro-actions {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-pro-visual {
    height: 320px;
    margin-top: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f98ae94 *//* ===== LEARNING SECTION ===== */
.learn-section {
  background: linear-gradient(180deg, #050816, #0b1020);
  padding: 90px 24px;
}

.learn-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.learn-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 60px;
}

.learn-header h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

.learn-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #cfd6ff;
}

/* GRID */
.learn-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 28px;
}

/* CARD */
.learn-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 20px;
  padding: 34px 28px;
  backdrop-filter: blur(14px);
  transition: all 0.35s ease;
}

.learn-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.1);
  box-shadow: 0 35px 70px rgba(0,0,0,0.45);
}

/* TEXT */
.learn-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 14px;
}

.learn-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #dbe2ff;
  margin-bottom: 22px;
}

.learn-card a {
  font-weight: 600;
  color: #8ea2ff;
  text-decoration: none;
}

.learn-card a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .learn-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .learn-grid {
    grid-template-columns: 1fr;
  }

  .learn-header h2 {
    font-size: 34px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d4af22f *//* ===== TRUST SECTION ===== */
.trust-section {
  background: linear-gradient(180deg, #0b1020, #050816);
  padding: 100px 24px;
}

.trust-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.trust-left h2 {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.trust-left p {
  font-size: 18px;
  line-height: 1.7;
  color: #d7ddff;
  margin-bottom: 30px;
}

.trust-list {
  list-style: none;
  padding: 0;
}

.trust-list li {
  font-size: 17px;
  color: #e8ecff;
  margin-bottom: 14px;
}

/* RIGHT BOXES */
.trust-right {
  display: grid;
  gap: 24px;
}

.trust-box {
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.18);
  border-radius: 20px;
  padding: 28px 26px;
  backdrop-filter: blur(14px);
  transition: all 0.35s ease;
}

.trust-box:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 30px 60px rgba(0,0,0,0.45);
}

.trust-box h3 {
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
}

.trust-box p {
  font-size: 16px;
  line-height: 1.6;
  color: #dbe2ff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .trust-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .trust-left h2 {
    font-size: 36px;
  }

  .trust-list {
    margin-bottom: 40px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b09ca4d *//* ===== FEATURED GUIDES SECTION ===== */
.guides-section {
  background: linear-gradient(180deg, #050816, #0b1020);
  padding: 100px 24px;
}

.guides-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.guides-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.guides-header h2 {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

.guides-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #cfd6ff;
}

/* GRID */
.guides-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* CARD */
.guide-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  padding: 36px 32px;
  backdrop-filter: blur(14px);
  transition: all 0.35s ease;
  position: relative;
}

.guide-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.11);
  box-shadow: 0 35px 70px rgba(0,0,0,0.45);
}

/* FEATURED CARD */
.guide-card.featured {
  border: 2px solid rgba(91,124,255,0.6);
  background: linear-gradient(
    180deg,
    rgba(91,124,255,0.18),
    rgba(255,255,255,0.06)
  );
}

.guide-tag {
  display: inline-block;
  background: linear-gradient(135deg, #5b7cff, #8ea2ff);
  color: #0b1020;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 40px;
  margin-bottom: 16px;
}

/* TEXT */
.guide-card h3 {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.guide-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #dbe2ff;
  margin-bottom: 24px;
}

.guide-card a {
  font-weight: 700;
  color: #8ea2ff;
  text-decoration: none;
}

.guide-card a:hover {
  text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .guides-grid {
    grid-template-columns: 1fr;
  }

  .guides-header h2 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7dc6433 *//* ===== LATEST ARTICLES SECTION ===== */
.latest-section {
  background: linear-gradient(180deg, #0b1020, #050816);
  padding: 100px 24px;
}

.latest-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.latest-header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 70px;
}

.latest-header h2 {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 18px;
}

.latest-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #cfd6ff;
}

/* GRID */
.latest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

/* CARD */
.latest-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  padding: 34px 30px;
  backdrop-filter: blur(14px);
  transition: all 0.35s ease;
}

.latest-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.11);
  box-shadow: 0 35px 70px rgba(0,0,0,0.45);
}

/* TAG */
.latest-tag {
  display: inline-block;
  background: rgba(91,124,255,0.18);
  border: 1px solid rgba(91,124,255,0.4);
  color: #8ea2ff;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 40px;
  margin-bottom: 14px;
}

/* TEXT */
.latest-card h3 {
  font-size: 22px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 14px;
}

.latest-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #dbe2ff;
  margin-bottom: 22px;
}

.latest-card a {
  font-weight: 700;
  color: #8ea2ff;
  text-decoration: none;
}

.latest-card a:hover {
  text-decoration: underline;
}

/* CTA */
.latest-cta {
  text-align: center;
  margin-top: 60px;
}

.latest-btn {
  display: inline-block;
  padding: 16px 34px;
  border-radius: 14px;
  background: linear-gradient(135deg, #5b7cff, #8ea2ff);
  color: #0b1020;
  font-weight: 800;
  text-decoration: none;
  transition: all 0.3s ease;
}

.latest-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 25px 50px rgba(91,124,255,0.45);
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .latest-grid {
    grid-template-columns: 1fr;
  }

  .latest-header h2 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b201e7 *//* ===== SUCCESS SECTION ===== */
.success-section {
  background: linear-gradient(180deg, #050816, #0b1020);
  padding: 110px 24px;
}

.success-container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.success-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}

.success-header h2 {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 20px;
}

.success-header p {
  font-size: 18px;
  line-height: 1.7;
  color: #cfd6ff;
}

/* GRID */
.success-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  margin-bottom: 90px;
}

/* CARD */
.success-card {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  padding: 40px 32px;
  backdrop-filter: blur(14px);
  transition: all 0.35s ease;
}

.success-card:hover {
  transform: translateY(-8px);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 35px 70px rgba(0,0,0,0.45);
}

.success-card h3 {
  font-size: 24px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.success-card p {
  font-size: 16px;
  line-height: 1.6;
  color: #dbe2ff;
}

/* STATS */
.success-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
  text-align: center;
}

.stat-box {
  background: linear-gradient(
    180deg,
    rgba(91,124,255,0.18),
    rgba(255,255,255,0.06)
  );
  border: 1px solid rgba(91,124,255,0.4);
  border-radius: 24px;
  padding: 36px 24px;
}

.stat-box span {
  display: block;
  font-size: 34px;
  font-weight: 900;
  color: #ffffff;
  margin-bottom: 10px;
}

.stat-box p {
  font-size: 15px;
  font-weight: 600;
  color: #e1e6ff;
}

/* RESPONSIVE */
@media (max-width: 1000px) {
  .success-grid,
  .success-stats {
    grid-template-columns: 1fr;
  }

  .success-header h2 {
    font-size: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1836f0d *//* ===== REVIEWS SLIDER ===== */
.reviews-slider {
  background: linear-gradient(180deg, #050816, #0b1020);
  padding: 110px 0;
  overflow: hidden;
}

.reviews-slider-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.reviews-slider-header h2 {
  font-size: 44px;
  font-weight: 800;
  color: #ffffff;
  margin-bottom: 16px;
}

.reviews-slider-header p {
  font-size: 18px;
  color: #cfd6ff;
}

/* TRACK */
.reviews-track-wrapper {
  overflow: hidden;
}

.reviews-track {
  display: flex;
  gap: 28px;
  width: max-content;
  animation: scrollReviews 45s linear infinite;
}

/* CARD */
.review-slide {
  min-width: 320px;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.16);
  border-radius: 22px;
  padding: 30px 26px;
  backdrop-filter: blur(14px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.45);
}

.review-slide p {
  font-size: 16px;
  line-height: 1.6;
  color: #e6ebff;
  margin-bottom: 18px;
}

.review-slide strong {
  display: block;
  font-size: 16px;
  color: #ffffff;
}

.review-slide span {
  font-size: 14px;
  color: #b9c2ff;
}

/* STARS */
.stars {
  color: #ffcc33;
  font-size: 18px;
  margin-bottom: 12px;
}

/* ANIMATION */
@keyframes scrollReviews {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .reviews-slider-header h2 {
    font-size: 34px;
  }

  .review-slide {
    min-width: 260px;
  }
}/* End custom CSS */