.elementor-2215 .elementor-element.elementor-element-38670dd{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--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-2215 .elementor-element.elementor-element-38670dd.e-con{--flex-grow:0;--flex-shrink:0;}:root{--page-title-display:none;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */.ec-line-page,
.ec-line-page * {
  box-sizing: border-box;
}

.ec-line-page {
  --ec-purple: #6d3fd8;
  --ec-purple-2: #9b6cff;
  --ec-purple-soft: #efe8ff;
  --ec-purple-light: #f8f3ff;
  --ec-pink: #ffe5f6;
  --ec-blue: #e2f7ff;
  --ec-mint: #e9fff6;
  --ec-dark: #1f1830;
  --ec-muted: #6f6680;
  --ec-card: rgba(255, 255, 255, 0.86);
  --ec-border: rgba(109, 63, 216, 0.15);
  --ec-shadow: 0 24px 70px rgba(68, 39, 129, 0.13);
  --ec-radius: 30px;

  font-family: inherit;
  color: var(--ec-dark);
  background:
    radial-gradient(circle at 8% 8%, rgba(109, 63, 216, 0.16), transparent 28%),
    radial-gradient(circle at 90% 12%, rgba(255, 229, 246, 0.9), transparent 30%),
    radial-gradient(circle at 45% 85%, rgba(226, 247, 255, 0.95), transparent 35%),
    linear-gradient(180deg, #fcf9ff 0%, #ffffff 42%, #f8f3ff 100%);
  overflow: hidden;
  position: relative;
}

.ec-line-page a {
  text-decoration: none !important;
}

.ec-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.ec-section {
  padding: 78px 0;
  position: relative;
}

.ec-center {
  text-align: center;
}

.ec-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(109, 63, 216, 0.09);
  color: var(--ec-purple);
  border: 1px solid rgba(109, 63, 216, 0.14);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
}

.ec-title {
  font-size: clamp(34px, 5.2vw, 62px);
  line-height: 1.03;
  letter-spacing: -2px;
  margin: 0;
  color: var(--ec-dark);
  font-weight: 950;
}

.ec-title span,
.ec-heading span,
.ec-reload-title span {
  color: var(--ec-purple);
}

.ec-subtitle {
  font-size: clamp(17px, 2.1vw, 21px);
  line-height: 1.7;
  color: var(--ec-muted);
  margin: 22px 0 0;
  max-width: 690px;
}

.ec-heading {
  font-size: clamp(28px, 3.4vw, 46px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  margin: 0;
  font-weight: 950;
  color: var(--ec-dark);
}

.ec-desc {
  color: var(--ec-muted);
  font-size: 17px;
  line-height: 1.75;
  margin: 16px auto 0;
  max-width: 780px;
}

/* ================================
   ANIMATION
   ================================ */

@keyframes ecOrbMove {
  0%, 100% {
    transform: translate3d(0, 0, 0) scale(1);
  }

  50% {
    transform: translate3d(18px, -22px, 0) scale(1.06);
  }
}

@keyframes ecFloat {
  0%, 100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

@keyframes ecPulseGlow {
  0%, 100% {
    transform: scale(1);
    opacity: 0.78;
  }

  50% {
    transform: scale(1.08);
    opacity: 1;
  }
}

@keyframes ecBtnLedFlow {
  0% {
    background-position: 0% 50%, 0% 50%;
  }

  50% {
    background-position: 0% 50%, 100% 50%;
  }

  100% {
    background-position: 0% 50%, 0% 50%;
  }
}

/* ================================
   BACKGROUND ORBS
   ================================ */

.ec-bg-orb {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  z-index: 0;
  filter: blur(10px);
  opacity: 0.75;
  animation: ecOrbMove 11s ease-in-out infinite;
}

.ec-bg-orb.one {
  width: 360px;
  height: 360px;
  left: -170px;
  top: 120px;
  background: linear-gradient(135deg, rgba(109,63,216,0.22), rgba(255,229,246,0.6));
}

.ec-bg-orb.two {
  width: 420px;
  height: 420px;
  right: -210px;
  top: 680px;
  background: linear-gradient(135deg, rgba(226,247,255,0.9), rgba(155,108,255,0.18));
  animation-delay: -4s;
}

.ec-bg-orb.three {
  width: 300px;
  height: 300px;
  left: 8%;
  bottom: 380px;
  background: linear-gradient(135deg, rgba(233,255,246,0.9), rgba(109,63,216,0.13));
  animation-delay: -7s;
}

/* ================================
   BUTTON - STABLE LED VERSION
   ================================ */

.ec-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 30px;
  align-items: center;
}

.ec-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 24px;
  border-radius: 999px;
  font-weight: 950;
  font-size: 15.5px;
  line-height: 1.1;
  cursor: pointer;
  text-decoration: none !important;
  white-space: nowrap;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease;
}

.ec-btn,
.ec-btn:hover,
.ec-btn:focus,
.ec-btn:active,
.ec-btn span {
  text-decoration: none !important;
}

.ec-btn span {
  position: relative;
  z-index: 1;
}

.ec-btn-primary {
  color: #ffffff !important;
  border: 2px solid transparent;
  background-image:
    linear-gradient(135deg, var(--ec-purple), var(--ec-purple-2)),
    linear-gradient(90deg, #ffffff, #d9c7ff, #9b6cff, #ffdaf4, #ffffff, #6d3fd8);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-size: 100% 100%, 320% 320%;
  animation: ecBtnLedFlow 3s ease-in-out infinite;
  box-shadow: 0 16px 34px rgba(109, 63, 216, 0.28);
}

.ec-btn-primary:hover {
  color: #ffffff !important;
  transform: translateY(-3px);
  filter: brightness(1.04);
  box-shadow:
    0 20px 44px rgba(109, 63, 216, 0.34),
    0 0 18px rgba(155, 108, 255, 0.26);
}

.ec-btn-secondary {
  color: var(--ec-purple) !important;
  background: rgba(255, 255, 255, 0.92) !important;
  border: 1px solid rgba(109, 63, 216, 0.20);
  box-shadow: 0 12px 28px rgba(68, 39, 129, 0.08);
}

.ec-btn-secondary:hover {
  color: var(--ec-purple) !important;
  transform: translateY(-3px);
  box-shadow: 0 18px 38px rgba(109, 63, 216, 0.16);
}

/* ================================
   HERO
   ================================ */

.ec-hero {
  padding: 88px 0 70px;
}

.ec-hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: 46px;
  align-items: center;
}

.ec-hero-card,
.ec-soft-panel,
.ec-benefit-card,
.ec-plan-card,
.ec-test-card,
.ec-step,
.ec-image-box,
.ec-reload-card,
.ec-reload-panel {
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.ec-hero-card {
  background: rgba(255, 255, 255, 0.76);
  border: 1px solid var(--ec-border);
  box-shadow: var(--ec-shadow);
  border-radius: 38px;
  padding: clamp(28px, 4vw, 50px);
  position: relative;
  overflow: hidden;
}

.ec-hero-card:before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(135deg, rgba(109, 63, 216, 0.09), transparent 36%),
    radial-gradient(circle at 95% 10%, rgba(255, 229, 246, 0.9), transparent 26%);
  pointer-events: none;
}

.ec-hero-content {
  position: relative;
  z-index: 1;
}

.ec-hero-points {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
}

.ec-hero-points li {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(109, 63, 216, 0.12);
  padding: 13px 14px;
  border-radius: 18px;
  color: #332648;
  font-size: 15px;
  font-weight: 800;
  box-shadow: 0 10px 28px rgba(68, 39, 129, 0.06);
}

.ec-visual {
  position: relative;
  min-height: 540px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-app-showcase {
  position: relative;
  width: min(520px, 100%);
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ec-app-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background:
    radial-gradient(circle, rgba(155, 108, 255, 0.34), transparent 62%),
    radial-gradient(circle at 70% 30%, rgba(255, 229, 246, 0.9), transparent 48%);
  filter: blur(4px);
  animation: ecPulseGlow 5s ease-in-out infinite;
  z-index: 1;
}

.ec-app-card {
  position: relative;
  z-index: 3;
  width: min(360px, 78%);
  border-radius: 36px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(109, 63, 216, 0.16);
  box-shadow:
    0 34px 80px rgba(68, 39, 129, 0.20),
    inset 0 0 0 1px rgba(255,255,255,0.62);
  animation: ecFloat 5.6s ease-in-out infinite;
}

.ec-app-card img {
  display: block;
  width: 100%;
  border-radius: 28px;
  object-fit: cover;
  background: var(--ec-purple-soft);
}

.ec-data-badge {
  position: absolute;
  left: 8px;
  bottom: 56px;
  z-index: 5;
  width: 230px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(109, 63, 216, 0.16);
  border-radius: 26px;
  padding: 18px 20px;
  box-shadow: 0 22px 52px rgba(68, 39, 129, 0.17);
  animation: ecFloat 4.8s ease-in-out infinite;
}

.ec-data-badge strong {
  display: block;
  font-size: 38px;
  line-height: 1;
  color: var(--ec-purple);
  font-weight: 950;
  letter-spacing: -1px;
  margin-bottom: 8px;
}

.ec-data-badge span {
  display: block;
  color: var(--ec-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 800;
}

.ec-mini-badge {
  position: absolute;
  right: 20px;
  top: 72px;
  z-index: 5;
  max-width: 178px;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(109, 63, 216, 0.14);
  border-radius: 23px;
  padding: 15px 17px;
  box-shadow: 0 20px 45px rgba(68, 39, 129, 0.14);
  color: var(--ec-dark);
  font-weight: 950;
  animation: ecFloat 6s ease-in-out infinite;
}

.ec-mini-badge span {
  display: block;
  color: var(--ec-muted);
  font-size: 13px;
  font-weight: 750;
  margin-top: 5px;
  line-height: 1.4;
}

.ec-sim-card {
  position: absolute;
  right: 8px;
  bottom: 28px;
  z-index: 6;
  width: 180px;
  border-radius: 26px;
  background: rgba(255,255,255,0.92);
  border: 1px solid rgba(109, 63, 216, 0.16);
  padding: 10px;
  box-shadow: 0 22px 50px rgba(68, 39, 129, 0.18);
  animation: ecFloat 5.2s ease-in-out infinite;
}

.ec-sim-card img {
  display: block;
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
  background: var(--ec-purple-soft);
}

/* ================================
   LAYOUT COMMON
   ================================ */

.ec-problem-wrap,
.ec-proof-grid,
.ec-use-grid,
.ec-reload-wrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 32px;
  align-items: center;
}

.ec-soft-panel {
  background: var(--ec-card);
  border: 1px solid var(--ec-border);
  border-radius: var(--ec-radius);
  padding: clamp(24px, 4vw, 42px);
  box-shadow: var(--ec-shadow);
}

.ec-problem-list,
.ec-check-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ec-problem-list li,
.ec-check-list li {
  background: #fff;
  border: 1px solid rgba(109, 63, 216, 0.1);
  border-radius: 18px;
  padding: 15px 16px;
  color: #3c314f;
  font-weight: 800;
  box-shadow: 0 10px 26px rgba(68, 39, 129, 0.06);
}

.ec-grid-3 {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ec-benefit-card {
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--ec-border);
  border-radius: 28px;
  padding: 26px;
  box-shadow: 0 18px 46px rgba(68, 39, 129, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  min-height: 218px;
}

.ec-benefit-card:hover,
.ec-plan-card:hover,
.ec-test-card:hover,
.ec-reload-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 26px 58px rgba(68, 39, 129, 0.14);
}

.ec-icon,
.ec-reload-card-icon {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--ec-purple-soft), #ffffff);
  color: var(--ec-purple);
  font-size: 24px;
  margin-bottom: 18px;
}

.ec-benefit-card h3,
.ec-plan-card h3,
.ec-test-card h3,
.ec-reload-card h3 {
  margin: 0 0 10px;
  font-size: 21px;
  letter-spacing: -0.4px;
  color: var(--ec-dark);
  font-weight: 950;
}

.ec-benefit-card p,
.ec-plan-card p,
.ec-test-card p,
.ec-reload-card p {
  margin: 0;
  color: var(--ec-muted);
  line-height: 1.65;
  font-size: 15.5px;
}

/* ================================
   RELOAD SECTION
   ================================ */

.ec-reload-panel {
  background:
    radial-gradient(circle at 15% 15%, rgba(255,255,255,0.9), transparent 32%),
    linear-gradient(135deg, rgba(109, 63, 216, 0.10), rgba(255, 229, 246, 0.55));
  border: 1px solid rgba(109, 63, 216, 0.14);
  border-radius: 34px;
  padding: clamp(26px, 4vw, 46px);
  box-shadow: var(--ec-shadow);
  overflow: hidden;
  position: relative;
}

.ec-reload-title {
  margin: 0;
  font-size: clamp(28px, 3.5vw, 44px);
  line-height: 1.1;
  letter-spacing: -1.1px;
  font-weight: 950;
  color: var(--ec-dark);
}

.ec-reload-text {
  margin: 18px 0 0;
  color: var(--ec-muted);
  font-size: 17px;
  line-height: 1.75;
}

.ec-reload-mini {
  display: grid;
  gap: 12px;
  margin-top: 24px;
}

.ec-reload-mini-item {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(109, 63, 216, 0.12);
  border-radius: 18px;
  padding: 14px 16px;
  box-shadow: 0 10px 26px rgba(68, 39, 129, 0.06);
}

.ec-reload-mini-icon {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: var(--ec-purple-soft);
  color: var(--ec-purple);
  font-weight: 950;
}

.ec-reload-mini-item strong {
  display: block;
  color: var(--ec-dark);
  font-size: 15.5px;
  font-weight: 950;
  margin-bottom: 3px;
}

.ec-reload-mini-item span {
  display: block;
  color: var(--ec-muted);
  font-size: 14px;
  line-height: 1.45;
  font-weight: 700;
}

.ec-reload-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.ec-reload-card {
  background: rgba(255,255,255,0.86);
  border: 1px solid rgba(109, 63, 216, 0.14);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 18px 46px rgba(68, 39, 129, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ec-reload-note {
  grid-column: 1 / -1;
  background: rgba(255,255,255,0.82);
  border: 1px dashed rgba(109, 63, 216, 0.28);
  border-radius: 24px;
  padding: 18px 20px;
  color: var(--ec-muted);
  line-height: 1.65;
  font-size: 15px;
}

.ec-reload-note strong {
  color: var(--ec-dark);
}

/* ================================
   PLAN SECTION
   ================================ */

.ec-plans {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 36px;
}

.ec-plan-card {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--ec-border);
  border-radius: 28px;
  padding: 24px;
  box-shadow: 0 20px 48px rgba(68, 39, 129, 0.1);
  position: relative;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ec-plan-card.featured {
  border: 2px solid rgba(109, 63, 216, 0.38);
  transform: translateY(-8px);
  background:
    radial-gradient(circle at 90% 0%, rgba(255,229,246,0.8), transparent 34%),
    rgba(255,255,255,0.9);
}

.ec-plan-label {
  position: absolute;
  top: 16px;
  right: 16px;
  background: var(--ec-mint);
  color: #16734c;
  border-radius: 999px;
  padding: 7px 11px;
  font-size: 12px;
  font-weight: 950;
}

.ec-price {
  margin: 16px 0 18px;
  font-size: 38px;
  line-height: 1;
  font-weight: 950;
  color: var(--ec-purple);
  letter-spacing: -1px;
}

.ec-price small {
  font-size: 14px;
  color: var(--ec-muted);
  font-weight: 800;
}

.ec-plan-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.ec-plan-list li {
  color: #403454;
  font-size: 14.5px;
  font-weight: 780;
  line-height: 1.45;
  padding-left: 24px;
  position: relative;
}

.ec-plan-list li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--ec-purple);
  font-weight: 950;
}

.ec-suitable {
  margin-top: 18px;
  background: var(--ec-purple-light);
  border-radius: 18px;
  padding: 14px;
  color: #4d3b68;
  font-size: 14px;
  line-height: 1.55;
}

/* ================================
   IMAGE / NOTE / TESTIMONIAL
   ================================ */

.ec-image-box {
  background: rgba(255,255,255,0.82);
  border: 1px solid var(--ec-border);
  border-radius: 30px;
  padding: 14px;
  box-shadow: var(--ec-shadow);
  overflow: hidden;
}

.ec-image-box img {
  width: 100%;
  display: block;
  border-radius: 22px;
  min-height: 320px;
  object-fit: cover;
  background: linear-gradient(135deg, var(--ec-purple-soft), #ffffff);
}

.ec-note {
  margin-top: 18px;
  padding: 16px 18px;
  background: rgba(255, 255, 255, 0.74);
  border: 1px solid rgba(109, 63, 216, 0.12);
  border-radius: 20px;
  color: var(--ec-muted);
  line-height: 1.65;
  font-size: 14.5px;
}

.ec-testimonials {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
}

.ec-test-card {
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid var(--ec-border);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 18px 42px rgba(68, 39, 129, 0.09);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.ec-stars {
  color: #f2a900;
  letter-spacing: 2px;
  margin-bottom: 14px;
  font-size: 15px;
}

.ec-person {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 18px;
  color: var(--ec-dark);
  font-weight: 950;
}

.ec-avatar {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--ec-purple-soft), var(--ec-pink));
  display: grid;
  place-items: center;
  color: var(--ec-purple);
  font-weight: 950;
}

/* ================================
   STEPS
   ================================ */

.ec-steps {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-top: 34px;
  counter-reset: ecStep;
}

.ec-step {
  background: rgba(255,255,255,0.84);
  border: 1px solid var(--ec-border);
  border-radius: 26px;
  padding: 24px;
  box-shadow: 0 18px 42px rgba(68, 39, 129, 0.08);
  position: relative;
  counter-increment: ecStep;
}

.ec-step:before {
  content: counter(ecStep);
  width: 42px;
  height: 42px;
  border-radius: 15px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, var(--ec-purple), var(--ec-purple-2));
  color: #fff;
  font-weight: 950;
  margin-bottom: 16px;
  box-shadow: 0 12px 24px rgba(109, 63, 216, 0.24);
}

.ec-step h3 {
  margin: 0 0 8px;
  font-size: 19px;
  color: var(--ec-dark);
  font-weight: 950;
}

.ec-step p {
  margin: 0;
  color: var(--ec-muted);
  line-height: 1.6;
  font-size: 15px;
}

/* ================================
   FAQ
   ================================ */

.ec-faq {
  max-width: 900px;
  margin: 34px auto 0;
  display: grid;
  gap: 14px;
}

.ec-faq details {
  background: rgba(255,255,255,0.86);
  border: 1px solid var(--ec-border);
  border-radius: 22px;
  box-shadow: 0 12px 30px rgba(68, 39, 129, 0.06);
  overflow: hidden;
}

.ec-faq summary {
  cursor: pointer;
  padding: 20px 52px 20px 22px;
  color: var(--ec-dark);
  font-weight: 950;
  list-style: none;
  position: relative;
}

.ec-faq summary::-webkit-details-marker {
  display: none;
}

.ec-faq summary:after {
  content: "+";
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ec-purple);
  font-size: 25px;
  font-weight: 950;
}

