/* Patrimônio — base (tema em themes/*.css) */

:root {
  --accent-2: #9a8f7a;
  --radius: 14px;
  --radius-lg: 22px;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
  --font-sans: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-serif: "Instrument Serif", Georgia, serif;
  --header-h: 72px;
  --container: min(1120px, calc(100% - 2.5rem));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-sans);
  font-size: 1rem;
  line-height: 1.6;
  color: var(--text);
  background: var(--bg);
  -webkit-font-smoothing: antialiased;
}

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

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

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1,
h2,
h3,
h4,
p {
  margin: 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100px;
  left: 1rem;
  z-index: 200;
  padding: 0.5rem 1rem;
  background: var(--accent);
  color: var(--bg);
  border-radius: 8px;
  font-weight: 600;
}

.skip-link:focus {
  top: 1rem;
}

.container {
  width: var(--container);
  margin-inline: auto;
}

/* Header */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  height: var(--header-h);
  display: flex;
  align-items: center;
  transition: background 0.3s, border-color 0.3s, backdrop-filter 0.3s;
}

.site-header.is-scrolled {
  background: var(--header-scrolled-bg, rgba(10, 11, 15, 0.82));
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--border);
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 2rem;
}

/* Logo — Alexandre de Camargo Sanches */
.brand-logo,
.logo {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
  flex-shrink: 0;
  max-width: min(100%, 260px);
}

.brand-logo-mark {
  flex-shrink: 0;
  font-family: var(--font-serif);
  font-weight: 600;
  letter-spacing: 0.12em;
  line-height: 1;
}

.brand-logo-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.1rem;
  line-height: 1.2;
  min-width: 0;
}

.brand-line--1,
.brand-line--2 {
  display: block;
  white-space: nowrap;
}

.brand-line--1 {
  font-family: var(--font-serif);
  font-weight: 500;
}

.brand-line--2 {
  font-family: var(--font-serif);
  font-weight: 600;
}

.brand-tagline {
  font-family: var(--font-sans);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin-top: 0.15rem;
  opacity: 0.85;
}

.brand-logo-img {
  height: 48px;
  width: auto;
  display: none;
}

.logo-text[data-marca] {
  display: none;
}

.logo-mark {
  display: none;
}

@media (max-width: 768px) {
  html:not([data-theme="horizonte"]) .header-inner {
    display: flex;
    justify-content: space-between;
  }

  html:not([data-theme="horizonte"]) .brand-logo {
    max-width: 200px;
  }

  html:not([data-theme="horizonte"]) .brand-tagline {
    display: none;
  }

  html[data-theme="noite"] .nav {
    width: auto;
    order: unset;
  }

}

/* Logo horizonte — regras fixas (não dependem de @import do tema) */
html[data-theme="horizonte"] .site-header {
  --header-h: 112px;
  height: auto;
  min-height: var(--header-h);
  align-items: stretch;
}

html[data-theme="horizonte"] .brand-logo {
  flex-shrink: 0;
  max-width: none;
  gap: 0.75rem;
}

html[data-theme="horizonte"] .brand-logo-img {
  display: none;
}

html[data-theme="horizonte"] .brand-logo-mark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--logo-mark-size, 3.75rem);
  height: var(--logo-mark-size, 3.75rem);
  font-family: var(--font-serif, "Playfair Display", Georgia, serif);
  font-size: var(--logo-acs-font, 1.25rem);
  font-weight: 600;
  letter-spacing: 0.14em;
  line-height: 1;
}

html[data-theme="horizonte"] .brand-logo-text {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  min-width: 0;
}

