* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  background: #0f0f0f;
  color: #eaeaea;
  line-height: 1.6;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 80px 20px;
}

h1, h2 {
  font-weight: 600;
  line-height: 1.3;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-size: 1.9rem;
  margin-bottom: 20px;
}

p {
  font-size: 1.05rem;
  color: #cfcfcf;
}

.hero {
  background: radial-gradient(circle at top, #2a2a2a, #0f0f0f);
  text-align: center;
}

.subtitle {
  margin: 20px 0 40px;
  font-size: 1.1rem;
}

.btn-primary {
  display: inline-block;
  padding: 14px 28px;
  background: #ffffff;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  border-radius: 6px;
}

.value {
  background: #141414;
  text-align: center;
}

.value-text {
  font-size: 1.3rem;
  font-weight: 500;
}

.section {
  background: #0f0f0f;
}

.section.dark {
  background: #141414;
}

.list {
  margin-top: 30px;
}

.list li {
  margin-bottom: 12px;
  color: #dcdcdc;
}

.statement {
  margin-top: 40px;
  font-size: 1.2rem;
  font-weight: 600;
}

.cta {
  background: linear-gradient(135deg, #1c1c1c, #0f0f0f);
  text-align: center;
}

footer {
  background: #0a0a0a;
  text-align: center;
  padding: 30px 0;
  font-size: 0.9rem;
  color: #777;
}
.webrya-footer {
  background: linear-gradient(
    135deg,
    #0b0b0f,
    #1a1230,
    #0b0b0f
  );
  padding: 40px 20px 24px;
  text-align: center;
}

.webrya-footer-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  flex-wrap: wrap;
}

.webrya-logo {
  width: 64px;
  height: auto;
  filter: drop-shadow(0 6px 14px rgba(120, 90, 255, 0.35));
}

.webrya-text {
  text-align: left;
  color: #eaeaea;
}

.webrya-text span {
  display: block;
  font-size: 0.7rem;
  letter-spacing: 1.6px;
  color: #b5b5ff;
}

.webrya-text strong {
  font-size: 1.2rem;
  font-weight: 600;
}

.legal {
  margin-top: 22px;
  font-size: 0.9rem;
}

.legal a {
  color: #6f8cff;
  text-decoration: none;
}

.legal a:hover {
  text-decoration: underline;
}
.site-header {
  position: absolute;
  top: 24px;
  left: 32px;
  z-index: 10;
}

.name-signature {
  font-family: 'Dancing Script', cursive;
  font-size: 1.8rem;
  color: #d6ccff;
  opacity: 0.9;
}
