.elementor-9 .elementor-element.elementor-element-427de56b{--display:flex;}.elementor-9 .elementor-element.elementor-element-b4baaf0{padding:50px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-a9452e8{padding:50px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-5fd7fbe{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-ef9c96e{padding:0px 0px 50px 0px;}@media(max-width:767px){.elementor-9 .elementor-element.elementor-element-b4baaf0{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-a9452e8{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-5fd7fbe{padding:0px 0px 0px 0px;}.elementor-9 .elementor-element.elementor-element-ef9c96e{padding:0px 0px 0px 0px;}}/* Start custom CSS */.thoughts-hero{
  padding:
    8rem 2rem 6rem;

  text-align:center;

  max-width:1000px;
  margin:0 auto;
}

.thoughts-hero .page-title{
  margin-bottom:2rem;
}

.thoughts-hero .page-intro{
  margin-bottom:1.5rem;
}

.thoughts-hero .page-intro-small{
  opacity:.85;
}

@media(max-width:768px){

  .thoughts-hero{
    padding:
      5rem 1.5rem 4rem;
  }

}   

.featured-essay{
  max-width:1000px;
  margin:0 auto;
  padding:4rem 2rem;
}

.featured-essay-card{
  background:linear-gradient(180deg,rgba(255,255,255,.045),rgba(255,255,255,.02));
  border:1px solid rgba(139,92,246,.25);
  border-radius:22px;
  padding:3rem 2rem;
  text-align:center;
  box-shadow:0 0 28px rgba(139,92,246,.12);
}

.featured-essay-label{
  display:inline-block;
  margin-bottom:1rem;
  color:#06b6d4;
  font-size:.85rem;
  font-weight:700;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.featured-essay-card h2{
  margin-bottom:1rem;
}

.featured-essay-card p{
  max-width:720px;
  margin:0 auto 1.5rem;
  color:#bbbbbb;
  font-size:1.05rem;
  line-height:1.8;
}

@media(max-width:768px){
  .featured-essay{
    padding:3rem 1.5rem;
  }

  .featured-essay-card{
    padding:2.25rem 1.5rem;
  }
}

.thoughts-grid-section{
  max-width:1100px;
  margin:0 auto;
  padding:4rem 2rem;
  text-align:center;
}

.section-title{
  margin-bottom:2rem;
}

.thoughts-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:2rem;
}

.thought-card{
  background:#131323;
  border:1px solid rgba(139,92,246,.25);
  border-radius:18px;
  padding:2rem;
  text-align:left;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  transition:all .3s ease;
}

.thought-card:hover{
  transform:translateY(-4px);
  box-shadow:0 0 18px rgba(139,92,246,.25);
}

.thought-tag{
  color:#06b6d4;
  font-size:.8rem;
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:.08em;
  margin-bottom:.9rem;
}

.thought-card h3{
  margin-bottom:.9rem;
}

.thought-card p{
  color:#bbbbbb;
  line-height:1.7;
  margin-bottom:1.5rem;
}

@media(max-width:900px){
  .thoughts-grid{
    grid-template-columns:1fr;
  }

  .thought-card{
    text-align:center;
  }
}   
.thought-categories{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:1rem;
  margin-top:2rem;
}

.thought-categories span{
  padding:.65rem 1.2rem;
  border-radius:999px;

  background:
    rgba(255,255,255,.04);

  border:
    1px solid rgba(139,92,246,.25);

  color:#cccccc;

  font-size:.9rem;

  backdrop-filter:blur(10px);
}   
.join-experiment{
  max-width:800px;
  margin:0 auto;
  padding:5rem 2rem 7rem;
  text-align:center;
}

.experiment-form{
  display:flex;
  justify-content:center;
  align-items:center;
  gap:1rem;

  margin-top:2rem;

  flex-wrap:wrap;
}

.experiment-form input{
  width:320px;
  max-width:100%;

  padding:1rem 1.3rem;

  border-radius:999px;

  border:
    1px solid rgba(139,92,246,.25);

  background:
    rgba(255,255,255,.04);

  color:#ffffff;

  font-size:1rem;

  outline:none;

  backdrop-filter:blur(10px);
}

.experiment-form input::placeholder{
  color:#888888;
}

.experiment-form input:focus{
  border-color:#06b6d4;

  box-shadow:
    0 0 0 3px rgba(6,182,212,.15);
}
.page-intro-small{
  max-width:750px;

  margin:0 auto;

  font-size:1.05rem;
  line-height:1.8;

  color:var(--hh-muted);
}/* End custom CSS */