@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Urbanist";
  src: url("../fonts/Urbanist-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --burguina: #4d6699;
  --soft: #e1e1e1;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --font-main:
    "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  color: #4d6699;
  font-family: var(--font-main);
  overflow-x: hidden;
}

.text-burguina {
  color: var(--burguina) !important;
}

.section-soft {
  background: var(--soft);
  border-radius: 42px;
}

.section-soft.inspirations {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding-bottom: 100px !important;
  margin-bottom: -50px;
}

.topbar {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 1030;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.btn-icon {
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
}

.brand {
  text-decoration: none;
  color: inherit;
}
.brand-text {
  font-weight: 600;
  letter-spacing: 0.2px;
}
.brand-text small {
  display: block;
  font-weight: 500;
  opacity: 0.7;
  margin-top: -4px;
}

.flag {
  width: 22px;
  height: 14px;
  display: inline-block;
  border-radius: 3px;
  background: #ddd;
}
.flag-us {
  background: linear-gradient(90deg, #b22234 0 50%, #3c3b6e 50% 100%);
}
.hero {
  width: 100%;
  height: 100vh;
  overflow-x: hidden;
}
/* .hero{ padding: 24px 0 0; } */
.hero-box {
  height: 100%;
  background: #bdbdbd;
  border-radius: 0;
}

.photo-home__frame {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 2 / 1;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(11, 34, 54, 0.12);
  background: #d8d0c4;
}

.photo-home__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.photo-home__overlay {
  position: absolute;
  inset: 0;
  padding: clamp(20px, 4vw, 56px) clamp(28px, 10vw, 200px)
    clamp(20px, 4vw, 56px) clamp(20px, 4vw, 56px);

  background: linear-gradient(
    90deg,
    rgba(10, 18, 28, 0.08) 0%,
    rgba(10, 18, 28, 0.02) 48%,
    rgba(10, 18, 28, 0.42) 100%
  );
}
@media (max-width: 768px) {
  .photo-home__overlay {
    padding: clamp(20px, 4vw, 56px);
  }
}

.photo-home__content {
  max-width: 390px;
  color: #fff;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.22);
  gap: 18px;
}

.photo-home__title {
  font-size: clamp(1.55rem, 2.6vw, 2.4rem);
  line-height: 1.08;
  font-weight: 400;
  margin-bottom: 0;
}

.photo-home__btn {
  min-width: 210px;
  border-radius: 22px !important;
  justify-content: center;
  align-self: center;
  font-size: 1.5rem;
}

.btn-burguina {
  background: var(--burguina);
  color: #fff;
  border-radius: 0.7rem;
  padding: 10px 18px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 0;
  transition: all 0.5s ease-in-out;
}
.btn-burguina:hover,
.btn-burguina:active,
.btn-burguina:visited,
.btn-burguina:focus {
  color: #fff;
  filter: brightness(1.05);
  background-color: var(--burguina);
  opacity: 0.9;
}
.btn-burguina-lg {
  padding: 12px 26px;
}

.section-title h2 {
  color: var(--burguina);
  font-weight: 500;
}
/* Types Decoration */
.types-decoration__cards {
  overflow: visible;
}
.types-decoration .section-title p{
    max-width: 700px;
}

.types-decoration__card {
  position: relative;
  width: 447px;
  max-width: 100%;
  height: 205px;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-decoration: none;
}

.types-decoration__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(21, 40, 70, 0.32);
}

.types-decoration__label {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(1.25rem, 2vw, 2rem);
  font-weight: 500;
  line-height: 1.1;
  text-align: center;
  padding: 0 14px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
}

.types-decoration__flower {
  position: absolute;
  z-index: 3;
  height: auto;
  pointer-events: none;
}

.types-decoration__flower--left {
  left: 0;
  top: 50%;
  transform: translate(-55%, -50%);
}

.types-decoration__flower--right {
  right: 15px;
  top: 16%;
  transform: translate(55%, -50%);
}

@media (max-width: 991.98px) {
  .types-decoration__flower--left {
    width: 80px;
    left: 8px;
    transform: translate(-35%, -50%);
  }

  .types-decoration__flower--right {
    right: 8px;
    transform: translate(35%, -50%);
  }
}

@media (max-width: 767.98px) {
  .photo-home__frame {
    aspect-ratio: 1 / 1;
    border-radius: 22px;
  }

  .photo-home__overlay {
    padding: 18px;
    background: linear-gradient(
      180deg,
      rgba(10, 18, 28, 0.12) 0%,
      rgba(10, 18, 28, 0.18) 45%,
      rgba(10, 18, 28, 0.52) 100%
    );
  }

  .photo-home__content {
    max-width: 100%;
    align-items: center;
    gap: 14px;
  }

  .photo-home__btn {
    width: 100%;
    min-width: 0;
    align-self: stretch;
    font-size: 1.2rem;
  }

  .types-decoration__card {
    width: 100%;
    height: 160px;
  }

  .types-decoration__flower {
    width: 44px;
  }

  .types-decoration__flower--left {
    top: 83%;
    width: 100px;
    transform: translate(-56%, -50%);
  }

  .types-decoration__flower--right {
    top: 18px;
    transform: translate(20%, -50%);
  }
}

/* Differentials */
.differentials-items {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 54px 10px;
}
.differentials-item {
  width: 400px;
  height: 246px;
  border: 3px solid #4d6699;
  border-radius: 42px;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: center;
  padding: 10px;
  position: relative;
}
.differentials-item img {
  width: 160px;
}
.differentials-item p {
  color: #4d6699;
  margin: 0;
  font-size: 1.25rem;
  max-width: 140px;
}
.differentials-item__ornament--flower{
    position: absolute;
    width: 86px !important;
    left: -46px;
    top: -30px;
}
.differentials-item__ornament--branch{
    position: absolute;
    width: 57px !important;
    right: -34px;
    top: -40px;
}
@media (max-width: 1024px) {
  .differentials-items {
    flex-wrap: wrap;
  }
}
#feature .container .section-title p{
    max-width: 580px;
}


