<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.elementor-3725 .elementor-element.elementor-element-eb0d7a4{--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-3725 .elementor-element.elementor-element-34d9f79{--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-3725 .elementor-element.elementor-element-8e98a31{--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-3725 .elementor-element.elementor-element-04fd177{--display:flex;}.elementor-3725 .elementor-element.elementor-element-8dd47dc{--display:flex;}.elementor-3725 .elementor-element.elementor-element-2d042eb{--display:flex;}.elementor-3725 .elementor-element.elementor-element-93bfd9f{--display:flex;}.elementor-3725 .elementor-element.elementor-element-228348c{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-ea3a415 *//* Hero Section */
.hero-section {
  background: linear-gradient(to right, #f0f4f8, #d9e2ec);
  padding: 50px 20px;
  text-align: center;
}

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

/* eToro Logo */
.etoro-logo {
  max-width: 150px;
  margin-bottom: 20px;
}

/* Headline */
.hero-section h1 {
  font-size: 2.5em;
  color: #333;
  margin-bottom: 15px;
}

/* Subtext */
.hero-section p {
  font-size: 1.2em;
  color: #555;
  margin-bottom: 30px;
}

/* CTA Buttons */
.cta-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.cta-button {
  background-color: #00aaff;
  color: #fff;
  padding: 12px 20px;
  font-size: 1.1em;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.cta-button:hover {
  background-color: #0088cc;
  transform: scale(1.05);
}

/* Different color for 'Read Full Review' */
.cta-button.review {
  background-color: #ff6600;
}

.cta-button.review:hover {
  background-color: #cc5500;
}

/* ðŸ“± Mobile Optimization */
@media (max-width: 768px) {
  .hero-content {
    padding: 20px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .cta-button {
    width: 100%;
    text-align: center;
  }

  .hero-section h1 {
    font-size: 2em;
  }

  .hero-section p {
    font-size: 1em;
  }
}/* End custom CSS */</pre></body></html>