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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.6;
  color: #222;
  margin: 0;
  padding: 0 1rem;
}

.site-header,
.site-main,
.site-footer {
  max-width: 52rem;
  margin: 0 auto;
}

.site-header {
  padding: 1.5rem 0 1rem;
  border-bottom: 1px solid #e2e2e2;
}

.site-header .logo img {
  max-height: 80px;
  width: auto;
}

.site-nav {
  margin-top: 1rem;
  font-size: 0.95rem;
  line-height: 2;
}

.site-nav a { white-space: nowrap; }

.site-main { padding: 1.5rem 0 3rem; }

a { color: #1b4a7a; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 { font-size: 1.9rem; line-height: 1.2; color: #15355e; }
h2 { font-size: 1.4rem; margin-top: 2rem; color: #15355e; }
h3 { font-size: 1.15rem; }

img { max-width: 100%; height: auto; }

table {
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0;
  font-size: 0.9rem;
}

th, td {
  border: 1px solid #ccc;
  padding: 0.4rem 0.6rem;
  text-align: left;
  vertical-align: top;
}

th { background: #eef3f8; }

/* Partner logo row (home / partners) */
.logo-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1.25rem 2rem;
  margin: 1.25rem 0 2rem;
}
.logo-row img { height: 56px; width: auto; }

.site-footer {
  border-top: 1px solid #e2e2e2;
  padding: 1.5rem 0 2.5rem;
  font-size: 0.85rem;
  color: #666;
}
