@font-face {
  font-family: "Inter Variable";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("assets/fonts/InterVariable.woff2") format("woff2");
}

*,
*::before,
*::after { box-sizing: border-box; }

html, body {
  margin: 0;
  height: 100%;
}

body {
  font-family: "Inter Variable", Arial, sans-serif;
  background: #fff;
}

/* --- Staging section (matches ujrakezdes.webflow.io/truth) ----------------- */
.staging.staging--base {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  height: 100svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.staging.staging--image {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: 1000%;
  height: 100%;
  position: relative;
}

.staging.staging--content {
  z-index: 2;
  gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 24vh;
  padding-bottom: 24vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.staging.staging--title {
  color: #fff;
  font-variation-settings: "wght" 648, "opsz" 14;
  letter-spacing: -.2rem;
  font-size: 5rem;
  line-height: 1;
  margin: 0;
  text-shadow: 0 2px 14px rgba(0, 0, 0, .45), 0 1px 3px rgba(0, 0, 0, .35);
}

.staging.staging--title em {
  font-style: italic;
}

.staging.staging--spacer {
  flex: 1;
}

.text.text--basic {
  font-variation-settings: "wght" 390, "opsz" 14;
  font-size: 1.1rem;
  line-height: 1.4;
  margin: 0;
}

.text.text--basic.light {
  color: #fff;
  text-shadow: 0 1px 8px rgba(0, 0, 0, .5), 0 1px 2px rgba(0, 0, 0, .4);
}

/* --- Buttons --------------------------------------------------------------- */
.button {
  border-radius: 10rem;
  padding: .6rem 1.2rem;
  font-size: .9rem;
  line-height: 1;
  text-decoration: none;
  color: #000;
}

.button.button--light {
  border: .1rem solid #fff;
  opacity: .9;
  color: #fff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, .45);
  box-shadow: 0 2px 14px rgba(0, 0, 0, .25);
  transition: background-color .2s, opacity .2s;
}

.button.button--light:hover {
  background-color: #ffffff0d;
  opacity: 1;
}

@media screen and (max-width: 479px) {
  .staging.staging--content { padding-top: 18vh; }
  .staging.staging--title { font-size: 3.75rem; }
  .button.button--light { background-color: #fff0; }
}
