/* Custom Elementor Widgets - Frontend CSS */
.cew-pricing-wrap,
.cew-workflow-wrap {
  box-sizing: border-box;
  width: 100%;
}

.cew-pricing-wrap *,
.cew-pricing-wrap *::before,
.cew-pricing-wrap *::after,
.cew-workflow-wrap *,
.cew-workflow-wrap *::before,
.cew-workflow-wrap *::after {
  box-sizing: border-box;
}

/* Pricing Section */
.cew-pricing-wrap {
  --cew-pricing-hover-lift: -4px;
  font-family: 'Manrope', sans-serif;
  background: radial-gradient(ellipse at 50% 0%, #1a1230 0%, #0d0d14 60%, #080810 100%);
  padding: 80px 20px 100px;
  overflow: hidden;
}

.cew-pricing-header {
  text-align: center;
  margin-bottom: 56px;
}

.cew-pricing-eyebrow {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #9d6ef8;
  text-transform: uppercase;
  margin: 0 0 18px;
}

.cew-pricing-title {
  font-size: clamp(32px, 5vw, 58px);
  font-weight: 800;
  color: #ffffff;
  line-height: 1.1;
  margin: 0 0 18px;
  letter-spacing: -0.02em;
}

.cew-pricing-subtitle {
  font-size: 16px;
  color: #8a8a9a;
  font-weight: 400;
  margin: 0;
}

.cew-pricing-grid {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 24px;
  max-width: 1120px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.cew-pricing-card {
  background: #12121e;
  border: 1px solid #252535;
  border-radius: 20px;
  padding: 36px 32px 40px;
  flex: 1 1 280px;
  min-width: 280px;
  max-width: 340px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease, background 0.25s ease;
}

.cew-pricing-card:hover {
  transform: translateY(var(--cew-pricing-hover-lift));
  box-shadow: 0 20px 60px rgba(0,0,0,0.4);
}

.cew-pricing-card--popular {
  border-color: #7c3aed;
  background: #13102a;
  box-shadow: 0 0 0 1px #7c3aed, 0 0 50px rgba(124,58,237,0.12);
}

.cew-pricing-card--popular:hover {
  box-shadow: 0 0 0 1px #9d6ef8, 0 20px 60px rgba(124,58,237,0.25);
}

.cew-pricing-badge {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  background: linear-gradient(90deg, #6d28d9, #9333ea);
  border-radius: 20px 20px 0 0;
  text-align: center;
  padding: 9px 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #fff;
}

.cew-pricing-card--popular .cew-pricing-icon-wrap {
  margin-top: 24px;
}

.cew-pricing-icon-wrap {
  width: 54px;
  height: 54px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 22px;
  font-size: 24px;
  background: #1e1640;
}

.cew-pricing-icon-wrap svg {
  width: 26px;
  height: 26px;
  display: block;
}

.cew-pricing-plan-name {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 14px;
}

.cew-pricing-price-row {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin-bottom: 14px;
}

.cew-pricing-price {
  font-size: 46px;
  font-weight: 800;
  color: #ffffff;
  line-height: 1;
  letter-spacing: -0.03em;
}

.cew-pricing-price-custom {
  font-size: 42px;
}

.cew-pricing-period {
  font-size: 13px;
  font-weight: 600;
  color: #7c6fa0;
  margin-left: 2px;
}

.cew-pricing-desc {
  font-size: 13.5px;
  color: #6b6b80;
  line-height: 1.55;
  margin: 0 0 28px;
  min-height: 42px;
}

.cew-pricing-divider {
  height: 1px;
  background: #1e1e2e;
  margin-bottom: 22px;
  width: 100%;
}

.cew-pricing-features {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 13px;
  flex: 1;
  margin: 0 0 32px;
  padding: 0;
}

.cew-pricing-features li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 14px;
  color: #c8c8d8;
  font-weight: 500;
  margin: 0;
}

.cew-pricing-check {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.cew-pricing-button {
  display: flex;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  font-family: 'Manrope', sans-serif;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease;
  letter-spacing: 0.01em;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.cew-pricing-button:hover,
.cew-pricing-button:focus {
  text-decoration: none;
}

.cew-pricing-button--outline {
  background: transparent;
  border: 1.5px solid #2e2e42;
  color: #ffffff;
}

.cew-pricing-button--outline:hover {
  border-color: #5a5a78;
  background: #1a1a2e;
  color: #ffffff;
}

.cew-pricing-button--primary {
  background: linear-gradient(135deg, #7c3aed, #9333ea);
  border: none;
  color: #ffffff;
  box-shadow: 0 4px 20px rgba(124,58,237,0.4);
}

.cew-pricing-button--primary:hover {
  background: linear-gradient(135deg, #6d28d9, #7c3aed);
  box-shadow: 0 6px 28px rgba(124,58,237,0.55);
  transform: translateY(-1px);
  color: #ffffff;
}

.cew-pricing-button--contact {
  background: transparent;
  border: 1.5px solid #2e2e42;
  color: #ffffff;
}

.cew-pricing-button--contact:hover {
  border-color: #22d3ee;
  color: #22d3ee;
  background: rgba(34,211,238,0.05);
}

/* Workflow Section */
.cew-workflow-wrap {
  font-family: 'Inter', sans-serif;
  background: #0d0d1a;
  padding: 48px 32px 52px;
  border-radius: 12px;
}

.cew-workflow-eyebrow {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  color: #a855f7;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.cew-workflow-heading {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 40px;
  line-height: 1.2;
}

.cew-workflow-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  position: relative;
}

.cew-workflow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  max-width: 120px;
  position: relative;
  z-index: 2;
}

.cew-workflow-icon-wrap {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #1e1a3a;
  border: 1.5px solid #4c3d8a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
}

.cew-workflow-icon-wrap svg {
  width: 24px;
  height: 24px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  display: block;
}

.cew-workflow-icon {
  color: #a855f7;
  display: inline-flex;
}

.cew-workflow-step-title {
  font-size: 12.5px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0 0 6px;
}

.cew-workflow-step-desc {
  font-size: 11px;
  color: #8a8aaa;
  text-align: center;
  line-height: 1.5;
  margin: 0;
}

.cew-workflow-connector {
  flex: 1;
  height: 1px;
  border-top: 1.5px dashed #4c3d8a;
  margin-top: 29px;
  position: relative;
  z-index: 1;
}

@media (max-width: 900px) {
  .cew-pricing-grid {
    flex-direction: column;
    align-items: center;
  }
  .cew-pricing-card {
    max-width: 440px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .cew-workflow-steps {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .cew-workflow-connector {
    display: none;
  }
  .cew-workflow-step {
    max-width: 100%;
  }
  .cew-workflow-heading {
    font-size: 24px;
  }
}
