/* Extern CSS för Splitboard Sverige */

body {
  margin: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #1f2937;
  text-align: center;
  background-color: #f7f7f7;
}

main {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container {
  padding: 24px;
  width: min(100%, 600px);
}

.logo-link img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 24px;
}

p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.75;
}

a {
  color: #0f4c81;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration-color 0.2s ease;
}

a:hover,
a:focus-visible {
  color: #0b3a63;
  text-decoration: underline;
}

a:focus-visible {
  outline: 3px solid rgba(15, 76, 129, 0.35);
  outline-offset: 3px;
}

footer {
  width: 100%;
  padding: 14px 24px;
  background-color: transparent;
  margin-bottom: 10px;
}

footer a {
  color: #4b5563;
  font-size: 0.875rem;
  text-decoration: none;
}

footer a:hover,
footer a:focus-visible {
  text-decoration: underline;
}
