/* ROUTTORG Verifier — base site theme.
   Palette:
     navy   #1d3a5e  (primary text / borders)
     teal   #1c7893  (accent / links)
     hover  #166075
     page   #f9f9f9 */

* { box-sizing: border-box; }

body {
  margin: 0;
  font-family: "Segoe UI", -apple-system, BlinkMacSystemFont, Roboto, Helvetica, Arial, sans-serif;
  background-color: #f9f9f9;
  color: #1d3a5e;
  line-height: 1.5;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 24px;
}

/* Header */
header {
  background-color: #ffffff;
  border-bottom: 1px solid #e4e8ec;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

header .container {
  display: flex;
  align-items: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.logo-container {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-icon {
  width: 40px;
  height: 40px;
}

.logo-title {
  font-size: 20px;
  font-weight: 700;
  color: #1d3a5e;
}

.logo-tagline {
  font-size: 12.5px;
  color: #1c7893;
}

/* Main section */
.section {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 24px 60px;
}

.section h2 {
  font-size: 26px;
  margin: 0;
  color: #1d3a5e;
}

.helpdesk-intro {
  font-size: 15px;
  color: #40506a;
  max-width: 760px;
  margin: 8px auto 0;
}

/* Footer */
footer {
  border-top: 1px solid #e4e8ec;
  padding: 20px 24px;
  text-align: center;
  color: #6b7889;
  font-size: 13px;
}

.footer-bottom {
  margin: 6px 0 0;
}
