/*
Theme Name: POSKN Demo
Theme URI: https://servikn.com
Description: Tema mínimo para la demo de POSKN
Author: ServiKN
Version: 1.0.0
Text Domain: poskn-demo
*/

body {
  margin: 0;
  font-family: system-ui, sans-serif;
  background: #0b1220;
  color: #fff;
}

.demo-home {
  min-height: 100vh;
  display: grid;
  place-content: center;
  gap: 1rem;
  text-align: center;
  padding: 2rem;
}

.demo-home h1 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 3rem);
}

.demo-home p {
  opacity: 0.8;
  max-width: 36rem;
  margin: 0 auto;
}

.demo-home a {
  display: inline-flex;
  margin: 0.35rem;
  padding: 0.9rem 1.3rem;
  border-radius: 10px;
  background: #ff4d1c;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}

.demo-home a.secondary {
  background: transparent;
  border: 1px solid rgba(255,255,255,0.35);
}
