@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;600;700&family=Poppins:wght@400;500;600;700;800&display=swap");

:root {
  --navy-900: #1d2552;
  --navy-800: #273068;
  --navy-700: #34408c;
  --slate-100: #f2f4fb;
  --slate-200: #e6eaf7;
  --slate-400: #9aa3c6;
  --text: #1a2243;
  --white: #ffffff;
  --green: #20b15a;
  --shadow: 0 16px 34px rgba(20, 33, 78, 0.18);
  --radius-lg: 18px;
  --radius-md: 12px;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Poppins", "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--slate-100);
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: min(1120px, 92%);
  margin: 0 auto;
}

.section {
  padding: 64px 0;
}

.section-head {
  max-width: 740px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-eyebrow {
  margin: 0 0 6px;
  color: var(--navy-700);
  letter-spacing: 0.08em;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 800;
}

.section-head h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.05;
  color: var(--navy-900);
}

.section-head p {
  margin: 10px 0 0;
  color: #4f587a;
}

.btn {
  border: 0;
  border-radius: 999px;
  padding: 11px 18px;
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-primary {
  background: var(--navy-700);
  color: var(--white);
}

.btn-ghost {
  background: rgba(255, 255, 255, 0.15);
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.btn-dark {
  background: var(--navy-900);
  color: var(--white);
}

.btn-light {
  background: var(--white);
  color: var(--navy-900);
}

.site-header {
  background: var(--navy-900);
  color: var(--white);
  position: sticky;
  top: 0;
  z-index: 40;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.24);
}

.header-inner {
  min-height: 126px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 0;
}

.brand {
  width: 460px;
  height: 104px;
  border-radius: 0;
  overflow: visible;
  background: transparent;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.nav-shell {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  width: 100%;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 2px;
}

.main-nav a {
  font-size: 14px;
  padding: 10px 12px;
  border-radius: 8px;
  color: #dce3ff;
}

.main-nav a:hover,
.main-nav a.active {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
}

.header-cta {
  font-size: 13px;
  padding: 9px 16px;
}

.mobile-toggle {
  display: none;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.12);
  color: var(--white);
  font-size: 22px;
}

.hero {
  background:
    linear-gradient(100deg, rgba(24, 34, 75, 0.92) 0%, rgba(24, 34, 75, 0.76) 42%, rgba(24, 34, 75, 0.46) 68%, rgba(24, 34, 75, 0.28) 100%),
    url("../../ChatGPT Image 8 de abr. de 2026, 20_14_03.png") center calc(50% + 100px) / 100% auto no-repeat;
  color: var(--white);
}

.hero-inner {
  min-height: 540px;
  display: grid;
  align-items: center;
  justify-items: start;
  width: min(1120px, 97%);
  margin: 0 auto 0 1.5%;
}

.hero-copy {
  max-width: 540px;
  padding-left: 72px;
}

.hero-copy h1 {
  margin: 0;
  font-family: "Playfair Display", "Times New Roman", serif;
  font-size: clamp(34px, 3.3vw, 52px);
  line-height: 1.12;
  letter-spacing: 0;
  font-weight: 600;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

.hero-line-nowrap {
  white-space: nowrap;
  display: inline-block;
}

.section-top-shift {
  transform: translateX(-24px);
}

.market-title {
  text-align: center;
}

.market-title-stack {
  display: inline-block;
  transform: translateX(-46px);
}

.market-line-top {
  display: block;
  white-space: nowrap;
}

.market-line-bottom {
  display: block;
  text-align: center;
}

.hero-copy p {
  margin: 16px 0 0;
  max-width: 560px;
  color: #e8ecff;
  font-size: 17px;
  line-height: 1.5;
  font-weight: 500;
}

.hero-actions {
  margin-top: 20px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.hero-wa-btn {
  gap: 10px;
  padding: 12px 22px;
  border-radius: 14px;
  font-size: 14px;
  box-shadow: 0 10px 26px rgba(18, 27, 58, 0.34);
}

.hero-wa-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: inline-grid;
  place-items: center;
  background: #1ea94d;
  color: #ffffff;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.03em;
  line-height: 1;
}

.properties-bar {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.property-card {
  background: var(--white);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
  overflow: hidden;
}

.property-thumb {
  height: 180px;
  background-size: cover;
  background-position: center;
}

.thumb-1 { background-image: url("../../Page 3.jpg.jpeg"); }
.thumb-2 { background-image: url("../../Page 2.jpg.jpeg"); }
.thumb-3 { background-image: url("../../Page 1.jpg.jpeg"); }
.thumb-4 { background-image: url("../../Page 4.jpg.jpeg"); }
.thumb-5 { background-image: url("../../Page 5.jpg.jpeg"); }
.thumb-6 { background-image: url("../../Page 2.jpg.jpeg"); }

.property-body {
  background: var(--navy-900);
  color: var(--white);
  padding: 14px;
}

.property-tag {
  display: inline-block;
  background: #3a4cb2;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.property-title {
  margin: 8px 0 4px;
  font-size: 26px;
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.04;
}

.property-region {
  margin: 4px 0 0;
  color: #d5dcff;
  font-size: 13px;
}

.property-city {
  margin: 4px 0 0;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
}

.property-meta {
  margin: 6px 0 0;
  color: #c7cff6;
  font-size: 12px;
}

.property-price {
  margin: 10px 0 0;
  font-size: 34px;
  line-height: 1;
}

.property-action {
  margin-top: 12px;
  width: 100%;
}

.market-actions {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.whatsapp-pill {
  border-radius: 999px;
  padding: 10px 16px;
  background: #d9f4df;
  color: #13894a;
  font-size: 13px;
  font-weight: 700;
}

.services {
  background: var(--navy-900);
  color: var(--white);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.service {
  padding: 30px 22px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.service:last-child {
  border-right: 0;
}

.service h3 {
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1.06;
}

.service p {
  margin: 0;
  color: #dce1ff;
  font-size: 13px;
}

.split-highlight {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 300px;
}

.split-media {
  background: url("../../img_drone.JPG") center / cover no-repeat;
}

.split-content {
  padding: 34px;
  background: #f8f9ff;
}

.split-content h2 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 3.8vw, 56px);
  line-height: 1;
  color: var(--navy-900);
}

.split-content p {
  margin: 14px 0 0;
  color: #4b557a;
}

.split-content .btn {
  margin-top: 18px;
}

.search-hero {
  background:
    linear-gradient(100deg, rgba(24, 34, 75, 0.58), rgba(24, 34, 75, 0.46)),
    url("../img/img_cidade.JPG") center / cover no-repeat;
  color: #fff;
  padding: 54px 0 48px;
}

.search-hero h1 {
  margin: 0;
  text-align: center;
  font-size: clamp(40px, 5vw, 64px);
  font-family: Georgia, "Times New Roman", serif;
}

.owner-link-wrap {
  text-align: center;
  margin: 14px 0 0;
}

.owner-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #ffffff;
  padding: 8px 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.owner-link:hover {
  background: rgba(255, 255, 255, 0.16);
}

.search-panel {
  margin: 20px auto 0;
  background: rgba(255, 255, 255, 0.82);
  border-radius: 18px;
  padding: 14px;
  max-width: 920px;
  box-shadow: var(--shadow);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.search-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr auto;
  gap: 10px;
}

.search-grid-advanced {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.search-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-column: span 3;
}

.search-count {
  margin: 0 0 12px;
  color: #49527b;
  font-weight: 700;
}

.search-pagination {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}
.input,
.select,
.textarea {
  border: 1px solid #d8deef;
  background: #f4f6fc;
  border-radius: 999px;
  padding: 12px 14px;
  font: inherit;
  color: var(--text);
  width: 100%;
}

.textarea {
  border-radius: 14px;
  resize: vertical;
  min-height: 130px;
}

.tabs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.tab-btn {
  border: 0;
  border-radius: 999px;
  background: #232c5f;
  color: #fff;
  padding: 8px 14px;
  font-weight: 700;
  cursor: pointer;
}

.tab-btn.active {
  background: var(--navy-700);
}

.list-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.detail-hero {
  background: #1f2856;
  color: #fff;
  padding-bottom: 30px;
}

.detail-main-image {
  height: 420px;
  background: url("../../Page 3.jpg.jpeg") center 35% / cover no-repeat;
}

.detail-gallery {
  width: min(1120px, 92%);
  margin: -42px auto 0;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
}

.gallery-btn {
  border: 2px solid transparent;
  border-radius: 10px;
  padding: 0;
  background: transparent;
  cursor: pointer;
  overflow: hidden;
}

.gallery-btn.active {
  border-color: #7f96ff;
}

.gallery-btn .property-thumb {
  height: 96px;
}

.detail-grid {
  width: min(1120px, 92%);
  margin: 14px auto 0;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 18px;
}

.detail-panel {
  background: #2b3672;
  border-radius: 16px;
  padding: 16px;
}

.detail-price {
  margin: 0;
  font-size: 52px;
  line-height: 1;
}

.detail-city {
  margin: 8px 0 0;
  font-size: 42px;
  font-family: Georgia, "Times New Roman", serif;
}

.detail-score h3 {
  margin: 0 0 10px;
  font-size: 24px;
}

.score-row {
  background: rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  padding: 10px 12px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
}

.about-hero,
.contact-hero {
  background: #1f2856;
  color: #fff;
  padding: 52px 0;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: center;
}

.about-hero h1,
.contact-hero h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(44px, 6vw, 78px);
  line-height: 1;
}

.about-hero p,
.contact-hero p {
  margin: 12px 0 0;
  color: #dce2ff;
}

.frame-photo {
  border-radius: 16px;
  min-height: 280px;
  background-size: cover;
  background-position: center;
  box-shadow: var(--shadow);
}

.photo-about { background-image: url("../../Page 4.jpg.jpeg"); }
.photo-family { background-image: url("../../Page 4.jpg.jpeg"); background-position: center top; background-size: cover; }

.values {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: var(--shadow);
}

.value-card {
  padding: 26px;
  text-align: center;
  border-right: 1px solid #e3e8f7;
}

.value-card:last-child {
  border-right: 0;
}

.value-card h3 {
  margin: 0 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  color: var(--navy-900);
}

.stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.stat {
  border: 2px solid rgba(255, 255, 255, 0.62);
  border-radius: 16px;
  padding: 14px;
}

.stat strong {
  display: block;
  font-size: 48px;
  font-family: Georgia, "Times New Roman", serif;
}

.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  gap: 20px;
}

.contact-card,
.form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.contact-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
  color: #3d4668;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.form-grid .full {
  grid-column: 1 / -1;
}

.faq-list {
  max-width: 900px;
  margin: 0 auto;
}

.faq-item {
  border-radius: 999px;
  overflow: hidden;
  margin-bottom: 12px;
  box-shadow: var(--shadow);
}

.faq-btn {
  width: 100%;
  border: 0;
  padding: 12px 16px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  background: #1f2856;
  color: #fff;
}

.faq-content {
  display: none;
  padding: 14px 16px;
  background: #fff;
  color: #485073;
}

.faq-item.open .faq-content {
  display: block;
}

.site-footer {
  margin-top: 56px;
  background: #1f2856;
  color: #fff;
}

.footer-grid {
  padding: 30px 0;
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  gap: 18px;
}

.footer-brand {
  width: 220px;
  height: 52px;
  border-radius: 0;
  overflow: visible;
  background: transparent;
}

.footer-brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.footer-title {
  margin: 0 0 8px;
  font-size: 14px;
}

.footer-copy {
  margin: 0;
  color: #d7ddfa;
  font-size: 13px;
  line-height: 1.5;
}

.wa-float {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: grid;
  place-content: center;
  background: var(--green);
  color: #fff;
  font-weight: 800;
  box-shadow: var(--shadow);
  z-index: 60;
}

.hidden {
  display: none !important;
}

.empty-msg {
  text-align: center;
  margin: 18px 0 0;
  color: #5f688b;
  font-weight: 600;
}

.owner-panel-wrap {
  max-width: 920px;
}

.owner-login-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 26px;
  box-shadow: var(--shadow);
}

