.elementor-19 .elementor-element.elementor-element-11ea8e6{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-19 .elementor-element.elementor-element-e016bda{--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;--border-radius:0px 0px 0px 0px;--margin-top:40px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-19 .elementor-element.elementor-element-d850a53{--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-19 .elementor-element.elementor-element-90b18ce{--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-19 .elementor-element.elementor-element-59fa8cd{--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-19 .elementor-element.elementor-element-d968947{--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-19 .elementor-element.elementor-element-b255a74{--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-19 .elementor-element.elementor-element-18c2e5f{--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;}body.elementor-page-19:not(.elementor-motion-effects-element-type-background), body.elementor-page-19 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(min-width:768px){.elementor-19 .elementor-element.elementor-element-11ea8e6{--content-width:1600px;}.elementor-19 .elementor-element.elementor-element-e016bda{--content-width:1600px;}.elementor-19 .elementor-element.elementor-element-b255a74{--content-width:1225px;}.elementor-19 .elementor-element.elementor-element-18c2e5f{--content-width:1600px;}}/* Start custom CSS *//* ===========================================================
   GLOBAL BASE
=========================================================== */
body {
  font-family: 'Poppins', sans-serif;
  color: #0E1325;
  background: #FFFFFF;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1, h2, h3, h4 {
  font-weight: 700;
  color: #0E1325;
  margin-top: 0;
}

p {
  font-family: 'Inter', sans-serif;
  color: #475569;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* -----------------------------------------------------------
   TEXT COLORS / GRADIENTS
----------------------------------------------------------- */
.coral { color: #FF7A5C; }
.coral-text { color: #F46E57; }

.highlight {
  background: linear-gradient(90deg, #18C1B4, #43F0D8, #5A45E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

.gradient-text {
  background: linear-gradient(90deg, #18C1B4 0%, #43F0D8 30%, #5A45E0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.animated-gradient {
  display: inline-block;
  background: linear-gradient(
    90deg,
    #18C1B4 0%,
    #43F0D8 30%,
    #5A45E0 65%,
    #F46E57 100%
  );
  background-size: 300% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animatedGradient 6s ease-in-out infinite;
}

@keyframes animatedGradient {
  0% { background-position: 0% center; }
  50% { background-position: 100% center; }
  100% { background-position: 0% center; }
}


/* ===========================================================
   HERO SECTION
=========================================================== */
.hero-leadmagnetry {
  background: linear-gradient(180deg, #F6F9FC 0%, #FFFFFF 100%);
  display: flex;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  width: 100%;
  padding: 90px 0 60px;
  overflow: hidden;
}

.hero-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  width: 100%;
  gap: 30px;
  padding: 0 30px;
  position: relative;
}

.hero-left {
  flex: 1 1 45%;
  position: relative;
  overflow: visible;
}

.hero-left img {
  width: 100%;
  height: auto;
  object-fit: contain;
  transform: translateX(-5%);
}

.hero-right {
  flex: 1 1 45%;
  color: #0E1325;
  z-index: 2;
}

/* Text Styles */
.eyebrow {
  color: #5A45E0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 32px;
}

.hero-title {
  font-size: 52px;
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 25px;
}

.hero-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.65;
  color: #475569;
  margin-bottom: 40px;
  max-width: 95%;
}
.sub-hero-title {
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2;
  color: #0E1325;
  margin-bottom: 24px;
  letter-spacing: -0.3px;
}

@media (max-width: 900px) {
  .sub-hero-title {
    font-size: 38px;
    line-height: 1.25;
  }
}


/* Buttons */
.cta-btn {
  display: inline-block;
  background: linear-gradient(90deg, #18C1B4 0%, #43F0D8 50%, #5A45E0 100%);
  color: white;
  padding: 18px 42px;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
}

.cta-btn:hover {
  box-shadow: 0 0 25px rgba(67, 240, 216, 0.6);
  transform: translateY(-2px);
}

/* Hero Responsive */
@media (max-width: 999px) {
  .hero-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }
  .hero-left img { transform: none; }
  .hero-right { order: -1; }
  .hero-title { font-size: 40px; }
}

/* ===========================================================
   MAGNETRY METHOD SECTION
=========================================================== */
.magnetry-method {
  background: #f7f8fa;
  text-align: center;
  padding: 100px 40px;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.container {
  max-width: 1600px;
  margin: 0 auto;
}

.hero-content {
  max-width: 1200px;
  margin: 0 auto 60px auto;
}

/* Responsive */
@media (max-width: 900px) {
  .hero-title { font-size: 44px; }
  .method-layout { grid-template-columns: 1fr; text-align: center; gap: 50px; }
  .method-image img { max-width: 500px; }
  .cta-button { font-size: 15px; padding: 14px 32px; }
}

.magnetry-method .see-packages,
.magnetry-method a[href*="#packages"] {
  display: inline-block;
  background: linear-gradient(90deg, #18C1B4 0%, #43F0D8 40%, #5A45E0 100%);
  color: #ffffff;
  font-weight: 600;
  padding: 12px 36px;
  border-radius: 50px;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 8px 20px rgba(90, 69, 224, 0.25);
  margin-top: 20px;
}

.magnetry-method .see-packages:hover,
.magnetry-method a[href*="#packages"]:hover {
  background: linear-gradient(90deg, #5A45E0 0%, #18C1B4 100%);
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(90, 69, 224, 0.35);
}


/* Magnetry System */
.magnetry-system-section {
  background: linear-gradient(180deg, #F6F9FC 0%, #FFFFFF 100%);
  padding: 100px 60px;
  max-width: 1600px;
  margin: 0 auto;
  box-sizing: border-box;
}

.magnetry-system-section .section-eyebrow {
  color: #5A45E0;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 18px;
}

.magnetry-system-section .section-title {
  font-size: clamp(34px, 5vw, 46px);
  font-weight: 700;
  line-height: 1.25;
  color: #0E1325;
  margin-bottom: 24px;
  max-width: 820px;
}

.magnetry-system-section .section-title .gradient-text {
  background: linear-gradient(90deg, #18C1B4 0%, #43F0D8 40%, #5A45E0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.magnetry-system-section .section-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
  max-width: 780px;
  margin-bottom: 60px;
}

.magnetry-system-section .method-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.magnetry-system-section .method-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0E1325;
  margin-top: 24px;
  margin-bottom: 10px;
}

.magnetry-system-section .method-text p {
  font-family: 'Inter', sans-serif;
  color: #475569;
  font-size: 17px;
  line-height: 1.65;
  margin-bottom: 40px;
}

.magnetry-system-section .method-visual img {
  width: 100%;
  max-width: 520px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.magnetry-system-section .method-visual img:hover {
  transform: translateY(-6px);
}

@media (max-width: 900px) {
  .magnetry-system-section {
    padding: 70px 25px;
  }
  .magnetry-system-section .method-layout {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }
  .magnetry-system-section .method-visual img {
    margin: 0 auto;
    max-width: 440px;
  }
}


/* ===========================================================
   SERVICES GRID SECTION
=========================================================== */
.leadmagnetry-services {
  background: #ffffff;
  padding: 100px 20px;
  text-align: center;
  position: relative;
  overflow-x: hidden;
}

.leadmagnetry-services .services-container {
  width: 100%;
  max-width: 1300px;       /* not overly tight, scales nicely */
  margin: 0 auto;
  padding: 0 40px;         /* comfortable horizontal space */
  box-sizing: border-box;
}

@media (max-width: 768px) {
  .leadmagnetry-services .services-container {
    max-width: none;       /* remove hard cap */
    width: 100%;
    padding: 0 24px;       /* safe mobile gutter */
  }
}


.section-eyebrow {
  color: #ff7a5c;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 14px;
}

.section-title {
  font-size: clamp(32px, 5vw, 46px);
  font-weight: 700;
  line-height: 1.2;
  color: #0E1325;
  margin-bottom: 20px;
}

.section-title .animated-gradient {
  display: inline-block;
  background: linear-gradient(90deg, #1ba094 0%, #5b61ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.section-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  line-height: 1.7;
  color: #475569;
  max-width: 950px;
  margin: 0 auto 60px;
  opacity: 0.95;
}

/* GRID */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 32px;
  justify-items: center;
  align-items: stretch;
  width: 100%;
  box-sizing: border-box;
}

/* SERVICE CARDS */
.service-card {
  background: #ffffff;
  border: 1px solid #e5e9f0;
  border-radius: 18px;
  padding: 32px 26px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.03);
  text-align: left;
  transition: all 0.3s ease;
  width: 100%;
  max-width: 380px;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(27,160,148,0.15);
}

.service-card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #0E1325;
}

.service-card p {
  font-family: 'Inter', sans-serif;
  color: #475569;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 18px;
}

.service-card a {
  font-weight: 600;
  color: #ff7a5c;
  text-decoration: none;
}

.service-card a:hover {
  border-bottom: 2px solid #ff7a5c;
}

/* Mobile Fixes */
@media (max-width: 768px) {
  .leadmagnetry-services {
    padding: 70px 0;
  }
  .leadmagnetry-services .services-container {
    max-width: none;
    width: 100%;
    padding: 0 6%;
  }
  .services-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .service-card {
    width: 100%;
    max-width: 95%;
    padding: 28px 22px;
    margin: 0 auto;
  }
}

/* ===========================================================
   PACKAGES SECTION
=========================================================== */
.packages-intro {
  text-align: center;
  padding: 60px 20px 20px;
  background: #fff;
}

.packages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 80px;
}

.package {
  background: #fff;
  border: 1px solid #e6e9f0;
  border-radius: 18px;
  padding: 36px 30px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all 0.3s ease;
}

.package:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
}

.package-title {
  font-size: 22px;
  font-weight: 700;
  color: #0b0e1a;
  margin-bottom: 10px;
}

.package.ecosystem-card .package-title {
  background: linear-gradient(90deg, #1ba094 0%, #5b61ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.package ul {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.package ul li {
  font-size: 16px;
  color: #30343f;
  margin-bottom: 10px;
  padding-left: 26px;
  line-height: 1.6;
  position: relative;
}

.package ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #1ba094;
  font-weight: bold;
}

.simple-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 14px 34px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 16px;
  background: linear-gradient(90deg, #1ba094 0%, #5b61ff 100%);
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(91, 97, 255, 0.15);
}

.simple-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(90deg, #5b61ff 0%, #1ba094 100%);
  box-shadow: 0 6px 20px rgba(91, 97, 255, 0.25);
}

/* ===========================================================
   FINAL CTA SECTION
=========================================================== */
.cta-section {
  background: radial-gradient(circle at 50% 20%, #ffffff 0%, #f7f9ff 40%, #eef2ff 100%);
  text-align: center;
  padding: 120px 20px;
  position: relative;
  overflow: hidden;
  font-family: 'Poppins', sans-serif;
  color: #0E1325;
}

.cta-section::before,
.cta-section::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(120px);
  opacity: 0.6;
}

.cta-section::before {
  width: 500px;
  height: 500px;
  top: -100px;
  left: -150px;
  background: radial-gradient(circle, rgba(27,160,148,0.15), transparent 70%);
}

.cta-section::after {
  width: 600px;
  height: 600px;
  bottom: -150px;
  right: -150px;
  background: radial-gradient(circle, rgba(91,97,255,0.15), transparent 70%);
}

.cta-container {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 40px;
  border-radius: 28px;
  background: rgba(255,255,255,0.9);
  box-shadow: 0 25px 80px rgba(91,97,255,0.1);
  backdrop-filter: blur(16px);
}

.cta-title {
  font-size: clamp(34px, 6vw, 46px);
  font-weight: 700;
  line-height: 1.15;
  margin-bottom: 24px;
}

.cta-title span {
  background: linear-gradient(90deg, #1ba094 0%, #5b61ff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-subtext {
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  line-height: 1.6;
  color: #475569;
  margin-bottom: 50px;
}

.cta-btn {
  display: inline-block;
  background: linear-gradient(90deg, #1ba094 0%, #5b61ff 100%);
  color: #fff;
  padding: 18px 52px;
  border-radius: 50px;
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.3s ease;
  box-shadow: 0 6px 22px rgba(91, 97, 255, 0.3);
}

.cta-btn:hover {
  transform: translateY(-3px);
  background: linear-gradient(90deg, #5b61ff 0%, #1ba094 100%);
  box-shadow: 0 10px 30px rgba(91, 97, 255, 0.4);
}

/* Mobile CTA */
@media (max-width: 600px) {
  .cta-section { padding: 80px 24px; }
  .cta-container { padding: 48px 28px; border-radius: 22px; }
  .cta-title { font-size: 30px; }
  .cta-subtext { font-size: 18px; margin-bottom: 40px; }
  .cta-btn { padding: 14px 40px; font-size: 16px; }
}

@media (max-width: 768px) {
  /* Hero, Method, and System headings */
  .hero-title {
    font-size: 40px;
    line-height: 1.25;
  }

  .section-title,
  .magnetry-method .section-title,
  .magnetry-system-section .section-title {
    font-size: 30px;
    line-height: 1.3;
  }
}

/*============================================
example-flow============================================*/
.example-flow-section {
  background: #f8fafc;
  text-align: center;
  padding: 100px 40px;
  max-width: 1600px;
  margin: 0 auto;
}

.flow-container {
  max-width: 1200px;
  margin: 0 auto;
}

.flow-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-top: 60px;
}

.flow-step {
  background: #ffffff;
  border: 1px solid #e5e9f0;
  border-radius: 16px;
  padding: 40px 28px;
  text-align: left;
  position: relative;
  box-shadow: 0 6px 18px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.flow-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(27,160,148,0.15);
}

.step-number {
  position: absolute;
  top: -20px;
  left: 20px;
  background: linear-gradient(90deg, #18C1B4, #5A45E0);
  color: white;
  font-weight: 700;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.flow-step h3 {
  font-size: 22px;
  font-weight: 700;
  margin-top: 16px;
  color: #0E1325;
}

.flow-step p {
  font-family: 'Inter', sans-serif;
  color: #475569;
  font-size: 17px;
  line-height: 1.7;
  margin-top: 12px;
}

@media (max-width: 900px) {
  .flow-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .flow-step {
    padding: 32px 24px;
  }
  .step-number {
    left: 16px;
  }
}
.example-flow-section .cta-btn {
  margin-top: 50px; /* was probably too tight before */
  display: inline-block;
}/* End custom CSS */