/* Trang 404 (route không khớp bất kỳ page/taxonomy/post/product nào thật, xem
   src/app/[...path]/page.js) — style theo đúng design token của site (Playfair Display cho
   heading, Raleway cho body, accent cam --color-star đã dùng cho rating/badge/checkout, nút
   tái dùng nguyên .main_btns .Green_btn sẵn có thay vì tự vẽ nút pill riêng). */

.wrapper-notfound {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
  padding: 60px 20px;
  text-align: center;
  overflow: hidden;
}

.wrapper-notfound .bg-text {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: clamp(140px, 26vw, 320px);
  line-height: 1;
  color: var(--color-star, #cf6d32);
  opacity: 0.12;
  z-index: 0;
  pointer-events: none;
  user-select: none;
}

.wrapper-notfound .content {
  position: relative;
  z-index: 1;
  max-width: 520px;
  margin: 0 auto;
}

.wrapper-notfound .title {
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-size: clamp(26px, 4vw, 36px);
  line-height: 1.2;
  color: #000;
  margin: 0 0 14px;
}

.wrapper-notfound .subtitle {
  font-family: Raleway, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.6);
  margin: 0;
}

.wrapper-notfound .main_btns {
  margin: 32px auto 0;
}