.feature-items{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 38px;
}
@media(max-width: 768px){
    .feature-items{
    flex-direction: column;
    
    }
}
.feature-items .feature-item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
    flex: 1;
    border: 2px solid var(--burguina); 
    border-radius: 28px; 
    min-height: 250px; 
    width: 100%;
    max-width: 480px
}
.feature-item .text-feature{
    font-size: 2rem;
}
.feature-item a span{
    font-size: 1.25rem;
}
.feature-card {
  background: var(--soft);
  border-radius: var(--radius-xl);
}
.prod-l {
  position: relative;
}
.content-prod {
  position: absolute;
  right: 230px;
  bottom: 120px;
}
.prod-linhas img {
  width: 100%;
}
.content-prod h3,
.content-prod p {
  color: #fff !important;
  text-align: center;
}
.content-prod .feature-card {
  background: transparent;
}
@media (max-width: 768px) {
  .content-prod {
    position: absolute;
    right: 96px;
    bottom: initial;
  }
}
@media (max-width: 530px) {
  .content-prod {
    position: initial;
  }
  .prod-l {
    flex-direction: column !important;
    gap: 24px !important;
  }
  .content-prod h3,
  .content-prod p {
    color: var(--burguina) !important;
    text-align: center;
  }
  .differentials-item img {
    width: 100px;
  }
  .differentials-item p > br {
    display: none;
  }
}

/* Lines grid  */
.lines-grid-items {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .lines-grid-items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 576px) {
  .lines-grid-items {
    grid-template-columns: 1fr;
  }
}
.lines-grid .line-card .line-media {
  position: relative;
  max-width: 100%;
  height: 600px;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background: #ccc;
}
.lines-grid .line-card .title-linhas-home {
  width: 100%;
  text-align: center;
  text-decoration: none !important;
}
.lines-grid .line-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.95;
}

@media (max-width: 767.98px) {
  .lines-grid .line-card .line-media {
    height: 520px;
  }
}

.line-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 16px;
}
a.line-overlay {
  text-decoration: none !important;
}
.btn-plus {
  width: 42px;
  height: 42px;
  padding: 0px;
  /* border-radius: 10px; */
  /* background: rgba(255,255,255,.12); */
  /* border: 1px solid rgba(255,255,255,.25); */
  font-size: 36px;
  color: #fff;
}