html[data-theme="horizonte"] .brand-line--1 {
  font-family: var(--font-serif, "Playfair Display", Georgia, serif);
  font-size: var(--logo-line-1, 1.125rem);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

html[data-theme="horizonte"] .brand-line--2 {
  font-family: var(--font-serif, "Playfair Display", Georgia, serif);
  font-size: var(--logo-line-2, 1.3125rem);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

html[data-theme="horizonte"] .brand-tagline {
  display: block;
  font-family: var(--font-sans, "Lato", sans-serif);
  font-size: var(--logo-tagline, 0.8125rem);
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  line-height: 1.25;
}

.nav {
  display: flex;
  gap: 1.75rem;
  margin-right: auto;
}

.nav a {
  font-size: 0.9rem;
  color: var(--text-muted);
  transition: color 0.2s;
}

.nav a:hover {
  color: var(--text);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: var(--bg-card);
  cursor: pointer;
}

.menu-bar {
  display: block;
  width: 18px;
  height: 2px;
  margin-inline: auto;
  background: var(--text);
  border-radius: 2px;
  transition: transform 0.25s, opacity 0.25s;
}

.menu-toggle[aria-expanded="true"] .menu-bar:first-child {
  transform: translateY(4px) rotate(45deg);
}

.menu-toggle[aria-expanded="true"] .menu-bar:last-child {
  transform: translateY(-4px) rotate(-45deg);
}

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.65rem 1.25rem;
  font-family: inherit;
  font-size: 0.9rem;
  font-weight: 600;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: transform 0.15s, box-shadow 0.2s, background 0.2s;
  white-space: nowrap;
}

.btn:active {
  transform: scale(0.98);
}

.btn-primary {
  background: var(--gradient);
  color: #0a0b0f;
  box-shadow: 0 8px 32px rgba(110, 231, 183, 0.25);
}

.btn-primary:hover {
  box-shadow: 0 12px 40px rgba(110, 231, 183, 0.35);
}

.btn-ghost {
  background: transparent;
  color: var(--text-muted);
}

.btn-ghost:hover {
  color: var(--text);
}

.btn-outline {
  background: transparent;
  color: var(--text);
  border: 1px solid var(--border);
}

.btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.04);
}

.btn-block {
  width: 100%;
}

/* Hero */
.hero {
  position: relative;
  padding: calc(var(--header-h) + 4rem) 0 5rem;
  overflow: hidden;
}

.hero-glow {
  position: absolute;
  top: -20%;
  right: -10%;
  width: 70%;
  max-width: 720px;
  aspect-ratio: 1;
  background: radial-gradient(
    circle,
    var(--hero-glow-a, rgba(201, 169, 110, 0.2)) 0%,
    var(--hero-glow-b, rgba(212, 184, 150, 0.06)) 40%,
    transparent 70%
  );
  pointer-events: none;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.eyebrow.plain {
  display: block;
  margin-bottom: 0.75rem;
}

.pill {
  padding: 0.2rem 0.55rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  background: var(--accent-dim);
  border-radius: 999px;
}

.hero h1 {
  font-family: var(--font-serif);
  font-size: clamp(2.5rem, 5vw, 3.75rem);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
}

.hero h1 em {
  font-style: italic;
  background: var(--gradient);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.lead {
  font-size: 1.125rem;
  color: var(--text-muted);
  max-width: 32rem;
  margin-bottom: 1.75rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin-bottom: 0.5rem;
}

@media (max-width: 640px) {
  .hero-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .hero-actions .btn,
  .cta-pedido-actions .btn,
  .opportunity-body .btn,
  .property-body .btn,
  .showhall-copy .btn,
  .cta-form .btn,
  .cta-whatsapp.btn {
    width: 100%;
    min-height: 48px;
  }

  .opportunity-grid,
  .property-grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
}

.cta-form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  flex: 1 1 320px;
  max-width: 36rem;
}

.cta-form input {
  flex: 1 1 140px;
  min-width: 0;
  padding: 0.75rem 1rem;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text);
  background: var(--surface-input, var(--bg-card));
  border: 1px solid var(--border);
  border-radius: 10px;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
}

.cta-form input:focus {
  border-color: rgba(212, 184, 150, 0.55);
  box-shadow: 0 0 0 3px var(--accent-dim);
}

.cta-form input.invalid {
  border-color: #f87171;
}

.hero-note {
  margin-top: 0.85rem;
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Destaques do hero */
.highlights {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 2rem;
  width: 100%;
  max-width: 36rem;
}

.highlight-card {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 0.85rem 1rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  min-width: 0;
}

.highlight-value {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  color: var(--accent);
}

.highlight-label {
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--text-muted);
  word-wrap: break-word;
}