.ec-faq details[open] summary:after {
  content: "−";
}

.ec-faq p {
  margin: 0;
  padding: 0 22px 22px;
  color: var(--ec-muted);
  line-height: 1.7;
}

/* ================================
   FINAL CTA
   ================================ */

.ec-final {
  padding: 84px 0;
}

.ec-final-box {
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,0.3), transparent 25%),
    linear-gradient(135deg, #6d3fd8, #9b6cff);
  color: #fff;
  border-radius: 40px;
  padding: clamp(32px, 6vw, 64px);
  text-align: center;
  box-shadow: 0 30px 80px rgba(109, 63, 216, 0.28);
  position: relative;
  overflow: hidden;
}

.ec-final-box h2 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.1;
  letter-spacing: -1.2px;
  font-weight: 950;
  position: relative;
  z-index: 1;
}

.ec-final-box p {
  margin: 18px auto 0;
  color: rgba(255,255,255,0.88);
  line-height: 1.75;
  max-width: 760px;
  font-size: 17px;
  position: relative;
  z-index: 1;
}

.ec-final-box .ec-actions {
  justify-content: center;
  position: relative;
  z-index: 1;
}

.ec-final-box .ec-btn-primary {
  color: var(--ec-purple) !important;
  border: 2px solid transparent;
  background-image:
    linear-gradient(135deg, #ffffff, #ffffff),
    linear-gradient(90deg, #ffffff, #d9c7ff, #9b6cff, #ffdaf4, #ffffff);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  background-size: 100% 100%, 320% 320%;
  animation: ecBtnLedFlow 3s ease-in-out infinite;
}

.ec-final-box .ec-btn-primary:hover {
  color: var(--ec-purple) !important;
}

.ec-final-box .ec-btn-secondary {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.16) !important;
  border-color: rgba(255, 255, 255, 0.28);
  box-shadow: none;
}

.ec-final-box .ec-btn-secondary:hover {
  color: #ffffff !important;
  background: rgba(255, 255, 255, 0.22) !important;
}

.ec-small-text {
  margin-top: 18px;
  font-size: 13.5px;
  color: rgba(255,255,255,0.78);
  position: relative;
  z-index: 1;
}

/* ================================
   RESPONSIVE
   ================================ */

@media (max-width: 1024px) {
  .ec-hero-grid,
  .ec-problem-wrap,
  .ec-proof-grid,
  .ec-use-grid,
  .ec-reload-wrap {
    grid-template-columns: 1fr;
  }

  .ec-visual {
    min-height: 560px;
    margin-top: 20px;
  }

  .ec-app-showcase {
    min-height: 520px;
  }

  .ec-app-card {
    width: min(350px, 72%);
  }

  .ec-mini-badge {
    right: 8%;
    top: 58px;
  }

  .ec-data-badge {
    left: 8%;
    bottom: 52px;
  }

  .ec-sim-card {
    right: 8%;
    bottom: 18px;
    width: 190px;
  }

  .ec-plans {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ec-plan-card.featured {
    transform: none;
  }

  .ec-steps,
  .ec-grid-3,
  .ec-testimonials {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .ec-container {
    width: min(100% - 24px, 1180px);
  }

  .ec-section {
    padding: 54px 0;
  }

  .ec-hero {
    padding: 54px 0 46px;
  }

  .ec-hero-card,
  .ec-soft-panel,
  .ec-reload-panel {
    border-radius: 26px;
    padding: 24px;
  }

  .ec-title {
    letter-spacing: -1.1px;
  }

  .ec-hero-points,
  .ec-problem-list,
  .ec-check-list,
  .ec-grid-3,
  .ec-plans,
  .ec-testimonials,
  .ec-steps,
  .ec-reload-cards {
    grid-template-columns: 1fr;
  }

  .ec-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ec-btn {
    width: 100%;
    white-space: normal;
    text-align: center;
  }

  .ec-visual {
    min-height: auto;
    display: block;
  }

  .ec-app-showcase {
    width: 100%;
    min-height: auto;
    display: block;
    padding-top: 10px;
  }

  .ec-app-glow {
    width: 280px;
    height: 280px;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
  }

  .ec-app-card {
    width: 100%;
    border-radius: 28px;
    padding: 12px;
  }

  .ec-app-card img {
    border-radius: 22px;
  }

  .ec-mini-badge,
  .ec-data-badge,
  .ec-sim-card {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }

  .ec-data-badge strong {
    font-size: 34px;
  }

  .ec-sim-card img {
    max-height: 220px;
    object-fit: contain;
  }

  .ec-image-box img {
    min-height: 240px;
  }

  .ec-final-box {
    border-radius: 30px;
  }
}/* End custom CSS */