.insp-slide {
  border-radius: var(--radius-xl);
  overflow: hidden;
  position: relative;
}
.insp-slide img {
  height: 420px;
  object-fit: cover;
}
.insp-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 16px 18px;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0.6) 100%
  );
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1);
}

.footer {
  background: var(--burguina);
  border-top-left-radius: 42px;
  border-top-right-radius: 42px;
}

.footer-divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}
.footer-links a,
.footer-link,
.menu-menu-rodape a {
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
}
.footer-links a:hover,
.footer-link:hover {
  color: #fff;
}

.social {
  width: 38px;
  height: 38px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  text-decoration: none;
}

.lines-swiper .swiper,
.insp-swiper .swiper {
  padding-bottom: 34px;
}

.lines-swiper .swiper-button-prev,
.lines-swiper .swiper-button-next,
.insp-swiper .swiper-button-prev,
.insp-swiper .swiper-button-next,
.product-more .swiper-button-prev,
.product-more .swiper-button-next {
  color: #fff;
}

.lines-swiper .swiper-pagination-bullet,
.insp-swiper .swiper-pagination-bullet {
  opacity: 0.35;
}
.lines-swiper .swiper-pagination-bullet-active,
.insp-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.lines-swiper .swiper-button-next,
.lines-swiper .swiper-button-prev,
.insp-swiper .swiper-button-next,
.insp-swiper .swiper-button-prev,
.product-more .swiper-button-next,
.product-more .swiper-button-prev {
  background: var(--burguina);
  padding: 9px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
}

.lines-swiper .swiper-button-next,
.insp-swiper .swiper-button-next {
  right: 20px;
}

.lines-swiper .swiper-button-prev,
.insp-swiper .swiper-button-prev {
  left: 20px;
}
.lines-swiper .swiper-slide {
  cursor: default !important;
}
.insp-swiper .swiper-slide .insp-caption h3 {
  opacity: 0;
  transition: all 0.05s ease-in-out;
}

.insp-swiper .swiper-slide.swiper-slide-active .insp-caption h3 {
  opacity: 1;
}

@media (min-width: 1200px) {
  .lines-swiper .swiper-button-next,
  .insp-swiper .swiper-button-next {
    right: 32.4%;
  }
  .lines-swiper .swiper-button-prev,
  .insp-swiper .swiper-button-prev {
    left: 32.4%;
  }
}

@media (min-width: 1500px) {
  .lines-swiper .swiper-button-next,
  .insp-swiper .swiper-button-next {
    right: 37.4%;
  }
  .lines-swiper .swiper-button-prev,
  .insp-swiper .swiper-button-prev {
    left: 37.4%;
  }
}

/* offcanvas top estilo do SVG */
.burguina-menu.offcanvas-top {
  height: 80dvh;
  max-height: 80dvh;
  background: var(--burguina);
  border: 0;
  border-radius: 0 0 32px 32px;
}

.burguina-menu .offcanvas-body {
  position: relative;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.burguina-menu-inner {
  width: min(720px, 92vw);
}

.burguina-menu-nav {
  gap: 16px;
}

.burguina-menu-nav a {
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  font-size: clamp(28px, 2.4vw, 44px);
  line-height: 1.15;
  opacity: 0.95;
}
.burguina-menu-nav a:hover {
  opacity: 1;
}

/* botão fechar no meio da direita */
.menu-close {
  position: absolute;
  top: 50%;
  right: 80px;
  transform: translateY(-50%);
  width: 74px;
  height: 74px;
  border-radius: 999px;
  border: 0;
  background: transparent;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.menu-close i {
  font-size: 54px;
  line-height: 1;
}

/* mobile: aproxima o fechar */
@media (max-width: 576px) {
  .menu-close {
    right: 18px;
    width: 60px;
    height: 60px;
  }
  .menu-close i {
    font-size: 44px;
  }
  .floating-brand {
    display: none;
  } /* se quiser, some no mobile */
}

/**QUEM SOMOS **/

.page-quem-somos .qs-title {
  font-size: clamp(28px, 2.4vw, 44px);
  line-height: 1.15;
  font-weight: 500;
  color: var(--burguina);
}

.page-quem-somos .qs-lead {
  font-size: 16px;
  line-height: 1.7;
  color: #313131;
}

/* card de vídeo */
.qs-video-card {
  width: 100%;
  border: 0;
  padding: 0;
  background: transparent;
  position: relative;
  border-radius: 28px;
  overflow: hidden;
  display: block;
}

.qs-video-bg {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  background: #bdbdbd;
  background-size: cover;
  background-position: center;
}

/* play */
.qs-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
}
.qs-play i {
  font-size: 56px;
  position: relative;
  left: 3px;
}
.qs-play-ring {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, 0.9);
}