@media (max-width: 720px) {
  .highlights {
    grid-template-columns: 1fr;
    max-width: 100%;
  }
}

/* legado */
.stat-pills {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-top: 2rem;
  width: 100%;
}

.stat-pills span {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  padding: 0.85rem 1rem;
  font-size: 0.8125rem;
  line-height: 1.45;
  color: var(--text-muted);
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  white-space: normal;
}

.stat-pills strong {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  color: var(--accent);
  font-weight: 600;
  line-height: 1.2;
}

/* Hero property preview */
.property-preview {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: visible;
  border: 1px solid var(--border);
  box-shadow: var(--shadow);
  background: var(--bg-card);
}

.preview-media {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius-lg) var(--radius-lg) 0 0;
}

.preview-image {
  display: block;
  height: 280px;
  background-size: cover;
  background-position: center;
}

.preview-a {
  background-image: linear-gradient(
      160deg,
      rgba(10, 11, 15, 0.1) 0%,
      rgba(10, 11, 15, 0.55) 100%
    ),
    url("https://images.unsplash.com/photo-1600596542815-ffad4c1539a9?w=800&q=80");
}

.preview-card {
  padding: 1.25rem 1.35rem 1.35rem;
  background: var(--bg-card);
  border-top: 1px solid var(--border);
  border-radius: 0 0 var(--radius-lg) var(--radius-lg);
}

.preview-tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: 0.4rem 0.75rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
  background: var(--gradient);
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(26, 23, 68, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.preview-title {
  margin: 0.75rem 0 0.5rem;
  font-weight: 600;
  font-size: 0.95rem;
  line-height: 1.35;
  word-wrap: break-word;
}

.preview-specs {
  display: flex;
  gap: 1rem;
  font-size: 0.82rem;
  color: var(--text-muted);
  margin-bottom: 0.5rem;
}

.preview-price {
  font-family: var(--font-serif);
  font-size: 1.25rem;
  font-style: italic;
  color: var(--accent);
}

/* Negócios de oportunidade */
.section-opportunities {
  background: var(--section-alt-bg);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.section-pedido {
  background: transparent;
}

.opportunity-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 1.25rem;
}

.opportunity-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--bg-card);
  border: 1px solid rgba(212, 184, 150, 0.35);
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.25s, border-color 0.25s;
}

.opportunity-card:hover {
  transform: translateY(-3px);
  border-color: rgba(212, 184, 150, 0.55);
}

.opportunity-badge {
  position: absolute;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 2;
  font-size: 0.65rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  padding: 0.35rem 0.65rem;
  border-radius: 6px;
  background: var(--gradient, var(--accent));
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 12px rgba(26, 23, 68, 0.2);
  line-height: 1.2;
}

.opportunity-flex {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 2;
  font-size: 0.62rem;
  font-weight: 600;
  padding: 0.25rem 0.5rem;
  border-radius: 999px;
  background: rgba(10, 11, 15, 0.75);
  border: 1px solid var(--border);
}

.opportunity-flex.flex-alta {
  color: #4ade80;
  border-color: rgba(74, 222, 128, 0.35);
}

.opportunity-flex.flex-media {
  color: var(--accent);
}

.opportunity-flex.flex-consulta {
  color: var(--text-muted);
}

.opportunity-media {
  display: block;
  height: 200px;
  background-size: cover;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.04);
}

.opportunity-body {
  padding: 1.25rem 1.35rem 1.35rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.opportunity-body h3 {
  font-size: 1.05rem;
  margin: 0.35rem 0 0.5rem;
  line-height: 1.35;
}

.opportunity-price {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  color: var(--accent);
  margin: 0 0 0.25rem;
}

.opportunity-price-note {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0 0 0.65rem;
}

.opportunity-terms {
  margin: 0 0 1rem;
  flex: 1;
}

.opportunity-terms li {
  font-size: 0.8rem;
  color: var(--text-muted);
  padding: 0.2rem 0 0.2rem 1rem;
  position: relative;
}

.opportunity-terms li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-size: 0.7rem;
}

/* Property listings */
.property-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.property-card {
  position: relative;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  overflow: hidden;
  transition: border-color 0.25s, transform 0.25s;
}