.owner-login-box h1 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  color: var(--navy-900);
}

.owner-login-box p {
  margin: 10px 0 0;
  color: #4e5679;
}

.owner-tip {
  margin: 12px 0 0;
  color: #636c90;
  font-size: 13px;
}

.owner-form-grid {
  margin-top: 14px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.password-field {
  position: relative;
  width: 100%;
}

.password-field .input {
  width: 100%;
  padding-right: 44px;
}

.password-toggle {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 0;
  border-radius: 50%;
  background: #eef2ff;
  color: #243062;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.password-toggle svg {
  width: 16px;
  height: 16px;
}

.password-toggle:hover {
  background: #e3e9ff;
}

.password-toggle.is-active {
  background: #d6e3ff;
  color: #132255;
}

.owner-form-grid .btn,
.owner-actions .btn {
  border-radius: 12px;
  min-height: 44px;
}

.owner-form-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px;
  box-shadow: var(--shadow);
}

.owner-topbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.owner-topbar h2 {
  margin: 0;
  color: var(--navy-900);
}

.owner-actions {
  grid-column: 1 / -1;
  display: flex;
  gap: 10px;
}


.owner-form-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  box-shadow: var(--shadow);
  border: 1px solid #e6ebfa;
}

.owner-form-section {
  border: 1px solid #e2e9fb;
  border-radius: 14px;
  background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
  padding: 14px;
  margin-bottom: 12px;
}

