.martende-landing {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  background: #fff;
  color: #777;
  font-family: Arial, Helvetica, sans-serif;
  box-sizing: border-box;
}
.martende-landing * { box-sizing: border-box; }
.martende-card { width: min(760px, 100%); text-align: center; }
.martende-logo { display: block; width: min(410px, 90vw); height: auto; margin: 0 auto 4px; }
.martende-coming { width: min(560px, 100%); margin: -4px auto 18px; text-align: right; font-size: 13px; font-style: italic; }
.martende-services { font-size: 16px; line-height: 1.55; margin: 0 0 18px; }
.martende-contacts p { margin: 8px 0; line-height: 1.5; }
.martende-contacts a { color: #777; text-decoration: none; }
.martende-contacts a:hover { text-decoration: underline; }
.martende-contacts span { padding: 0 6px; color: #aaa; }
.martende-stay { margin: 15px 0 5px; }
.martende-social { display: flex; gap: 7px; justify-content: center; }
.martende-social a { display: inline-flex; width: 30px; height: 30px; border-radius: 4px; align-items: center; justify-content: center; background: #31549a; color: #fff; font-weight: bold; font-size: 23px; line-height: 1; text-decoration: none; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
@media (max-width: 600px) {
  .martende-landing { padding: 28px 16px; }
  .martende-services { font-size: 14px; }
  .martende-coming { text-align: center; margin-top: 6px; }
  .martende-contacts span { display: none; }
  .martende-contacts a { display: block; margin: 5px 0; }
}
