/* ============================================================
   CORRETORA CASTELA — style.css v4 (modern redesign)
   Paleta: Lavanda · Roxo profundo · Quase-branco · Dark velvet
   Tipografia: Epilogue (display) · Plus Jakarta Sans (body)
   ============================================================ */

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

:root {
  /* Fundos */
  --bg:           #F2EFF9;
  --bg-alt:       #E8E2F5;
  --bg-white:     #FDFCFF;
  --bg-dark:      #16112B;
  --bg-dark2:     #0F0B1E;

  /* Roxo — mais vibrante e profundo */
  --purple:       #5B48A0;
  --purple-mid:   #7B6BBF;
  --purple-light: #A393D4;
  --purple-pale:  #EAE5F8;
  --purple-deep:  #3D2E80;
  --purple-vivid: #6C57C0;
  --purple-subtle:#C8C0E8;
  --purple-glow:  rgba(91,72,160,.22);

  /* Gradientes */
  --grad-primary:   linear-gradient(135deg, #5B48A0 0%, #7B6BBF 60%, #8E7FCC 100%);
  --grad-purple-text: linear-gradient(135deg, #5B48A0 0%, #8B78D0 100%);
  --grad-hero-orb1: radial-gradient(ellipse 80% 70% at 75% 30%, rgba(140,118,210,.18) 0%, transparent 65%);
  --grad-hero-orb2: radial-gradient(ellipse 50% 60% at 15% 80%, rgba(91,72,160,.10) 0%, transparent 60%);
  --grad-hero-orb3: radial-gradient(ellipse 40% 40% at 90% 90%, rgba(174,163,228,.12) 0%, transparent 55%);

  /* Texto */
  --text:         #170F2E;
  --text-muted:   #63587C;
  --white:        #FFFFFF;
  --border:       #D5CEEE;
  --border-light: #E8E3F5;
  --border-glow:  rgba(91,72,160,.25);

  /* Tipografia */
  --ff-display: 'Epilogue', system-ui, sans-serif;
  --ff-body:    'Plus Jakarta Sans', system-ui, sans-serif;

  /* Radii */
  --r-sm:   6px;
  --r-md:   12px;
  --r-lg:   18px;
  --r-xl:   26px;
  --r-2xl:  40px;
  --r-full: 999px;

  /* Sombras — layered e mais ricas */
  --shadow-sm: 0 1px 3px rgba(91,72,160,.06), 0 2px 8px rgba(91,72,160,.04);
  --shadow-md: 0 4px 16px rgba(91,72,160,.10), 0 8px 28px rgba(91,72,160,.07);
  --shadow-lg: 0 8px 24px rgba(91,72,160,.12), 0 20px 56px rgba(91,72,160,.10);
  --shadow-xl: 0 12px 32px rgba(91,72,160,.14), 0 36px 72px rgba(91,72,160,.12);
  --shadow-card-hover: 0 16px 40px rgba(91,72,160,.18), 0 4px 16px rgba(91,72,160,.10);
  --shadow-btn: 0 4px 18px rgba(91,72,160,.32), 0 2px 6px rgba(91,72,160,.20);
  --shadow-btn-hover: 0 8px 30px rgba(91,72,160,.42), 0 4px 12px rgba(91,72,160,.25);

  --nav-h: 70px;
  --transition: 0.28s ease;
  --transition-slow: 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: var(--ff-body);
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a   { text-decoration: none; color: inherit; }
ul  { list-style: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; }

.container {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
}

/* ── TIPOGRAFIA ───────────────────────────────────────────── */
.section-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px 6px 10px;
  background: var(--purple-pale);
  border: 1px solid rgba(91,72,160,.18);
  border-radius: var(--r-full);
  font-family: var(--ff-body);
  font-size: 0.67rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--purple-vivid);
  margin-bottom: 16px;
  width: fit-content;
}
.section-eyebrow::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 2px;
  background: var(--grad-primary);
  border-radius: 2px;
  flex-shrink: 0;
}
.section-eyebrow.light {
  background: rgba(255,255,255,.08);
  border-color: rgba(255,255,255,.14);
  color: var(--purple-light);
  backdrop-filter: blur(8px);
}
.section-eyebrow.light::before { background: var(--purple-light); }