.owner-form-section-head {
  margin-bottom: 10px;
}

.owner-form-section-head h3 {
  margin: 0;
  color: #22306b;
  font-size: 18px;
}

.owner-form-section-head p {
  margin: 4px 0 0;
  color: #5d6790;
  font-size: 13px;
}

.owner-form-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.owner-field {
  display: grid;
  gap: 6px;
}

.owner-label {
  font-size: 12px;
  font-weight: 700;
  color: #33407a;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.owner-field .input,
.owner-field .select,
.owner-field .textarea {
  width: 100%;
}

.owner-field .textarea {
  min-height: 140px;
}

.owner-actions-pro {
  border-top: 1px solid #e4eafb;
  padding-top: 12px;
  margin-top: 2px;
}

.owner-list-title {
  margin: 20px 0 12px;
  color: var(--navy-900);
}

.owner-list {
  display: grid;
  gap: 10px;
}

.owner-item {
  background: #ffffff;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 10px 20px rgba(30, 44, 97, 0.12);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.owner-item p {
  margin: 4px 0 0;
  color: #5a6386;
  font-size: 14px;
}
.owner-item-main {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.owner-item-cover {
  width: 58px;
  height: 58px;
  border-radius: 10px;
  overflow: hidden;
  flex: 0 0 58px;
  border: 1px solid #d7e1ff;
  background: #eef3ff;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.4);
}

.owner-item-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.owner-item-text {
  min-width: 0;
}

.owner-item-text strong {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.owner-item-actions {
  display: flex;
  gap: 8px;
}

@media (max-width: 1024px) {
  .properties-bar,
  .list-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .services-grid,
  .values,
  .footer-grid,
  .contact-grid,
  .two-col,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .service,
  .value-card {
    border-right: 0;
    border-bottom: 1px solid rgba(28, 35, 73, 0.08);
  }

  .service:last-child,
  .value-card:last-child {
    border-bottom: 0;
  }

  .detail-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .split-highlight {
    grid-template-columns: 1fr;
  }

  .split-media {
    min-height: 210px;
  }
}

@media (max-width: 860px) {
  .imoveis-page .search-hero {
    padding: 44px 0 142px;
  }

  .imoveis-page .search-results-section {
    margin-top: -102px;
  }

  .imoveis-page .tabs {
    margin-bottom: 110px;
  }
}
.imoveis-page .search-hero {
  padding: 56px 0 176px;
}

.imoveis-page .search-results-section {
  margin-top: -126px;
  padding-top: 0;
  position: relative;
  z-index: 2;
}

.imoveis-page .search-results-section .container {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.imoveis-page .tabs {
  margin: 0 0 150px;
}

.imoveis-page #properties-count {
  margin-top: 0;
}

.imoveis-page #properties-list {
  margin-top: 18px;
}

@media (max-width: 860px) {
  .imoveis-page .search-hero {
    padding: 44px 0 142px;
  }

  .imoveis-page .search-results-section {
    margin-top: -102px;
  }

  .imoveis-page .tabs {
    margin-bottom: 110px;
  }
}

.property-media {
  position: relative;
}

.property-thumb {
  height: 220px;
  background-size: cover;
  background-position: center;
}

.property-photo-count {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(24, 34, 75, 0.82);
  color: #fff;
  border-radius: 999px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 700;
}

.property-mini-gallery {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  gap: 6px;
  align-items: center;
}

.property-mini-photo {
  width: 44px;
  height: 30px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  background-size: cover;
  background-position: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.25);
}

.property-mini-more {
  background: rgba(24, 34, 75, 0.82);
  color: #fff;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 11px;
  font-weight: 700;
}

.property-description {
  margin: 10px 0 0;
  color: #e7ecff;
  line-height: 1.45;
  font-size: 13px;
  min-height: 56px;
}
.property-address {
  margin: 8px 0 0;
  color: #d7defb;
  font-size: 12px;
}

.property-actions-row {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.property-map {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #ffffff;
}

.owner-top-post-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.26);
  color: #f5f7ff;
  font-size: 13px;
  font-weight: 700;
  transition: transform 0.15s ease, background 0.15s ease;
}

