@import url("../base/_vars.css");

.priser-page {
  background: #000000;
  color: #ffffff;
}

.priser-hero .hero-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;
  padding: 1rem 2.75rem;
  font-size: 0.9rem;
  letter-spacing: 0.22em;
}

.priser-section {
  padding: 80px 0;
  background: #0f0f0f;
}

.priser-section__title {
  margin: 0 0 32px;
  text-align: left;
  color: #e2c86c;
}

.priser-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 16px;
}

.priser-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 20px 24px;
  border-radius: 14px;
  background: #000000;
  border: 1px solid rgba(210, 171, 43, 0.3);
  box-shadow: 0 0 40px rgba(210, 171, 43, 0.08);
}

.priser-item__name {
  font-size: 1.35rem;
  font-weight: 400;
  color: #e2c86c;
}

.priser-item__price {
  font-size: 1rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #d2ab2b;
}

.priser-item__sub-list {
  list-style: none;
  margin: 16px 0 0 0;
  padding: 0 0 0 24px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 100%;
}

.priser-sub-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 12px 16px;
  border-radius: 8px;
  background: rgba(226, 200, 108, 0.05);
  border: 1px solid rgba(210, 171, 43, 0.15);
}

.priser-sub-item__name {
  font-size: 0.95rem;
  font-weight: 400;
  color: rgba(226, 200, 108, 0.8);
}

.priser-sub-item__price {
  font-size: 0.9rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(210, 171, 43, 0.9);
}

.priser-sub-item--muted {
  background: rgba(226, 200, 108, 0.03);
  border-color: rgba(210, 171, 43, 0.08);
}

.priser-sub-item--muted .priser-sub-item__name,
.priser-sub-item--muted .priser-sub-item__price {
  color: rgba(226, 200, 108, 0.6);
  letter-spacing: 0.12em;
}
