* { box-sizing: border-box; margin: 0; padding: 0; }

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
  background: #f5f7f9;
}

.site-header {
  background: #fff;
  border-bottom: 1px solid #e8e8e8;
  padding: 20px 16px;
  text-align: center;
}

.fotkompression-logo {
  display: block;
  max-width: 280px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.fotkompression-logo-link {
  display: inline-block;
  text-decoration: none;
}

.page-wrap {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}

.page-wrap h1 {
  font-size: 28px;
  font-weight: 800;
  color: #17191c;
  margin-bottom: 8px;
}

.page-wrap .updated {
  font-size: 14px;
  color: #777;
  margin-bottom: 32px;
}

.page-wrap h2 {
  font-size: 20px;
  font-weight: 700;
  color: #17191c;
  margin: 28px 0 12px;
}

.page-wrap p {
  margin-bottom: 16px;
}

.page-wrap ul {
  margin: 0 0 16px 24px;
}

.page-wrap li {
  margin-bottom: 8px;
}

.page-wrap a {
  color: #1a6b8a;
  text-decoration: none;
}

.page-wrap a:hover {
  text-decoration: underline;
}

.contact-email {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  color: #1a6b8a;
  margin: 16px 0;
}

.contact-box {
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  padding: 28px;
  margin-top: 24px;
}

.site-footer {
  background: #2e3138;
  color: #ccc;
  text-align: center;
  padding: 24px 16px;
  font-size: 14px;
}

.site-footer nav {
  margin-bottom: 16px;
}

.site-footer nav a {
  color: #fff;
  text-decoration: none;
  margin: 0 12px;
}

.site-footer nav a:hover {
  text-decoration: underline;
}

.site-footer p {
  color: #999;
}

@media (max-width: 600px) {
  .page-wrap h1 { font-size: 24px; }
  .site-footer nav a { display: inline-block; margin: 6px 10px; }
}
