/* nordicchoicehub.com – Nordic light theme, Denmark */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  list-style-type: none;
}
picture {
  display: flex;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
body {
  background: #1e293b;
  font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  display: flex;
  flex-direction: column;
  color: #e2e8f0;
  min-height: 100vh;
}
.visually-hidden-nch {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}
.container-nch {
  margin: 0 auto;
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
}
.button-nch {
  border: 1px solid #dc2626;
  outline: 0;
  cursor: pointer;
  background: #fff;
  font-family: inherit;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 12px 24px;
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(220, 38, 38, 0.5), 0 0 16px rgba(185, 28, 28, 0.25), 0 4px 14px rgba(0, 0, 0, 0.08);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #dc2626;
  text-shadow: 0 0 6px #ef4444, 0 0 12px rgba(239, 68, 68, 0.7), 0 0 20px rgba(220, 38, 38, 0.4);
  transition: transform 0.2s, box-shadow 0.2s, text-shadow 0.2s, border-color 0.2s;
}
.button-nch:hover {
  transform: translateY(-1px);
  border-color: #ef4444;
  box-shadow: 0 0 12px rgba(239, 68, 68, 0.6), 0 0 24px rgba(220, 38, 38, 0.35), 0 6px 20px rgba(0, 0, 0, 0.1);
  color: #b91c1c;
  text-shadow: 0 0 8px #ef4444, 0 0 16px rgba(239, 68, 68, 0.8), 0 0 24px rgba(220, 38, 38, 0.5);
}

/* Header */
.header-nch {
  background: #1e293b;
  color: #fff;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.header-nch .container-nch {
  position: relative;
}
.header-nch .header-wrap-nch {
  align-items: center;
  column-gap: 32px;
  display: flex;
  height: 72px;
  justify-content: space-between;
}
.header-nch .header-wrap-nch__logo {
  flex-shrink: 1;
  position: relative;
  z-index: 10;
}
.header-nch .header-wrap-nch__logo img {
  width: auto;
  max-width: 240px;
  height: 36px;
  display: block;
}
.header-nch .header-wrap-nch__nav {
  max-width: 380px;
  width: 100%;
}
.header-nch .header-wrap-nch__nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-nch .header-wrap-nch__nav a {
  text-decoration: none;
  display: flex;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  transition: color 0.2s;
}
.header-nch .header-wrap-nch__nav a:hover {
  color: #fecaca;
}
.header-nch .header-wrap-nch__nav a.active {
  color: #ef4444;
  font-weight: 600;
}
.header-nch .header-wrap-nch__nav a.active::after {
  content: "";
  border-radius: 2px;
  display: block;
  background: #ef4444;
  width: 20px;
  height: 3px;
  margin: 2px auto 0;
}
.header-nch .header-wrap-nch__burger {
  display: none;
  cursor: pointer;
  color: #fff;
}

/* Hero */
.hero-nch {
  padding: 48px 0 56px;
  margin-top: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), #fff url(../images-k7m9p/background3.png) center / 72% no-repeat;
  border-radius: 0 0 32px 32px;
  position: relative;
  overflow: hidden;
}
.hero-nch .container-nch {
  display: flex;
  flex-direction: column;
  gap: 28px;
  position: relative;
  z-index: 1;
}
.hero-nch .container-nch {
  color: #fff;
}
.hero-nch h1 {
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  text-align: center;
  margin: 0;
  color: #fff;
  letter-spacing: -0.02em;
  text-shadow: -1px -1px 0 #991b1b, 1px -1px 0 #991b1b, -1px 1px 0 #991b1b, 1px 1px 0 #991b1b, 0 -1px 0 #991b1b, 0 1px 0 #991b1b, -1px 0 0 #991b1b, 1px 0 0 #991b1b, 0 0 3px #991b1b;
}
.hero-nch .hero-nch__lead {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  color: #fff;
  max-width: 640px;
  margin: 0 auto;
  padding: 16px 24px;
  background: rgba(185, 28, 28, 0.85);
  border-radius: 16px;
  text-shadow: -1px -1px 0 #991b1b, 1px -1px 0 #991b1b, -1px 1px 0 #991b1b, 1px 1px 0 #991b1b, 0 -1px 0 #991b1b, 0 1px 0 #991b1b, -1px 0 0 #991b1b, 1px 0 0 #991b1b, 0 0 2px #991b1b;
}
.hero-nch ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}
.hero-nch ul li {
  background: rgba(185, 28, 28, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 16px;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 600;
  font-size: 15px;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transition: border-color 0.2s, box-shadow 0.2s;
  text-shadow: -1px -1px 0 #991b1b, 1px -1px 0 #991b1b, -1px 1px 0 #991b1b, 1px 1px 0 #991b1b, 0 -1px 0 #991b1b, 0 1px 0 #991b1b, -1px 0 0 #991b1b, 1px 0 0 #991b1b, 0 0 2px #991b1b;
}
.hero-nch ul li:hover {
  border-color: #f87171;
  box-shadow: 0 4px 16px rgba(185, 28, 28, 0.15);
}
.hero-nch ul div {
  display: block;
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.hero-nch ul div img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Section */
.section-nch {
  padding: 48px 0;
}

/* News block */
.news-nch .title-nch {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin: 0 0 24px;
  color: #f1f5f9;
  letter-spacing: -0.02em;
}
.news-nch-wrapp-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.news-nch-wrapp-item {
  width: 100%;
  padding: 32px 36px;
  display: grid;
  grid-template-columns: 1fr;
  background: #991b1b;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.2s, border-color 0.2s, background 0.2s;
}
.news-nch-wrapp-item:hover {
  background: #b91c1c;
  border-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
}
.news-nch-wrapp-item-date {
  font-weight: 600;
  color: #fff;
  font-size: 14px;
}
.news-nch-wrapp-item p {
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  line-height: 1.6;
}
.news-nch-wrapp-item p:not(:last-child) {
  margin-bottom: 10px;
}
.news-nch-wrapp-item-title {
  font-weight: 700;
  font-size: 22px;
  letter-spacing: -0.01em;
  margin: 0 0 16px;
  color: #fff;
}

/* Games – cards */
.games-nch {
  transform: translateY(-16px);
}
.games-nch__wrapper {
  flex-direction: column;
  display: flex;
  gap: 20px;
}
.games-nch__item {
  display: block;
  border-radius: 20px;
  position: relative;
  transition: all 0.3s ease;
  background: #fff;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(15, 23, 42, 0.06);
}
.games-nch__item:hover {
  border-color: #5eead4;
  box-shadow: 0 8px 32px rgba(15, 118, 110, 0.12);
}
.games-nch__item-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 28px;
  flex-wrap: wrap;
  background: linear-gradient(135deg, #991b1b 0%, #b91c1c 50%, #dc2626 100%);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.games-nch__item-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.games-nch__item-logo img {
  width: 100%;
  max-width: 160px;
  display: block;
}
.card-nch__logo-text {
  display: block;
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.02em;
  color: #fff;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
}
.games-nch__item-toggle {
  flex-shrink: 0;
}
.games-nch__item-details {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.games-nch__item-details-inner {
  padding: 24px 28px 28px;
  border-top: 1px solid #e2e8f0;
  background: #fafafa;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.games-nch__item.is-open .games-nch__item-details {
  max-height: 600px;
}
.games-nch__item-bonus {
  margin-bottom: 12px;
  text-align: center;
}
.games-nch__item-bonus a {
  font-weight: 700;
  font-size: 18px;
  color: #0f172a;
}
.games-nch__item-subbonus {
  margin-bottom: 14px;
}
.games-nch__item-subbonus p {
  font-weight: 400;
  font-size: 14px;
  color: #64748b;
  text-align: center;
  line-height: 1.5;
}
.games-nch__item-rating {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}
.games-nch__item-rating ul {
  display: flex;
  gap: 4px;
  align-items: center;
}
.games-nch__item-rating ul img {
  width: 18px;
  height: 18px;
  display: block;
}
.games-nch__item-rating span {
  font-weight: 600;
  font-size: 13px;
  color: #64748b;
}
.games-nch__item-offer {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.games-nch__item-offer .button-nch {
  width: 100%;
}
.games-nch__payment {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.games-nch__payment li img {
  width: 24px;
  height: 24px;
  display: block;
  opacity: 0.85;
}

/* Footer */
.footer-nch {
  border-top: 1px solid #dc2626;
  box-shadow: 0 -2px 12px rgba(220, 38, 38, 0.5), 0 -4px 24px rgba(185, 28, 28, 0.25);
  padding-top: 56px;
  margin-top: auto;
  padding-bottom: 40px;
  background: #1e293b;
}
.footer-nch h3 {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 12px;
}
.footer-nch p {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  line-height: 1.6;
}
.footer-nch p span {
  font-weight: 600;
  color: #fff;
}
.footer-nch__top {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.footer-nch__company {
  padding: 16px 0;
  border-top: 1px solid #dc2626;
  /* box-shadow: 0 -2px 10px rgba(220, 38, 38, 0.4), 0 -4px 16px rgba(185, 28, 28, 0.2); */
  margin-top: 8px;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-nch__company strong {
  color: rgba(255, 255, 255, 0.9);
}
.footer-nch__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 0;
  flex-wrap: wrap;
  gap: 20px;
}
.footer-nch__links {
  display: flex;
  align-items: center;
  gap: 40px;
}
.footer-nch__links li a {
  font-family: inherit;
  font-weight: 500;
  font-size: 14px;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #fff;
  transition: color 0.2s;
}
.footer-nch__links li a:hover {
  color: #ef4444;
}
.footer-nch__copyright {
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.75);
}
.footer-nch__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px 16px;
  flex-wrap: wrap;
  padding-top: 24px;
}
.footer-nch__logos img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform 0.2s;
}
.footer-nch__logos img:hover {
  transform: scale(1.05);
}

/* Inner pages */
.page-nch {
  padding: 48px 0 64px;
}
.page-nch h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin: 0 0 24px;
  color: #fff;
  letter-spacing: -0.02em;
}
.page-nch h2 {
  font-weight: 700;
  font-size: 20px;
  margin: 28px 0 12px;
  color: #fff;
}
.page-nch h3 {
  font-weight: 700;
  font-size: 18px;
  margin: 16px 0 8px;
  color: #334155;
}
.page-nch p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 12px;
  text-align: center;
}
.page-nch .about-nch__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  margin-top: 28px;
  list-style: none;
  padding: 0;
}
.page-nch .about-nch__item {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.05);
  transition: border-color 0.2s, box-shadow 0.2s;
  color: #000;
}
.page-nch .about-nch__item:hover {
  border-color: #99f6e4;
  box-shadow: 0 8px 24px rgba(15, 118, 110, 0.08);
}
.page-nch .about-nch__item img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 0 auto 14px;
  display: block;
}
.page-nch .about-nch__item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  text-align: center;
  color: #000;
}
.page-nch .about-nch__item p {
  margin: 0;
  font-size: 14px;
  text-align: center;
  color: #000;
}
.page-nch__form {
  max-width: 520px;
  margin: 28px auto 0;
  display: flex;
  flex-direction: column;
}
.page-nch__form label {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  display: block;
  margin-bottom: 8px;
}
.page-nch__form label span {
  color: #ef4444;
}
.page-nch__form input,
.page-nch__form textarea {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  font-family: inherit;
  font-size: 15px;
  color: #0f172a;
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 18px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.page-nch__form input:focus,
.page-nch__form textarea:focus {
  border-color: #0f766e;
  outline: none;
}
.page-nch__form textarea {
  resize: vertical;
  min-height: 120px;
}
.page-nch__form .button-nch {
  margin: 0 auto;
  max-width: 200px;
  width: 100%;
}
.page-nch__form .success-nch {
  display: none;
  font-weight: 600;
  font-size: 14px;
  color: #22c55e;
  margin-top: 20px;
  text-align: center;
}
.page-nch__form.active .success-nch {
  display: block;
}

.policy-nch {
  padding: 48px 0 64px;
}
.policy-nch h1 {
  font-weight: 700;
  font-size: 32px;
  text-align: left;
  margin: 0 0 24px;
  color: #fff;
}
.policy-nch h2 {
  font-weight: 700;
  font-size: 20px;
  margin: 24px 0 10px;
  color: #ef4444;
}
.policy-nch p {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.65;
  color: #fff;
  margin-bottom: 12px;
  text-align: left;
}
.policy-nch__line {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin: 28px 0;
}

@media (max-width: 1023px) {
  .hero-nch h1 {
    font-size: 34px;
  }
}
@media (max-width: 991px) {
  .page-nch .about-nch__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .games-nch__item-head {
    padding: 18px 22px;
  }
  .games-nch__item-details-inner {
    padding: 20px 22px 24px;
  }
}
@media (max-width: 767px) {
  .header-nch .header-wrap-nch {
    height: 60px;
  }
  .header-nch .header-wrap-nch__logo img {
    max-width: 200px;
    min-width: 160px;
    height: auto;
  }
  .header-nch .header-wrap-nch__nav {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    background: #1e293b;
    padding: 24px;
    max-width: 100%;
    z-index: 9;
    transform: translateY(-200%);
    transition: transform 0.25s, opacity 0.25s;
    opacity: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  }
  .header-nch .header-wrap-nch__nav ul {
    flex-direction: column;
    gap: 20px;
  }
  .header-nch .header-wrap-nch__nav.active {
    transform: translateY(0);
    opacity: 1;
  }
  .header-nch .header-wrap-nch__burger {
    display: block;
    position: relative;
    z-index: 10;
  }
  .hero-nch {
    padding: 36px 0 44px;
  }
  .hero-nch h1 {
    font-size: 26px;
  }
  .hero-nch .hero-nch__lead {
    font-size: 15px;
  }
  .hero-nch ul li {
    font-size: 13px;
    padding: 12px 16px;
  }
  .footer-nch__bottom {
    flex-direction: column;
    gap: 24px;
    align-items: flex-start;
  }
  .footer-nch__links {
    flex-direction: column;
    align-items: flex-start;
  }
  .news-nch-wrapp-item {
    padding: 24px;
  }
  .news-nch-wrapp-item-title {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .page-nch .about-nch__wrapper {
    grid-template-columns: 1fr;
  }
  .page-nch h1 {
    font-size: 26px;
  }
  .hero-nch ul {
    flex-direction: column;
  }
  .games-nch {
    transform: translateY(-8px);
  }
}
@media (max-width: 500px) {
  .games-nch__item-head {
    justify-content: center;
  }
  .news-nch-wrapp-item-title {
    word-break: break-word;
  }
}
