.elementor-12 .elementor-element.elementor-element-903010d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-evenly;--align-items:center;border-style:solid;--border-style:solid;border-width:0px 0px 2px 0px;--border-top-width:0px;--border-right-width:0px;--border-bottom-width:2px;--border-left-width:0px;border-color:#262C38;--border-color:#262C38;--border-radius:0px 0px 0px 0px;--z-index:5;}.elementor-12 .elementor-element.elementor-element-903010d:not(.elementor-motion-effects-element-type-background), .elementor-12 .elementor-element.elementor-element-903010d > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#0A121D;}.elementor-12 .elementor-element.elementor-element-c42cf42{width:100%;max-width:100%;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-12 .elementor-element.elementor-element-903010d{--content-width:80%;}}/* Start custom CSS for html, class: .elementor-element-c42cf42 */@font-face {
  font-family: 'NordiqueProBold';
  src: url('/wp-content/uploads/fonts/nordiquepro-bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'NordiqueProRegular';
  src: url('/wp-content/uploads/fonts/nordiquepro-regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

/* RESET BÁSICO */
.bueno-header,
.bueno-header * {
  box-sizing: border-box;
}

/* HEADER */
.bueno-header {
  position: relative;
  width: 100%;
  background: transparent;
  border: none;
  overflow: visible;
}

.bueno-header::before,
.bueno-header::after {
  display: none;
}

/* MOBILE FIRST */
.bueno-header-inner {
  position: relative;
  width: 100%;
  min-height: 68px;
  margin: 0;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

/* LADOS */
.bueno-header-left,
.bueno-header-right {
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  min-width: 0;
}

.bueno-header-left {
  justify-content: flex-start;
}

.bueno-header-right {
  justify-content: flex-end;
  margin-left: auto;
}

/* MENU CENTRAL */
.bueno-header-nav {
  display: none;
}

/* LINKS */
.bueno-nav-link {
  position: relative;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: rgba(232, 240, 255, 0.78);
  transition:
    color 0.25s ease,
    text-shadow 0.25s ease,
    transform 0.25s ease;
}

.bueno-nav-link:hover {
  color: #f4fbff;
  text-shadow: 0 0 10px rgba(100, 190, 255, 0.14);
  transform: translateY(-1px);
}

.bueno-nav-link::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -8px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(90deg, #00b7ff 0%, #6a6cff 100%);
  transform: translateX(-50%);
  transition: width 0.25s ease;
}

.bueno-nav-link:hover::after {
  width: 24px;
}

/* BOTÃO */
.bueno-header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 92px;
  height: 42px;
  padding: 0 18px;
  border-radius: 12px;
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #eff9ff;
  background: linear-gradient(180deg, #0d7cff 0%, #0664df 100%);
  box-shadow:
    0 8px 26px rgba(0, 98, 255, 0.24),
    inset 0 1px 0 rgba(255, 255, 255, 0.14);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    filter 0.25s ease;
}

.bueno-header-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.04);
  box-shadow:
    0 10px 30px rgba(0, 98, 255, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.18);
}

/* LOGO */
.bueno-logo-wrap {
  display: flex;
  align-items: center;
  min-width: 0;
}

.bueno-logo {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0;
  font-size: 34px;
  white-space: nowrap;
  isolation: isolate;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.bueno-logo::before {
  content: "";
  position: absolute;
  inset: -18% -4%;
  z-index: 1;
  pointer-events: none;
  background:
    radial-gradient(circle at 20% 50%, rgba(0, 170, 255, 0.07), transparent 22%),
    radial-gradient(circle at 80% 40%, rgba(130, 110, 255, 0.06), transparent 24%);
  filter: blur(20px);
  opacity: 0.9;
}

.bueno-logo-base,
.bueno-logo-sweep {
  position: relative;
  display: inline-block;
}

.bueno-logo-base {
  z-index: 2;
}

.bueno-logo-sweep {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  color: transparent;
  white-space: nowrap;
}

.bueno-logo-base .bueno-logo-bold,
.bueno-logo-base .bueno-logo-regular {
  position: relative;
  display: inline-block;
  color: #f3fbff;
  text-shadow:
    0 0 4px rgba(140, 220, 255, 0.10),
    0 0 10px rgba(70, 170, 255, 0.08),
    0 0 18px rgba(120, 100, 255, 0.05);
}

.bueno-logo-bold {
  font-family: 'NordiqueProBold', sans-serif !important;
}

.bueno-logo-regular {
  font-family: 'NordiqueProRegular', sans-serif !important;
  margin-left: 0;
}

.bueno-logo-sweep .bueno-logo-bold,
.bueno-logo-sweep .bueno-logo-regular {
  position: relative;
  display: inline-block;
  color: transparent;
  background:
    linear-gradient(
      100deg,
      rgba(255,255,255,0) 0%,
      rgba(255,255,255,0) 34%,
      rgba(170,235,255,0.00) 42%,
      rgba(210,245,255,0.96) 50%,
      rgba(120,220,255,0.45) 56%,
      rgba(255,255,255,0) 64%,
      rgba(255,255,255,0) 100%
    );
  background-size: 220% 100%;
  background-position: 140% 0;
  -webkit-background-clip: text;
  background-clip: text;
  filter: blur(0.35px);
  text-shadow:
    0 0 6px rgba(190, 245, 255, 0.18),
    0 0 14px rgba(90, 190, 255, 0.16),
    0 0 24px rgba(120, 100, 255, 0.10);
  animation: buenoTextSweep 5.4s ease-in-out infinite;
}

@keyframes buenoTextSweep {
  0% {
    background-position: 140% 0;
    opacity: 0;
  }
  8% {
    opacity: 0.32;
  }
  18% {
    opacity: 0.85;
  }
  28% {
    background-position: -20% 0;
    opacity: 0.16;
  }
  36% {
    opacity: 0;
  }
  100% {
    background-position: -20% 0;
    opacity: 0;
  }
}

/* TABLET / DESKTOP */
@media (min-width: 768px) {
  .bueno-header-inner {
    min-height: 78px;
    padding: 0 28px;
  }

  .bueno-logo {
    font-size: clamp(28px, 2.4vw, 54px);
  }

  .bueno-header-cta {
    min-width: 106px;
    height: 46px;
    padding: 0 24px;
    font-size: 18px;
  }
}

/* DESKTOP COM MENU CENTRAL REAL E ÁREA SEGURA */
@media (min-width: 1025px) {
  .bueno-header-inner {
    padding: 0 32px;
  }

  .bueno-header-nav {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 46px;
    white-space: nowrap;
    padding-left: 260px;
    padding-right: 170px;
    max-width: 100%;
    overflow: hidden;
  }

  .bueno-header-left {
    position: relative;
    z-index: 3;
  }

  .bueno-header-right {
    position: relative;
    z-index: 3;
  }
}/* End custom CSS */