header .logo-desktop,
header .logo-mobile-menu {
  width: 200px;
  margin: 0
}    

header .topbar-wrapper {
  /* border-radius: 24px; */
  background: linear-gradient(135deg, #04a5d1 0%, #031318 40%, #031318 100%);
  backdrop-filter: blur(20px);
}
.page-home header:not(.headerFixed) .topbar-wrapper {
  background: transparent;
  backdrop-filter: none;
}
.headerFixed .topbar-wrapper {
  background: linear-gradient(135deg, #04a5d1 0%, #031318 40%, #031318 100%);
}
.linha-after {
  position: relative;
}

.linha-after::after {
  content: "";
  position: absolute;
  left: -26rem;
  bottom: 53px;
  width: 69rem;
  height: 1px;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.1) 0%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0.1) 100%);
  opacity: 0.6;
}

.topo {
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  header:not(.headerFixed) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }

  header .nav-link {
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    color: var(--light);
    padding: 11px 16px;
    border-radius: 16px;
    position: relative;
  }

  header .navbar-nav .nav-link.active,
  header .nav-link:hover,
  header .nav-link:focus-visible {
    color: var(--light);
    background: #04a5d1;
  }

  header .nav-link::before {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    background: var(--tertiary-color);
    position: absolute;
    bottom: 0;
    left: 5%;
    transition: .3s;
  }

  header .nav-link:hover::before,
  header .nav-link:focus-visible::before,
  header .nav-link.active::before {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: var(--dark);
  }

  .page-home header:not(.headerFixed) {
    background: transparent;
  }
}

.border-top-bg {
  border-top: var(--bs-border-width) var(--bs-border-style);
  border-image: linear-gradient(90deg, rgba(254, 239, 226, 0.00) 0%, #2C5655 100%);
}

/* FOOTER */
footer {
  background: linear-gradient(135deg, #04a5d1 0%, #031318 40%, #031318 100%);
  margin-top: 3rem;
}

footer .logo-desktop {
  max-width: 200px;
  filter: invert(0)
}

footer h3 {
  margin-top: 0;
  font-size: 1.125rem;
  color: var(--light)
}

footer .footer__nav li a:not(.btn) {
  display: block;
  padding: 5px 0;
  font-size: .875rem;
  font-weight: 500;
  color: var(--light);
  transition: .3s
}

footer .footer__nav li a i {
  font-size: .625rem
}

footer .footer__nav li a:hover {
  text-decoration: underline;
}

footer .address :is(span, a):not(.btn) {
  color: var(--light);
  font-size: .875rem;
  line-height: 25px;
  transition: .3s
}

footer .address a:not(.btn):hover {
  text-decoration: underline;
  color: var(--light);
}

.copyright-footer .btn.selos {
  min-height: unset;
}

@media screen and (max-width: 992.05px) {
  footer .social {
    justify-content: center;
  }
}

.card.card--23 {
  all: unset;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column nowrap;
  gap: 1rem;
  background-color: var(--dark);
  background-image: linear-gradient(-45deg, var(--dark), var(--grey)), var(--card-background);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply, normal;
  border-radius: 1rem;
  padding: 1rem;
  position: relative;
  height: 100%
}

.card.card--23:focus-within,
.card.card--23:hover {
  box-shadow: 0 0 0 2px var(--secondary-color)
}

.card.card--23 .card__title {
  color: #fff;
  font-size: 1.25rem;
  text-shadow: 0 0 .25rem var(--dark);
  margin: 0;
  min-height: calc(1.25rem * 2 * 1.3)
}

.card.card--23 .card__link {
  z-index: 1;
  min-height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-flow: row nowrap;
  padding: .5rem .75rem;
  font-size: .875rem;
  text-transform: uppercase;
  transition: var(--transition);
  color: var(--light);
  font-weight: 600;
  border: 2px solid currentColor;
  border-radius: 99px
}

.card.card--23 .card__link>span {
  width: 0;
  max-width: fit-content;
  opacity: 0;
  transition: var(--transition)
}

.card.card--23 .card__link:focus>span,
.card.card--23 .card__link:hover>span {
  width: 100px;
  opacity: 1;
  margin-right: .5rem
}

.card.card--23 .card__link::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  backface-visibility: visible
}

.card.card--23 .card__link:focus,
.card.card--23 .card__link:hover {
  border-color: var(--primary-color);
  background-color: var(--primary-color)
}

.shadow-19 {
  box-shadow: rgba(50, 50, 93, .25) 0 2px 5px -1px, rgba(0, 0, 0, .3) 0 1px 3px -1px
}

.title-subtitle {
  margin-bottom: 0
}

.title-subtitle span {
  display: block;
  font-size: .9rem;
  color: #000;
  line-height: 1rem;
  letter-spacing: .25rem;
  text-transform: uppercase
}

/* ================= CLIENTES ================= */
.clientes .clientes__item {
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow: hidden
}

.clientes .clientes__item img {
  width: 100px;
  aspect-ratio: 1/1;
  object-fit: contain;
  margin: 0 auto;
  border-radius: var(--bs-border-radius-sm);
  transition: opacity var(--transition)
}

.clientes .clientes__item:hover img {
  opacity: 1
}

.form-cta {
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.05);
}

