/* === IMPORTAÇÃO DE FONTES === */
@import url('https://fonts.googleapis.com/css2?family=Atkinson+Hyperlegible+Mono:ital,wght@0,200..800;1,200..800&family=Bungee+Inline&family=Inconsolata:wght@200..900&family=Monoton&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nabla&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&family=Roboto:ital,wght@0,100..900;1,100..900&family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&family=Special+Gothic+Expanded+One&display=swap');

html {
  scroll-behavior: smooth;
}

/* === RESET === */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

/* === ESTILO GLOBAL === */
body {
  font-family: 'Poppins', sans-serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  color: white;
  position: relative;
  z-index: 0;
  background-image: linear-gradient(-225deg, #272c3d 0%, #201f46 48%, #2a2c3b 100%);
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}

.hidden {
  display: none;
}

/* scroll  */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-track {
  background: #201f1f;
}

::-webkit-scrollbar-thumb {
  background: #3ba2f7b2;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #888;
}

/* === CABEÇALHO E NAVEGAÇÃO === */
.nav-bar {
  display: flex;
  padding-top: 10px;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px rgba(255, 255, 255, 0.068);
}

.nav-bar.show-on-scroll {
  transform: translate(-50%, 0);
}

.nav-bar.hide-on-scroll {
  transform: translate(-50%, -100%);
}

.nav-bar ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  transition: left 0.3s ease;
}

.nav-bar li {
  margin-left: 30px;
}

.nav-bar a {
  text-decoration: none;
}

.nav-bar ul a {
  font-size: 17px;
  color: rgb(238, 236, 236);
}

.nav-bar ul a:hover {
  color: white;
  text-decoration: underline;
}

.logo-nav a {
  font-size: 30px;
  display: flex;
  align-items: center;
  font-weight: bold;
  color: white;
}

.none {
  display: none;
}

.logo-nav a span {
  color: #2e98ee;
}

/* === CONTEÚDO === */
main {
  margin-top: 50px;
}

#inicio {
  display: flex;
  height: 80svh;
  align-items: center;
}

.cont-h1 {
  max-width: 600px;
}

.cont-h1 h1 {
  font-size: 60px;
}

.cont-h1 p {
  font-size: 20px;
}

.cont-h1 span {
  color: #2e98ee;
}

/* === WPP NAV === */
.wpp-nav li {
  list-style: none;
}

/* === SESSÃO SOBRE === */
#sobre {
  background: #f7f9ff;
  padding: 60px 20px;
}

.apt-sobre {
  max-width: 1100px;
  margin: 60px auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  flex-wrap: wrap;
}

.h2-sobre,
.p-sobre {
  text-align: center;
}

.h2-sobre {
  font-size: 50px;
  color: #2e98ee;
  margin-bottom: 10px;
}

.p-sobre {
  font-size: 20px;
  color: black;
  margin-bottom: 40px;
}

.foto-sobre img {
  max-width: 450px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.text-sobre {
  flex: 1;
  min-width: 300px;
}

.text-sobre h3 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  background-clip: text;
  color: #2e98ee;
}

.text-sobre p {
  font-size: 18px;
  line-height: 1.6;
  color: black;
  margin-bottom: 25px;
}

.cards-destaque {
  display: flex;
  gap: 20px;
  margin-bottom: 25px;
  flex-wrap: wrap;
}

.card {
  background: white;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
  flex: 1;
  min-width: 160px;
}

.card .icon {
  font-size: 28px;
}

.card h4 {
  font-size: 18px;
  margin-top: 10px;
  color: #2e98ee;
}

.card p {
  font-size: 15px;
  color: #666;
}

.infos-lista {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.infos-lista li {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

.tag {
  font-weight: bold;
}

.citacao {
  background: #f2e9fb;
  padding: 20px 25px;
  border-left: 5px solid #37309b;
  border-radius: 10px;
  margin-top: 30px;
  font-style: italic;
  color: #333;
}

.citacao span {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-weight: bold;
  color: rgb(0, 0, 0);
}


/* === OUTROS ESTILOS === */
.h2-imovel {
  font-size: 50px;
  text-align: center;
}

.carousel img{
  cursor: pointer;
}

#imovel {
  padding: 60px 20px;
}

.a-txt {
  position: relative;
  text-decoration: none;
  color: black;
  font-weight: 500;
  margin-right: 40px;
  padding: 10px 40px;
  border-radius: 3px;
  background-color: rgb(46, 152, 238);
  display: inline-block;
  transition: transform 0.3s ease;
  overflow: hidden;
}

.a-txt::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: rgba(48, 29, 168, 0.219);
  transition: all 0.3s;
  z-index: 0;
}

.a-txt:hover::before {
  width: 100%;
}

.a-txt:hover {
  color: white;
  transform: scale(1.07);
}

.a-txt span {
  position: relative;
  z-index: 1;
}

.div-a {
  width: 100%;
}

.div-a ul {
  display: flex;
  align-items: center;
  list-style: none;
}

.a-txt-x {
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 16px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.a-txt-x::before,
.a-txt-x::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #00c6ff;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.a-txt-x::before {
  top: 0;
  left: 0;
  transform-origin: left;
}

.a-txt-x::after {
  bottom: 0;
  right: 0;
  transform-origin: right;
}

.a-txt-x span::before,
.a-txt-x span::after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #00c6ff;
  transform: scaleY(0);
  transition: transform 0.3s ease;
}

.a-txt-x span::before {
  top: 0;
  left: 0;
  transform-origin: top;
}

.a-txt-x span::after {
  bottom: 0;
  right: 0;
  transform-origin: bottom;
}

.a-txt-x:hover::before,
.a-txt-x:hover::after {
  transform: scaleX(1);
}

.a-txt-x:hover span::before,
.a-txt-x:hover span::after {
  transform: scaleY(1);
}

.wpp-nav img:hover {
  transform: scale(1.1);
}

.chatbot-container {
    position: fixed;
    bottom: calc(11 * var(--spacing-unit));
    right: calc(1.6 * var(--spacing-unit));
    width: 380px;
    max-height: 550px;
    background-color: var(--chatbot-background);
    border-radius: var(--border-radius-lg);
    box-shadow: 0 20px 40px var(--shadow-color);
    
    display: none;
    flex-direction: column;
    overflow: hidden;
    z-index: 999;

    transform: scale(0.7) translateY(50px);
    opacity: 0;
    transform-origin: bottom right;

    transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
    opacity 0.5s ease-out; 
}

.chatbot-container.open {
    display: flex; 
    transform: scale(1) translateY(0);
    opacity: 1;
}

.chatbot-container.closing {
    transform: scale(0.7) translateY(50px); 
    opacity: 0; 
}