/* modal */
.qs-modal {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.qs-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  filter: invert(1);
  opacity: 0.9;
}

/** Downloads **/

.page-downloads .section-title {
  max-width: 860px;
  margin: 0 auto;
}

.download-card {
  background: var(--soft);
  border-radius: 28px;
  padding: 34px 26px;
  text-align: center;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.download-card__title {
  color: var(--burguina);
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}

.download-card__text {
  color: rgba(0, 0, 0, 0.55);
  font-size: 13.5px;
  line-height: 1.55;
  max-width: 420px;
  margin: 0 auto 18px;
}

.download-card__btn {
  max-width: 260px;
  margin: 0 auto;
}

/** Blog **/

/* BLOG grid card */
.post-inspo {
  display: block;
  text-decoration: none;
}

.post-inspo__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 28px;
  overflow: hidden;
  background: #cfcfcf;
  background-size: cover;
  background-position: center;
}

.post-inspo__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0));
}

.post-inspo__title {
  position: absolute;
  left: 24px;
  right: 24px;
  bottom: 18px;
  color: #fff;
  font-weight: 400;
  font-size: clamp(18px, 1.7vw, 28px);
  line-height: 1.2;
  margin: 0;
  text-align: center;
}

.post-inspo__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 6px 10px;
  color: rgba(0, 0, 0, 0.55);
  font-size: 12px;
}

.post-inspo__stats {
  display: inline-flex;
  align-items: center;
  gap: 14px;
}

.post-inspo__stat {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(0, 0, 0, 0.55);
}

.post-inspo__stat i {
  font-size: 15px;
  position: relative;
  top: 1px;
}

.post-inspo__divider {
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 6px;
}

.post-inspo:hover .post-inspo__media {
  transform: translateY(-1px);
  transition: transform 0.18s ease;
}

.blog-pagination .page-numbers {
  list-style: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  padding-left: 0;
  margin: 0;
}

.blog-pagination .page-numbers li {
  display: inline-flex;
}

.blog-pagination .page-numbers a,
.blog-pagination .page-numbers span {
  width: 44px;
  height: 44px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 14px;
  color: var(--burguina);
  background: rgba(0, 0, 0, 0.06);
}

.blog-pagination .page-numbers .current {
  background: var(--burguina);
  color: #fff;
}

.blog-pagination .page-numbers a:hover {
  background: rgba(0, 0, 0, 0.1);
}

/** Blog post **/
/* largura e centralização iguais ao layout */
.article-cover {
  width: min(980px, 92vw);
  border-radius: 28px;
  overflow: hidden;
}
.article-cover img {
  width: 100%;
  height: auto;
  display: block;
}

.article-title {
  width: min(820px, 92vw);
  color: var(--burguina);
  font-size: clamp(22px, 2.2vw, 34px);
  line-height: 1.25;
  font-weight: 500;
}

.article-content {
  width: min(820px, 92vw);
}

/* texto centralizado como no SVG */
.entry-content {
  text-align: center;
  color: rgba(0, 0, 0, 0.58);
  font-size: 1rem;
  line-height: 1.75;
}
.entry-content p {
  margin: 0 0 18px;
}

/* imagens do conteúdo (a do meio do SVG) */
.entry-content img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
}
.entry-content figure,
.entry-content .wp-block-image {
  margin: 26px auto;
}
.entry-content .wp-block-image img {
  border-radius: 20px;
}

