.elementor-219 .elementor-element.elementor-element-d7e8643{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-6911bd3 */.pele-header,
.pele-header * {
  box-sizing: border-box;
}

.pele-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: rgba(7, 5, 16, 0.72);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(255,255,255,0.06);
  transition: background .25s ease, box-shadow .25s ease;
}

.pele-header.is-scrolled {
  background: rgba(10, 7, 22, 0.92);
  box-shadow: 0 10px 40px rgba(0,0,0,0.22);
}

.pele-header__inner {
  width: 100%;
  max-width: 1400px; /* ↓ reduz pra não ficar esticado demais */
  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 0 48px; /* ← resolve o "colado" */
  min-height: 82px;
}

.pele-header__brand {
  min-width: 220px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}

.pele-header__logo {
  font-size: 34px;
  font-weight: 900;
  letter-spacing: -1px;
  line-height: 1;
  background: linear-gradient(90deg, #7b2cff, #c03cff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pele-header__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.pele-header__title {
  color: #fff;
  font-size: 18px;
  font-weight: 800;
}

.pele-header__subtitle {
  color: rgba(255,255,255,0.62);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.pele-header__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: nowrap;
}

.pele-header__link {
  min-height: 44px;
  padding: 0 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  text-decoration: none;
  color: rgba(255,255,255,0.88);
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  transition: all .2s ease;
  white-space: nowrap;
}

.pele-header__link:hover {
  color: #fff;
  background: rgba(255,255,255,0.04);
  border-color: rgba(255,255,255,0.06);
}

.pele-header__link.is-active {
  color: #fff;
  background: linear-gradient(180deg, rgba(167,86,255,0.24), rgba(117,25,232,0.24));
  border-color: rgba(193,99,255,0.32);
  box-shadow: 0 0 24px rgba(144,56,255,0.12) inset, 0 0 16px rgba(124,29,240,0.12);
}

.pele-header__avatar {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(180deg, rgba(255,255,255,0.08), rgba(255,255,255,0.03));
  border: 1px solid rgba(255,255,255,0.08);
  transition: all .2s ease;
}

.pele-header__avatar:hover {
  transform: translateY(-1px);
  border-color: rgba(197,117,255,0.4);
  box-shadow: 0 0 18px rgba(124,29,240,0.12);
}

.pele-header__toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 12px;
  background: rgba(255,255,255,0.04);
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}

body {
  padding-top: 82px;
}

@media (max-width: 1180px) {
  .pele-header__inner {
    padding: 0 20px;
    gap: 16px;
  }

  .pele-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .pele-header__nav {
    position: absolute;
    top: 90px;
    left: 12px;
    right: 12px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    padding: 12px;
    border-radius: 18px;
    background: rgba(12, 9, 24, 0.96);
    border: 1px solid rgba(255,255,255,0.08);
    box-shadow: 0 18px 40px rgba(0,0,0,0.35);
  }

  .pele-header__nav.is-open {
    display: flex;
  }

  .pele-header__link,
  .pele-header__avatar {
    width: 100%;
    justify-content: flex-start;
    border-radius: 14px;
  }

  .pele-header__avatar {
    height: 48px;
  }
}

@media (max-width: 640px) {
  .pele-header__inner {
    min-height: 74px;
    padding: 0 16px;
  }

  .pele-header__logo {
    font-size: 28px;
  }

  .pele-header__title {
    font-size: 15px;
  }

  .pele-header__subtitle {
    display: none;
  }

  body {
    padding-top: 74px;
  }
}/* End custom CSS */