.elementor-2606 .elementor-element.elementor-element-c8965de{--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-2606 .elementor-element.elementor-element-c8965de:not(.elementor-motion-effects-element-type-background), .elementor-2606 .elementor-element.elementor-element-c8965de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#03E6FE2E;background-image:url("https://nuevaweb.werify.eu/wp-content/uploads/2025/04/banca-ssi-werify.png");background-repeat:repeat;background-size:cover;}.elementor-2606 .elementor-element.elementor-element-31f5f78 > .elementor-widget-container{background-color:#FFFFFFE0;}/* Start custom CSS for html, class: .elementor-element-31f5f78 */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Helvetica Neue', sans-serif;
  color: #1a1a1a;
  background-color: #f4f4f0;
  line-height: 1.6;
}

.container {
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.header {
  background: #7E819B;
  padding: 20px 0;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header .logo {
  font-weight: bold;
  font-size: 1.5em;
}
.login-btn {
}


.hero {
  padding: 60px 0;
}

.hero {

  padding: 60px 0;
}

.hero .text {
  max-width: 500px;
}

.hero h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.hero h1 span {
  font-style: italic;
}

.hero p {
  margin-bottom: 20px;
}

.hero .btn {
  margin-right: 10px;
}

.btn {
  padding: 12px 20px;
  border: none;
  border-radius: 8px;
  background-color: #0e1b56;
  color: white;
  cursor: pointer;
}

.btn.small {
  padding: 8px 14px;
}

.stats {
  background-color: #03e6fe;
  color: white;
  padding: 40px 0;
}

.stats .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.stats h3 {
  font-size: 1.8rem;
}

.services {
  padding: 60px 0;
  text-align: center;
}

.services .cards {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  gap: 20px;
}

.card {
  background-color: white;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0px 2px 8px rgba(0,0,0,0.1);
  flex: 1;
  min-width: 250px;
}

.card h3 {
  margin-bottom: 10px;
}

.card a {
  text-decoration: none;
  font-weight: bold;
  color: #bbb3e5;
}

.btn.explore {
  margin-top: 30px;
  background-color: #ffffff;
}

.footer {
  padding: 40px 0;
  background-color: #7E819B;
  text-align: center;
} 

.highlighted {
  font-weight: bold;
  font-size: calc(1em + 20pt);
}
<+>font-size48pt;/* End custom CSS */