.section-title {
  font-family: var(--ff-display);
  font-size: clamp(1.6rem, 2.8vw, 2.3rem);
  font-weight: 800;
  line-height: 1.12;
  color: var(--text);
  margin-bottom: 14px;
  letter-spacing: -0.02em;
}
.section-title em {
  font-style: normal;
  background: var(--grad-purple-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.section-title.light { color: var(--white); }
.section-title.light em {
  background: linear-gradient(135deg, #C8BCEE 0%, #E0D8F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.section-header {
  max-width: 540px;
  margin: 0 auto 60px;
  text-align: center;
}
.section-header .section-eyebrow { margin-left: auto; margin-right: auto; }
.section-sub { font-size: 1rem; color: var(--text-muted); margin-top: 10px; line-height: 1.7; }

/* ── BOTÕES ───────────────────────────────────────────────── */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border-radius: var(--r-full);
  font-family: var(--ff-body);
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.btn::after {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(255,255,255,0);
  transition: background 0.25s ease;
  border-radius: inherit;
}
.btn:hover::after { background: rgba(255,255,255,.07); }

.btn-lg  { padding: 14px 30px; font-size: 0.9375rem; }
.btn-xl  { padding: 17px 40px; font-size: 1rem; gap: 11px; }
.btn-full { width: 100%; justify-content: center; }

.btn-purple,
.btn-primary {
  background: var(--grad-primary);
  color: var(--white);
  box-shadow: var(--shadow-btn);
}
.btn-purple:hover,
.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-btn-hover);
}
.btn-purple:active,
.btn-primary:active { transform: translateY(0); }

.btn-whatsapp {
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: var(--white);
  box-shadow: 0 4px 18px rgba(37,211,102,.35), 0 2px 6px rgba(37,211,102,.20);
}
.btn-whatsapp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(37,211,102,.45), 0 4px 12px rgba(37,211,102,.25);
}
.btn-whatsapp:active { transform: translateY(0); }

.btn-outline {
  background: rgba(91,72,160,.06);
  color: var(--purple);
  border: 1.5px solid rgba(91,72,160,.28);
}
.btn-outline:hover {
  background: var(--purple-pale);
  border-color: var(--purple);
  color: var(--purple-deep);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.btn-outline-light {
  background: rgba(255,255,255,.09);
  color: var(--white);
  border: 1.5px solid rgba(255,255,255,.28);
  backdrop-filter: blur(8px);
}
.btn-outline-light:hover {
  background: rgba(255,255,255,.16);
  border-color: rgba(255,255,255,.55);
  transform: translateY(-2px);
}

/* ── ANIMAÇÕES ────────────────────────────────────────────── */
[data-anim] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1),
              transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}
[data-anim="fade-right"] { transform: translateX(-36px); }
[data-anim="fade-left"]  { transform: translateX(36px); }
[data-anim].visible { opacity: 1; transform: translate(0,0); }

/* ============================================================
   NAVBAR
   ============================================================ */
.navbar {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 900;
  height: var(--nav-h);
  transition: background 0.4s ease, box-shadow 0.4s ease, border-color 0.4s ease;
}
.navbar.scrolled {
  background: rgba(242,239,249,0.88);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 1px 0 var(--border), 0 4px 20px rgba(91,72,160,.07);
}
.nav-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 28px;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-brand { display: flex; align-items: center; flex-shrink: 0; }
.nav-logo { height: 42px; width: auto; display: block; }
.brand-name {
  font-family: var(--ff-display);
  font-size: 1.4rem;
  font-weight: 800;
  color: var(--text);
  letter-spacing: -0.04em;
}
.brand-tag {
  font-family: var(--ff-body);
  font-size: 0.57rem;
  font-weight: 700;
  letter-spacing: 0.5em;
  text-transform: uppercase;
  color: var(--purple-mid);
}
.nav-links { display: flex; align-items: center; gap: 28px; margin-left: auto; }
.nav-links a {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: color var(--transition);
  position: relative;
}
.nav-links a::after {
  content: '';
  position: absolute;
  bottom: -3px; left: 0; right: 0;
  height: 2px;
  background: var(--grad-primary);
  border-radius: 2px;
  transform: scaleX(0);
  transition: transform 0.25s ease;
  transform-origin: left;
}
.nav-links a:hover { color: var(--purple); }
.nav-links a:hover::after { transform: scaleX(1); }

.hamburger { display: none; flex-direction: column; gap: 5px; padding: 6px; margin-left: auto; }
.hamburger span { display: block; width: 22px; height: 2px; background: var(--text); border-radius: 2px; transition: var(--transition); }

