/* Mr Leo Tech — tema harmonioso dourado & preto */

:root {
  --mlt-gold: #c9a227;
  --mlt-gold-light: #e8c547;
  --mlt-gold-dark: #9a7b1a;
  --mlt-black: #0a0a0a;
  --mlt-dark: #121212;
  --mlt-dark-card: #1a1a1a;
  --mlt-cream: #f5f0e6;
  --mlt-text-muted: #a89f8f;
}

html, body, #root {
  font-family: 'DM Sans', system-ui, -apple-system, Segoe UI, sans-serif !important;
}

/* ── Header profissional ── */
header.mlt-header,
header {
  backdrop-filter: blur(16px) saturate(1.4) !important;
  -webkit-backdrop-filter: blur(16px) saturate(1.4) !important;
  background: rgba(10, 10, 10, 0.92) !important;
  border-bottom: 1px solid rgba(201, 162, 39, 0.18) !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35) !important;
}

header .container,
header > div {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 1rem !important;
  max-width: 72rem !important;
  margin: 0 auto !important;
  padding: 0.85rem 1.25rem !important;
}

header nav {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 0.35rem 0.85rem !important;
}

header nav a {
  color: rgba(245, 240, 230, 0.82) !important;
  font-size: 0.82rem !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  padding: 0.35rem 0.5rem !important;
  border-radius: 6px !important;
  transition: color 0.2s, background 0.2s !important;
}

header nav a:hover {
  color: var(--mlt-gold-light) !important;
  background: rgba(201, 162, 39, 0.08) !important;
}

header nav a[href="#apps"],
header nav a[href="#software-medida"] {
  color: var(--mlt-gold-light) !important;
}

header a[href*="wa.me"]:not(#whatsapp-float) {
  background: linear-gradient(135deg, var(--mlt-gold-dark), var(--mlt-gold)) !important;
  color: #0a0a0a !important;
  font-weight: 700 !important;
  padding: 0.45rem 0.9rem !important;
  border-radius: 999px !important;
  box-shadow: 0 4px 14px rgba(201, 162, 39, 0.25) !important;
}

.mlt-header-has-brand .mlt-brand-link {
  margin-right: auto !important;
}

.mlt-logo {
  height: 44px !important;
  max-height: 44px !important;
  width: auto !important;
  min-width: 160px;
  object-fit: contain !important;
  filter: drop-shadow(0 0 12px rgba(201, 162, 39, 0.2)) !important;
  background: transparent !important;
}

.mlt-brand-link {
  text-decoration: none !important;
  flex-shrink: 0;
}

.mlt-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  line-height: 1;
}

.mlt-brand-mark {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  background: transparent !important;
  filter: drop-shadow(0 0 12px rgba(201, 162, 39, 0.35));
  border-radius: 50%;
}

.mlt-brand-text {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}

