 :root {
  --nectpdf-header-h: 72px;
}

body {
  font-family: 'Roboto', sans-serif !important;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
  font-family: 'Raleway', sans-serif !important;
  color: #00345a !important;
}

footer h1, footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: white !important;
}

* {
  border-radius: 4px;
}

.btn-primary {
  background-color: #10b981 !important;
  border-color: #10b981 !important;
  transition: all 0.3s ease !important;
}

.btn-primary:hover {
  background-color: #059669 !important;
  border-color: #059669 !important;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

/* ── Navbar ───────────────────────────────────────────── */
.navbar-app-title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #00345a;
  white-space: nowrap;
  pointer-events: none;
}

.navbar-app-title-mobile {
  color: #00345a;
}

/* ── Rótulo de seção ──────────────────────────────────── */
.section-label {
  display: inline-block;
  font-size: 0.65rem;
  font-weight: 700;
  color: #10b981;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.5rem;
}

/* ── Seções ───────────────────────────────────────────── */
#home {
  background: #f0fdf9;
  border-top: 3px solid #10b981;
  height: calc(100dvh - var(--nectpdf-header-h));
  overflow: hidden;
  display: flex;
  align-items: stretch;
}

#home .container-fluid {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

#pdf-editor-container {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

#sobre {
  background: #ffffff;
  border-top: 1px solid #dee2e6;
}

#documentacao {
  background: #f8f9fa;
  border-top: 1px solid #dee2e6;
}

.card {
  transition: all 0.3s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,.1) !important;
}