.mobile-menu {
  display: none;
  flex-direction: column;
  background: rgba(253,252,255,.96);
  backdrop-filter: blur(20px);
  border-top: 1px solid var(--border);
  padding: 20px 28px;
  position: absolute;
  top: var(--nav-h);
  left: 0; right: 0;
  box-shadow: var(--shadow-md);
  opacity: 0;
  pointer-events: none;
  transition: opacity var(--transition);
}
.mobile-menu.open { display: flex; opacity: 1; pointer-events: auto; }
.mobile-menu a {
  padding: 13px 0;
  font-weight: 600;
  color: var(--text);
  border-bottom: 1px solid var(--border-light);
  font-size: 0.9375rem;
}
.mobile-menu a:last-child { border-bottom: none; margin-top: 12px; }

/* ============================================================
   HERO
   ============================================================ */
.hero {
  min-height: 100svh;
  display: flex;
  align-items: center;
  background: var(--bg);
  position: relative;
  overflow: hidden;
  padding: calc(var(--nav-h) + 60px) 0 80px;
}

/* Orbs de fundo — camadas múltiplas */
.hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    var(--grad-hero-orb1),
    var(--grad-hero-orb2),
    var(--grad-hero-orb3);
  pointer-events: none;
}
/* Textura sutil de grain */
.hero::after {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.03'/%3E%3C/svg%3E");
  pointer-events: none;
  opacity: 0.4;
}

.hero-inner {
  display: grid;
  grid-template-columns: 1fr 1.45fr;
  gap: 52px;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* Coluna de texto */
.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 8px 16px;
  background: var(--purple-pale);
  border: 1px solid rgba(91,72,160,.2);
  border-radius: var(--r-full);
  font-size: 0.71rem;
  font-weight: 700;
  color: var(--purple-vivid);
  letter-spacing: 0.04em;
  margin-bottom: 26px;
  box-shadow: 0 2px 12px rgba(91,72,160,.08);
}
.badge-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--purple-vivid);
  box-shadow: 0 0 0 3px rgba(91,72,160,.18);
  animation: pulse-dot 2.4s ease infinite;
  flex-shrink: 0;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 3px rgba(91,72,160,.18); }
  50%       { box-shadow: 0 0 0 9px rgba(91,72,160,.04); }
}

.hero-title {
  font-family: var(--ff-display);
  font-size: clamp(1.75rem, 3vw, 2.7rem);
  font-weight: 800;
  line-height: 1.08;
  color: var(--text);
  letter-spacing: -0.03em;
  margin-bottom: 20px;
}
.hero-title em {
  font-style: normal;
  background: var(--grad-purple-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-sub {
  font-size: 1.0625rem;
  color: var(--text-muted);
  max-width: 410px;
  margin-bottom: 36px;
  line-height: 1.75;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-bottom: 44px; }
.hero-trust {
  display: flex;
  align-items: center;
  gap: 22px;
  padding-top: 30px;
  border-top: 1px solid var(--border);
}
.hero-trust-item { display: flex; flex-direction: column; gap: 4px; }
.hero-trust-item strong {
  font-family: var(--ff-display);
  font-size: 2.2rem;
  font-weight: 800;
  background: var(--grad-purple-text);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
  line-height: 1;
}
.hero-trust-item span { font-size: 0.7rem; color: var(--text-muted); font-weight: 600; }
.hero-trust-sep { width: 1px; height: 36px; background: var(--border); flex-shrink: 0; }

/* Coluna da imagem */
.hero-media { position: relative; padding-top: 0; }

.hero-img-box {
  border-radius: var(--r-2xl);
  overflow: hidden;
  aspect-ratio: 3/2;
  box-shadow: var(--shadow-xl), 0 0 0 1px rgba(91,72,160,.08);
  position: relative;
  background: var(--bg-alt);
}

.hero-slides { position: absolute; inset: 0; }
.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transition: opacity 1.1s ease;
}
.hero-slide.active { opacity: 1; }

.hero-slide-dots {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 7px;
  z-index: 2;
  background: rgba(0,0,0,.2);
  padding: 6px 10px;
  border-radius: var(--r-full);
  backdrop-filter: blur(6px);
}
.hc-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(255,255,255,.45);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}
.hc-dot.active { background: rgba(255,255,255,.95); transform: scale(1.5); width: 16px; border-radius: 3px; }