.mlt-brand-name {
  color: #f5f0e6 !important;
  font-size: 1.05rem;
  font-weight: 700;
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.mlt-brand-tag {
  color: var(--mlt-gold) !important;
  font-size: 0.58rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 480px) {
  .mlt-brand-tag { display: none; }
  .mlt-brand-name { font-size: 0.95rem; }
  .mlt-brand-mark { width: 36px; height: 36px; }
}

header img,
nav img {
  max-height: 44px;
  width: auto;
  background: transparent !important;
  object-fit: contain;
}

/* ── Paleta global: substituir azuis por dourado ── */
.text-\[\#007BFF\],
.text-\[\#4A9EFF\],
.hover\:text-\[\#007BFF\]:hover,
.hover\:text-\[\#4A9EFF\]:hover,
.group-hover\:text-\[\#007BFF\],
.text-gradient {
  color: var(--mlt-gold-light) !important;
  background-image: linear-gradient(135deg, var(--mlt-gold-light), var(--mlt-gold)) !important;
  -webkit-background-clip: text !important;
  background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.bg-\[\#007BFF\],
.hover\:bg-\[\#007BFF\]:hover,
.bg-\[\#007BFF\]\/10,
.bg-\[\#007BFF\]\/20,
.bg-\[\#007BFF\]\/5 {
  background-color: var(--mlt-gold) !important;
}

.bg-\[\#007BFF\]\/10 { background-color: rgba(201, 162, 39, 0.12) !important; }
.bg-\[\#007BFF\]\/20 { background-color: rgba(201, 162, 39, 0.22) !important; }
.bg-\[\#007BFF\]\/5  { background-color: rgba(201, 162, 39, 0.07) !important; }

.hover\:bg-\[\#4A9EFF\]:hover { background-color: var(--mlt-gold-light) !important; }

.border-\[\#007BFF\]\/30,
.hover\:border-\[\#007BFF\]\/30:hover,
.hover\:border-\[\#007BFF\]\/50:hover,
.hover\:border-\[\#007BFF\]:hover,
.focus\:border-\[\#007BFF\]:focus,
.focus\:ring-\[\#007BFF\]:focus {
  border-color: rgba(201, 162, 39, 0.45) !important;
}

.from-\[\#007BFF\],
.from-\[\#007BFF\]\/20 {
  --tw-gradient-from: var(--mlt-gold) !important;
}

.to-\[\#4A9EFF\],
.to-\[\#4A9EFF\]\/20 {
  --tw-gradient-to: var(--mlt-gold-light) !important;
}

.shadow-\[\#007BFF\]\/30,
.group-hover\:shadow-\[\#007BFF\]\/25 {
  --tw-shadow-color: rgba(201, 162, 39, 0.35) !important;
}

/* Gradientes de fundo */
.bg-gradient-hero {
  background: linear-gradient(160deg, #0a0a0a 0%, #1a1408 40%, #0a0a0a 100%) !important;
}

.bg-gradient-blue {
  background: linear-gradient(135deg, #1a1408 0%, #121212 50%, #0a0a0a 100%) !important;
}

/* Scrollbar dourada */
::-webkit-scrollbar-thumb {
  background: var(--mlt-gold) !important;
}
::-webkit-scrollbar-thumb:hover {
  background: var(--mlt-gold-light) !important;
}

/* ── Hero branding — hub tech (sem banner repair) ── */
#hero-branding {
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    radial-gradient(ellipse 80% 60% at 70% 20%, rgba(201, 162, 39, 0.18) 0%, transparent 55%),
    radial-gradient(ellipse 50% 40% at 15% 80%, rgba(201, 162, 39, 0.08) 0%, transparent 50%),
    linear-gradient(160deg, #0a0a0a 0%, #12100a 35%, #0a0a0a 100%);
  pointer-events: none;
}

#hero-branding::before {
  content: '';
  position: absolute;
  inset: 0;
  opacity: 0.12;
  background-image:
    linear-gradient(rgba(201, 162, 39, 0.4) 1px, transparent 1px),
    linear-gradient(90deg, rgba(201, 162, 39, 0.4) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: radial-gradient(ellipse 70% 60% at 50% 40%, black, transparent);
}

#hero-branding::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 8%;
  width: 280px;
  height: 280px;
  border: 1px solid rgba(201, 162, 39, 0.15);
  border-radius: 50%;
  box-shadow: inset 0 0 60px rgba(201, 162, 39, 0.06);
}

.min-h-screen.relative.overflow-hidden > .relative.z-10,
.min-h-screen.relative.overflow-hidden > .container,
.min-h-screen.relative.overflow-hidden > div[class*="max-w"] {
  position: relative;
  z-index: 1;
}

/* Logo no hero — visível com fallback SVG */
.min-h-screen.relative.overflow-hidden .mlt-hero-logo-img,
.min-h-screen.relative.overflow-hidden > .relative.z-10 img[src*="logo"]:not(header img),
.min-h-screen.relative.overflow-hidden .container img[src*="logo"]:not(header img) {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: 7.5rem !important;
  max-height: 128px !important;
  margin: 0 auto 1.5rem !important;
  object-fit: contain !important;
  background: transparent !important;
  filter: drop-shadow(0 4px 24px rgba(201, 162, 39, 0.4));
  border-radius: 50%;
}

@media (min-width: 1024px) {
  .min-h-screen.relative.overflow-hidden .mlt-hero-logo-img {
    margin-left: 0 !important;
  }
}

/* Logo header — legacy fallback */
img[src*="logo"] {
  background: transparent !important;
  object-fit: contain;
}

/* ── Hero profissional ── */
.min-h-screen.relative.overflow-hidden:not(.mlt-hero-software) {
  min-height: 92vh !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
}

.min-h-screen.relative.overflow-hidden.mlt-hero-software {
  min-height: 0 !important;
  height: auto !important;
  display: block !important;
  justify-content: flex-start !important;
}

.min-h-screen.relative.overflow-hidden [class*="opacity-0"],
.min-h-screen.relative.overflow-hidden .opacity-0-initial,
.min-h-screen.relative.overflow-hidden .mlt-hero-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
  animation: mltHeroIn 0.7s ease forwards !important;
}

@keyframes mltHeroIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}

.min-h-screen.relative.overflow-hidden .container,
.min-h-screen.relative.overflow-hidden > div[class*="max-w"] {
  width: 100% !important;
  max-width: 72rem !important;
  margin: 0 auto !important;
  padding: 6rem 1.5rem 4rem !important;
}

.min-h-screen.relative.overflow-hidden h1,
.min-h-screen.relative.overflow-hidden .mlt-hero-title {
  color: #f5f0e6 !important;
  font-size: clamp(2.1rem, 5.5vw, 3.5rem) !important;
  font-weight: 800 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.03em !important;
  max-width: 14ch !important;
  text-shadow: 0 2px 24px rgba(0, 0, 0, 0.45) !important;
}

.min-h-screen.relative.overflow-hidden p {
  color: rgba(245, 240, 230, 0.78) !important;
}

.min-h-screen.relative.overflow-hidden .flex.flex-col.sm\\:flex-row,
.min-h-screen.relative.overflow-hidden .flex.gap-4,
.min-h-screen.relative.overflow-hidden a[class*="bg-"],
.min-h-screen.relative.overflow-hidden button[class*="bg-"] {
  opacity: 1 !important;
}

.min-h-screen.relative.overflow-hidden a[class*="bg-"]:not([data-mlt-cta="repair"]),
.min-h-screen.relative.overflow-hidden a[data-mlt-cta="software"] {
  background: linear-gradient(135deg, var(--mlt-gold-dark), var(--mlt-gold-light)) !important;
  color: #0a0a0a !important;
  font-weight: 700 !important;
  border: none !important;
  box-shadow: 0 8px 28px rgba(201, 162, 39, 0.35) !important;
  padding: 0.85rem 1.5rem !important;
  border-radius: 12px !important;
}

.min-h-screen.relative.overflow-hidden a[data-mlt-cta="repair"],
.min-h-screen.relative.overflow-hidden a[href="#servicos"] {
  background: transparent !important;
  color: var(--mlt-gold-light) !important;
  border: 1px solid rgba(201, 162, 39, 0.45) !important;
  box-shadow: none !important;
}

/* Stats cards no hero */
.min-h-screen.relative.overflow-hidden .grid > div,
.min-h-screen.relative.overflow-hidden .grid > * {
  background: rgba(255, 255, 255, 0.04) !important;
  border: 1px solid rgba(201, 162, 39, 0.2) !important;
  border-radius: 14px !important;
  backdrop-filter: blur(8px) !important;
  padding: 1rem !important;
}

.min-h-screen.relative.overflow-hidden .grid h3,
.min-h-screen.relative.overflow-hidden .grid h4 {
  color: var(--mlt-gold-light) !important;
  font-size: 0.95rem !important;
}

.min-h-screen.relative.overflow-hidden .grid p,
.min-h-screen.relative.overflow-hidden .grid span {
  color: rgba(245, 240, 230, 0.7) !important;
  font-size: 0.8rem !important;
}

.mlt-hero-title {
  font-weight: 800 !important;
  letter-spacing: -0.03em !important;
  line-height: 1.12 !important;
  max-width: 16ch;
}

.mlt-hero-trust {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem 0.65rem;
  margin-top: 1.25rem;
  font-size: 0.8rem;
  font-weight: 600;
  color: rgba(201, 162, 39, 0.85) !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.mlt-trust-dot {
  opacity: 0.45;
  font-weight: 400;
}

.mlt-servicos-badge {
  display: inline-block;
  margin: 0.5rem 0 0;
  padding: 0.35rem 0.85rem;
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 999px;
  color: var(--mlt-gold-dark) !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

/* ── Secção Serviços — fundo creme escuro em vez de branco puro ── */
#servicos,
#servicos.bg-white,
section#servicos {
  background: var(--mlt-cream) !important;
}

#servicos h2,
#servicos h3,
#servicos h4,
#servicos p,
#servicos span,
#servicos li,
.bg-white h2,
.bg-white h3,
.bg-white h4 {
  color: #1a1510 !important;
}

#servicos p,
.bg-white p,
.bg-white .text-gray-600,
.bg-white .text-muted-foreground {
  color: #4a4338 !important;
}

/* Cards de serviço */
#servicos .rounded-2xl,
#servicos [class*="rounded-xl"] {
  background: #fff !important;
  border: 1px solid rgba(201, 162, 39, 0.18) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06) !important;
  transition: box-shadow 0.3s, border-color 0.3s !important;
}

#servicos .group:hover .rounded-2xl,
#servicos .group:hover [class*="rounded-xl"] {
  border-color: rgba(201, 162, 39, 0.45) !important;
  box-shadow: 0 8px 30px rgba(201, 162, 39, 0.12) !important;
}

/* Ícones dos serviços — gradiente dourado */
#servicos .from-\[\#007BFF\].to-\[\#4A9EFF\],
#servicos [class*="from-[#007BFF]"] {
  background: linear-gradient(135deg, var(--mlt-gold-dark), var(--mlt-gold-light)) !important;
}

/* Botão Saber mais — um único por card */
#servicos .opacity-0,
#servicos [class*="opacity-0"] {
  display: none !important;
}

#servicos .mlt-saber-mais {
  display: inline-flex !important;
  opacity: 1 !important;
}

#servicos .group-hover\:translate-x-0 {
  transform: translateX(0) !important;
}

.mlt-saber-mais {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-top: 1rem;
  padding: 0.5rem 0;
  background: none;
  border: none;
  cursor: pointer;
  color: var(--mlt-gold-dark) !important;
  font-size: 0.875rem;
  font-weight: 600;
  transition: color 0.2s, gap 0.2s;
}

.mlt-saber-mais:hover {
  color: var(--mlt-gold) !important;
  gap: 0.65rem;
}

.mlt-saber-mais svg {
  width: 1rem;
  height: 1rem;
}

/* ── Secção Antes/Depois ── */
.bg-gradient-blue h2,
.bg-gradient-blue h3,
.bg-gradient-blue p,
.bg-gradient-blue li,
.bg-gradient-blue span,
section:has(.bg-gradient-blue) h2,
section:has(.bg-gradient-blue) p,
section:has(.bg-gradient-blue) li {
  color: #f5f0e6 !important;
}

section:has(.bg-gradient-blue) .text-gray-600,
section:has(.bg-gradient-blue) .text-gray-900 {
  color: rgba(245, 240, 230, 0.85) !important;
}

/* ── Contactos ── */
#contactos h2,
#contactos h3,
.bg-black h2,
.bg-black h3,
.min-h-screen.bg-black h2 {
  color: #f5f0e6 !important;
}

#contactos p,
.bg-black p {
  color: var(--mlt-text-muted) !important;
}

/* Cards contacto escuros com borda dourada */
#contactos .rounded-xl,
#contactos .rounded-2xl {
  border-color: rgba(201, 162, 39, 0.15) !important;
}

/* ── Modal Saber Mais ── */
.mlt-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.75);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  animation: mltFadeIn 0.25s ease;
}

.mlt-modal {
  background: linear-gradient(160deg, #1a1510 0%, #121212 100%);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 16px;
  max-width: 560px;
  width: 100%;
  max-height: 85vh;
  overflow-y: auto;
  padding: 2rem;
  position: relative;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.5), 0 0 40px rgba(201, 162, 39, 0.08);
  animation: mltSlideUp 0.3s ease;
}

.mlt-modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(201, 162, 39, 0.15);
  border: 1px solid rgba(201, 162, 39, 0.3);
  color: var(--mlt-gold-light);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

.mlt-modal-close:hover {
  background: rgba(201, 162, 39, 0.3);
}

.mlt-modal-icon {
  width: 3rem;
  height: 3rem;
  background: linear-gradient(135deg, var(--mlt-gold-dark), var(--mlt-gold-light));
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.mlt-modal h2 {
  color: var(--mlt-gold-light) !important;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.mlt-modal .mlt-modal-intro {
  color: var(--mlt-text-muted);
  font-size: 0.95rem;
  margin-bottom: 1.25rem;
  line-height: 1.6;
}

.mlt-modal ul {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.mlt-modal ul li {
  color: #e8e0d0 !important;
  padding: 0.45rem 0 0.45rem 1.5rem;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.5;
  border-bottom: 1px solid rgba(201, 162, 39, 0.08);
}

.mlt-modal ul li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--mlt-gold);
  font-size: 0.7rem;
  top: 0.55rem;
}

.mlt-modal-price {
  background: rgba(201, 162, 39, 0.1);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 8px;
  padding: 0.75rem 1rem;
  color: var(--mlt-gold-light);
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
}

.mlt-modal-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--mlt-gold-dark), var(--mlt-gold));
  color: #0a0a0a !important;
  font-weight: 700;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: transform 0.2s, box-shadow 0.2s;
  border: none;
  cursor: pointer;
}

.mlt-modal-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(201, 162, 39, 0.35);
}

@keyframes mltFadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes mltSlideUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ── Outros componentes ── */
.stat-counter { font-variant-numeric: tabular-nums; color: var(--mlt-gold-light) !important; }

.mlt-map {
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.2);
  margin-top: 1rem;
}
.mlt-map iframe { width: 100%; height: 220px; border: 0; display: block; }

.mlt-phone-link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--mlt-gold-light);
  font-weight: 600;
  text-decoration: none;
  margin-top: 0.5rem;
}
.mlt-phone-link:hover { color: var(--mlt-gold); text-decoration: underline; }

.mlt-testimonials {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  margin-top: 2rem;
}

.mlt-testimonial {
  background: linear-gradient(145deg, rgba(201, 162, 39, 0.12) 0%, rgba(26, 20, 8, 0.85) 100%);
  border: 1px solid rgba(201, 162, 39, 0.35);
  border-radius: 14px;
  padding: 1.5rem 1.35rem;
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.25);
  position: relative;
}

.mlt-testimonial::before {
  content: '\201C';
  position: absolute;
  top: 0.5rem;
  left: 0.85rem;
  font-size: 2.5rem;
  line-height: 1;
  color: rgba(201, 162, 39, 0.35);
  font-family: Georgia, serif;
}

.mlt-testimonial p {
  color: #f5f0e6 !important;
  font-style: normal;
  font-size: 0.95rem;
  line-height: 1.65;
  margin: 0 0 1rem;
  padding-left: 0.25rem;
  font-weight: 500;
}

.mlt-testimonial cite {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  color: var(--mlt-gold-light);
  font-style: normal;
  font-size: 0.875rem;
  padding-top: 0.85rem;
  border-top: 1px solid rgba(201, 162, 39, 0.2);
}

.mlt-testimonial cite strong {
  color: #fff !important;
  font-size: 0.95rem;
  font-weight: 700;
}

.mlt-testimonial cite span {
  color: var(--mlt-gold) !important;
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

.mlt-testimonial-repair {
  opacity: 0.92;
  border-color: rgba(201, 162, 39, 0.22);
}

footer a[href="/privacidade.html"],
footer a[href="/termos.html"] { text-decoration: underline; text-underline-offset: 3px; }
footer a[href="/privacidade.html"]:hover,
footer a[href="/termos.html"]:hover { color: var(--mlt-gold-light) !important; }

/* Slogan hero */
.mlt-hero-slogan {
  color: var(--mlt-gold-light);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.85rem;
  opacity: 0.95;
}

/* ── Hub Apps & Software ── */
#apps {
  background:
    radial-gradient(ellipse 70% 50% at 50% 0%, rgba(201, 162, 39, 0.12) 0%, transparent 55%),
    linear-gradient(160deg, #0a0a0a 0%, #121212 50%, #1a1408 100%) !important;
  padding: 5rem 0 6rem;
  scroll-margin-top: 5rem;
  border-top: 1px solid rgba(201, 162, 39, 0.12);
}

.mlt-apps-wrap {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.mlt-apps-intro {
  text-align: center;
  max-width: 680px;
  margin: 0 auto 3rem;
}

.mlt-apps-intro h2 {
  color: #f5f0e6 !important;
  font-size: clamp(1.85rem, 4vw, 2.5rem);
  font-weight: 800;
  margin-bottom: 0.75rem;
  letter-spacing: -0.02em;
}

.mlt-apps-intro p {
  color: var(--mlt-text-muted) !important;
  font-size: 1.05rem;
  line-height: 1.7;
}

.mlt-apps-stats {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.5rem;
  margin-top: 1.5rem;
}

.mlt-apps-stat {
  background: rgba(201, 162, 39, 0.08);
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 10px;
  padding: 0.6rem 1.25rem;
  color: var(--mlt-gold-light);
  font-size: 0.875rem;
  font-weight: 600;
}

.mlt-apps-category {
  margin-bottom: 3rem;
}

.mlt-apps-category-head {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid rgba(201, 162, 39, 0.15);
}

.mlt-apps-cat-icon {
  font-size: 2rem;
  line-height: 1;
  flex-shrink: 0;
}

.mlt-apps-category-head h3 {
  color: var(--mlt-gold-light) !important;
  font-size: 1.35rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
}

.mlt-apps-category-head p {
  color: var(--mlt-text-muted) !important;
  font-size: 0.9rem;
  margin: 0;
}

.mlt-apps-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.mlt-app-card {
  background: linear-gradient(165deg, #1e1e1e 0%, #141414 100%);
  border: 1px solid rgba(201, 162, 39, 0.22);
  border-radius: 16px;
  padding: 0 0 1.35rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: border-color 0.25s, box-shadow 0.25s, transform 0.25s;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.mlt-app-card-top,
.mlt-app-card h4,
.mlt-app-desc,
.mlt-app-features,
.mlt-app-links,
.mlt-preview-note {
  padding-left: 1.35rem;
  padding-right: 1.35rem;
}

.mlt-app-card-top {
  padding-top: 0.75rem;
}

.mlt-app-preview {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  padding: 1rem;
  border: 0;
  background: linear-gradient(160deg, #141414 0%, #0d0d0d 100%);
  border-bottom: 1px solid rgba(201, 162, 39, 0.12);
  overflow: hidden;
  cursor: pointer;
  text-align: center;
  font: inherit;
  color: inherit;
}

.mlt-app-preview:hover,
.mlt-app-preview:focus-visible {
  outline: none;
}

.mlt-app-preview:hover .mlt-preview-overlay,
.mlt-app-preview:focus-visible .mlt-preview-overlay {
  opacity: 1;
}

.mlt-preview-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  background: rgba(0, 0, 0, 0.55);
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 2;
  pointer-events: none;
}

.mlt-preview-overlay span:last-child {
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #e8c547;
}

.mlt-app-preview img {
  width: auto;
  height: auto;
  max-width: 72px;
  max-height: 72px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.45));
}

.mlt-preview-logo {
  background: radial-gradient(ellipse at center, rgba(201, 162, 39, 0.06) 0%, #0d0d0d 70%);
}

.mlt-preview-image {
  background: #0d0d0d;
}

.mlt-preview-zoom {
  width: 2.25rem;
  height: 2.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #e8c547;
  font-size: 1rem;
  border: 1px solid rgba(201, 162, 39, 0.45);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
}

.mlt-modal-logo,
.mlt-modal-screenshot {
  margin-bottom: 1rem;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid rgba(201, 162, 39, 0.25);
  background: radial-gradient(ellipse at center, rgba(201, 162, 39, 0.08) 0%, #0a0a0a 65%);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 160px;
  padding: 2rem;
}

.mlt-modal-logo img,
.mlt-modal-screenshot img {
  width: auto;
  height: auto;
  max-width: 120px;
  max-height: 120px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.5));
}

.mlt-preview-large {
  height: 180px !important;
  border-radius: 12px;
  border: 1px solid rgba(201, 162, 39, 0.2);
  margin-bottom: 1rem;
}

.mlt-preview-large img {
  max-width: 96px;
  max-height: 96px;
}

.mlt-preview-large .mlt-preview-overlay {
  opacity: 0;
}

.mlt-app-logo {
  display: inline-flex;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.mlt-app-logo svg,
.mlt-app-logo img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  filter: drop-shadow(0 2px 8px rgba(0, 0, 0, 0.25));
}

.mlt-app-logo-large {
  width: 72px;
  height: 72px;
}

.mlt-demo-trigger {
  cursor: pointer;
  border: none;
  font: inherit;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mlt-demo-trigger:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.mlt-demo-trigger:focus-visible {
  outline: 2px solid var(--mlt-gold-light);
  outline-offset: 2px;
}

.mlt-preview-watermark {
  position: absolute;
  bottom: 6px;
  right: 8px;
  font-size: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(201, 162, 39, 0.35);
}

.mlt-preview-note {
  margin: 0.5rem 0 0;
  font-size: 0.68rem;
  color: rgba(168, 159, 143, 0.7) !important;
  font-style: italic;
}

.mlt-app-badge.demo {
  background: rgba(147, 197, 253, 0.1);
  color: #93c5fd;
  border: 1px solid rgba(147, 197, 253, 0.25);
}

/* Mock UI — dashboard */
.mlt-preview-dashboard { display: flex; padding: 10px; gap: 8px; }
.mlt-mock-sidebar { width: 28%; background: rgba(201,162,39,0.08); border-radius: 6px; border: 1px solid rgba(201,162,39,0.15); }
.mlt-mock-main { flex: 1; display: flex; flex-direction: column; gap: 6px; }
.mlt-mock-stats { display: flex; gap: 4px; height: 22px; }
.mlt-mock-stats span { flex: 1; background: rgba(201,162,39,0.12); border-radius: 4px; }
.mlt-mock-bars { flex: 1; display: flex; align-items: flex-end; gap: 4px; padding-top: 4px; }
.mlt-mock-bars i { flex: 1; display: block; background: linear-gradient(to top, #9a7b1a, #e8c547); border-radius: 3px 3px 0 0; }
.mlt-mock-bars i:nth-child(1) { height: 40%; }
.mlt-mock-bars i:nth-child(2) { height: 65%; }
.mlt-mock-bars i:nth-child(3) { height: 50%; }
.mlt-mock-bars i:nth-child(4) { height: 80%; }
.mlt-mock-bars i:nth-child(5) { height: 55%; }

/* Mock — calendar */
.mlt-preview-calendar { padding: 10px; }
.mlt-mock-cal-head { display: flex; gap: 4px; margin-bottom: 6px; }
.mlt-mock-cal-head span { flex: 1; height: 8px; background: rgba(201,162,39,0.2); border-radius: 3px; }
.mlt-mock-cal-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 4px; }
.mlt-mock-cal-grid span { aspect-ratio: 1; background: rgba(255,255,255,0.04); border-radius: 4px; position: relative; }
.mlt-mock-cal-grid span.has-dot::after { content: ''; position: absolute; bottom: 3px; left: 50%; transform: translateX(-50%); width: 4px; height: 4px; background: #c9a227; border-radius: 50%; }

/* Mock — mobile */
.mlt-preview-mobile { display: flex; align-items: center; justify-content: center; padding: 8px; }
.mlt-mock-phone { width: 56px; height: 96px; border: 2px solid rgba(201,162,39,0.35); border-radius: 10px; background: #111; padding: 6px 4px; }
.mlt-mock-phone-notch { width: 20px; height: 3px; background: rgba(201,162,39,0.3); border-radius: 2px; margin: 0 auto 6px; }
.mlt-mock-list i { display: block; height: 6px; background: rgba(201,162,39,0.15); border-radius: 2px; margin-bottom: 4px; }
.mlt-mock-list i:nth-child(1) { width: 90%; }
.mlt-mock-list i:nth-child(2) { width: 70%; }
.mlt-mock-list i:nth-child(3) { width: 85%; }
.mlt-mock-list i:nth-child(4) { width: 60%; }

/* Mock — CRM kanban */
.mlt-preview-crm { padding: 10px; }
.mlt-mock-kanban { display: flex; gap: 6px; height: 100%; }
.mlt-mock-kanban > div { flex: 1; background: rgba(255,255,255,0.03); border-radius: 6px; padding: 4px; border: 1px solid rgba(201,162,39,0.1); }
.mlt-mock-kanban b { display: block; height: 6px; width: 70%; background: rgba(201,162,39,0.25); border-radius: 2px; margin-bottom: 4px; }
.mlt-mock-kanban i { display: block; height: 14px; background: rgba(201,162,39,0.1); border-radius: 3px; margin-bottom: 3px; border: 1px solid rgba(201,162,39,0.15); }

/* Mock — map */
.mlt-preview-map { padding: 10px; }
.mlt-mock-map { position: relative; height: 100%; background: rgba(201,162,39,0.05); border-radius: 8px; border: 1px solid rgba(201,162,39,0.12); }
.mlt-mock-map .pin { position: absolute; width: 8px; height: 8px; background: #c9a227; border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.mlt-mock-map .pin { top: 30%; left: 25%; }
.mlt-mock-map .pin.p2 { top: 55%; left: 60%; }
.mlt-mock-map .pin.p3 { top: 40%; left: 75%; }
.mlt-mock-map-path { position: absolute; inset: 20%; border: 1px dashed rgba(201,162,39,0.2); border-radius: 50%; }

/* Mock — signage */
.mlt-preview-signage { display: flex; align-items: center; justify-content: center; padding: 10px; }
.mlt-mock-tv { width: 80%; padding: 4px; background: #222; border-radius: 4px; border: 2px solid rgba(201,162,39,0.3); }
.mlt-mock-tv-screen { background: #0a0a0a; border-radius: 2px; padding: 8px; display: flex; flex-direction: column; gap: 4px; min-height: 60px; }
.mlt-mock-tv-screen span { height: 8px; background: rgba(201,162,39,0.2); border-radius: 2px; }
.mlt-mock-tv-screen span:first-child { height: 20px; width: 60%; }

/* Mock — form */
.mlt-preview-form { padding: 12px; }
.mlt-mock-form { display: flex; flex-direction: column; gap: 5px; }
.mlt-mock-form span { height: 10px; background: rgba(255,255,255,0.06); border-radius: 3px; border: 1px solid rgba(201,162,39,0.12); }
.mlt-mock-form span.wide { height: 14px; width: 55%; background: rgba(201,162,39,0.15); }
.mlt-mock-form span.btn { height: 12px; width: 35%; background: rgba(201,162,39,0.35); margin-top: 4px; }

/* Mock — energy chart */
.mlt-preview-energy { padding: 12px 10px 6px; }
.mlt-mock-chart { height: 100%; }
.mlt-mock-chart svg { width: 100%; height: 100%; opacity: 0.85; }

/* Mock — metrics */
.mlt-preview-metrics { padding: 12px; }
.mlt-mock-metrics { display: flex; gap: 8px; height: 100%; align-items: center; justify-content: center; }
.mlt-mock-metrics div { flex: 1; text-align: center; background: rgba(201,162,39,0.08); border: 1px solid rgba(201,162,39,0.15); border-radius: 8px; padding: 8px 4px; }
.mlt-mock-metrics small { display: block; font-size: 0.55rem; color: rgba(201,162,39,0.6); text-transform: uppercase; }
.mlt-mock-metrics strong { display: block; font-size: 0.85rem; color: #e8c547; font-weight: 700; }

.mlt-app-card:hover {
  border-color: rgba(201, 162, 39, 0.45);
  box-shadow: 0 8px 32px rgba(201, 162, 39, 0.1);
  transform: translateY(-3px);
}

.mlt-app-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.75rem;
}

.mlt-app-icon {
  font-size: 1.75rem;
  line-height: 1;
}

.mlt-modal-app {
  max-width: 640px;
}

.mlt-modal-app-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.mlt-modal-app-head .mlt-app-logo {
  width: 52px;
  height: 52px;
}

.mlt-modal-app-eyebrow {
  margin: 0 0 0.25rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--mlt-gold) !important;
}

.mlt-modal-app-head h2 {
  margin: 0;
}

.mlt-modal-app-desc {
  color: rgba(245, 240, 230, 0.8) !important;
  line-height: 1.65;
  margin: 0 0 1rem;
}

.mlt-modal-app-features {
  margin: 0 0 1.25rem;
  padding-left: 0;
  list-style: none;
}

.mlt-modal-app-features li {
  position: relative;
  padding-left: 1.1rem;
  margin-bottom: 0.45rem;
  color: rgba(245, 240, 230, 0.85) !important;
  font-size: 0.92rem;
}

.mlt-modal-app-features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--mlt-gold);
}

.mlt-app-badge {
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
}

.mlt-app-badge.live {
  background: rgba(34, 197, 94, 0.15);
  color: #4ade80;
  border: 1px solid rgba(34, 197, 94, 0.3);
}

.mlt-app-badge.internal {
  background: rgba(201, 162, 39, 0.12);
  color: var(--mlt-gold-light);
  border: 1px solid rgba(201, 162, 39, 0.25);
}

.mlt-app-badge.wip {
  background: rgba(251, 191, 36, 0.12);
  color: #fbbf24;
  border: 1px solid rgba(251, 191, 36, 0.3);
}

.mlt-app-badge.form {
  background: rgba(96, 165, 250, 0.12);
  color: #93c5fd;
  border: 1px solid rgba(96, 165, 250, 0.25);
}

.mlt-app-card h4 {
  color: #f5f0e6 !important;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
}

.mlt-app-desc {
  color: var(--mlt-text-muted) !important;
  font-size: 0.875rem;
  line-height: 1.55;
  margin: 0 0 0.85rem;
  flex: 1;
}

.mlt-app-features {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

.mlt-app-features li {
  color: #c8bfb0 !important;
  font-size: 0.8rem;
  padding: 0.2rem 0 0.2rem 1rem;
  position: relative;
}

.mlt-app-features li::before {
  content: '•';
  position: absolute;
  left: 0;
  color: var(--mlt-gold);
}

.mlt-app-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: auto;
}

.mlt-app-link {
  color: var(--mlt-gold-light) !important;
  font-size: 0.8rem;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s;
}

.mlt-app-link:hover {
  color: var(--mlt-gold) !important;
  text-decoration: underline;
}

.mlt-app-link.secondary { color: #93c5fd !important; }
.mlt-app-link.muted { color: var(--mlt-text-muted) !important; }

.mlt-hero-sub {
  color: rgba(245, 240, 230, 0.75) !important;
  font-size: 1rem;
  max-width: 540px;
  line-height: 1.6;
  margin-top: 0.75rem;
}

.mlt-hero-fallback {
  position: relative;
  z-index: 2;
  max-width: 42rem;
  margin: 0 auto;
  padding: 5.5rem 1.5rem 3rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .mlt-hero-fallback {
    margin: 0;
    text-align: left;
    padding-left: 0;
  }
}

.mlt-hero-cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
  margin-top: 1.75rem;
}

@media (min-width: 1024px) {
  .mlt-hero-cta-row {
    justify-content: flex-start;
  }
}

.mlt-hero-cta-row a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.85rem 1.5rem;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.mlt-hero-cta-row a[data-mlt-cta="software"] {
  background: linear-gradient(135deg, var(--mlt-gold-dark), var(--mlt-gold-light));
  color: #0a0a0a !important;
  box-shadow: 0 8px 28px rgba(201, 162, 39, 0.35);
}

.mlt-hero-cta-row a[data-mlt-cta="repair"] {
  border: 1px solid rgba(201, 162, 39, 0.45);
  color: var(--mlt-gold-light) !important;
  background: rgba(255, 255, 255, 0.04);
}

.mlt-hero-hidden,
.mlt-legacy-hidden {
  display: none !important;
}

@media (max-width: 768px) {
  header nav {
    gap: 0.25rem 0.5rem !important;
  }
  header nav a {
    font-size: 0.75rem !important;
    padding: 0.25rem 0.35rem !important;
  }
  .min-h-screen.relative.overflow-hidden .container,
  .min-h-screen.relative.overflow-hidden > div[class*="max-w"] {
    padding-top: 5rem !important;
  }
}

/* ── Secção Software à Medida ── */
#software-medida {
  scroll-margin-top: 5.5rem;
}

.mlt-software-pitch {
  margin: 0 0 3.5rem;
  padding: 2rem;
  background: linear-gradient(135deg, rgba(201, 162, 39, 0.08) 0%, rgba(26, 20, 8, 0.6) 100%);
  border: 1px solid rgba(201, 162, 39, 0.25);
  border-radius: 18px;
}

.mlt-software-pitch-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

.mlt-software-eyebrow {
  color: var(--mlt-gold) !important;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 0.5rem;
}

.mlt-software-pitch-text h3 {
  color: var(--mlt-gold-light) !important;
  font-size: clamp(1.35rem, 3vw, 1.75rem);
  font-weight: 800;
  margin: 0 0 1rem;
  line-height: 1.25;
}

.mlt-software-lead {
  color: #d4cbc0 !important;
  font-size: 0.95rem;
  line-height: 1.7;
  margin: 0 0 1.25rem;
}

.mlt-software-benefits {
  list-style: none;
  padding: 0;
  margin: 0 0 1.5rem;
}

.mlt-software-benefits li {
  color: #c8bfb0 !important;
  font-size: 0.875rem;
  padding: 0.35rem 0 0.35rem 1.25rem;
  position: relative;
  line-height: 1.5;
}

.mlt-software-benefits li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--mlt-gold);
  font-size: 0.65rem;
  top: 0.5rem;
}

.mlt-software-process {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

.mlt-process-step {
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(201, 162, 39, 0.2);
  border-radius: 8px;
  padding: 0.5rem 0.85rem;
  color: #e8e0d0 !important;
  font-size: 0.8rem;
}

.mlt-process-step strong {
  color: var(--mlt-gold-light);
}

.mlt-software-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, var(--mlt-gold-dark), var(--mlt-gold));
  color: #0a0a0a !important;
  font-weight: 700;
  padding: 0.85rem 1.5rem;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.9rem;
  transition: transform 0.2s, box-shadow 0.2s;
}

.mlt-software-cta:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 24px rgba(201, 162, 39, 0.35);
}

.mlt-sectors-title {
  color: var(--mlt-gold-light) !important;
  font-size: 0.85rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin: 0 0 1rem;
}

.mlt-sectors-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.65rem;
  margin-bottom: 1rem;
}

.mlt-sector-card {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(201, 162, 39, 0.15);
  border-radius: 10px;
  padding: 0.65rem 0.85rem;
  color: #f5f0e6 !important;
  font-size: 0.82rem;
  font-weight: 600;
  transition: border-color 0.2s;
}

.mlt-sector-card:hover {
  border-color: rgba(201, 162, 39, 0.4);
}

.mlt-sector-icon {
  font-size: 1.2rem;
  line-height: 1;
}

.mlt-sectors-foot {
  color: var(--mlt-text-muted) !important;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0;
}

.mlt-sectors-foot strong {
  color: var(--mlt-gold-light);
}

.mlt-catalog-title {
  color: var(--mlt-gold-light) !important;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 2rem;
  padding-top: 0.5rem;
  border-top: 1px solid rgba(201, 162, 39, 0.12);
}

.mlt-repairs-block {
  position: relative;
}

#servicos.mlt-repairs-block {
  border-top: 3px solid rgba(201, 162, 39, 0.2) !important;
}

.mlt-repair-header {
  max-width: 72rem;
  margin: 0 auto;
  padding: 3rem 1.5rem 0;
  text-align: center;
}

.mlt-repair-eyebrow {
  color: var(--mlt-gold-light) !important;
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.5rem;
}

.mlt-repair-intro {
  color: var(--mlt-text-muted) !important;
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto 1rem;
  line-height: 1.65;
}

.mlt-about-content {
  max-width: 900px;
  margin: 1.5rem auto 2rem;
  padding: 0 1.5rem;
}

.mlt-about-eyebrow {
  color: var(--mlt-gold) !important;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin: 0 0 0.75rem;
  text-align: center;
}

.mlt-about-lead {
  color: #d4cbc0 !important;
  font-size: 1.05rem;
  line-height: 1.75;
  text-align: center;
  margin: 0 0 2rem;
}

.mlt-about-lead strong {
  color: var(--mlt-gold-light);
}

.mlt-about-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-bottom: 1.5rem;
}

.mlt-about-col {
  background: rgba(201, 162, 39, 0.06);
  border: 1px solid rgba(201, 162, 39, 0.18);
  border-radius: 14px;
  padding: 1.35rem;
}

.mlt-about-col h3 {
  color: var(--mlt-gold-light) !important;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0 0 0.65rem;
}

.mlt-about-col p {
  color: #c8bfb0 !important;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0 0 0.75rem;
}

.mlt-about-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mlt-about-col li {
  color: #a89f8f !important;
  font-size: 0.82rem;
  padding: 0.2rem 0 0.2rem 1rem;
  position: relative;
}

.mlt-about-col li::before {
  content: '✦';
  position: absolute;
  left: 0;
  color: var(--mlt-gold);
  font-size: 0.55rem;
  top: 0.35rem;
}

.mlt-about-col-repair {
  border-color: rgba(201, 162, 39, 0.12);
  background: rgba(255, 255, 255, 0.02);
}

.mlt-about-foot {
  text-align: center;
  color: var(--mlt-gold-light) !important;
  font-size: 0.85rem;
  font-weight: 600;
  letter-spacing: 0.04em;
  margin: 0;
  font-style: italic;
}

.mlt-apps-category#reparacoes {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px dashed rgba(201, 162, 39, 0.2);
}

@media (max-width: 768px) {
  #hero-branding { background-position: 65% center; }
  .mlt-map iframe { height: 180px; }
  .mlt-modal { padding: 1.5rem; }
  #apps { padding: 3rem 0; }
  .mlt-apps-grid { grid-template-columns: 1fr; }
  .mlt-software-pitch-inner { grid-template-columns: 1fr; gap: 1.5rem; }
  .mlt-software-pitch { padding: 1.25rem; }
  .mlt-sectors-grid { grid-template-columns: 1fr; }
  .mlt-about-columns { grid-template-columns: 1fr; }
}
