/* ========================================
   Layout — 容器佈局
   ======================================== */

/* Brand Header Spacing */
hello-ruru-header {
  display: block;
  margin-bottom: 12px;
}

/* Main Container */
.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Sections */
section {
  margin-bottom: 20px;
}

section h2 {
  text-align: center;
  margin-bottom: 12px;
}

.section-desc {
  text-align: center;
  color: #888888;
  font-size: 13px;
  margin-bottom: 20px;
}