.owner-top-post-btn:hover {
  background: rgba(255, 255, 255, 0.18);
  transform: translateY(-1px);
}

.owner-top-post-btn-admin {
  background: #ffffff;
  border-color: #ffffff;
  color: #1d2552;
}

.owner-top-post-icon {
  display: inline-grid;
  place-items: center;
  width: 18px;
  height: 18px;
}

.owner-top-post-icon svg {
  width: 100%;
  height: 100%;
}

.account-widget {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 95;
}

.account-trigger {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: linear-gradient(140deg, #ffffff 0%, #e9eeff 100%);
  color: #1d2552;
  box-shadow: 0 12px 28px rgba(17, 27, 64, 0.3);
  cursor: pointer;
}

.account-trigger:hover {
  transform: translateY(-1px);
}

.account-trigger.is-logged {
  background: linear-gradient(140deg, #e9fff3 0%, #dbf8e8 100%);
  color: #0f6b3d;
  border: 1px solid #b8e6cd;
}

.account-status-dot {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #20c06b;
  border: 2px solid #ffffff;
  right: 10px;
  top: 10px;
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.account-trigger.is-logged .account-status-dot {
  opacity: 1;
  transform: scale(1);
}

.account-avatar {
  width: 24px;
  height: 24px;
  display: inline-grid;
  place-items: center;
}

.account-avatar svg {
  width: 100%;
  height: 100%;
}

.account-panel {
  position: absolute;
  right: 0;
  top: 58px;
  width: min(300px, calc(100vw - 24px));
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 18px 36px rgba(20, 33, 78, 0.24);
  border: 1px solid #dde4fb;
  padding: 14px;
}

.account-panel h4 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #1f2856;
}

.account-form {
  display: grid;
  gap: 8px;
}

.account-email {
  margin: 0 0 10px;
  color: #475079;
  font-size: 14px;
  word-break: break-word;
}

.account-actions {
  display: grid;
  gap: 8px;
}

.account-logout-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

#account-logout svg {
  width: 15px;
  height: 15px;
}

@media (max-width: 860px) {
  .account-widget {
    top: auto;
    bottom: 16px;
  }

  .owner-top-post-btn span:last-child {
    display: none;
  }
}


.bliss-why {
  background: linear-gradient(180deg, #eef1fb 0%, #e6eaf8 100%);
}

.bliss-why .section-head {
  margin-bottom: 22px;
}

.bliss-why-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.bliss-why-card {
  background: #f9fbff;
  border: 1px solid #dfe5f8;
  border-radius: 16px;
  padding: 18px 16px;
  box-shadow: 0 10px 22px rgba(26, 34, 67, 0.08);
}

.bliss-why-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  color: var(--navy-700);
}

.bliss-why-icon svg {
  width: 100%;
  height: 100%;
}

.bliss-why-card h3 {
  margin: 10px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 28px;
  line-height: 1.1;
  color: var(--navy-900);
}

.bliss-why-card p {
  margin: 0;
  color: #52608b;
  font-size: 14px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .bliss-why-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .bliss-why-grid {
    grid-template-columns: 1fr;
  }

  .bliss-why-card h3 {
    font-size: 24px;
  }
}
.about-page .about-hero-intro {
  padding-top: 42px;
  padding-bottom: 36px;
}

.about-page .about-hero-intro .container {
  max-width: 920px;
}

.about-page .about-hero-intro h1 {
  text-align: center;
  transform: translateY(-8px);
}

.about-page .about-hero-intro p {
  text-align: center;
  max-width: 940px;
  margin: 2px auto 0;
}

.about-page .values {
  max-width: 1080px;
  margin: 0 auto;
}

.about-page .value-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 230px;
}