.form-cta:focus {
  background: rgba(255, 255, 255, 0.05);
  color: #FAFAFA;
}

.form-cta option {
  color: black;
}

.form--cta {
  border-radius: 16px;
  background: rgba(5, 5, 5, 0.60);
  backdrop-filter: blur(9px);


}

.form-cta::placeholder {
  color: #FAFAFA;
}

.card-10 {
  width: 100%;
  height: 300px;
  position: relative;
  background: var(--background);
  background-position: center center;
  background-size: cover;
  display: flex;
  border-radius: 8px;
  margin-bottom: 20px;
}

.card-10__overlay {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.card-10__title {
  font-size: 1rem;
  margin-bottom: -24rem;
  color: var(--light, #fff);
}

.card-10__content {
  transition: all 0.3s ease;
  margin-top: 5rem;
}

.card-10:hover .card-10__content {
  margin-top: 0;
}

.card-10__btn {
  padding: 8px 16px;
  text-decoration: none;
  color: var(--light, #fff);
  border: 2px solid var(--light, #fff);
  border-radius: 8px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.card-10__btn:hover {
  background-color: rgba(185, 185, 185, 0.6);
  backdrop-filter: blur(2px);
}

.card-10:hover .card-10__btn {
  opacity: 1;
}

/* ===== GRID 2–3–2 ===== */
.gallery-grid-232 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 12px;
  height: 620px;
}

/* ===== CARD ===== */
.gallery-grid-232 .card-10 {
  height: 100%;
  margin-bottom: 0;
}

/* ===== ESQUERDA (IMAGEM GRANDE) ===== */
.gallery-item--0 {
  grid-column: 1 / 3;
  /* 50% */
  grid-row: 1 / 4;
}

/* ===== DIREITA – LINHA 1 (2 imagens 50/50) ===== */
.gallery-item--1 {
  grid-column: 3 / 5;
  grid-row: 1;
}

.gallery-item--2 {
  grid-column: 5 / 7;
  /* usa até o limite */
  grid-row: 1;
}

/* ===== DIREITA – LINHA 2 (3 imagens iguais) ===== */
.gallery-item--3 {
  grid-column: 3 / 5;
  grid-row: 2;
}

.gallery-item--4 {
  grid-column: 5 / 6;
  grid-row: 2;
}

.gallery-item--5 {
  grid-column: 6 / 7;
  grid-row: 2;
}

/* ===== DIREITA – LINHA 3 (2 imagens 50/50) ===== */
.gallery-item--6 {
  grid-column: 3 / 5;
  grid-row: 3;
}

.gallery-item--7 {
  grid-column: 5 / 7;
  grid-row: 3;
}

/* ===== RESPONSIVO MOBILE ===== */
@media (max-width: 768px) {
  .gallery-grid-232 {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: 160px;
    gap: 12px;
    height: auto;
  }

  /* imagem principal ocupa linha inteira */
  .gallery-item--0 {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 240px;
  }

  /* demais imagens */
  .gallery-grid-232 .card-10 {
    grid-column: auto;
    grid-row: auto;
    height: 100%;
  }
}

.splide-banner .splide__content .btn-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 4rem;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  font-size: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}

wpp-container {
  position: relative;
}

/* BUTTONS */

.wppButton {
  position: fixed;
  right: -80px;
  z-index: 9998;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  width: 135px;
  height: auto;
  background-color: #25D366;
  box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: all .2s ease;
  cursor: pointer;
  text-align: center;
  border-radius: 60px 0 0 60px;
  padding: 6px 12px;
}

.wppButton__image {
  animation: animateIcon 1s forwards infinite;
  border-radius: 100%;
  object-fit: scale-down;
}

@keyframes animateIcon {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 230, 118, .8);
  }

  100% {
    box-shadow: 0 0 0 25px transparent;
  }

}

.wppButton__text {
  color: #fff;
  font-size: .55em;
  font-weight: bold;
  text-align: left;
}

.wppButton:hover {
  right: 0;
}

/* POP-UP */

.wppPopup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999999998;
}

.wppPopup__inner {
  max-width: 400px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  border-radius: .5rem;
  background-color: #ccc;
  transition: transform .3s;
}