/* botão compartilhar isolado embaixo */
.article-share-btn {
  border-radius: 999px;
  padding: 12px 34px;
}

/* modal */
.share-modal {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
}
.share-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.share-btn {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.04);
  border-radius: 14px;
  padding: 14px 12px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.72);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 13px;
}
.share-btn:hover {
  background: rgba(0, 0, 0, 0.07);
  color: rgba(0, 0, 0, 0.85);
}
.share-btn i {
  font-size: 18px;
}
.x-icon {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
}

/** Arquitetos e Designers **/

.page-arch .arch-title {
  color: var(--burguina);
  /* font-size: clamp(22px, 2.2vw, 34px); */
  font-weight: 500;
  line-height: 1.2;
}
.page-arch .arch-text {
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.7;
  font-size: 1rem;
}
.page-arch .arch-h2 {
  color: var(--burguina);
  /* font-size: 20px; */
  font-weight: 500;
}

.page-arch .arch-list {
  margin: 0;
  padding-left: 18px;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.75;
  /* font-size: 13.5px; */
}
.page-arch .arch-list li {
  margin: 4px 0;
}

/* imagem direita */
.arch-image {
  border-radius: 28px;
  overflow: hidden;
  width: 100%;
}
.arch-image__bg {
  width: 100%;
  aspect-ratio: 16/12;
  background: #cfcfcf;
  background-size: cover;
  background-position: center;
}

/* card cinza do formulário */
.arch-form-card {
  /* background: #e6e6e6; */
  border-radius: 34px;
  padding: 44px 38px;
}
@media (max-width: 576px) {
  .arch-form-card {
    padding: 28px 18px;
    border-radius: 26px;
  }
}

.arch-form-title {
  color: var(--burguina);
  font-size: 20px;
  font-weight: 500;
  line-height: 1.25;
  margin: 0 0 22px;
  max-width: 720px;
}