.about-page .value-card h3 {
  text-align: center;
}

.about-page .value-card p {
  text-align: center;
  margin-top: 10px;
}

.about-page .about-acts {
  background: linear-gradient(180deg, #1f2856 0%, #18214a 100%);
  color: #ffffff;
  padding-top: 44px;
  padding-bottom: 54px;
}

.about-page .about-acts-head {
  text-align: center;
  margin-bottom: 20px;
}

.about-page .about-acts-head .section-eyebrow {
  color: #b9c4ff;
}

.about-page .about-acts-head h2 {
  margin: -6px 0 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 5vw, 66px);
  line-height: 1;
}

.about-page .about-acts-head p {
  margin: 0 auto;
  max-width: 760px;
  color: #d8dfff;
}

.about-page .about-acts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.about-page .about-acts-item {
  border: 1px solid rgba(197, 208, 255, 0.44);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.03);
  padding: 16px 18px;
  min-height: 126px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.about-page .about-acts-item h3 {
  margin: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(42px, 4vw, 56px);
  line-height: 0.95;
  text-align: center;
}

.about-page .about-acts-item p {
  margin: 6px 0 0;
  color: #e2e8ff;
  text-align: center;
  font-size: 14px;
  line-height: 1.35;
}

@media (max-width: 860px) {
  .about-page .about-acts-grid {
    grid-template-columns: 1fr;
  }

  .about-page .about-acts-item {
    min-height: 118px;
  }

  .about-page .about-acts-item h3 {
    font-size: clamp(36px, 9vw, 48px);
  }
}
.about-page .about-acts.is-reveal-ready .about-acts-head,
.about-page .about-acts.is-reveal-ready .about-acts-item {
  opacity: 0;
  transform: translateY(16px);
}