/* Badge flutuante */
.hero-float-badge {
  position: absolute;
  bottom: -22px;
  left: -26px;
  background: var(--bg-white);
  border-radius: var(--r-lg);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
  z-index: 2;
}
.float-badge-icon {
  width: 42px;
  height: 42px;
  border-radius: var(--r-md);
  background: var(--grad-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(91,72,160,.30);
}
.hero-float-badge strong { display: block; font-family: var(--ff-display); font-size: 0.9rem; font-weight: 700; color: var(--text); }
.hero-float-badge span   { font-size: 0.67rem; color: var(--text-muted); }

/* Decoração geométrica */
.hero-geo {
  position: absolute;
  top: -22px;
  right: -22px;
  width: 110px;
  height: 110px;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, rgba(91,72,160,.12), rgba(163,147,212,.08));
  border: 1px solid rgba(91,72,160,.1);
  z-index: -1;
  transform: rotate(14deg);
}

/* ============================================================
   TRUST STRIP
   ============================================================ */
.trust-strip {
  background: var(--bg-dark);
  padding: 52px 0;
  position: relative;
  overflow: hidden;
}
.trust-strip::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 60% 100% at 20% 50%, rgba(91,72,160,.18) 0%, transparent 65%),
    radial-gradient(ellipse 40% 80% at 80% 50%, rgba(123,107,191,.10) 0%, transparent 60%);
  pointer-events: none;
}
.trust-strip::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(163,147,212,.3), transparent);
}
.trust-grid {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.trust-item { flex: 1; min-width: 150px; text-align: center; padding: 18px 32px; }
.trust-number {
  font-family: var(--ff-display);
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 8px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 2px;
  background: linear-gradient(135deg, #C8BCEE 0%, #E0D8F6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: -0.03em;
}
.trust-text { font-size: 2.8rem; font-weight: 800; letter-spacing: -0.03em; }
.trust-item p { font-size: 0.78rem; color: rgba(255,255,255,.35); font-weight: 500; letter-spacing: 0.02em; }
.trust-divider { width: 1px; height: 48px; background: rgba(255,255,255,.07); flex-shrink: 0; }

/* ============================================================
   SOBRE
   ============================================================ */
.sobre { padding: 120px 0; background: var(--bg-white); position: relative; overflow: hidden; }
.sobre::before {
  content: '';
  position: absolute;
  top: -5%;
  left: -5%;
  width: 40%;
  height: 60%;
  background: radial-gradient(ellipse at center, rgba(91,72,160,.05) 0%, transparent 65%);
  pointer-events: none;
}
.sobre-grid {
  display: grid;
  grid-template-columns: 400px 1fr;
  gap: 88px;
  align-items: center;
  position: relative;
  z-index: 1;
}
.sobre-img-col { position: relative; }
.sobre-img-frame {
  border-radius: var(--r-2xl);
  overflow: hidden;
  height: 520px;
  box-shadow: var(--shadow-xl);
  background: var(--bg-alt);
}
.sobre-img { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; }
.sobre-img-col::before {
  content: '';
  position: absolute;
  bottom: -16px;
  right: -16px;
  width: 130px;
  height: 130px;
  border-radius: var(--r-xl);
  background: linear-gradient(135deg, rgba(91,72,160,.15), rgba(163,147,212,.08));
  border: 1px solid rgba(91,72,160,.12);
  z-index: -1;
}
.sobre-badge-float {
  position: absolute;
  bottom: 24px;
  right: -24px;
  background: var(--bg-white);
  border-radius: var(--r-lg);
  padding: 14px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  box-shadow: var(--shadow-lg);
  border: 1px solid var(--border-light);
}
.badge-icon {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--grad-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(91,72,160,.28);
}
.sobre-badge-float strong { display: block; font-family: var(--ff-display); font-size: 0.9rem; font-weight: 700; color: var(--text); }
.sobre-badge-float span   { font-size: 0.67rem; color: var(--text-muted); }

.sobre-text-col p { color: var(--text-muted); margin-bottom: 14px; font-size: 0.9375rem; line-height: 1.8; }
.sobre-destaque {
  font-family: var(--ff-display);
  font-size: 1rem !important;
  font-weight: 700;
  color: var(--purple) !important;
  border-left: 3px solid transparent;
  border-image: var(--grad-primary) 1;
  padding-left: 16px;
  margin-top: 22px !important;
  margin-bottom: 26px !important;
  line-height: 1.5;
}
.social-pill {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 10px 20px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-full);
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--text-muted);
  transition: all var(--transition);
  background: transparent;
}
.social-pill:hover {
  border-color: var(--purple);
  color: var(--purple);
  background: var(--purple-pale);
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

/* ============================================================
   DIFERENCIAIS
   ============================================================ */
.diferenciais { background: var(--bg-white); padding: 120px 0; }
.dif-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.dif-card {
  background: var(--bg-white);
  border-radius: var(--r-xl);
  padding: 34px 30px;
  border: 1px solid var(--border-light);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.35s cubic-bezier(0.4,0,0.2,1),
              border-color 0.35s ease;
  position: relative;
  overflow: hidden;
}
.dif-card::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: var(--grad-primary);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s cubic-bezier(0.4,0,0.2,1);
  border-radius: 3px 3px 0 0;
}
.dif-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(91,72,160,.15);
}
.dif-card:hover::before { transform: scaleX(1); }
.dif-icon {
  width: 50px;
  height: 50px;
  border-radius: var(--r-md);
  background: var(--purple-pale);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--purple-vivid);
  margin-bottom: 20px;
  transition: background 0.3s ease, box-shadow 0.3s ease;
}
.dif-card:hover .dif-icon {
  background: var(--grad-primary);
  color: var(--white);
  box-shadow: 0 6px 18px rgba(91,72,160,.28);
}
.dif-card h3 { font-family: var(--ff-display); font-size: 1.0rem; font-weight: 800; color: var(--text); margin-bottom: 9px; }
.dif-card p  { font-size: 0.9rem; color: var(--text-muted); line-height: 1.67; }

