.elementor-32460 .elementor-element.elementor-element-7c21e41{--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-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Arial;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-32460 .elementor-element.elementor-element-30673e6{text-align:center;}.elementor-32460 .elementor-element.elementor-element-1e9a115{--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-32460 .elementor-element.elementor-element-8cee88f{--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-32460 .elementor-element.elementor-element-6ede10f{--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-32460 .elementor-element.elementor-element-c5b621b{--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-32460 .elementor-element.elementor-element-41c1f15{--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-32460 .elementor-element.elementor-element-2c2e7c8{--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-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Arial;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-32460 .elementor-element.elementor-element-1a25136{--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-32460 .elementor-element.elementor-element-1acf7f8{--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;}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for shortcode, class: .elementor-element-3a0c218 *//* ============================================================
   BYD — Banner Blade 2ª Geração + Flash Charge
   Componente: HTML Text Component (AEM — byd.com/br)
   CSS: Aparência → Personalizar → CSS Adicional
   Prefixo: .byd-flash-hero
   ============================================================ */

/* ── Container principal ────────────────────────────────────── */
.byd-flash-hero {
  position: relative;
  width: 100%;
  max-width: 2880px;
  margin: 0 auto;
  overflow: hidden;        /* contém o zoom do hover */
  display: block;
  line-height: 0;          /* elimina espaço fantasma abaixo da <picture> */
  cursor: default;
}

/* ── Imagem ─────────────────────────────────────────────────── */
.byd-flash-hero__img {
  width: 100%;
  height: auto;
  display: block;

  /* Zoom suave no hover — hardware-accelerated */
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              filter  0.7s ease;
  will-change: transform;
}

.byd-flash-hero:hover .byd-flash-hero__img {
  transform: scale(1.03);
  filter: brightness(1.06);
}

/* ── Overlay de texto ───────────────────────────────────────── */
/* 
   NOTA: o texto HTML fica sobre o texto que já está na imagem.
   Mesma cor branca → visualmente imperceptível para o usuário.
   Para resultado perfeito: solicite ao design uma versão da 
   imagem SEM o texto aplicado (somente background + estações Flash).
*/
.byd-flash-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;   /* topo — onde o texto da imagem está */
  justify-content: center;
  padding-top: 5.5%;         /* ajuste fino: alinha ao texto da imagem */
  box-sizing: border-box;
  pointer-events: none;      /* não intercepta cliques */
  transition: transform 0.5s ease;
}

.byd-flash-hero:hover .byd-flash-hero__content {
  transform: translateY(-6px);  /* texto sobe levemente no hover */
}

/* ── Título ─────────────────────────────────────────────────── */
.byd-flash-hero__title {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.25;
  font-family: "BYD Sen", "Inter", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  width: 80%;
  max-width: 1200px;
  /* Sombra de texto leve para contraste sem perder elegância */
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}

/* ── Linha 1 — "Segunda Geração da Bateria Blade" ──────────── */
.byd-flash-hero__line1 {
  display: inline-block;      /* necessário para ::after funcionar com width */
  position: relative;
  font-size: clamp(1.6rem, 2.8vw, 4rem);
  font-weight: 400;
  padding-bottom: 0.18em;     /* espaço para a linha vermelha */
  white-space: nowrap;
}

/* Linha vermelha — estado inicial (largura zero) */
.byd-flash-hero__line1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 4px;
  background-color: #e11d2e;  /* vermelho BYD */
  border-radius: 2px;
  /* sem transition aqui — controlado pela animação keyframe */
}

/* Disparado pela classe adicionada via JS (IntersectionObserver) */
.byd-flash-hero__line1.byd--anim::after {
  animation: bydRedUnderline 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes bydRedUnderline {
  0%   { width: 0; }
  100% { width: 100%; }
}

/* ── Linha 2 — "e Tecnologia de Carregamento Flash" ─────────── */
.byd-flash-hero__line2 {
  display: block;
  font-size: clamp(1.6rem, 2.8vw, 4rem);
  font-weight: 400;
  margin-top: 0.08em;
}

/* ── Responsivo — Mobile ────────────────────────────────────── */
@media (max-width: 767px) {

  .byd-flash-hero__content {
    padding-top: 7%;
    align-items: flex-start;
  }

  .byd-flash-hero__title {
    width: 90%;
  }

  .byd-flash-hero__line1,
  .byd-flash-hero__line2 {
    font-size: clamp(1.1rem, 5.5vw, 2rem);
    white-space: normal;        /* quebra texto em telas pequenas */
  }

  .byd-flash-hero__line1::after {
    height: 3px;
  }

  /* Hover via tap em mobile — reduz efeito para não ser intrusivo */
  .byd-flash-hero:hover .byd-flash-hero__img {
    transform: scale(1.015);
  }

  .byd-flash-hero:hover .byd-flash-hero__content {
    transform: translateY(-3px);
  }
}

/* ── Acessibilidade — respeita preferência de menos movimento ── */
@media (prefers-reduced-motion: reduce) {

  .byd-flash-hero__img,
  .byd-flash-hero__content {
    transition: none;
  }

  .byd-flash-hero:hover .byd-flash-hero__img {
    transform: none;
    filter: none;
  }

  .byd-flash-hero:hover .byd-flash-hero__content {
    transform: none;
  }

  /* Mantém a linha vermelha mas sem animação */
  .byd-flash-hero__line1.byd--anim::after {
    animation: none;
    width: 100%;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-f6e88f4 *//* ============================================================
   BYD — Banner Carregador Flash 1500 kW
   Plataforma: WordPress + Elementor (bydbrasil.press)
   CSS: Aparencia > Personalizar > CSS Adicional
   Prefixo: .byd-1500-hero
   ============================================================ */

/* -- Container principal ------------------------------------ */
.byd-1500-hero {
  position: relative;
  width: 100%;
  max-width: 2016px;
  margin: 0 auto;
  overflow: hidden;
  display: block;
  line-height: 0;
  cursor: default;
  border-radius: 6px;
}

/* -- Imagem ------------------------------------------------- */
.byd-1500-hero__img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  transform: scale(1);
  transition: transform 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              filter  0.7s ease;
  will-change: transform;
}

.byd-1500-hero:hover .byd-1500-hero__img {
  transform: scale(1.03);
  filter: brightness(1.06);
}

/* -- Overlay de texto --------------------------------------- */
.byd-1500-hero__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 5%;
  box-sizing: border-box;
  pointer-events: none;
  transition: transform 0.5s ease;
}

.byd-1500-hero:hover .byd-1500-hero__content {
  transform: translateY(-6px);
}

/* -- Bloco de titulo ---------------------------------------- */
.byd-1500-hero__title {
  margin: 0;
  padding: 0;
  text-align: center;
  line-height: 1.3;
  font-family: "BYD Sen", "Inter", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #ffffff;
  width: 75%;
  max-width: 1100px;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.55);
}

/* -- Linha 1 — titulo principal (underline animado) --------- */
.byd-1500-hero__line1 {
  display: block;
  font-size: clamp(1.3rem, 2.4vw, 3.2rem);
  font-weight: 400;
  position: relative;
  padding-bottom: 0.3em;
  margin-bottom: 0.25em;
}

.byd-1500-hero__line1::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #e11d2e;
  border-radius: 2px;
}

.byd-1500-hero__line1.byd-1500--anim::after {
  animation: byd1500Underline 1.5s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes byd1500Underline {
  0%   { width: 0; }
  100% { width: 60%; }
}

/* -- Linha 2 — subtitulo ------------------------------------ */
.byd-1500-hero__line2 {
  display: block;
  font-size: clamp(0.9rem, 1.5vw, 2rem);
  font-weight: 300;
  opacity: 0.92;
  margin-top: 0.1em;
}

/* -- Destaque "1500 kW" ------------------------------------- */
.byd-1500-hero__kw {
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.02em;
}

/* -- Responsivo — Mobile ------------------------------------ */
@media (max-width: 767px) {

  .byd-1500-hero__content {
    padding-top: 4%;
  }

  .byd-1500-hero__title {
    width: 92%;
  }

  .byd-1500-hero__line1 {
    font-size: clamp(0.85rem, 4.5vw, 1.6rem);
  }

  .byd-1500-hero__line2 {
    font-size: clamp(0.7rem, 3.2vw, 1.15rem);
  }

  .byd-1500-hero:hover .byd-1500-hero__img {
    transform: scale(1.015);
  }

  .byd-1500-hero:hover .byd-1500-hero__content {
    transform: translateY(-3px);
  }
}

/* -- Acessibilidade ----------------------------------------- */
@media (prefers-reduced-motion: reduce) {

  .byd-1500-hero__img,
  .byd-1500-hero__content {
    transition: none;
  }

  .byd-1500-hero:hover .byd-1500-hero__img {
    transform: none;
    filter: none;
  }

  .byd-1500-hero:hover .byd-1500-hero__content {
    transform: none;
  }

  .byd-1500-hero__line1.byd-1500--anim::after {
    animation: none;
    width: 60%;
  }
}

/* -- Reset Elementor (evita conflitos) ---------------------- */
.elementor-widget-html .byd-1500-hero__title,
.elementor-widget-html .byd-1500-hero__line1,
.elementor-widget-html .byd-1500-hero__line2 {
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  background: none !important;
  border: none !important;
}/* End custom CSS */