.about-page .about-acts.is-reveal-ready .about-acts-head {
  transition: opacity 0.45s ease, transform 0.45s ease;
}

.about-page .about-acts.is-reveal-ready .about-acts-item {
  transition: opacity 0.55s ease, transform 0.55s ease;
  transition-delay: var(--reveal-delay, 0ms);
}

.about-page .about-acts.is-reveal-ready.is-visible .about-acts-head,
.about-page .about-acts.is-reveal-ready.is-visible .about-acts-item {
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .about-page .about-acts.is-reveal-ready .about-acts-head,
  .about-page .about-acts.is-reveal-ready .about-acts-item {
    transition: none;
    opacity: 1;
    transform: none;
  }
}
/* Hotfix UX - Imoveis: evita fundo cinza e artefatos na troca de pagina */
.imoveis-page {
  background: #e9edf8;
}

.imoveis-page .search-hero {
  padding: 48px 0 122px;
}

.imoveis-page .search-results-section {
  margin-top: -82px;
  padding-top: 0;
  position: relative;
  z-index: 2;
  background: #e9edf8;
}

.imoveis-page .search-results-section .container {
  background: #e9edf8;
}

.imoveis-page .tabs {
  margin: 0 0 20px;
}

.imoveis-page #properties-list {
  margin-top: 12px;
  min-height: 260px;
}

