/* ============================================================
   Muller Imóveis – Custom Brand Override
   Primary brand: Deep red #C41E2A (Muller logo red)
   Secondary accent: #8B0000 (darker red for hover states)
   Neutral dark: #1A1A1A
============================================================ */

:root {
  --ltn__secondary-color: #C41E2A;
  --ltn__secondary-color-2: #8B0000;
  --ltn__secondary-color-3: #E02030;
  --muller-red: #C41E2A;
  --muller-red-dark: #8B0000;
  --muller-red-light: #E8404A;
  --muller-black: #1A1A1A;
  --muller-gray: #6B7280;
  --muller-light: #F8F8F8;
}

/* Header top bar */
.ltn__header-top-area {
  background-color: #1A1A1A !important;
}

/* Logo sizing — navbar.
   New logo is 800x275 (wide, ~2.9:1), no longer square, so we constrain by
   height and let width scale. !important overrides the inline max-height. */
.site-logo-wrap .site-logo img {
  max-height: 55px !important;
  width: auto !important;
  max-width: none !important;
}

/* Keep the logo column from squeezing the wide mark and give it vertical room */
.site-logo-wrap {
  display: flex;
  align-items: center;
}

/* Secondary color override for all instances */
.ltn__secondary-color,
.ltn__secondary-color-2,
.ltn__secondary-color a,
a:hover,
.ltn__product-item .product-ratting ul a:hover,
.ltn__testimonial-slider-5-active .slick-arrow:hover,
.ltn__blog-meta ul li a:hover {
  color: var(--muller-red) !important;
}

.btn-secondary,
.ltn__btn-st1,
.ltn__secondary-bg,
.section-bg-2,
.ltn__slider-area .slick-dots li.slick-active button,
.ltn__product-item:hover .product-img::before,
.ltn__call-to-action-area,
.footer-top,
.ltn__copyright-area {
  background-color: var(--muller-red) !important;
}

/* Hero slider overlay */
.ltn__slide-item::before,
.ltn__banner-item::before {
  background: linear-gradient(135deg, rgba(196,30,42,0.7) 0%, rgba(26,26,26,0.8) 100%);
}

/* Property card hover */
.ltn__product-item:hover {
  border-color: var(--muller-red) !important;
  box-shadow: 0 10px 30px rgba(196,30,42,0.15) !important;
}

/* Buttons */
.btn-effect,
.ltn__btn,
.btn-white,
.ltn__secondary-bg-before::before {
  background-color: var(--muller-red) !important;
  border-color: var(--muller-red) !important;
}

.btn-effect:hover,
.ltn__btn:hover {
  background-color: var(--muller-red-dark) !important;
  border-color: var(--muller-red-dark) !important;
}

/* Search box button */
.ltn__car-dealer-form-area .btn-secondary,
.ltn__car-dealer-form-area button[type="submit"] {
  background-color: var(--muller-red) !important;
  border-color: var(--muller-red) !important;
}

/* Section title underline */
.section-title::after,
.ltn__section-title-2 h1::after,
.ltn__section-title-2 h2::after,
.ltn__section-title-2 h3::after,
.ltn__section-title-2 h4::after {
  background-color: var(--muller-red) !important;
}

/* Nav active / hover */
.ltn__main-menu > ul > li > a:hover,
.ltn__main-menu > ul > li.active > a {
  color: var(--muller-red) !important;
}

/* Footer */
.footer-top {
  background-color: #1A1A1A !important;
}

.ltn__copyright-area {
  background-color: #111111 !important;
}

/* ============================================================
   Highlights / Destaque Section
============================================================ */
.muller-highlights-section {
  padding: 80px 0;
  background: #fff;
}

.muller-highlights-section .section-subtitle {
  color: var(--muller-red);
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 13px;
}

.muller-highlight-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: var(--muller-red);
  color: #fff;
  padding: 4px 12px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 2;
}

.muller-refresh-btn {
  background: var(--muller-red);
  color: #fff !important;
  border: 2px solid var(--muller-red);
  padding: 8px 24px;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

.muller-refresh-btn:hover {
  background: var(--muller-red-dark);
  border-color: var(--muller-red-dark);
  color: #fff !important;
}

.muller-idx-notice {
  background: #FFF3CD;
  border-left: 4px solid #FFC107;
  padding: 10px 16px;
  border-radius: 0 4px 4px 0;
  font-size: 12px;
  color: #856404;
  margin-bottom: 30px;
}

/* ============================================================
   Partners Page Styles
============================================================ */
.muller-partner-card {
  background: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  padding: 36px 32px;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
}

.muller-partner-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: var(--muller-red);
}

.muller-partner-card:hover {
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
  transform: translateY(-4px);
}

.muller-partner-card .partner-region {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--muller-red);
  margin-bottom: 8px;
}

.muller-partner-card h4 {
  color: #1A1A1A;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}

.muller-partner-card .partner-name {
  color: var(--muller-gray);
  font-size: 14px;
  margin-bottom: 16px;
}

.muller-partner-card p {
  font-size: 14px;
  line-height: 1.7;
  color: #4B5563;
  margin-bottom: 20px;
}

.muller-partner-contact {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.muller-partner-contact a {
  font-size: 13px;
  font-weight: 600;
  color: var(--muller-red);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 5px;
}

.muller-partner-contact a:hover {
  color: var(--muller-red-dark);
}

/* ============================================================
   Brasil Investment Page
============================================================ */
.muller-brasil-hero {
  background: linear-gradient(135deg, #1A1A1A 0%, #2D0A0A 100%);
  color: #fff;
  padding: 100px 0 80px;
  position: relative;
  overflow: hidden;
}

.muller-brasil-hero::before {
  content: 'BRASIL';
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 200px;
  font-weight: 900;
  color: rgba(196,30,42,0.08);
  line-height: 1;
  pointer-events: none;
}

.muller-brasil-hero h1 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 20px;
}

.muller-brasil-hero h1 span {
  color: var(--muller-red);
}

/* ============================================================
   Search bar home
============================================================ */
.muller-search-tabs .nav-link.active {
  background: var(--muller-red) !important;
  border-color: var(--muller-red) !important;
  color: #fff !important;
}

.muller-search-tabs .nav-link {
  border: 2px solid #ddd;
  border-radius: 4px 4px 0 0;
  color: #1A1A1A;
  font-weight: 600;
}

/* Instagram CTA */
.muller-instagram-cta {
  background: linear-gradient(135deg, #C41E2A, #8B0000);
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.muller-instagram-cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 8px;
}

.muller-instagram-cta p {
  color: rgba(255,255,255,0.85);
  margin-bottom: 24px;
}

.muller-instagram-btn {
  background: #fff;
  color: var(--muller-red) !important;
  font-weight: 700;
  padding: 14px 36px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
  font-size: 15px;
  transition: all 0.3s;
}

.muller-instagram-btn:hover {
  background: #f0f0f0;
  transform: translateY(-2px);
}

/* Placeholder property card shimmer animation */
@keyframes shimmer {
  0% { background-position: -468px 0 }
  100% { background-position: 468px 0 }
}

.property-loading {
  background: linear-gradient(to right, #f0f0f0 8%, #e0e0e0 18%, #f0f0f0 33%);
  background-size: 800px 104px;
  animation: shimmer 1.5s infinite linear;
  border-radius: 4px;
  height: 200px;
}