@font-face {
  font-family: 'Ethna';
  src: url('/assets/static.tildacdn.com/tild6464-6430-4036-b137-333439653739/MiConvcom__Ethna_Dem.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Ethna';
  src: url('/assets/static.tildacdn.com/tild3439-3938-4462-a465-633533333332/MiConvcom__Montserra.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Ethna', 'Montserrat', Arial, sans-serif;
  font-weight: 400;
  color: #333333;
  background: #ffffff;
  line-height: 1.6;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
}
.site-header {
  background: #4d7ec8;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header img { height: 52px; display: block; }
.site-header a.home-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid rgba(255,255,255,.7);
  border-radius: 24px;
  padding: 8px 20px;
}
.site-header a.home-link:hover { background: rgba(255,255,255,.12); }
main {
  max-width: 800px;
  margin: 0 auto;
  padding: 48px 20px 64px;
}
h1 {
  font-weight: 300;
  font-size: 34px;
  line-height: 1.25;
  margin-bottom: 8px;
  color: #222;
}
.doc-updated { color: #888; font-size: 14px; margin-bottom: 36px; }
h2 {
  font-weight: 400;
  font-size: 21px;
  margin: 36px 0 14px;
  color: #4d7ec8;
}
p, li { margin-bottom: 10px; }
ul, ol { padding-left: 24px; margin-bottom: 14px; }
a { color: #4d7ec8; }
.req-table { width: 100%; border-collapse: collapse; margin: 12px 0 20px; }
.req-table td { padding: 8px 12px; border: 1px solid #e3e8f2; vertical-align: top; }
.req-table td:first-child { background: #f4f7fc; width: 42%; font-weight: 400; }
.callout {
  background: #fdf3cf;
  border-radius: 12px;
  padding: 16px 20px;
  margin: 20px 0;
}
.pay-logos { display: flex; gap: 14px; align-items: center; margin: 14px 0; flex-wrap: wrap; }
.pay-badge {
  border: 1px solid #e3e8f2;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 14px;
  color: #555;
}
.site-footer {
  background: #f6f9f4;
  padding: 36px 24px;
  font-size: 14px;
  color: #555;
}
.site-footer .cols {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer a { color: #4d7ec8; text-decoration: none; }
.site-footer a:hover { text-decoration: underline; }
.site-footer .doc-links a { display: block; margin-bottom: 6px; }
@media (max-width: 640px) {
  h1 { font-size: 26px; }
  .site-header img { height: 40px; }
}
