@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: #002A49;
  --soft: #E1E1E1;
  --radius-xl: 24px;
  --radius-lg: 18px;
  --font-main: "Urbanist", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body{ 
  color:#0b2236;
  font-family: var(--font-main); 
}

.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,.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:.2px; }
.brand-text small{ display:block; font-weight:500; opacity:.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%); }


.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 .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;
}

.feature-card{
  background: var(--soft);
  border-radius: var(--radius-xl);
}

.line-card .line-media{
  position: relative;
  border-radius: var(--radius-xl);
  overflow: hidden;
  background:#ccc;
}
.line-card .title-linhas-home{
  width: 100%;
  text-align: center;
  text-decoration: none !important;

}
.line-card img{
  width:100%;
  height: 380px;
  object-fit: cover;
  filter: grayscale(100%);
  opacity: .95;
}

.line-overlay{
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  padding: 16px;
  background: linear-gradient(180deg, rgba(0,0,0,0) 45%, rgba(0,0,0,.55) 100%);
  
}
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,.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,.4);
}
.footer-links a,
.footer-link,
.menu-menu-rodape a{
  color: rgba(255,255,255,.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: .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 .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: .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: #0b2a4a;
}

.page-quem-somos .qs-lead{
  font-size: 16px;
  line-height: 1.7;
  color: rgba(11, 42, 74, .75);
}

/* 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,.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: .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,.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,.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,.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,.55);
}

.post-inspo__stat i{
  font-size: 15px;
  position: relative;
  top: 1px;
}

.post-inspo__divider{
  height: 1px;
  background: rgba(0,0,0,.10);
  margin: 0 6px;
}

.post-inspo:hover .post-inspo__media{
  transform: translateY(-1px);
  transition: transform .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,.06);
}

.blog-pagination .page-numbers .current{
  background: var(--burguina);
  color: #fff;
}

.blog-pagination .page-numbers a:hover{
  background: rgba(0,0,0,.10);
}

/** 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: start;
  color: rgba(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,.10);
  background: rgba(0,0,0,.04);
  border-radius: 14px;
  padding: 14px 12px;
  text-decoration: none;
  color: rgba(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,.07); color: rgba(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,.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,.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,.10);
}
.arch-input:focus{
  border-color: rgba(0,0,0,.20);
  box-shadow: none;
}

.arch-check{
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: rgba(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: #0b2a3c;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -0.01em;
}

.contact-card-sub{
  color: #4b5563;
  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;
}

.contact-input-group .form-select{
  border-left: 0;
  border-radius: 0 14px 14px 0;
  padding-left: 10px;
}

.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: .6;
  cursor: not-allowed;
}

@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: .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: .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,.12);
  display:inline-block;
}
.swatch__input:checked + .swatch__dot{
  outline: 2px solid rgba(0,42,73,.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,.08); }
.product-acc-item:last-child{ border-bottom: 1px solid rgba(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,.55);
  line-height: 1.7;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
  font-size: 1rem;
}

.privacy-h2{
  font-weight: 500;
  color: var(--title, #002A49);
  /* font-size: clamp(18px, 1.7vw, 22px); */
}

.privacy-p{
  color: rgba(0,0,0,.55);
  line-height: 1.7;
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 760px;
}

/* bullets centralizados como no SVG */
.privacy-bullets{
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 820px;
}

.privacy-bullets li{
  position: relative;
  padding-left: 14px;
  margin: 8px 0;
  color: rgba(0,0,0,.55);
  line-height: 1.7;
  font-size: 1rem;
  text-align: center;
}

.privacy-bullets li::before{
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0,0,0,.45);
}