.wppPopup :is(.wppPopup__head, .wppPopup__body) {
  box-sizing: border-box;
  padding: 1.25rem;
}

/* POP-UP HEAD */

.wppPopup .wppPopup__head {
  background-color: #009688;
  border-radius: .5rem .5rem 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
}

.wppPopup .wppPopup__head .wppPopup__icon i {
  color: #fff;
}

.wppPopup .wppPopup__head .wppPopup__info span {
  display: block;
  color: #fff;
  font-size: .85em;
  margin: 5px 0;
}

.wppPopup .wppPopup__head .wppPopup__info span:nth-child(0n + 3) {
  display: flex;
  align-items: center;
  gap: 8px;
}

.wppPopup .wppPopup__head .wppPopup__info span:nth-child(0n + 3):before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: green;
}

/* POP-UP BODY */

.wppPopup .wppPopup__body .wppPopup__label {
  display: block;
  background-color: #fcf8e3;
  font-size: .85em;
  box-sizing: border-box;
  padding: .35em .5em;
  border-radius: 1em;
  line-height: 15px;
  text-align: center;
  margin-bottom: .75rem;
}

.wppPopup .wppPopup__body .wppPopup__alert {
  display: block;
  width: 100%;
  background-color: var(--alert);
  color: #fff;
  font-size: .85em;
  box-sizing: border-box;
  padding: .35em .5em;
  border-radius: 1em;
  line-height: 15px;
  text-align: center;
  margin-bottom: .75rem;
}

/* POP-UP BODY FORM */
.wppPopup .wppPopup__body .wppPopup__form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .75rem;
}

.wppPopup .wppPopup__body .wppPopup__form .wppPopup__form-input {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  max-width: 100%;
  width: 100%;
  height: 40px;
  border-radius: 50px;
  overflow: hidden;
}

.wppPopup .wppPopup__body .wppPopup__form .wppPopup__form-input :is(span, input) {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  padding: .25em;
}

