.elementor-175 .elementor-element.elementor-element-6601269{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-175 .elementor-element.elementor-element-6601269:not(.elementor-motion-effects-element-type-background), .elementor-175 .elementor-element.elementor-element-6601269 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0F0F1D;}.elementor-175 .elementor-element.elementor-element-b1a152e{width:100%;max-width:100%;background-color:#0D0D0E;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:767px){.elementor-175 .elementor-element.elementor-element-b1a152e{padding:0px 0px 0px 0px;}}/* Start custom CSS *//* ============================= */
/* ✍️ ESSAY PAGE */
/* ============================= */

.essay{
    background:
  linear-gradient(
    180deg,
    rgba(20,20,39,.88) 0%,
    rgba(18,18,37,.82) 100%
  );

backdrop-filter:blur(12px);


  color:#ffffff;

  max-width:1100px;

  padding:5rem 3rem;

  margin:0 auto;

  font-family:'Space Grotesk',sans-serif;

  line-height:1.8;

  border-radius:18px;
}

/* Main title */
.essay h1{
  text-align:center;

  background:
    linear-gradient(
      90deg,
      #8b5cf6,
      #06b6d4
    );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  font-size:
    clamp(2rem,5vw,3rem);

  font-weight:600;

  line-height:1.2;

  margin-bottom:1.8rem;
}

/* Section headings */
.essay h2{
  background:
    linear-gradient(
      90deg,
      #8b5cf6,
      #06b6d4
    );

  -webkit-background-clip:text;
  -webkit-text-fill-color:transparent;

  font-size:1.7rem;

  line-height:1.3;

  margin-top:3.5rem;
  margin-bottom:1rem;
}

/* Paragraphs */
.essay p{
  color:#cccccc;

  font-size:1.1rem;

  line-height:1.9;

  margin:1.2rem 0;
}

/* Blockquotes */
.essay blockquote{
  border-left:
    3px solid #8b5cf6;

  margin:2.5rem 0;

  padding-left:1.5rem;

  color:#bbbbbb;

  font-style:italic;

  font-size:1.05rem;

  line-height:1.8;
}

/* Signoff */
.essay-signoff{
  text-align:center;
  margin-top:2rem;
}

/* Essay navigation */
.essay-nav{
  display:flex;

  justify-content:center;
  align-items:center;

  gap:1.2rem;

  margin-top:3rem;

  flex-wrap:wrap;
}

.essay-nav a{
  padding:.6rem 1.4rem;

  border-radius:40px;

  background:
    linear-gradient(
      90deg,
      #8b5cf6,
      #06b6d4
    );

  color:#ffffff !important;

  text-decoration:none;

  font-size:.95rem;

  transition:all .3s ease;
}

.essay-nav a:hover{
  transform:scale(1.05);

  box-shadow:
    0 0 18px rgba(6,182,212,.3);
}

/* Mobile */
@media(max-width:768px){

  .essay{
    padding:3rem 1.5rem;
    border-radius:14px;
  }

  .essay p{
    font-size:1.05rem;
  }

  .essay-nav{
    flex-direction:column;
    gap:.8rem;
  }

}   

body{
  background:#0f0f1d !important;
}

.elementor{
  background:#0f0f1d !important;
}/* End custom CSS */