.imoveis-page.imoveis-loading #properties-list {
  opacity: 0;
  transform: translateY(8px);
  pointer-events: none;
}

.imoveis-page.imoveis-ready #properties-list {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.22s ease, transform 0.22s ease;
}

@media (max-width: 860px) {
  .imoveis-page .search-hero {
    padding: 42px 0 112px;
  }

  .imoveis-page .search-results-section {
    margin-top: -72px;
  }

  .imoveis-page .tabs {
    margin-bottom: 18px;
  }
}
/* Ajuste fino Imoveis - tabs mais abaixo */
.imoveis-page .tabs {
  margin: 38px 0 20px;
}

@media (max-width: 860px) {
  .imoveis-page .tabs {
    margin: 24px 0 18px;
  }
}



/* Cards clicáveis e botão de detalhes */
.property-card-clickable {
  cursor: pointer;
}

.property-card-clickable:focus-visible {
  outline: 2px solid #9db3ff;
  outline-offset: 2px;
}

.property-detail {
  width: 100%;
}

/* Seleção de capa no painel */
.owner-gallery-block {
  margin-top: 8px;
}

.owner-gallery-items {
  display: grid;
  gap: 8px;
}


.owner-chip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #f3f6ff;
  border: 1px solid #dde4fb;
  color: #25346b;
  font-size: 13px;
}
.owner-chip-main {
  min-width: 0;
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  flex: 1;
}

.owner-chip-thumb-btn {
  border: 1px solid #c7d5ff;
  background: #ffffff;
  border-radius: 8px;
  width: 44px;
  height: 44px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
  flex-shrink: 0;
}

.owner-chip-thumb-btn:hover {
  border-color: #8fa7ff;
}

.owner-chip-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.owner-chip-name {
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.owner-chip-new {
  background: #eef5ff;
}

.owner-chip-cover {
  border-color: #8fa7ff;
  box-shadow: 0 0 0 1px #8fa7ff inset;
}

.owner-chip-actions {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.owner-chip-cover-btn {
  border: 1px solid #a8b9f3;
  border-radius: 999px;
  background: #ffffff;
  color: #2d3d79;
  padding: 2px 8px;
  font-size: 11px;
  font-weight: 700;
  cursor: pointer;
}

.owner-chip-cover-btn.is-active {
  background: #2d3f8f;
  color: #ffffff;
  border-color: #2d3f8f;
}

.owner-chip-remove {
  border: 0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background: #e3e8fb;
  color: #2e3f7f;
  font-weight: 700;
  cursor: pointer;
}


.owner-cover-help {
  margin: 0 0 8px;
  font-weight: 700;
  color: #22306b;
}
.owner-image-preview-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(11, 17, 40, 0.62);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
}

.owner-image-preview-modal.hidden {
  display: none;
}

.owner-image-preview-card {
  width: min(460px, 94vw);
  background: #f8faff;
  border-radius: 14px;
  border: 1px solid #d9e2ff;
  box-shadow: 0 22px 42px rgba(10, 20, 52, 0.34);
  padding: 12px 12px 14px;
  position: relative;
}

.owner-image-preview-close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #cad6ff;
  background: #ffffff;
  color: #22306b;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

.owner-image-preview-title {
  margin: 0 40px 10px 0;
  color: #1d2a5a;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.owner-image-preview-img {
  width: 100%;
  max-height: min(58vh, 420px);
  border-radius: 10px;
  object-fit: contain;
  background: #e8eefc;
  display: block;
}

.detail-main-image {
  cursor: zoom-in;
}

.detail-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(8, 12, 26, 0.94);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  padding: 24px;
}