/* ============================================================
   EMPREENDIMENTOS
   ============================================================ */
.empreendimentos { padding: 120px 0; background: var(--bg); }
.emp-filters { display: flex; gap: 9px; flex-wrap: wrap; justify-content: center; margin-bottom: 52px; }
.filter-btn {
  padding: 9px 22px;
  border-radius: var(--r-full);
  font-size: 0.85rem;
  font-weight: 700;
  color: var(--text-muted);
  border: 1.5px solid var(--border);
  background: transparent;
  transition: all 0.25s ease;
}
.filter-btn:hover { border-color: var(--purple-light); color: var(--purple); background: var(--purple-pale); }
.filter-btn.active {
  background: var(--grad-primary);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 4px 16px rgba(91,72,160,.28);
}

.emp-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.emp-card {
  background: var(--bg);
  border-radius: var(--r-xl);
  overflow: hidden;
  border: 1px solid var(--border-light);
  display: flex;
  flex-direction: column;
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.35s cubic-bezier(0.4,0,0.2,1),
              border-color 0.35s ease;
}
.emp-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(91,72,160,.14);
}
.emp-card.hidden { display: none; }

.emp-img-wrap { position: relative; aspect-ratio: 4/3; overflow: hidden; }
.emp-img-wrap img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.7s cubic-bezier(0.4,0,0.2,1); }
.emp-card:hover .emp-img-wrap img { transform: scale(1.06); }

.emp-status {
  position: absolute;
  top: 12px;
  left: 12px;
  padding: 5px 12px;
  border-radius: var(--r-full);
  font-size: 0.64rem;
  font-weight: 800;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  backdrop-filter: blur(6px);
}
.emp-status.pre-launch  { background: var(--grad-primary); color: var(--white); box-shadow: 0 2px 10px rgba(91,72,160,.30); }
.emp-status.launch      { background: var(--purple); color: var(--white); box-shadow: 0 2px 10px rgba(91,72,160,.25); }
.emp-status.in-progress { background: rgba(255,255,255,.88); color: var(--text); border: 1px solid var(--border); }

.emp-body { display: flex; flex-direction: column; gap: 9px; padding: 22px 22px 20px; flex: 1; }
.emp-loc { display: flex; align-items: center; gap: 5px; font-size: 0.76rem; color: var(--text-muted); font-weight: 600; }
.emp-loc svg { flex-shrink: 0; color: var(--purple-mid); }
.emp-name { font-family: var(--ff-display); font-size: 1.05rem; font-weight: 800; color: var(--text); line-height: 1.2; }
.emp-desc { font-size: 0.85rem; color: var(--text-muted); line-height: 1.57; }
.emp-tags { display: flex; flex-wrap: wrap; gap: 5px; margin-top: 2px; }
.emp-tags span {
  padding: 4px 10px;
  background: var(--purple-pale);
  border-radius: var(--r-full);
  font-size: 0.65rem;
  font-weight: 700;
  color: var(--purple-vivid);
  letter-spacing: 0.02em;
  border: 1px solid rgba(91,72,160,.12);
}
.emp-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 14px;
  border-top: 1px solid var(--border-light);
  margin-top: auto;
}
.emp-renda { display: flex; flex-direction: column; gap: 2px; }
.emp-renda span  { font-size: 0.62rem; color: var(--text-muted); font-weight: 700; text-transform: uppercase; letter-spacing: 0.06em; }
.emp-renda strong { font-family: var(--ff-display); font-size: 0.9375rem; font-weight: 800; color: var(--text); }