.property-card:hover {
  border-color: rgba(212, 184, 150, 0.3);
  transform: translateY(-2px);
}

.property-card.featured-property {
  border-color: rgba(212, 184, 150, 0.35);
  box-shadow: 0 0 0 1px var(--accent-dim), var(--shadow);
}

.property-image {
  height: 200px;
  background-size: cover;
  background-position: center;
}

.property-image-1 {
  background-image: url("https://images.unsplash.com/photo-1613490493576-7fde63acd811?w=800&q=80");
}

.property-image-2 {
  background-image: url("https://images.unsplash.com/photo-1512917774080-9991f1c4c750?w=800&q=80");
}

.property-image-3 {
  background-image: url("https://images.unsplash.com/photo-1502672260266-1c1ef2d93688?w=800&q=80");
}

.property-body {
  padding: 1.35rem;
}

.property-type {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--accent);
}

.property-card h3 {
  font-size: 1.05rem;
  margin: 0.5rem 0 0.75rem;
  line-height: 1.35;
}

.property-specs {
  margin-bottom: 0.85rem;
}

.property-specs li {
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 0.2rem 0;
}

.property-price {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--accent);
  margin-bottom: 1rem;
}

.portfolio-note {
  text-align: center;
  margin-top: 2rem;
  font-size: 0.95rem;
  color: var(--text-muted);
  max-width: 36rem;
  margin-inline: auto;
}

.grid-loading,
.grid-empty {
  grid-column: 1 / -1;
  text-align: center;
  color: var(--text-muted);
  padding: 2rem;
}

.section-city {
  padding-top: 3rem;
  padding-bottom: 2rem;
}

.city-grid .section-head {
  margin-bottom: 1rem;
}

.city-summary {
  font-size: 1.05rem;
  color: var(--text-muted);
  line-height: 1.75;
  max-width: 42rem;
  margin-bottom: 1.25rem;
}

.city-highlights {
  display: grid;
  gap: 0.65rem;
  max-width: 36rem;
}

.city-highlights li {
  font-size: 0.9rem;
  color: var(--text-muted);
  padding-left: 1.1rem;
  position: relative;
}

.city-highlights li::before {
  content: "—";
  position: absolute;
  left: 0;
  color: var(--accent);
}

.property-condo {
  display: block;
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--accent);
  margin-bottom: 0.25rem;
}

/* Showhall — apresentação consultor */
.showhall {
  position: relative;
  overflow: hidden;
}

.showhall-glow {
  position: absolute;
  left: -15%;
  bottom: -30%;
  width: 55%;
  aspect-ratio: 1;
  background: radial-gradient(circle, rgba(201, 169, 110, 0.15), transparent 65%);
  pointer-events: none;
}

.showhall-grid {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  gap: 3.5rem;
  align-items: center;
  position: relative;
}

.portrait-frame {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  border: 1px solid rgba(212, 184, 150, 0.35);
  box-shadow: var(--shadow), inset 0 0 80px rgba(0, 0, 0, 0.25);
  background: var(--bg-card);
  aspect-ratio: 4 / 5;
  max-width: 420px;
  margin-inline: auto;
}

.portrait-frame::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    transparent 55%,
    rgba(10, 11, 15, 0.75) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.portrait-photo {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.portrait-photo.is-hidden {
  display: none;
}

.portrait-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 2rem;
  text-align: center;
  font-size: 0.9rem;
  color: var(--text-muted);
  background: linear-gradient(145deg, #1a1d28, #12141c);
}

.portrait-placeholder code {
  font-size: 0.8rem;
  color: var(--accent);
}

.showhall-caption {
  text-align: center;
  margin-top: 1rem;
  font-size: 0.75rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--text-muted);
}

.showhall-copy h2 {
  font-family: var(--font-serif);
  font-size: clamp(2.25rem, 4vw, 3.25rem);
  font-weight: 400;
  line-height: 1.05;
  margin-bottom: 0.35rem;
}

.showhall-role {
  color: var(--accent);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
}

.showhall-bio {
  color: var(--text-muted);
  font-size: 1.05rem;
  margin-bottom: 1.5rem;
  max-width: 34rem;
}

