.elementor-1586 .elementor-element.elementor-element-fda7724{--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-1586 .elementor-element.elementor-element-8fc7260{--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-1586 .elementor-element.elementor-element-5e58f73 > .elementor-widget-container{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);}body.elementor-page-1586:not(.elementor-motion-effects-element-type-background), body.elementor-page-1586 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-adf0e5e */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.tips-section {
  width: 100%;
  height: 500px;
  background: #f5f5f5;
  position: relative;
  text-align: center;
  padding: 20px;
  overflow: hidden;
}

/* Content */
.content {
  max-width: 900px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}

.content h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

.content p {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

/* Premium badge */
.premium-box {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 30px;
  background: #c79cff;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

/* Visual elements */
.visuals {
  position: absolute;
  bottom: 80px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 40px;
}

/* Ball */
.ball {
  width: 80px;
  height: 80px;
  background: url('https://upload.wikimedia.org/wikipedia/commons/d/d3/Soccerball.svg') no-repeat center/contain;
}

/* Goals (simple placeholders) */
.goal {
  width: 80px;
  height: 60px;
  border: 3px solid #000;
  position: relative;
}

.goal::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(
    45deg,
    transparent,
    transparent 5px,
    #000 5px,
    #000 6px
  );
  opacity: 0.2;
}

/* Labels */
.labels {
  position: absolute;
  bottom: 20px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

.label {
  padding: 8px 15px;
  font-weight: bold;
  transform: rotate(-10deg);
}

.yellow {
  background: #dfff00;
}

.purple {
  background: #c79cff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5e58f73 */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Nunito', sans-serif;
  background: #0d0d1a;
}

.pricing-wrapper {
  width: 100%;
  background: linear-gradient(135deg, #0d0d1a 0%, #1a0a2e 50%, #0d0d1a 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  position: relative;
  overflow: hidden;
}

.pricing-wrapper::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 20% 50%, rgba(128,0,255,0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 80% 50%, rgba(0,80,255,0.12) 0%, transparent 60%);
  pointer-events: none;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0,0,0,0.45);
  display: flex;
  flex-direction: column;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0,0,0,0.6), 0 0 30px rgba(128,0,255,0.25);
}

.card-header {
  padding: 16px 12px 12px;
  text-align: center;
}

.card:nth-child(1) .card-header { background: linear-gradient(135deg, #8000ff, #a020f0); }
.card:nth-child(2) .card-header { background: linear-gradient(135deg, #6600cc, #8000ff); }
.card:nth-child(3) .card-header { background: linear-gradient(135deg, #aa00ff, #cc44ff); }

.card-title {
  font-family: 'Black Ops One', cursive;
  font-size: 1.35rem;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,0.3);
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.card-subtitle {
  font-size: 0.72rem;
  color: rgba(255,255,255,0.85);
  margin-top: 4px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.card-body {
  padding: 16px 20px 0;
  flex: 1;
}

.price-block {
  text-align: center;
  margin-bottom: 14px;
}

.price-amount {
  font-family: 'Black Ops One', cursive;
  font-size: 3.2rem;
  color: #111;
  line-height: 1;
  display: inline-flex;
  align-items: flex-start;
  gap: 2px;
}

.price-amount sup {
  font-size: 1.4rem;
  margin-top: 6px;
  color: #333;
}

.price-label {
  font-size: 0.8rem;
  font-weight: 900;
  color: #3355ff;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 2px;
}

.features {
  list-style: none;
}

.features li {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 0;
  font-size: 0.82rem;
  font-weight: 800;
  color: #222;
  border-bottom: 1px solid #eee;
}

.features li:last-child { border-bottom: none; }

.check-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #555;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #333;
  font-size: 11px;
  font-weight: 900;
}

.card-footer {
  padding: 14px 20px 16px;
  background: rgba(100,100,220,0.1);
}

.subscribe-btn {
  display: block;
  width: 100%;
  padding: 12px;
  background: linear-gradient(135deg, #1133dd, #2244ff);
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 0.9rem;
  font-weight: 900;
  text-align: center;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  box-shadow: 0 4px 14px rgba(30,60,255,0.45);
  transition: background 0.2s, transform 0.15s, box-shadow 0.2s;
  text-decoration: none;
}

.subscribe-btn:hover {
  background: linear-gradient(135deg, #0022bb, #1133ee);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(30,60,255,0.6);
}

.subscribe-btn:active { transform: translateY(1px); }

.card.featured {
  border: 2px solid rgba(128,0,255,0.5);
  transform: scale(1.03);
}

.card.featured:hover {
  transform: scale(1.03) translateY(-6px);
}

/* Contact Section */
.contact-section {
  width: 100%;
  background: linear-gradient(135deg, #0d0d1a 0%, #1a0a2e 50%, #0d0d1a 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 20px 50px;
}

.contact-title {
  font-family: 'Black Ops One', cursive;
  font-size: 1.1rem;
  color: rgba(255,255,255,0.6);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.contact-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 32px;
  background: linear-gradient(135deg, #8000ff, #a020f0);
  color: #fff;
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  font-weight: 900;
  text-decoration: none;
  border-radius: 50px;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 20px rgba(128,0,255,0.5);
  transition: transform 0.2s, box-shadow 0.2s, background 0.2s;
}

.contact-btn:hover {
  background: linear-gradient(135deg, #6600cc, #8000ff);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(128,0,255,0.7);
}

.contact-btn:active { transform: translateY(1px); }

.contact-btn svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  flex-shrink: 0;
}/* End custom CSS */