.btn-emp {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 8px 15px;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  color: var(--white);
  border-radius: var(--r-full);
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
  transition: all 0.25s ease;
  box-shadow: 0 3px 12px rgba(37,211,102,.30);
}
.btn-emp:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(37,211,102,.42);
}

/* ============================================================
   SIMULAÇÃO
   ============================================================ */
.simulacao {
  background: var(--bg-dark);
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.simulacao::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 80% at 0% 50%, rgba(91,72,160,.20) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 100% 30%, rgba(123,107,191,.12) 0%, transparent 55%),
    radial-gradient(ellipse 30% 50% at 50% 100%, rgba(91,72,160,.08) 0%, transparent 60%);
  pointer-events: none;
}
.simulacao::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(163,147,212,.25), transparent);
}
.sim-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 88px;
  align-items: start;
  position: relative;
  z-index: 1;
}
.sim-text p { color: rgba(255,255,255,.48); font-size: 0.9375rem; line-height: 1.8; margin-bottom: 30px; }
.sim-beneficios { display: flex; flex-direction: column; gap: 15px; }
.sim-beneficios li {
  display: flex;
  align-items: center;
  gap: 11px;
  font-size: 0.9rem;
  color: rgba(255,255,255,.72);
  font-weight: 600;
}
.sim-beneficios svg { color: var(--purple-light); flex-shrink: 0; }

/* Form card — modernizado */
.form-card {
  background: rgba(255,255,255,.97);
  border-radius: var(--r-2xl);
  padding: 42px 38px;
  box-shadow: var(--shadow-xl), 0 0 0 1px rgba(255,255,255,.1);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,.2);
}
.form-card h3 {
  font-family: var(--ff-display);
  font-size: 1.2rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 28px;
  line-height: 1.3;
  letter-spacing: -0.015em;
}
.form-group { margin-bottom: 16px; }
.form-group label {
  display: block;
  font-size: 0.64rem;
  font-weight: 800;
  color: var(--text);
  margin-bottom: 7px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}
.form-group input,
.form-group select {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid var(--border);
  border-radius: var(--r-md);
  font-family: var(--ff-body);
  font-size: 0.9rem;
  color: var(--text);
  background: var(--bg);
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  appearance: none;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus {
  outline: none;
  border-color: var(--purple-vivid);
  box-shadow: 0 0 0 4px rgba(91,72,160,.09);
  background: var(--bg-white);
}
.form-group select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%236358A0' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  padding-right: 40px;
  cursor: pointer;
  background-color: var(--bg);
}
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-disclaimer {
  font-size: 0.67rem;
  color: var(--text-muted);
  margin-top: 14px;
  text-align: center;
  line-height: 1.55;
}

/* ============================================================
   DEPOIMENTOS
   ============================================================ */
.depoimentos { background: var(--bg); padding: 120px 0; overflow: hidden; }
.carousel-wrap { position: relative; overflow: hidden; }
.carousel-track { display: flex; gap: 22px; }
.testi-card {
  flex-shrink: 0;
  background: var(--bg-white);
  border-radius: var(--r-xl);
  padding: 24px 22px;
  border: 1px solid var(--border-light);
  transition: transform 0.35s cubic-bezier(0.4,0,0.2,1),
              box-shadow 0.35s cubic-bezier(0.4,0,0.2,1),
              border-color 0.35s ease;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.testi-card::before {
  content: '"';
  position: absolute;
  top: 8px;
  right: 16px;
  font-family: var(--ff-display);
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--purple-pale);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.testi-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow-card-hover);
  border-color: rgba(91,72,160,.14);
}
.testi-stars {
  display: flex;
  gap: 2px;
  margin-bottom: 12px;
  color: var(--purple-vivid);
  font-size: 0.82rem;
  letter-spacing: 2px;
}
.testi-card p {
  font-size: 0.875rem;
  color: var(--text);
  line-height: 1.68;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
  flex: 1;
}
.testi-author { display: flex; align-items: center; gap: 12px; }
.testi-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--grad-primary);
  color: var(--white);
  font-size: 0.72rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 12px rgba(91,72,160,.25);
}
.testi-author strong { display: block; font-size: 0.875rem; color: var(--text); font-weight: 700; }
.testi-author span  { font-size: 0.75rem; color: var(--text-muted); }