.wppPopup .wppPopup__body .wppPopup__form .wppPopup__form-input span {
  max-width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wppPopup .wppPopup__body .wppPopup__form .wppPopup__form-input input,
.wppPopup .wppPopup__body .wppPopup__form .wppPopup__form-input input::placeholder {
  font-size: .85em;
}

.wppPopup .wppPopup__body .wppPopup__form .wppPopup__form-submit button {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 14px;
  padding: 0.5em 1.25em;
  border-radius: 50px;
  box-shadow: 0px 2px 0px #999;
  transition: .3s;
}

.wppPopup .wppPopup__body .wppPopup__form .wppPopup__form-submit button:hover {
  background-color: #57b846;
  color: #fff;
  box-shadow: unset;
  transform: translateY(2px);
}

.wppPopup .wppPopup__body .wppPopup__form .wppPopup__form-submit button:hover svg path {
  fill: #fff;
}

/* POP-UP MESSAGE */

.wppPopup .wppPopup__message p {
  text-align: center;
  font-size: .85em;
}

/* POP-UP CLOSE BUTTON */

.wppPopup .wppClose {
  position: fixed;
  top: -48px;
  right: -48px;
  font-size: 2em;
  border-radius: 50%;
  color: #fff;
  background: #ccc;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222;
  cursor: pointer;
  transition: 0.3s;
}

.wppPopup .wppClose:hover {
  background-color: #222;
  color: #FFF;
}

@media only screen and (max-width: 576px) {
  .wppPopup .wppClose {
    top: -56px;
    right: 4px;
  }
}

/* POP-UP STATES */
.wppPopup.wppActive {
  display: block;
  animation: showWpp .3s;
}

.wppPopup .wppError::placeholder {
  color: var(--alert);
}

/* KEYFRAMES */

@keyframes animateWpp {
  from {
    box-shadow: 0 0 0 0px rgba(85, 205, 108, 0.10);
  }

  to {
    box-shadow: 0 0 0 8px rgba(85, 205, 108, 0.50);
  }

}

@keyframes showWpp {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.modal-contato {
  display: flex;
  max-width: 1400px;
  background: #111;
  color: #fff;
  border-radius: 12px;
  overflow: hidden;
}

/* ESQUERDA */
.modal-contato__info {
  width: 35%;
  background: var(--dark);
  padding: 1rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.info-item {
  display: flex;
  gap: 1rem;
}

.info-item .icon {
  width: 45px;
  height: 45px;
  background: var(--primary-color);
  border-radius: 50%;
  display: grid;
  place-items: center;
  font-size: 1.2rem;
}

.info-item strong {
  display: block;
  font-size: .9rem;
  margin-bottom: .3rem;
}

.info-item a,
.info-item span {
  display: block;
  font-size: .55rem;
  color: #ccc;
  text-decoration: none;
}

/* REDES */
.social a {
  display: inline-flex;
  margin-right: .5rem;
  color: #fff;
}

/* DIREITA */
.modal-contato__form {
  width: 65%;
  padding: 2rem;
}

/* GRID */
.modal-contato__form .grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

/* INPUTS */
.modal-contato__form input,
.modal-contato__form select,
.modal-contato__form textarea {
  width: 100%;
  padding: .8rem;
  border-radius: 6px;
  border: none;
  background: #e5e5e5;
  color: #000;
}

/* TEXTAREA FULL */
.modal-contato__form textarea {
  margin-top: 1rem;
  resize: none;
}

/* BOTÃO */
.modal-contato__form button {
  margin-top: 1.5rem;
  width: 200px;
  background: var(--light);
  border: none;
  padding: .8rem;
  color: #000;
  font-weight: bold;
  border-radius: 6px;
  transition: .3s;
}

.modal-contato__form button:hover {
  background: var(--dark);
}

/* HEADER FIXO */
.headerSlide.headerFixed .container address {
  display: none !important;
}

.headerFixed .nav-link {
  color: white;
}
.headerFixed address a{
  color: white!important;
}

.headerSlide.headerFixed .linha-after::after {
  display: none !important;
}


.btn-banner {
  background-color: #FAFAFA;
  color: var(--secondary-color);
}

/* ===== MOSAICO QUEM SOMOS (HOME) ===== */
.mosaico-quem-somos {
  --raio-externo: 35%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mosaico-quem-somos__item {
  margin: 0;
  overflow: hidden;
  aspect-ratio: 1/1;

}

.mosaico-quem-somos__item:nth-child(1) {
  border-radius: var(--raio-externo) 0px 0px var(--raio-externo);
}

.mosaico-quem-somos__item:nth-child(2) {
  border-radius: var(--raio-externo) var(--raio-externo) 0px 0px;
}

.mosaico-quem-somos__item:nth-child(3) {
  border-radius: 0px 0px var(--raio-externo) var(--raio-externo);
}

.mosaico-quem-somos__item:nth-child(4) {
  border-radius: 0px var(--raio-externo) var(--raio-externo) 0px;
}

.mosaico-quem-somos__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .4s ease;
}

.mosaico-quem-somos__item:hover img {
  transform: scale(1.06);
}

@media (max-width: 991px) {
  .mosaico-quem-somos {
    --raio-externo: 40px;
    margin-bottom: 2rem;
  }
}

@media (max-width: 575px) {
  .mosaico-quem-somos {
    --raio-externo: 28px;
    --raio-interno: 8px;
    gap: 10px;
  }
}

.btn-banner:hover {
  background-color: #04a5d1;
  color: #FAFAFA;
}

/* ===== SEGMENTOS (SOBRE NÓS) ===== */
.segmentos-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 20px;
  margin-top: 3rem;
}

.segmento-card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--secondary-color);
  border-radius: 16px;
  padding: 1.5rem 1rem;
  text-align: center;
  transition: transform var(--transition), background-color var(--transition);
  min-height: 98px;
}

.segmento-card:hover {
  background: var(--secondary-color-dark);
  transform: translateY(-4px);
}

.segmento-card__icon {
  position: absolute;
  top: -16px;
  right: -16px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #04a5d1;
  color: var(--light);
  font-size: 1.1rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.segmento-card__label {
  color: var(--light);
  font-size: .95rem;
  font-weight: 500;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .segmentos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .segmentos-grid {
    gap: 14px;
  }

  .segmento-card {
    padding: 1.25rem .75rem;
  }

  .segmento-card__label {
    font-size: .85rem;
  }
}

/* ===== POR QUE ESCOLHER A PRIME LED (SOBRE NÓS) ===== */
.porque-escolher-list {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 900px;
  margin: 0 auto;
  align-items: center;
}

.porque-escolher-item {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-wrap: wrap;
}

.porque-escolher-item__badge {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #04a5d1;
  border-radius: 10px;
  padding: 14px 28px 14px 36px;
  text-align: center;
  max-width: 260px;
}

.porque-escolher-item__check {
  width: 50px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.porque-escolher-item__check img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

.porque-escolher-item__title {
  color: var(--light);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.3;
  padding: 8px 16px;
}

.porque-escolher-item__desc {
  flex: 1;
  max-width: 250px;
  margin: 0;
  color: var(--light);
  font-weight: 400;
  font-size: 1.05rem;
  line-height: 1.3;
}

@media (max-width: 575px) {
  .porque-escolher-item {
    gap: 20px;
  }

  .porque-escolher-item__desc {
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
  }

  .porque-escolher-item__badge {
    min-width: 0;
    padding: 12px 20px 12px 32px;
  }
}