/* inputs arredondados como no svg */
.arch-input {
  height: 46px;
  border-radius: 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.arch-input:focus {
  border-color: rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.arch-check {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: rgba(0, 0, 0, 0.55);
  font-size: 13px;
  line-height: 1.4;
}
.arch-check input {
  width: 18px;
  height: 18px;
  margin-top: 0;
}

.contact-title {
  font-size: 48px;
  font-weight: 600;
  color: #0b2a3c;
  letter-spacing: -0.02em;
}

.contact-lead {
  color: #4b5563;
  line-height: 1.7;
  max-width: 680px;
}

.contact-card-title {
  color: var(--burguina);
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
}

.contact-card-sub {
  color: #494949;
  margin-bottom: 0;
}

.contact-form .form-label {
  font-size: 12px;
  color: #6b7280;
  margin-bottom: 6px;
}

.contact-form .form-control,
.contact-form .form-select {
  height: 52px;
  border-radius: 14px;
  border: 1px solid #d1d5db;
  background: #fff;
  padding-left: 18px;
}

.contact-input-group .input-group-text {
  background: #fff;
  border: 1px solid #d1d5db;
  border-right: 0;
  border-radius: 14px 0 0 14px;
  padding: 0 14px;
  color: #0b2a3c;
  position: absolute;
  z-index: 10;
  height: 100%;
  pointer-events: none;
}

.contact-input-group .form-select {
  border-left: 0;
  border-radius: 0 14px 14px 0;
  margin-left: 10px !important;
  padding-left: 36px;
}

.contact-check .form-check-input {
  width: 22px;
  height: 22px;
  margin-top: 2px;
  border-radius: 6px;
  border: 1px solid #cbd5e1;
}

.contact-link {
  color: #0b2a3c;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.contact-btn {
  background: #0b2a3c;
  border-color: #0b2a3c;
  color: #fff;
  border-radius: 999px;
  padding: 12px 26px;
  font-weight: 600;
  height: 48px;
}

.contact-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.showroom-map-section {
  padding-top: 0;
  margin-bottom: 120px;
}
@media (max-width: 576px) {
  .showroom-map-section {
    margin-bottom: 40px;
  }
}

.showroom-map-card {
  border-radius: 28px;
  box-shadow: 0 18px 40px rgba(11, 34, 54, 0.08);
}

.showroom-map-frame {
  width: 100%;
  aspect-ratio: 1203 / 537;
  border-radius: 20px;
  height: 500px;
  overflow: hidden;
  background: #e5e7eb;
}
@media(max-width: 425px){
  .showroom-map-frame{
      height: 400px;
  }  
}

.showroom-map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

@media (max-width: 991px) {
  .contact-title {
    font-size: 36px;
  }
  .contact-card {
    border-radius: 24px;
  }
}

/** Linhas **/
.product-card {
  position: relative;
  border-radius: var(--radius-xl, 18px);
  overflow: hidden;
  border: 1px solid #e1e1e1;
  padding: 15px;
}
.product-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-card__label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px 0px 14px;
  border-radius: 0.25rem;
  backdrop-filter: blur(10px);
}
.product-card__title {
  color: #494949;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  margin-bottom: 0px;
}
.product-card__plus {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  color: #494949;
  font-weight: 300;
  font-size: 2rem;
}
.product-card:hover {
  transform: translateY(-2px);
  transition: 0.18s ease;
}

/**produto**/
.product-title {
  font-weight: 500;
  font-size: clamp(20px, 2.1vw, 32px);
  color: var(--title, #002a49);
}

.product-media {
  border-radius: var(--radius-xl, 18px);
  border: 1px solid #e1e1e1;
}

/* Swatches */
.product-swatches .swatch {
  cursor: pointer;
}
.swatch__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.swatch__dot {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  display: inline-block;
}
.swatch__input:checked + .swatch__dot {
  outline: 2px solid rgba(0, 42, 73, 0.35);
  outline-offset: 2px;
}

/* Pills */
.product-pills .btn {
  border-radius: 999px;
}

.product-tabs.nav-tabs .nav-link {
  color: #494949;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.product-tabs.nav-tabs .nav-link.active,
.product-tabs.nav-tabs .nav-link:hover,
.product-tabs.nav-tabs .nav-link:focus {
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #494949;
  font-weight: 500;
}

.tab-product .product-acc-item:last-child {
  border-radius: 0px;
}

.tab-product .accordion-body {
  background: #f6f6f6;
  padding: 15px !important;
}

.tab-product .product-acc-item {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
}

.tab-product .accordion-item:first-of-type {
  border-top: 0px;
}

/* Accordion look mais “limpo” */
.product-acc-item {
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.product-acc-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.product-acc-item .accordion-button {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.product-acc-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
}

/* Card variant: label abaixo (igual slider do SVG) */
/* .product-card--below{ box-shadow: 0 10px 30px rgba(13, 34, 55, 0.08); } */
.product-card--below .product-card__label {
  position: static;
  margin-top: 12px;
  background: transparent;
  backdrop-filter: none;
  padding: 0;
  border-radius: 0;
}
.product-card--below .product-card__plus {
  background: transparent;
  width: auto;
  height: auto;
  border-radius: 0;
  font-weight: 600;
}

/** newsletter **/

.newsletter__box {
  background: var(--soft, #f2f3f5);
  border-radius: var(--radius-xl, 18px);
}

/** Política de privacidade **/
.privacy-wrap {
  max-width: 860px;
}

.privacy-title {
  font-weight: 500;
  color: var(--title, #002a49);
  /* font-size: clamp(22px, 2.2vw, 30px); */
}

.privacy-lead {
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  text-align: start;
}

.privacy-h2 {
  font-weight: 500;
  color: var(--title, #002a49);
  text-align: start;
  /* font-size: clamp(18px, 1.7vw, 22px); */
}

.privacy-p {
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.7;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  text-align: start;
}

/* bullets centralizados como no SVG */
.privacy-bullets {
  padding: 0;
  margin: 0 auto;
  max-width: 820px;
}

.privacy-bullets li {
  position: relative;
  padding-left: 14px;
  margin: 8px 0;
  color: rgba(0, 0, 0, 0.55);
  line-height: 1.7;
  font-size: 1rem;
  text-align: start;
}

.privacy-bullets li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.45);
}
