/* YMobiDev — Landing page (Em breve) */

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

html, body {
  height: 100%;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background-color: #FFFFFF;
  color: #1A1A1A;
  -webkit-font-smoothing: antialiased;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  text-align: center;
  padding: 2rem;
}

.logo-full {
  max-width: 200px;
  height: auto;
  margin-bottom: 2.5rem;
  filter: brightness(0) saturate(100%) invert(44%) sepia(75%) saturate(1300%) hue-rotate(218deg) brightness(103%) contrast(92%);
}

.tagline {
  font-size: 1rem;
  font-weight: 400;
  color: #7A7A7A;
  letter-spacing: 0.04em;
  margin-bottom: 1.25rem;
}

.divider {
  width: 40px;
  height: 2px;
  background-color: #5B6CF9;
  margin: 0 auto 1.25rem;
}

.subtitle {
  font-size: 0.85rem;
  color: #A0A0A0;
  letter-spacing: 0.02em;
}

footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1rem;
  text-align: center;
  font-size: 0.75rem;
  color: #C0C0C0;
}