.carousel-controls { display: flex; align-items: center; justify-content: center; gap: 14px; margin-top: 36px; }
.carousel-btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 1.5px solid var(--border);
  background: var(--bg-white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  transition: all 0.25s ease;
  box-shadow: var(--shadow-sm);
}
.carousel-btn:hover {
  border-color: var(--purple);
  color: var(--purple);
  background: var(--purple-pale);
  transform: scale(1.08);
  box-shadow: var(--shadow-md);
}
.carousel-dots { display: flex; gap: 7px; }
.dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--border);
  transition: all 0.3s ease;
  cursor: pointer;
}
.dot.active {
  background: var(--purple-vivid);
  transform: scale(1.3);
  width: 20px;
  border-radius: 4px;
}

/* ============================================================
   FAQ
   ============================================================ */
.faq { padding: 120px 0; background: var(--bg-white); }
.faq-list { max-width: 740px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border-light); }
.faq-item:first-child { border-top: 1px solid var(--border-light); }

.faq-q {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  padding: 24px 0;
  text-align: left;
  font-family: var(--ff-body);
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--text);
  line-height: 1.4;
  transition: color var(--transition);
}
.faq-q:hover { color: var(--purple); }
.faq-chevron {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--purple-pale);
  color: var(--purple-vivid);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.35s cubic-bezier(0.4,0,0.2,1);
  padding: 7px;
  border: 1px solid rgba(91,72,160,.12);
}
.faq-item.open .faq-chevron {
  transform: rotate(180deg);
  background: var(--grad-primary);
  color: var(--white);
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(91,72,160,.28);
}

.faq-a {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-item.open .faq-a { grid-template-rows: 1fr; }
.faq-a-inner { overflow: hidden; }
.faq-a p {
  padding-bottom: 24px;
  font-size: 0.9rem;
  color: var(--text-muted);
  line-height: 1.8;
}

/* ============================================================
   CTA FINAL
   ============================================================ */
.cta-final {
  background: var(--bg-dark2);
  padding: 140px 0;
  position: relative;
  overflow: hidden;
}
.cta-final::before {
  content: '';
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse 55% 80% at 20% 50%, rgba(91,72,160,.26) 0%, transparent 60%),
    radial-gradient(ellipse 40% 60% at 80% 40%, rgba(123,107,191,.14) 0%, transparent 60%),
    radial-gradient(ellipse 30% 50% at 50% 0%, rgba(91,72,160,.10) 0%, transparent 55%);
  pointer-events: none;
}
.cta-final::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(163,147,212,.30), transparent);
}
.cta-content { position: relative; z-index: 1; text-align: center; max-width: 660px; margin: 0 auto; }
.cta-title {
  font-family: var(--ff-display);
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 800;
  color: var(--white);
  line-height: 1.12;
  margin-bottom: 20px;
  letter-spacing: -0.025em;
}
.cta-title em {
  font-style: normal;
  background: linear-gradient(135deg, #C8BCEE 0%, #E8E0F8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.cta-content > p {
  font-size: 1rem;
  color: rgba(255,255,255,.52);
  margin-bottom: 40px;
  line-height: 1.7;
}

/* ============================================================
   FOOTER
   ============================================================ */
.footer {
  background: var(--bg-dark2);
  padding: 68px 0 0;
  border-top: 1px solid rgba(255,255,255,.05);
  position: relative;
}
.footer::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(163,147,212,.20), transparent);
}
.footer-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 56px;
  padding-bottom: 52px;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.footer-logo { display: flex; flex-direction: column; line-height: 1; margin-bottom: 16px; gap: 3px; }
.footer .brand-name { color: var(--white); font-size: 1.6rem; }
.footer .brand-tag  { color: var(--purple-light); }
.footer-brand p { font-size: 0.875rem; color: rgba(255,255,255,.32); line-height: 1.75; margin-bottom: 16px; }
.footer-creci {
  font-size: 0.72rem;
  color: rgba(255,255,255,.2);
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 6px 12px;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: var(--r-full);
  display: inline-block;
}

.footer-nav h4,
.footer-contact h4 {
  font-size: 0.60rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255,255,255,.20);
  margin-bottom: 18px;
}
.footer-nav ul { display: flex; flex-direction: column; gap: 11px; }
.footer-nav a {
  font-size: 0.875rem;
  color: rgba(255,255,255,.46);
  transition: color var(--transition);
  font-weight: 500;
}
.footer-nav a:hover { color: var(--purple-light); }