.showhall-bio em {
  color: var(--text);
  font-style: italic;
}

.credentials {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1.5rem;
}

.credentials li {
  display: grid;
  grid-template-columns: 7.5rem 1fr;
  gap: 0.75rem;
  padding-bottom: 0.85rem;
  border-bottom: 1px solid var(--border);
  font-size: 0.9rem;
}

.cred-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
}

.showhall-quote {
  margin: 0 0 1.75rem;
  padding-left: 1.25rem;
  border-left: 2px solid var(--accent);
}

.showhall-quote p {
  font-family: var(--font-serif);
  font-style: italic;
  font-size: 1.15rem;
  line-height: 1.45;
  color: var(--text-muted);
}

.cta-inner {
  flex-wrap: wrap;
}

.cta-whatsapp {
  flex: 0 0 auto;
  align-self: flex-end;
}

.footer-creci {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.5rem;
}

/* Legacy dashboard (unused) */
.dashboard-card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 1.25rem;
  box-shadow: var(--shadow);
}

.dashboard-top {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 1.25rem;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #3f4658;
}

.dot:nth-child(1) {
  background: #f87171;
}
.dot:nth-child(2) {
  background: #fbbf24;
}
.dot:nth-child(3) {
  background: #6ee7b7;
}

.dashboard-title {
  margin-left: auto;
  font-size: 0.75rem;
  color: var(--text-muted);
}

.metric-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.metric {
  padding: 0.85rem;
  background: var(--bg-elevated);
  border-radius: var(--radius);
  border: 1px solid var(--border);
}

.metric-label {
  display: block;
  font-size: 0.7rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.metric-value {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--accent);
}

.chart-bars {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  height: 100px;
  margin-bottom: 1.25rem;
  padding: 0 0.25rem;
}

.chart-bars span {
  flex: 1;
  height: var(--h);
  border-radius: 6px 6px 2px 2px;
  background: linear-gradient(180deg, var(--accent) 0%, rgba(110, 231, 183, 0.2) 100%);
  opacity: 0.85;
}

.activity-list li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.8rem;
  color: var(--text-muted);
  padding: 0.5rem 0;
  border-top: 1px solid var(--border);
}

.badge {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  flex-shrink: 0;
}

.badge.ok {
  background: var(--accent);
}
.badge.warn {
  background: #fbbf24;
}

/* Logos */
.logos {
  padding: 2rem 0 3rem;
  border-bottom: 1px solid var(--border);
}

.logos-label {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-bottom: 1.25rem;
}

.logo-strip {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem 3rem;
}

.logo-strip li {
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}

/* Sections */
.section {
  padding: 5rem 0;
}

.section-alt {
  background: var(--bg-elevated);
  border-block: 1px solid var(--border);
}

.section-head {
  max-width: 36rem;
  margin-bottom: 3rem;
}

.section-head.center {
  text-align: center;
  margin-inline: auto;
}

.section-head h2 {
  font-family: var(--font-serif);
  font-size: clamp(1.75rem, 3.5vw, 2.5rem);
  font-weight: 400;
  line-height: 1.15;
  margin-bottom: 0.75rem;
}

.section-lead {
  color: var(--text-muted);
  font-size: 1.05rem;
}

.feature-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
}

.feature-card {
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  transition: border-color 0.25s, transform 0.25s;
}

.feature-card:hover {
  border-color: rgba(212, 184, 150, 0.28);
  transform: translateY(-2px);
}

.feature-icon {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.feature-card h3 {
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
}

.feature-card p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Steps */
.steps-layout .section-head {
  margin-bottom: 2rem;
}

.steps {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  max-width: 40rem;
}

.steps li {
  display: flex;
  gap: 1.5rem;
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.step-num {
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--accent);
  letter-spacing: 0.1em;
}

.steps h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.steps p {
  font-size: 0.9rem;
  color: var(--text-muted);
}

/* Pricing */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: start;
}