.detail-lightbox.hidden {
  display: none;
}

.detail-lightbox-image {
  max-width: min(1200px, 96vw);
  max-height: 90vh;
  border-radius: 12px;
  box-shadow: 0 20px 44px rgba(0, 0, 0, 0.45);
}

.detail-lightbox-close {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.detail-lightbox-close:hover {
  background: rgba(255, 255, 255, 0.26);
}
.detail-lightbox-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.detail-lightbox-prev {
  left: 16px;
}

.detail-lightbox-next {
  right: 16px;
}

.detail-lightbox-nav:hover {
  background: rgba(255, 255, 255, 0.28);
}

@media (max-width: 860px) {
  .detail-lightbox-nav {
    width: 42px;
    height: 42px;
    font-size: 30px;
  }
}






.owner-rentals-wrap {
  margin-top: 18px;
}

.owner-rentals-list {
  display: grid;
  gap: 12px;
}

.owner-rental-item {
  background: #ffffff;
  border: 1px solid #e2e9fb;
  border-radius: 14px;
  padding: 14px;
  box-shadow: 0 8px 18px rgba(30, 44, 97, 0.1);
}

.owner-rental-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.owner-rental-head strong {
  color: #1f2a5e;
}

.owner-rental-status {
  display: inline-flex;
  align-items: center;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.owner-rental-status.ativo { background: #e8f8ee; color: #0f7a42; }
.owner-rental-status.pendente { background: #fff4dd; color: #8a5a00; }
.owner-rental-status.atrasado { background: #ffe6e8; color: #a92633; }
.owner-rental-status.encerrado { background: #e8ebf3; color: #4f5a80; }

.owner-rental-grid {
  margin-top: 8px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px 12px;
}

.owner-rental-grid p {
  margin: 0;
  color: #5a6386;
  font-size: 13px;
}

.owner-rental-actions {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.owner-rental-events {
  margin-top: 10px;
  border-top: 1px dashed #dce4fb;
  padding-top: 8px;
}

.owner-rental-events-title {
  margin: 0 0 6px;
  font-size: 12px;
  color: #3a4679;
  font-weight: 700;
  text-transform: uppercase;
}

.owner-rental-events ul {
  margin: 0;
  padding-left: 18px;
  display: grid;
  gap: 3px;
}

.owner-rental-events li {
  color: #58638b;
  font-size: 12px;
}

@media (max-width: 860px) {
  .owner-rental-grid {
    grid-template-columns: 1fr;
  }
}
.main-nav .owner-only-nav {
  display: none;
}

.main-nav .owner-only-nav.is-visible {
  display: inline-flex;
}

.aluguel-page .aluguel-head {
  text-align: center;
  margin-bottom: 20px;
}

.aluguel-page .aluguel-head h1 {
  margin: 0;
}

.aluguel-page .owner-panel-wrap {
  max-width: 1040px;
}

.contract-upload-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
}

.contract-upload-icon {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid #ccd7fb;
  background: #f4f7ff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}

@media (max-width: 860px) {
  .contract-upload-wrap {
    flex-direction: column;
    align-items: stretch;
  }

  .contract-upload-icon {
    width: 100%;
    height: 30px;
  }
}