.footer-wa {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.9375rem;
  font-weight: 700;
  color: var(--purple-light);
  transition: var(--transition);
  margin-bottom: 20px;
}
.footer-wa:hover { color: var(--purple-subtle); }
.footer-socials { display: flex; gap: 9px; }
.footer-socials a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,.36);
  transition: all var(--transition);
}
.footer-socials a:hover {
  border-color: var(--purple-mid);
  color: var(--purple-light);
  background: rgba(91,72,160,.15);
  transform: translateY(-2px);
}

.footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  font-size: 0.75rem;
  color: rgba(255,255,255,.15);
}
.footer-bottom a:hover { color: rgba(255,255,255,.38); }

/* ============================================================
   FLOAT WHATSAPP
   ============================================================ */
.float-wa {
  position: fixed;
  bottom: 28px;
  right: 28px;
  z-index: 800;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: linear-gradient(135deg, #25D366 0%, #128C7E 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  box-shadow: 0 4px 18px rgba(37,211,102,.40);
  transition: transform var(--transition), box-shadow var(--transition);
}
.float-wa:hover {
  transform: scale(1.12);
  box-shadow: 0 8px 30px rgba(37,211,102,.55);
}
.float-wa-pulse { position: absolute; inset: 0; border-radius: 50%; animation: wa-pulse 2.8s ease infinite; }
@keyframes wa-pulse {
  0%   { box-shadow: 0 0 0 0 rgba(37,211,102,.50); }
  70%  { box-shadow: 0 0 0 16px rgba(37,211,102,0); }
  100% { box-shadow: 0 0 0 0 rgba(37,211,102,0); }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .hero-inner  { grid-template-columns: 1fr 1.3fr; gap: 44px; }
  .sobre-grid  { grid-template-columns: 340px 1fr; gap: 60px; }
  .dif-grid    { grid-template-columns: repeat(2, 1fr); }
  .emp-grid    { grid-template-columns: repeat(2, 1fr); }
  .testi-card  { min-width: calc(33.333% - 15px); }
  .sim-grid    { gap: 60px; }
}

@media (max-width: 768px) {
  :root { --nav-h: 62px; }
  .nav-links { display: none; }
  .navbar > .nav-container > .btn { display: none; }
  .hamburger { display: flex; }

  .hero { padding: calc(var(--nav-h) + 32px) 0 60px; }
  .hero-inner { grid-template-columns: 1fr; gap: 38px; }
  .hero-media { width: 100%; max-width: 460px; margin: 0 auto; }
  .hero-img-box { aspect-ratio: 4/3; border-radius: var(--r-xl); }
  .hero-float-badge { left: 10px; bottom: 10px; padding: 11px 14px; }
  .hero-geo { display: none; }
  .hero-title { font-size: clamp(1.9rem, 8vw, 2.8rem); }
  .hero-actions { flex-direction: column; }
  .hero-actions .btn { width: 100%; justify-content: center; }
  .hero-trust { gap: 16px; flex-wrap: wrap; }

  .trust-grid { gap: 0; }
  .trust-item { padding: 14px 18px; min-width: 130px; }
  .trust-divider { height: 38px; }

  .sobre      { padding: 80px 0; }
  .sobre-grid { grid-template-columns: 1fr; gap: 48px; }
  .sobre-img-frame { height: 320px; }
  .sobre-badge-float { right: 14px; bottom: -14px; padding: 11px 14px; }

  .diferenciais { padding: 80px 0; }
  .dif-grid     { grid-template-columns: 1fr; gap: 14px; }

  .empreendimentos { padding: 80px 0; }
  .emp-grid { grid-template-columns: 1fr; }

  .simulacao   { padding: 80px 0; }
  .sim-grid    { grid-template-columns: 1fr; gap: 48px; }
  .form-row    { grid-template-columns: 1fr; }
  .form-card   { padding: 28px 24px; }

  .depoimentos { padding: 80px 0; }
  .testi-card  { min-width: calc(50% - 11px); }

  .faq         { padding: 80px 0; }
  .cta-final   { padding: 100px 0; }

  .footer-grid    { grid-template-columns: 1fr; gap: 36px; }
  .footer-bottom  { flex-direction: column; gap: 8px; text-align: center; }
  .float-wa       { bottom: 18px; right: 18px; width: 52px; height: 52px; }
  .section-header { margin-bottom: 44px; }
}

@media (max-width: 480px) {
  .trust-grid { overflow-x: auto; justify-content: flex-start; }
  .trust-divider { display: none; }
  .trust-item { border-right: 1px solid rgba(255,255,255,.07); }
  .trust-item:last-child { border-right: none; }
  .emp-filters { overflow-x: auto; justify-content: flex-start; padding-bottom: 4px; }
  .filter-btn { white-space: nowrap; }
}