.price-card {
  position: relative;
  padding: 2rem 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.price-card.featured {
  border-color: rgba(212, 184, 150, 0.35);
  box-shadow: 0 0 0 1px var(--accent-dim), var(--shadow);
}

.popular {
  position: absolute;
  top: 0.85rem;
  left: 0.85rem;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  min-height: 1.65rem;
  padding: 0.35rem 0.75rem;
  font-size: 0.68rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  line-height: 1;
  white-space: nowrap;
  background: var(--gradient);
  color: #fff;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(26, 23, 68, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.18);
  pointer-events: none;
}

.price-card h3 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
}

.price {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.price .currency {
  font-size: 1.25rem;
  vertical-align: super;
  margin-right: 2px;
}

.price .period {
  font-size: 0.95rem;
  font-weight: 500;
  color: var(--text-muted);
}

.price.custom {
  font-size: 1.75rem;
}

.price-desc {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin: 0.5rem 0 1.25rem;
}

.price-card ul {
  margin-bottom: 1.5rem;
}

.price-card li {
  font-size: 0.9rem;
  color: var(--text-muted);
  padding: 0.35rem 0;
  padding-left: 1.25rem;
  position: relative;
}

.price-card li::before {
  content: "✓";
  position: absolute;
  left: 0;
  color: var(--accent);
  font-weight: 700;
}

/* Testimonial */
.testimonial-section {
  padding: 4rem 0;
}

.testimonial {
  max-width: 40rem;
  margin-inline: auto;
  text-align: center;
}

.testimonial p {
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-style: italic;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.testimonial cite {
  font-style: normal;
  font-weight: 600;
  display: block;
}

.testimonial footer span {
  display: block;
  font-size: 0.9rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

/* FAQ */
.faq-layout {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 3rem;
  align-items: start;
}

.faq-list details {
  border-bottom: 1px solid var(--border);
  padding: 1rem 0;
}

.faq-list summary {
  font-weight: 600;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  font-size: 1.25rem;
  color: var(--accent);
  transition: transform 0.2s;
}

.faq-list details[open] summary::after {
  transform: rotate(45deg);
}

.faq-list p {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  padding-right: 2rem;
}

/* CTA band */
.cta-band {
  padding: 4rem 0 5rem;
}

.cta-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  padding: 2.5rem;
  background: linear-gradient(135deg, rgba(212, 184, 150, 0.12), rgba(139, 115, 85, 0.1));
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.cta-inner h2 {
  font-family: var(--font-serif);
  font-size: 1.75rem;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.cta-inner > div > p {
  color: var(--text-muted);
  max-width: 28rem;
}

.cta-form {
  max-width: 26rem;
}

/* Footer */
.site-footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid var(--border);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.5fr repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 2.5rem;
}

.footer-brand p {
  margin-top: 0.75rem;
  font-size: 0.9rem;
  color: var(--text-muted);
  max-width: 16rem;
}

.site-footer nav h4 {
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: 1rem;
}

.site-footer nav a {
  display: block;
  font-size: 0.9rem;
  color: var(--text-muted);
  padding: 0.25rem 0;
  transition: color 0.2s;
}

.site-footer nav a:hover {
  color: var(--text);
}

.footer-bottom {
  padding-top: 1.5rem;
  border-top: 1px solid var(--border);
}

.footer-bottom p {
  font-size: 0.8rem;
  color: var(--text-muted);
}

/* Toast */
.toast {
  position: fixed;
  bottom: 1.5rem;
  left: 50%;
  transform: translateX(-50%) translateY(120%);
  padding: 0.85rem 1.25rem;
  background: var(--bg-card);
  border: 1px solid rgba(212, 184, 150, 0.4);
  border-radius: 12px;
  font-size: 0.9rem;
  box-shadow: var(--shadow);
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 150;
}

.toast.is-visible {
  transform: translateX(-50%) translateY(0);
}

/* Responsive */
@media (max-width: 960px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }

  .hero-visual {
    order: -1;
    max-width: 420px;
    margin-inline: auto;
  }

  .feature-grid,
  .pricing-grid,
  .property-grid {
    grid-template-columns: 1fr;
  }

  .showhall-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }
}

html[data-theme="horizonte"] .nav {
  margin-right: 0;
}

@media (max-width: 768px) {
  html:not([data-theme="horizonte"]) .nav {
    position: fixed;
    inset: var(--header-h) 0 auto 0;
    flex-direction: column;
    padding: 1.5rem;
    gap: 1rem;
    background: rgba(10, 11, 15, 0.96);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
    transform: translateY(-120%);
    opacity: 0;
    pointer-events: none;
    transition: transform 0.3s, opacity 0.3s;
  }

  html:not([data-theme="horizonte"]) .nav.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }

  html:not([data-theme="horizonte"]) .menu-toggle {
    display: flex;
  }

  html:not([data-theme="horizonte"]) .header-actions .btn-ghost {
    display: none;
  }

  .cta-inner {
    flex-direction: column;
    text-align: center;
  }

  .cta-form {
    width: 100%;
    justify-content: center;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Botão flutuante WhatsApp */
.whatsapp-float {
  position: fixed;
  right: 1.25rem;
  bottom: 1.25rem;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.85rem 1.1rem;
  background: #25d366;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 8px 32px rgba(37, 211, 102, 0.45), 0 4px 16px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: transform 0.2s, box-shadow 0.2s;
}

.whatsapp-float:hover {
  transform: scale(1.04);
  box-shadow: 0 12px 40px rgba(37, 211, 102, 0.55), 0 6px 20px rgba(0, 0, 0, 0.3);
  color: #fff;
}

.whatsapp-float:active {
  transform: scale(0.98);
}

.whatsapp-float-icon {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.whatsapp-float-label {
  white-space: nowrap;
}

@media (max-width: 480px) {
  .whatsapp-float {
    padding: 0.9rem;
    border-radius: 50%;
    right: 1rem;
    bottom: 1rem;
  }

  .whatsapp-float-label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
}

/* Curadoria — pilares e jornada (briefing) */
.curadoria-pillars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1rem;
  margin-top: 2rem;
}

.curadoria-pillar {
  padding: 1.25rem 1.35rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  font-size: 0.95rem;
  line-height: 1.5;
  color: var(--text);
}

.section-journey {
  position: relative;
}

.journey-timeline {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-top: 2rem;
  max-width: 52rem;
}

.journey-step {
  display: grid;
  grid-template-columns: 3.5rem 1fr;
  gap: 1.25rem;
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--border);
  position: relative;
}

.journey-step:last-child {
  border-bottom: none;
}

.journey-num {
  font-family: var(--font-serif);
  font-size: 1.5rem;
  color: var(--accent);
  line-height: 1;
  padding-top: 0.15rem;
}

.journey-body h3 {
  font-size: 1.1rem;
  margin-bottom: 0.35rem;
}

.journey-body p {
  color: var(--text-muted);
  font-size: 0.95rem;
  line-height: 1.55;
}

.footer-legal-line {
  font-size: 0.8rem;
  color: var(--text-muted);
  margin: 0.25rem 0 0;
}

.logos-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.75rem;
}

.btn-sm {
  padding: 0.45rem 1rem;
  font-size: 0.85rem;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.25rem;
  margin-top: 1.5rem;
}

.testimonial-card {
  padding: 1.5rem;
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
}

.testimonial-card p {
  font-family: var(--font-serif);
  font-size: 1.05rem;
  line-height: 1.55;
  margin-bottom: 1rem;
  color: var(--text);
}

.testimonial-card footer {
  font-size: 0.85rem;
  color: var(--text-muted);
}

.testimonial-card cite {
  font-style: normal;
  font-weight: 600;
  color: var(--text);
  display: block;
}

.cookie-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.25rem;
  background: var(--violet-deep, #1a1744);
  color: #f5f4fa;
  box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.2);
  transition: transform 0.35s ease, opacity 0.35s ease;
}

.cookie-bar a {
  color: var(--violet-soft, #afa9ec);
  text-decoration: underline;
}

.cookie-bar p {
  margin: 0;
  font-size: 0.9rem;
  max-width: 52rem;
  flex: 1;
}

.cookie-bar--hide {
  transform: translateY(100%);
  opacity: 0;
}

@media (max-width: 640px) {
  .journey-step {
    grid-template-columns: 2.5rem 1fr;
    gap: 0.75rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
  }
}