@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;800&display=swap');@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,500;1,300;1,500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,600;1,400;1,600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap');@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,300;0,500;1,300;1,500&display=swap');@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Inter:wght@400;600&display=swap');@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700&display=swap');








/* Reset styles */
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
*,
*::before,
*::after {
  box-sizing: border-box;
  scroll-behavior: smooth;
}
body {
  margin: 0;
  overflow-x: hidden;
  scroll-behavior: smooth;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  cursor: pointer;
  background-color: transparent;
  outline: none;
  border: none;
}
img {
  display: block;
  max-width: 100%;
}
.royal-gala-header {
  width: 100%;
  position: relative;
  z-index: 10;
  background: radial-gradient(1200px 400px at 10% 0%, rgba(217,181,110,0.08) 0%, rgba(0,0,0,0) 55%), #0b0b0b;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  box-shadow: 0 2px 0 rgba(217,181,110,0.25) inset;
}
.royal-gala-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201,166,90,0), rgba(201,166,90,0.7), rgba(201,166,90,0));
  pointer-events: none;
}
.royal-brand-lockup {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 14px 0;
}
.royal-logo-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.royal-logo-frame {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: radial-gradient(60% 60% at 30% 30%, #1a1a1a 0%, #0d0d0d 100%);
  border: 1px solid rgba(201,166,90,0.45);
  box-shadow: 0 0 0 1px rgba(239,213,139,0.08) inset, 0 10px 24px rgba(0,0,0,0.6), 0 0 20px rgba(217,181,110,0.15);
  position: relative;
  overflow: hidden;
  transition: transform 0.6s cubic-bezier(0.2,0.6,0.2,1), box-shadow 0.6s ease;
}
.royal-logo-frame::before {
  content: "";
  position: absolute;
  inset: -40% -40% auto -40%;
  height: 140%;
  transform: rotate(20deg) translateX(-60%);
  background: linear-gradient(100deg, rgba(255,255,255,0) 30%, rgba(239,213,139,0.35) 50%, rgba(255,255,255,0) 70%);
  animation: royal-sheen 4s linear infinite;
  pointer-events: none;
}
.royal-logo-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: brightness(0.98) contrast(1.12) saturate(1.05);
  transition: transform 0.6s ease, filter 0.6s ease;
}
.royal-logo-glow {
  position: absolute;
  inset: -30%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(239,213,139,0.22) 0%, rgba(239,213,139,0) 60%);
  transform: scale(0.9);
  filter: blur(10px);
  pointer-events: none;
}
.royal-logo-link:hover .royal-logo-frame {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 0 0 1px rgba(239,213,139,0.15) inset, 0 16px 28px rgba(0,0,0,0.7), 0 0 28px rgba(239,213,139,0.22);
}
.royal-logo-link:hover .royal-logo-image {
  transform: scale(1.06);
  filter: brightness(1.05) contrast(1.2);
}
.royal-brand-meta {
  display: flex;
  align-items: baseline;
  gap: 10px;
  min-width: 0;
}
.royal-site-name {
  display: inline-block;
  text-decoration: none;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: clamp(20px, 2.6vw, 36px);
  line-height: 1.1;
  background: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 45%, #c9a65a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
  transition: letter-spacing 0.4s ease, transform 0.4s ease;
  white-space: nowrap;
}
.royal-site-name:focus,
.royal-site-name:hover {
  transform: translateY(-1px);
  letter-spacing: 0.18em;
}
.royal-year {
  font-size: clamp(14px, 1.6vw, 20px);
  color: #d9b56e;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(201,166,90,0.12);
  box-shadow: 0 0 0 1px rgba(201,166,90,0.25) inset;
  animation: royal-pulse 3.6s ease-in-out infinite;
  white-space: nowrap;
}
.royal-casino-emblems {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding-left: 8px;
}
.emblem {
  display: block;
  opacity: 0.92;
  filter: drop-shadow(0 2px 8px rgba(239,213,139,0.12));
  transition: transform 0.5s ease, opacity 0.5s ease;
}
.royal-casino-emblems .emblem:nth-child(1) { animation: emblem-float 6s ease-in-out infinite; }
.royal-casino-emblems .emblem:nth-child(2) { animation: emblem-float 6.4s ease-in-out infinite reverse; }
.royal-casino-emblems .emblem:nth-child(3) { animation: emblem-float 6.8s ease-in-out infinite; }
.royal-casino-emblems .emblem:hover {
  transform: translateY(-2px) scale(1.05);
  opacity: 1;
}
@keyframes royal-sheen {
  0% { transform: rotate(20deg) translateX(-60%); }
  100% { transform: rotate(20deg) translateX(120%); }
}
@keyframes royal-pulse {
  0%, 100% { box-shadow: 0 0 0 1px rgba(201,166,90,0.25) inset, 0 0 12px rgba(217,181,110,0.06); }
  50% { box-shadow: 0 0 0 1px rgba(239,213,139,0.35) inset, 0 0 18px rgba(239,213,139,0.12); }
}
@keyframes emblem-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-4px); }
}
/* Desktop */
@media (min-width: 1281px) {
  .royal-brand-lockup {
    gap: 22px;
    padding: 16px 0;
  }
  .royal-logo-frame {
    width: 78px;
    height: 78px;
  }
}
/* Tablet & Mobile */
@media (max-width: 1280px) {
  .royal-brand-lockup {
    grid-template-columns: 1fr auto;
    grid-auto-flow: row;
    align-items: center;
    gap: 14px;
  }
  .royal-logo-link {
    order: 1;
  }
  .royal-brand-meta {
    order: 2;
  }
  .royal-casino-emblems {
    order: 3;
    justify-content: flex-start;
  }
  .royal-logo-frame {
    width: 58px;
    height: 58px;
  }
}
/* Small Mobile */
@media (max-width: 560px) {
  .royal-brand-lockup {
    grid-template-columns: auto 1fr;
    gap: 12px;
    padding: 12px 0;
  }
  .royal-site-name {
    font-size: 20px;
    letter-spacing: 0.16em;
  }
  .royal-year {
    font-size: 13px;
    padding: 2px 6px;
  }
  .royal-casino-emblems {
    gap: 10px;
  }
}
.nocturne-aurum-hero {
  background:
    radial-gradient(700px 300px at 8% 0%, rgba(217,181,110,0.10) 0%, rgba(217,181,110,0) 60%),
    radial-gradient(600px 260px at 92% 100%, rgba(239,213,139,0.10) 0%, rgba(239,213,139,0) 60%),
    linear-gradient(180deg, #0b0b0b 0%, #0a0a0a 100%);
  width: 100%;
  min-height: 40vh;
  position: relative;
  overflow: hidden;
  z-index: 1;
  box-shadow: 0 2px 0 rgba(201,166,90,0.25) inset;
}
.nocturne-aurum-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(201,166,90,0) 0%, rgba(201,166,90,0.18) 50%, rgba(201,166,90,0) 100%);
  opacity: 0.6;
  pointer-events: none;
  mix-blend-mode: normal;
  animation: aurum-scan 5s linear infinite;
}
.nocturne-aurum-hero::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201,166,90,0), rgba(201,166,90,0.7), rgba(201,166,90,0));
  pointer-events: none;
}
.nocturne-composition {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 16px;
  padding: 18px 0;
}
.nocturne-copy {
  max-width: 980px;
}
.nocturne-title {
  margin: 0 0 10px 0;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: clamp(22px, 2.8vw, 38px);
  line-height: 1.15;
  background-image: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 45%, #c9a65a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
  animation: aurum-title 2.2s ease both;
}
.nocturne-lead {
  margin: 0;
  color: #e8e2d0;
  font-family: "Montserrat", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  font-size: clamp(14px, 1.5vw, 20px);
  line-height: 1.6;
  text-wrap: pretty;
  text-shadow: 0 1px 3px rgba(0,0,0,0.45);
  opacity: 0;
  transform: translateY(8px);
  animation: aurum-lead 0.9s ease 0.25s forwards;
}
.nocturne-emblems {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  list-style: none;
  margin: 0;
  padding: 0 2px;
}
.emblem-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 999px;
  box-shadow: 0 0 0 1px rgba(201,166,90,0.35) inset, 0 8px 18px rgba(0,0,0,0.5);
  background: radial-gradient(60% 60% at 40% 35%, #171717 0%, #0f0f0f 100%);
  transition: transform 0.4s ease, box-shadow 0.4s ease, opacity 0.4s ease;
  opacity: 0.95;
}
.emblem-item:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 0 0 1px rgba(239,213,139,0.45) inset, 0 12px 22px rgba(0,0,0,0.6);
  opacity: 1;
}
.emblem-svg {
  display: block;
  width: 30px;
  height: 30px;
  filter: drop-shadow(0 2px 8px rgba(239,213,139,0.14));
  animation: emblem-float 6.4s ease-in-out infinite;
}
.nocturne-emblems .emblem-item:nth-child(2) .emblem-svg { animation-delay: 0.2s; }
.nocturne-emblems .emblem-item:nth-child(3) .emblem-svg { animation-delay: 0.4s; }
.nocturne-emblems .emblem-item:nth-child(4) .emblem-svg { animation-delay: 0.6s; }
@keyframes aurum-scan {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}
@keyframes aurum-title {
  0% { opacity: 0; transform: translateY(6px); letter-spacing: 0.06em; }
  60% { opacity: 1; transform: translateY(0); }
  100% { letter-spacing: 0.18em; }
}
@keyframes aurum-lead {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes emblem-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
@media (min-width: 1281px) {
  .nocturne-composition { gap: 20px; padding: 20px 0; }
  .emblem-item { width: 40px; height: 40px; }
  .emblem-svg { width: 32px; height: 32px; }
}
@media (max-width: 1280px) {
  .nocturne-composition {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 16px 0;
  }
  .nocturne-emblems {
    justify-content: flex-start;
  }
}
@media (max-width: 560px) {
  .nocturne-title { font-size: 22px; letter-spacing: 0.14em; }
  .nocturne-lead { font-size: 14px; }
  .nocturne-emblems { gap: 10px; }
}
.auric-review-lounge {
  width: 100%;
  padding: 48px 0 60px 0;
  background:
    radial-gradient(900px 320px at 12% 0%, rgba(217,181,110,0.08) 0%, rgba(217,181,110,0) 60%),
    radial-gradient(800px 300px at 88% 100%, rgba(239,213,139,0.08) 0%, rgba(239,213,139,0) 60%),
    linear-gradient(180deg, #0b0b0b 0%, #0a0a0a 100%);
  color: #e8e2d0;
  position: relative;
  overflow: hidden;
}
.auric-review-lounge::after {
  content: "";
  position: absolute;
  left: -40%;
  right: -40%;
  top: -30%;
  height: 160%;
  background: linear-gradient(104deg, rgba(255,255,255,0) 30%, rgba(239,213,139,0.16) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-80%) rotate(16deg);
  animation: auric-sheen 7s linear infinite;
  pointer-events: none;
}
.auric-review-title {
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  font-size: clamp(24px, 3.2vw, 42px);
  margin: 0 0 60px 0;
  background-image: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 46%, #c9a65a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
  position: relative;
}
.auric-review-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(201,166,90,0), rgba(201,166,90,0.7), rgba(201,166,90,0));
  transform-origin: left;
  animation: auric-underline 3.6s ease-in-out infinite;
}
/* Keep Swiper JS selectors; add a decorative frame */
.auric-swiper-frame {
  overflow: visible !important;
  max-width: 100%;
  margin-left: 0 !important;
  padding-top: 16px;
  position: relative;
}
.auric-swiper-frame::before {
  content: "";
  position: absolute;
  inset: 0 -6px -6px -6px;
  pointer-events: none;
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(201,166,90,0.22) inset;
}
/* Card */
.auric-review-card {
  box-shadow: 0 12px 28px rgba(0,0,0,0.45);
  border-radius: 14px;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  background: radial-gradient(60% 60% at 40% 35%, #161616 0%, #0f0f0f 100%);
  border: 1px solid rgba(201,166,90,0.28);
  transition: box-shadow .4s ease, transform .4s ease, opacity .4s ease;
  opacity: 0;
  animation: auric-fadeIn .65s ease forwards;
  position: relative;
  min-height: 214px;
  padding: 40px 40px 22px 40px;
  isolation: isolate;
}
.auric-review-card::after {
  content: "";
  position: absolute;
  inset: -35% -35% auto -35%;
  height: 160%;
  background: linear-gradient(105deg, rgba(255,255,255,0) 32%, rgba(239,213,139,0.18) 50%, rgba(255,255,255,0) 68%);
  transform: translateX(-90%) rotate(14deg);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.auric-review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.55);
}
.auric-review-card:hover::after { opacity: 1; }
/* Stagger like original */
.auric-review-card:nth-child(1){animation-delay:.1s}
.auric-review-card:nth-child(2){animation-delay:.2s}
.auric-review-card:nth-child(3){animation-delay:.3s}
.auric-review-card:nth-child(4){animation-delay:.4s}
.auric-review-card:nth-child(5){animation-delay:.5s}
/* Author badge */
.auric-review-author {
  position: absolute;
  top: -22px;
  right: 40px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  padding: 9px 28px;
  border-radius: 999px;
  font-weight: 600;
  color: #0f0f0f;
  background: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 52%, #c9a65a 100%);
  box-shadow: 0 2px 0 rgba(0,0,0,0.85), 0 8px 20px rgba(239,213,139,0.18);
  transition: transform .3s ease, box-shadow .3s ease;
}
.auric-review-card:hover .auric-review-author {
  transform: scale(1.03);
  box-shadow: 0 3px 0 rgba(0,0,0,0.85), 0 12px 26px rgba(239,213,139,0.22);
}
/* Text */
.auric-review-text {
  color: #e8e2d0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  margin: 0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.45);
}
/* Emblems */
.auric-card-emblems {
  display: inline-flex;
  gap: 8px;
  margin-top: 14px;
  filter: drop-shadow(0 2px 8px rgba(239,213,139,0.14));
}
.auric-card-emblems .emblem {
  animation: emblem-float 6.4s ease-in-out infinite;
}
.auric-card-emblems .emblem:nth-child(2){animation-delay:.25s}
/* Responsive */
@media (max-width: 1280px) {
  .auric-review-lounge { padding: 36px 0 40px 0; }
  .auric-review-card {
    width: 100%;
    border-radius: 12px;
    padding: 30px 30px 16px 30px;
    min-height: 180px;
  }
  .auric-review-author {
    font-size: 14px;
    padding: 7px 20px;
    top: -16px;
    right: 30px;
  }
  .auric-review-text { font-size: 14px; }
  .auric-swiper-frame { max-width: 100%; }
}
@media (min-width: 1281px) {
  .auric-review-lounge { padding-bottom: 60px; }
  .auric-review-card {
    max-width: 497px;
    padding: 40px 73px 40px 40px;
    min-height: 258px;
  }
  .auric-review-author {
    font-size: 20px;
    top: -44px;
    padding: 12px 34px;
  }
  .auric-review-text { font-size: 20px; }
  .auric-swiper-frame { max-width: 497px; }
}
/* Motion */
@keyframes auric-fadeIn {
  from { opacity: 0; transform: translateY(18px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes auric-underline {
  0% { transform: scaleX(0); }
  50% { transform: scaleX(1); }
  100% { transform: scaleX(0); }
}
@keyframes auric-sheen {
  0% { transform: translateX(-80%) rotate(16deg); }
  100% { transform: translateX(120%) rotate(16deg); }
}
@keyframes emblem-float {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-3px); }
}
.midnight-aurum-footer {
  width: 100%;
  padding: 56px 0;
  background:
    radial-gradient(900px 320px at 12% 0%, rgba(217,181,110,0.08) 0%, rgba(217,181,110,0) 60%),
    radial-gradient(800px 300px at 88% 100%, rgba(239,213,139,0.08) 0%, rgba(239,213,139,0) 60%),
    linear-gradient(180deg, #0b0b0b 0%, #0a0a0a 100%);
  color: #e8e2d0;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(201,166,90,0.18);
}
.midnight-aurum-footer::before {
  content: "";
  position: absolute;
  left: -40%;
  right: -40%;
  top: -30%;
  height: 160%;
  background: linear-gradient(104deg, rgba(255,255,255,0) 30%, rgba(239,213,139,0.18) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-82%) rotate(16deg);
  animation: aurum-scan 7s linear infinite;
  pointer-events: none;
}
.midnight-aurum-footer::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: linear-gradient(90deg, rgba(201,166,90,0), rgba(201,166,90,0.7), rgba(201,166,90,0));
  pointer-events: none;
}
.aurum-shell {
  display: grid;
  gap: 22px;
  align-items: start;
}
.aurum-partner-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
  padding: 18px;
  background: radial-gradient(60% 60% at 40% 35%, #151515 0%, #0f0f0f 100%);
  border-radius: 14px;
  box-shadow: 0 0 0 1px rgba(201,166,90,0.26) inset, 0 10px 24px rgba(0,0,0,0.55);
}
.badge-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(180deg, #1a160c 0%, #0f0d08 100%);
  box-shadow: 0 0 0 1px rgba(201,166,90,0.35) inset, 0 8px 18px rgba(0,0,0,0.5);
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
  position: relative;
  overflow: hidden;
}
.badge-link::after {
  content: "";
  position: absolute;
  inset: -40% -40% auto -40%;
  height: 160%;
  background: linear-gradient(100deg, rgba(255,255,255,0) 30%, rgba(239,213,139,0.22) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-90%) rotate(16deg);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.badge-link:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 0 0 1px rgba(239,213,139,0.35) inset, 0 12px 22px rgba(0,0,0,0.6);
}
.badge-link:hover::after { opacity: 1; }
.badge-xs { width: 64px; height: 64px; }
.badge-md { width: 180px; height: 72px; }
.badge-accent {
  border-radius: 18px;
  box-shadow: 0 0 0 1px rgba(239,213,139,0.35) inset, 0 10px 26px rgba(239,213,139,0.12);
}
.badge-img {
  display: block;
  width: 85%;
  height: 85%;
  object-fit: contain;
  filter: brightness(1.02) contrast(1.08);
  transition: transform .35s ease, filter .35s ease;
}
.badge-link:hover .badge-img {
  transform: scale(1.04);
  filter: brightness(1.06) contrast(1.14);
}
.aurum-ornaments {
  display: flex;
  justify-content: center;
  gap: 14px;
  filter: drop-shadow(0 2px 8px rgba(239,213,139,0.14));
}
.aurum-ornaments .ornament {
  width: 28px;
  height: 28px;
  animation: emblem-float 6.6s ease-in-out infinite;
}
.aurum-ornaments .ornament:nth-child(2){animation-delay:.2s}
.aurum-ornaments .ornament:nth-child(3){animation-delay:.4s}
.aurum-ornaments .ornament:nth-child(4){animation-delay:.6s}
.aurum-legal {
  display: grid;
  gap: 10px;
  text-align: center;
}
.legal-text {
  margin: 0;
  font-size: clamp(13px, 1.5vw, 15px);
  line-height: 1.7;
  color: #e8e2d0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.45);
}
.aurum-footer-nav {
  width: 100%;
}
.nav-ledger {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-ledger a {
  text-decoration: none;
  color: #d9c489;
  font-weight: 700;
  font-size: clamp(14px, 1.6vw, 16px);
  letter-spacing: .06em;
  position: relative;
  padding: 4px 2px;
  transition: color .35s ease, transform .35s ease;
}
.nav-ledger a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgba(201,166,90,0), rgba(201,166,90,0.8), rgba(201,166,90,0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.nav-ledger a:hover {
  color: #f1dea1;
  transform: translateY(-2px);
}
.nav-ledger a:hover::after { transform: scaleX(1); }
.nav-token {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: linear-gradient(180deg, #2a2312 0%, #1a160c 100%);
  box-shadow: 0 0 0 1px rgba(201,166,90,0.35) inset, 0 8px 18px rgba(0,0,0,0.5);
}
/* Accessibility */
.aurum-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,1px,1px);
  white-space: nowrap;
  border: 0;
}
/* Responsive */
@media (min-width: 1281px) {
  .midnight-aurum-footer { padding: 66px 0; }
  .aurum-shell { gap: 26px; }
  .badge-md { width: 200px; height: 80px; }
  .badge-xs { width: 72px; height: 72px; }
}
@media (max-width: 640px) {
  .aurum-partner-gallery { gap: 12px; padding: 12px; }
  .badge-md { width: 160px; height: 64px; }
  .badge-xs { width: 56px; height: 56px; }
}
/* Motion */
@keyframes aurum-scan {
  0% { transform: translateX(-82%) rotate(16deg); }
  100% { transform: translateX(120%) rotate(16deg); }
}
@keyframes emblem-float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
.page-margin {
  margin-bottom: 32px;
}
.page-margin-2 {
  margin-bottom: 16px;
}
.page-margin-8 {
  margin-bottom: 8px;
}
.page-margin-24 {
  margin-bottom: 8px;
}
.h3-uppercase {
  text-transform: uppercase;
}
.page-text-bold {
  font-weight: 600;
}
.page-text {
  line-height: 1.57143;
  @media screen and (min-width: 1440px) {
    font-size: 16px;
    line-height: 1.5;
  }
}
.page-simple-list {
  list-style: disc;
  padding-left: 20px;
}
.page-simple-link {
  line-height: 1.57143;
  color: #0059ff;
  @media screen and (min-width: 1440px) {
    font-size: 16px;
    line-height: 1.5;
  }
}
.page-title-h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.55556;
  @media screen and (min-width: 1440px) {
    font-size: 20px;
    line-height: 1.4;
  }
}
.page-title {
  font-family: 'Nunito', sans-serif;
  text-transform: uppercase;
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  margin: 0 auto;
  margin-bottom: 40px;
  margin-top: 116px;
  @media screen and (min-width: 1440px) {
    font-size: 28px;
    line-height: 1.57143;
    margin-top: 189px;
  }
}
.page-content {
  padding: 0 16px;
  padding-bottom: 60px;
  @media screen and (min-width: 1440px) {
    padding: 0 212px;
    padding-bottom: 120px;
  }
}
.btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: 'Open Sans';
  text-transform: uppercase;
  position: absolute;
  top: 20px;
  left: 20px;

  &:hover {
    &:after {
      opacity: 1;
      transform: translateY(0) rotateX(0);
    }

    &:before {
      opacity: 0;
      transform: translateY(50%) rotateX(90deg);
    }
  }

  &:after {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    color: #323237;
    display: block;
    transition: 0.5s;
    position: absolute;
    background: #adadaf;
    content: attr(data-back);
    transform: translateY(-50%) rotateX(90deg);
  }

  &:before {
    top: 0;
    left: 0;
    opacity: 1;
    color: #adadaf;
    display: block;
    padding: 0 30px;
    line-height: 40px;
    transition: 0.5s;
    position: relative;
    background: #323237;
    content: attr(data-front);
    transform: translateY(0) rotateX(0);
  }
}
.noir-aurum-salon {
  padding: 50px 20px;
  background: radial-gradient(900px 300px at 10% 0%, rgba(217,181,110,0.06) 0%, rgba(217,181,110,0) 55%), #0b0b0b;
  color: #e8e2d0;
  font-family: 'Roboto', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  border-top: 3px solid rgba(201,166,90,0.45);
  box-shadow: inset 0 0 15px rgba(0,0,0,0.35);
  animation: aurum-reveal 1.2s ease-out both;
}
.noir-aurum-salon::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(201,166,90,0) 0%, rgba(201,166,90,0.18) 50%, rgba(201,166,90,0) 100%);
  opacity: .6;
  animation: aurum-scan 7s linear infinite;
  pointer-events: none;
}
.aureate-wrap {
  display: grid;
  gap: 20px;
}
.aurum-card {
  background: linear-gradient(180deg, #141414 0%, #0f0f0f 100%);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 15px rgba(0,0,0,0.45), inset 0 0 0 1px rgba(201,166,90,0.3);
  transition: transform .4s ease, box-shadow .4s ease;
  animation: card-rise .9s ease-in forwards;
  opacity: 0;
  transform: translateY(14px);
  position: relative;
}
.aurum-card.is-featured .aurum-ribbon {
  background: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 52%, #c9a65a 100%);
  box-shadow: 0 2px 0 rgba(0,0,0,0.85), 0 0 0 1px rgba(41,33,12,0.35) inset, 0 8px 24px rgba(239,213,139,0.15);
  animation: ribbon-pulse 2.4s ease-in-out infinite;
}
.aurum-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0,0,0,0.55), inset 0 0 0 1px rgba(239,213,139,0.35);
}
.aurum-core {
  padding: 20px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.aurum-ribbon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #121212;
  padding: 7px 16px;
  border-radius: 18px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .14em;
}
.aurum-logo-link {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 10px auto;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: radial-gradient(60% 60% at 40% 35%, #1a1a1a 0%, #0f0f0f 100%);
  box-shadow: 0 0 0 1px rgba(201,166,90,0.28) inset, 0 8px 18px rgba(0,0,0,0.5);
}
.aurum-logo {
  width: 100%;
  height: auto;
  display: block;
  transition: transform .35s ease, filter .35s ease;
  filter: brightness(1.02) contrast(1.08);
}
.aurum-logo-link:hover .aurum-logo {
  transform: scale(1.04);
  filter: brightness(1.07) contrast(1.14);
}
.aurum-logo-link::after {
  content: "";
  position: absolute;
  inset: -30% -30% auto -30%;
  height: 160%;
  background: linear-gradient(100deg, rgba(255,255,255,0) 30%, rgba(239,213,139,0.24) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-80%) rotate(16deg);
  animation: sweep 5.2s linear infinite;
  pointer-events: none;
}
.aurum-metrics {
  display: flex;
  width: 100%;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 10px;
}
.aurum-rating {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: rgba(201,166,90,0.08);
  padding: 8px 12px;
  border-radius: 8px;
  box-shadow: inset 0 1px 3px rgba(201,166,90,0.25);
}
.aurum-rating h3 {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .3px;
}
.aurum-rating h3 span {
  font-size: 20px;
  color: #f1dea1;
  text-shadow: 0 1px 3px rgba(0,0,0,0.35);
}
.aurum-stars {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.aurum-stars-row {
  display: flex;
  gap: 4px;
}
.aurum-star {
  width: 18px;
  height: 18px;
  background: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 55%, #c9a65a 100%);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  box-shadow: 0 0 10px rgba(239,213,139,0.25);
  animation: twinkle 1.8s ease-in-out infinite;
}
.aurum-star:nth-child(even){animation-delay:.15s}
.aurum-stars p {
  margin: 0;
  font-size: 11px;
  color: #bfa56a;
  font-style: italic;
}
.aurum-metrics.is-stats {
  justify-content: space-around;
}
.aurum-withdraw,
.aurum-rtp {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px;
  background: radial-gradient(60% 60% at 40% 35%, #151515 0%, #0f0f0f 100%);
  border-radius: 8px;
  width: 48%;
  border: 1px solid rgba(201,166,90,0.25);
  box-shadow: 0 3px 8px rgba(0,0,0,0.35);
  transition: transform .3s ease, box-shadow .3s ease;
}
.aurum-withdraw:hover,
.aurum-rtp:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0,0,0,0.45);
}
.aurum-withdraw p,
.aurum-rtp p {
  margin: 0;
  font-size: 13px;
  color: #e8e2d0;
  display: flex;
  align-items: center;
  gap: 6px;
}
.aurum-withdraw h3,
.aurum-rtp h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #f1dea1;
}
.icon { font-style: normal; }
.icon-trophy::before { content: "🎰"; }
.aurum-offer {
  padding: 20px;
  background: linear-gradient(180deg, #151515 0%, #0f0f0f 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.aurum-offer::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(70% 60% at 50% 100%, rgba(239,213,139,0.12) 0%, rgba(239,213,139,0) 60%);
  pointer-events: none;
}
.aurum-offer-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 8px 0;
  color: #f1dea1;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.aurum-bonus {
  display: block;
  text-decoration: none;
  background: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 52%, #c9a65a 100%);
  color: #141414;
  font-weight: 600;
  padding: 10px 16px;
  border-radius: 999px;
  margin-bottom: 10px;
  box-shadow: 0 2px 0 rgba(0,0,0,0.85), 0 0 0 1px rgba(41,33,12,0.35) inset;
  transition: transform .3s ease, box-shadow .3s ease;
}
.aurum-bonus:hover {
  transform: translateY(-1px);
  box-shadow: 0 3px 0 rgba(0,0,0,0.85), 0 0 0 1px rgba(41,33,12,0.45) inset;
}
.aurum-cta {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  background: linear-gradient(180deg, #2a2312 0%, #1a160c 100%);
  color: #f4e3a8;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 8px;
  letter-spacing: .12em;
  text-transform: uppercase;
  box-shadow: inset 0 0 0 1px rgba(201,166,90,0.35), 0 10px 24px rgba(0,0,0,0.55);
  position: relative;
  overflow: hidden;
}
.aurum-cta::after {
  content: "";
  position: absolute;
  inset: -30% -30% auto -30%;
  height: 160%;
  background: linear-gradient(100deg, rgba(255,255,255,0) 30%, rgba(239,213,139,0.22) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-82%) rotate(16deg);
  animation: sweep 4.6s linear infinite;
  pointer-events: none;
}
/* stagger */
.aurum-card:nth-child(1){animation-delay:.1s}
.aurum-card:nth-child(2){animation-delay:.2s}
/* desktop >=1281px — поведение и раскладка как в исходнике */
@media (min-width: 1281px) {
  .aureate-wrap {
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .aurum-card {
    display: flex;
    flex-direction: row;
    animation: row-slide .9s ease-in forwards;
    transform: translateX(20px);
  }

  .aurum-core {
    width: 60%;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .aurum-offer {
    width: 40%;
    padding: 25px;
    border-left: 1px solid rgba(201,166,90,0.25);
  }

  @keyframes row-slide {
    from { opacity: 0; transform: translateX(20px); }
    to   { opacity: 1; transform: translateX(0); }
  }

  .noir-aurum-salon { padding: 60px 30px; }
}
/* mobile <=1280px — поведение и размеры как в исходнике */
@media (max-width: 1280px) {
  .aureate-wrap { grid-template-columns: 1fr; }
  .aurum-card { margin: 0 auto; max-width: 450px; }
  .noir-aurum-salon { padding: 30px 10px; }
}
/* motion */
@keyframes aurum-reveal { from { opacity:0; transform: translateY(10px); } to { opacity:1; transform: translateY(0);} }
@keyframes aurum-scan { 0% { transform: translateX(-100%);} 100% { transform: translateX(100%);} }
@keyframes sweep { 0% { transform: translateX(-82%) rotate(16deg);} 100% { transform: translateX(120%) rotate(16deg);} }
@keyframes card-rise { from { opacity:0; transform: translateY(14px);} to { opacity:1; transform: translateY(0);} }
@keyframes ribbon-pulse { 0%,100% { box-shadow: 0 2px 0 rgba(0,0,0,0.85), 0 0 0 1px rgba(41,33,12,0.35) inset; } 50% { box-shadow: 0 2px 0 rgba(0,0,0,0.85), 0 0 0 1px rgba(41,33,12,0.45) inset, 0 0 22px rgba(239,213,139,0.18);} }
@keyframes twinkle { 0%,100% { transform: scale(1); opacity: .95;} 50% { transform: scale(1.08); opacity: 1;} }
.onyx-criterion-suite {
  padding: 56px 20px;
  background:
    radial-gradient(900px 320px at 12% 0%, rgba(217,181,110,0.08) 0%, rgba(217,181,110,0) 60%),
    radial-gradient(800px 300px at 88% 100%, rgba(239,213,139,0.08) 0%, rgba(239,213,139,0) 60%),
    #0b0b0b;
  color: #e8e2d0;
  font-family: "Montserrat", Arial, sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(201,166,90,0.18);
}
.onyx-criterion-suite::after {
  content: "";
  position: absolute;
  left: -40%;
  right: -40%;
  top: -30%;
  height: 160%;
  background: linear-gradient(100deg, rgba(255,255,255,0) 30%, rgba(239,213,139,0.18) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-80%) rotate(16deg);
  animation: onyx-sheen 6s linear infinite;
  pointer-events: none;
}
.onyx-heading {
  max-width: 1100px;
  margin: 0 auto 22px auto;
  text-align: center;
}
.onyx-title {
  margin: 0 0 12px 0;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: .14em;
  text-transform: uppercase;
  background-image: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 46%, #c9a65a 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.6));
  animation: onyx-pop 0.9s ease both;
}
.onyx-intro {
  margin: 0 auto;
  max-width: 980px;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.65;
  text-shadow: 0 1px 3px rgba(0,0,0,0.45);
  opacity: 0;
  transform: translateY(8px);
  animation: onyx-fadeUp .8s ease .15s forwards;
}
.onyx-criteria {
  list-style: none;
  margin: 22px auto 24px auto;
  padding: 0;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.onyx-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: radial-gradient(60% 60% at 40% 35%, #161616 0%, #0f0f0f 100%);
  box-shadow: 0 0 0 1px rgba(201,166,90,0.26) inset, 0 8px 18px rgba(0,0,0,0.55);
  transition: transform .35s ease, box-shadow .35s ease;
  position: relative;
  overflow: hidden;
}
.onyx-item::after {
  content: "";
  position: absolute;
  left: -35%;
  right: -35%;
  top: -40%;
  height: 160%;
  background: linear-gradient(105deg, rgba(255,255,255,0) 32%, rgba(239,213,139,0.18) 50%, rgba(255,255,255,0) 68%);
  transform: translateX(-90%) rotate(14deg);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.onyx-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(239,213,139,0.35) inset, 0 12px 22px rgba(0,0,0,0.6);
}
.onyx-item:hover::after { opacity: 1; }
.onyx-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #2a2312 0%, #1a160c 100%);
  box-shadow: 0 0 0 1px rgba(201,166,90,0.35) inset, 0 8px 18px rgba(0,0,0,0.5);
  flex: none;
}
.onyx-text {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.7;
  color: #e8e2d0;
}
.onyx-text strong {
  display: block;
  color: #f1dea1;
  margin-bottom: 6px;
  letter-spacing: .02em;
}
.onyx-summary {
  max-width: 980px;
  margin: 2px auto 0 auto;
  text-align: center;
}
.onyx-summary p {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.65;
  color: #e8e2d0;
  text-shadow: 0 1px 3px rgba(0,0,0,0.45);
  opacity: 0;
  transform: translateY(8px);
  animation: onyx-fadeUp .8s ease .25s forwards;
}
/* Responsive */
@media (min-width: 960px) {
  .onyx-criteria { grid-template-columns: 1fr 1fr; gap: 16px; }
}
@media (min-width: 1281px) {
  .onyx-criterion-suite { padding: 64px 30px; }
  .onyx-criteria { gap: 18px; }
}
/* Motion */
@keyframes onyx-pop {
  0% { opacity: 0; transform: translateY(6px) scale(0.98); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes onyx-fadeUp {
  to { opacity: 1; transform: translateY(0); }
}
@keyframes onyx-sheen {
  0% { transform: translateX(-80%) rotate(16deg); }
  100% { transform: translateX(120%) rotate(16deg); }
}
.noir-gold-advice {
  padding: 56px 20px;
  background: radial-gradient(
      900px 320px at 12% 0%,
      rgba(217, 181, 110, 0.08) 0%,
      rgba(217, 181, 110, 0) 60%
    ),
    radial-gradient(
      800px 300px at 88% 100%,
      rgba(239, 213, 139, 0.08) 0%,
      rgba(239, 213, 139, 0) 60%
    ),
    #0b0b0b;
  color: #e8e2d0;
  font-family: 'Montserrat', Arial, sans-serif;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(201, 166, 90, 0.18);
}
.noir-gold-advice::before {
  content: '';
  position: absolute;
  left: -40%;
  right: -40%;
  top: -30%;
  height: 160%;
  background: linear-gradient(
    104deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(239, 213, 139, 0.18) 50%,
    rgba(255, 255, 255, 0) 70%
  );
  transform: translateX(-80%) rotate(16deg);
  animation: gold-sheen 7s linear infinite;
  pointer-events: none;
}
.advice-head {
  max-width: 1100px;
  margin: 0 auto 22px auto;
  text-align: center;
}
.advice-title {
  margin: 0 0 12px 0;
  font-size: clamp(22px, 3vw, 36px);
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  background-image: linear-gradient(
    180deg,
    #f4e3a8 0%,
    #d9b56e 46%,
    #c9a65a 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.6));
  animation: title-pop 0.9s ease both;
}
.advice-intro {
  margin: 0 auto;
  max-width: 980px;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.65;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(8px);
  animation: fade-up 0.8s ease 0.15s forwards;
}
.advice-list {
  list-style: none;
  margin: 22px auto 26px auto;
  padding: 0;
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}
.advice-item {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: start;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 12px;
  background: radial-gradient(60% 60% at 40% 35%, #161616 0%, #0f0f0f 100%);
  box-shadow: 0 0 0 1px rgba(201, 166, 90, 0.26) inset,
    0 8px 18px rgba(0, 0, 0, 0.55);
  position: relative;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.advice-item::after {
  content: '';
  position: absolute;
  left: -35%;
  right: -35%;
  top: -40%;
  height: 160%;
  background: linear-gradient(
    105deg,
    rgba(255, 255, 255, 0) 32%,
    rgba(239, 213, 139, 0.18) 50%,
    rgba(255, 255, 255, 0) 68%
  );
  transform: translateX(-90%) rotate(14deg);
  opacity: 0;
  transition: opacity 0.35s ease;
  pointer-events: none;
}
.advice-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 0 1px rgba(239, 213, 139, 0.35) inset,
    0 12px 22px rgba(0, 0, 0, 0.6);
}
.advice-item:hover::after {
  opacity: 1;
}
.advice-icon {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: linear-gradient(180deg, #2a2312 0%, #1a160c 100%);
  box-shadow: 0 0 0 1px rgba(201, 166, 90, 0.35) inset,
    0 8px 18px rgba(0, 0, 0, 0.5);
  flex: none;
}
.advice-text {
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.7;
  color: #e8e2d0;
}
.advice-text strong {
  display: block;
  color: #f1dea1;
  margin-bottom: 6px;
  letter-spacing: 0.02em;
}
.advice-cta {
  max-width: 980px;
  margin: 4px auto 0 auto;
  text-align: center;
}
.advice-cta p {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 18px);
  line-height: 1.65;
  color: #e8e2d0;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(8px);
  animation: fade-up 0.8s ease 0.25s forwards;
}
.advice-link {
  color: #f7ecc1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.advice-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #f7ecc1;
  transition: width 0.35s ease;
}
.advice-link:hover::after {
  width: 100%;
}
.advice-embellish {
  list-style: none;
  display: inline-flex;
  gap: 10px;
  margin: 14px auto 0 auto;
  padding: 0;
  filter: drop-shadow(0 2px 8px rgba(239, 213, 139, 0.14));
}
.advice-embellish svg {
  display: block;
  animation: chip-float 6.6s ease-in-out infinite;
}
/* Responsive */
@media (min-width: 960px) {
  .advice-list {
    grid-template-columns: 1fr 1fr;
    gap: 16px;
  }
}
@media (min-width: 1281px) {
  .noir-gold-advice {
    padding: 64px 30px;
  }
  .advice-list {
    gap: 18px;
  }
}
/* Motion */
@keyframes title-pop {
  0% {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
@keyframes fade-up {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes gold-sheen {
  0% {
    transform: translateX(-80%) rotate(16deg);
  }
  100% {
    transform: translateX(120%) rotate(16deg);
  }
}
@keyframes chip-float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
/* Luxurious ludic gallery with a refined casino-business aesthetic, featuring metallic sheens and elegant animations */
.grand-ludic-gallery {
  padding: 55px 20px;
  background: linear-gradient(to bottom, #0e2c50 0%, #1c3f73 100%);
  color: #d7dfe9;
  font-family: 'Cormorant Garamond', serif;
  position: relative;
  overflow: hidden;
  border-bottom: 3px solid #b4bfd2;
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.3);
  animation: galleryUnveil 1.6s ease-out forwards;
}
/* Subtle aurora-like shimmer for a premium casino vibe */
.grand-ludic-gallery::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(180, 191, 210, 0.14) 0%, transparent 50%, rgba(180, 191, 210, 0.14) 100%);
  opacity: 0.68;
  animation: auroraGlide 8.5s ease-in-out infinite;
}
/* Elegant light sparkle for a sophisticated touch */
.grand-ludic-gallery::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 25%;
  width: 50px;
  height: 50px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.24) 10%, transparent 70%);
  border-radius: 50%;
  animation: sparklePulse 4s infinite ease-in-out;
  opacity: 0;
  box-shadow: 0 0 10px rgba(180, 191, 210, 0.5);
}
.curated-play-vault {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.game-showcase-header {
  margin-bottom: 15px;
}
.game-showcase-header h2 {
  font-size: 35px;
  font-weight: 600;
  color: #e8edf5;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  margin-bottom: 14px;
  opacity: 0;
  transform: translateY(18px);
  animation: headerAscend 1.2s ease-in-out 0.2s forwards;
}
.game-showcase-header p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #d7dfe9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(18px);
  animation: textAscend 1.2s ease-in-out 0.4s forwards;
}
.play-catalogue {
  list-style: none;
  padding: 0;
  margin: 0 0 22px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.play-catalogue li {
  position: relative;
  padding: 16px 16px 16px 48px;
  background: linear-gradient(45deg, #1c3f73 0%, #0e2c50 100%);
  border-radius: 7px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35), inset 0 0 6px rgba(180, 191, 210, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  opacity: 0;
  transform: scale(0.98);
  animation: gameFade 0.9s ease-in forwards;
  text-align: left;
}
.play-catalogue li:nth-child(1) { animation-delay: 0.5s; }
.play-catalogue li:nth-child(2) { animation-delay: 0.6s; }
.play-catalogue li:nth-child(3) { animation-delay: 0.7s; }
.play-catalogue li:nth-child(4) { animation-delay: 0.8s; }
.play-catalogue li:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45), inset 0 0 10px rgba(180, 191, 210, 0.35);
}
.play-catalogue li .game-details h3 {
  font-size: 20px;
  font-weight: 600;
  color: #e8edf5;
  margin-bottom: 6px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.play-catalogue li .game-details p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.6;
  color: #d7dfe9;
}
.play-catalogue li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(180, 191, 210, 0.12) 0%, transparent 50%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.play-catalogue li:hover::before {
  opacity: 1;
}
.game-icon {
  position: absolute;
  left: 12px;
  top: 16px;
  font-size: 20px;
  color: #b4bfd2;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  transition: color 0.4s ease, transform 0.4s ease;
}
.play-catalogue li:hover .game-icon {
  color: #e8edf5;
  transform: scale(1.1) rotate(5deg);
}
.play-invite p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
  color: #d7dfe9;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(18px);
  animation: textAscend 1.2s ease-in-out 1.0s forwards;
}
.ludic-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  position: relative;
}
.ludic-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e8edf5;
  transition: width 0.3s ease;
}
.ludic-link:hover::after {
  width: 100%;
}
.ludic-link:hover {
  color: #e8edf5;
  text-shadow: 0 1px 4px rgba(180, 191, 210, 0.5);
}
/* Animations */
@keyframes galleryUnveil {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes auroraGlide {
  0% { opacity: 0.68; transform: translateX(0); }
  50% { opacity: 0.88; transform: translateX(-6px); }
  100% { opacity: 0.68; transform: translateX(0); }
}
@keyframes sparklePulse {
  0% { opacity: 0; transform: scale(0.9); }
  50% { opacity: 0.75; transform: scale(1.08); }
  100% { opacity: 0; transform: scale(0.9); }
}
@keyframes headerAscend {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes textAscend {
  from { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes gameFade {
  from { opacity: 0; transform: scale(0.98); }
  to { opacity: 1; transform: scale(1); }
}
/* Desktop styles (min-width: 1281px) */
@media (min-width: 1281px) {
  .curated-play-vault {
    padding: 0 100px;
  }

  .game-showcase-header h2 {
    font-size: 36px;
  }

  .game-showcase-header p,
  .play-invite p {
    font-size: 20px;
  }

  .play-catalogue li {
    font-size: 16px;
    padding: 20px 20px 20px 50px;
  }

  .play-catalogue li .game-details h3 {
    font-size: 22px;
  }

  .play-catalogue li .game-details p {
    font-size: 16px;
  }

  .game-icon {
    font-size: 22px;
    top: 20px;
    left: 14px;
  }
}
/* Mobile styles (max-width: 1280px) */
@media (max-width: 1280px) {
  .grand-ludic-gallery {
    padding: 35px 10px;
  }

  .curated-play-vault {
    padding: 0 12px;
  }

  .game-showcase-header h2 {
    font-size: 22px;
  }

  .game-showcase-header p,
  .play-invite p {
    font-size: 15px;
  }

  .play-catalogue li {
    font-size: 14px;
    padding: 12px 12px 12px 40px;
  }

  .play-catalogue li .game-details h3 {
    font-size: 18px;
  }

  .play-catalogue li .game-details p {
    font-size: 14px;
  }

  .game-icon {
    font-size: 18px;
    top: 12px;
    left: 10px;
  }
}
/* Elegant gaming summit with a luxurious casino-business aesthetic, featuring refined metallic gradients and smooth animations */
.noble-gaming-summit {
  padding: 50px 20px;
  background: linear-gradient(to bottom, #0f2e54 0%, #1d4176 100%);
  color: #d6dee8;
  font-family: 'Playfair Display', serif;
  position: relative;
  overflow: hidden;
  border-top: 3px solid #b5c0d3;
  box-shadow: inset 0 0 17px rgba(0, 0, 0, 0.32);
  animation: summitReveal 1.5s ease-out forwards;
}
/* Subtle luminous veil for a premium casino ambiance */
.noble-gaming-summit::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(181, 192, 211, 0.13) 0%, transparent 50%, rgba(181, 192, 211, 0.13) 100%);
  opacity: 0.72;
  animation: veilSway 7.5s ease-in-out infinite;
}
/* Delicate light orb for a sophisticated touch */
.noble-gaming-summit::after {
  content: '';
  position: absolute;
  top: 20%;
  left: 22%;
  width: 55px;
  height: 55px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.23) 10%, transparent 68%);
  border-radius: 50%;
  animation: orbGlow 3.9s infinite ease-in-out;
  opacity: 0;
  box-shadow: 0 0 11px rgba(181, 192, 211, 0.48);
}
.curated-finale-core {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 20px;
}
.summit-headline {
  margin-bottom: 15px;
}
.summit-headline h2 {
  font-size: 36px;
  font-weight: 700;
  color: #e9eef6;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  margin-bottom: 12px;
  opacity: 0;
  transform: translateY(20px);
  animation: headlineAscend 1.2s ease-in-out 0.2s forwards;
}
.summit-headline p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #d6dee8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(20px);
  animation: textAscend 1.2s ease-in-out 0.4s forwards;
}
.summit-insight {
  margin-bottom: 18px;
}
.summit-insight p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #d6dee8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(20px);
  animation: textAscend 1.2s ease-in-out 0.6s forwards;
  background: linear-gradient(45deg, #1d4176 0%, #0f2e54 100%);
  padding: 15px;
  border-radius: 6px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35), inset 0 0 6px rgba(181, 192, 211, 0.25);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}
.summit-insight p:hover {
  transform: scale(1.02);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.45), inset 0 0 10px rgba(181, 192, 211, 0.35);
}
.summit-callout {
  padding: 10px;
}
.summit-callout p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.7;
  color: #d6dee8;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(20px);
  animation: textAscend 1.2s ease-in-out 0.8s forwards;
}
.prime-link {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  transition: color 0.3s ease, text-shadow 0.3s ease;
  position: relative;
}
.prime-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background: #e9eef6;
  transition: width 0.3s ease;
}
.prime-link:hover::after {
  width: 100%;
}
.prime-link:hover {
  color: #e9eef6;
  text-shadow: 0 1px 4px rgba(181, 192, 211, 0.5);
}
/* Animations */
@keyframes summitReveal {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes veilSway {
  0% { opacity: 0.72; transform: translateX(0); }
  50% { opacity: 0.92; transform: translateX(4px); }
  100% { opacity: 0.72; transform: translateX(0); }
}
@keyframes orbGlow {
  0% { opacity: 0; transform: scale(0.88); }
  50% { opacity: 0.78; transform: scale(1.06); }
  100% { opacity: 0; transform: scale(0.88); }
}
@keyframes headlineAscend {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes textAscend {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
/* Desktop styles (min-width: 1281px) */
@media (min-width: 1281px) {
  .curated-finale-core {
    padding: 0 110px;
  }

  .summit-headline h2 {
    font-size: 36px;
  }

  .summit-headline p,
  .summit-insight p,
  .summit-callout p {
    font-size: 20px;
  }

  .summit-insight p {
    padding: 20px;
  }
}
/* Mobile styles (max-width: 1280px) */
@media (max-width: 1280px) {
  .noble-gaming-summit {
    padding: 35px 10px;
  }

  .curated-finale-core {
    padding: 0 12px;
  }

  .summit-headline h2 {
    font-size: 22px;
  }

  .summit-headline p,
  .summit-insight p,
  .summit-callout p {
    font-size: 16px;
  }

  .summit-insight p {
    padding: 12px;
  }
}
/* Luxurious casino-inspired FAQ section with a regal velvet and gold aesthetic */
.opulent-oracle-chamber {
  width: 100%;
  padding: 80px 0;
  background: linear-gradient(135deg, #2a0000 0%, #0f0000 100%);
  color: #f7e1b5;
  font-family: 'Libre Baskerville', serif;
  position: relative;
  overflow: hidden;
  border-top: 4px solid #d4a017;
  box-shadow: inset 0 0 25px rgba(212, 160, 23, 0.5);
  animation: chamberReveal 1.8s ease-out forwards;
}
/* Golden mist effect for an opulent casino ambiance */
.opulent-oracle-chamber::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(212, 160, 23, 0.2) 0%, transparent 60%, rgba(212, 160, 23, 0.2) 100%);
  opacity: 0.5;
  animation: goldenMist 10s ease-in-out infinite;
}
/* Sparkling diamond effect for a luxurious touch */
.opulent-oracle-chamber::after {
  content: '';
  position: absolute;
  top: 15%;
  right: 10%;
  width: 35px;
  height: 35px;
  background: radial-gradient(circle, #ffffff 10%, #d4a017 50%, transparent 80%);
  border-radius: 50%;
  animation: diamondGleam 4.5s infinite ease-in-out;
  opacity: 0;
  box-shadow: 0 0 15px rgba(212, 160, 23, 0.7);
}
.oracle-nexus {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 35px;
  gap: 40px;
}
.oracle-scrolls {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
}
.oracle-entry {
  background: linear-gradient(45deg, #3f0000 0%, #1a0000 100%);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.7), inset 0 0 10px rgba(212, 160, 23, 0.4);
  align-self: center;
  width: 100%;
  max-width: 1000px;
  border-radius: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border: 2px solid rgba(212, 160, 23, 0.5);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.27, 1.55), box-shadow 0.6s ease;
  opacity: 0;
  animation: entryFadeIn 1.2s ease forwards;
}
.oracle-entry:hover {
  transform: translateY(-8px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.8), inset 0 0 15px rgba(212, 160, 23, 0.5);
}
.oracle-entry:nth-child(1) { animation-delay: 0.1s; }
.oracle-entry:nth-child(2) { animation-delay: 0.3s; }
.oracle-entry:nth-child(3) { animation-delay: 0.5s; }
.oracle-entry:nth-child(4) { animation-delay: 0.7s; }
.oracle-entry:nth-child(5) { animation-delay: 0.9s; }
.oracle-entry:nth-child(6) { animation-delay: 1.1s; }
@keyframes entryFadeIn {
  from { opacity: 0; transform: translateY(30px); }
  to { opacity: 1; transform: translateY(0); }
}
.faq-question-button-js {
  color: #f7e1b5;
  display: flex;
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}
.query-verse {
  width: 100%;
  border-radius: 15px 15px 0 0;
  padding: 25px;
  font-weight: 700;
  font-size: 20px;
  text-align: left;
  background: linear-gradient(90deg, rgba(212, 160, 23, 0.3), rgba(63, 0, 0, 0.3));
  transition: background 0.5s ease, transform 0.5s ease;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.6);
}
.faq-question-button-js:hover .query-verse {
  background: linear-gradient(90deg, rgba(212, 160, 23, 0.4), rgba(63, 0, 0, 0.4));
  transform: scale(1.02);
}
.revelation-text {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease, padding 0.6s ease;
  padding: 0 25px;
  font-family: 'Poppins', sans-serif;
}
.revelation-text.open {
  max-height: 600px;
  opacity: 1;
  color: #e6c684;
  font-size: 18px;
  background: linear-gradient(90deg, #3f0000, #1a0000);
  padding: 25px;
  border-radius: 0 0 15px 15px;
  box-shadow: inset 0 0 10px rgba(212, 160, 23, 0.4);
}
.oracle-proclamation {
  font-family: 'Libre Baskerville', serif;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.7), 0 0 15px rgba(212, 160, 23, 0.5);
  color: #ffd700;
  text-align: left;
  font-size: 48px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
.oracle-proclamation::after {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, transparent, #d4a017, transparent);
  animation: goldSweep 4s infinite ease-in-out;
}
/* Animations */
@keyframes chamberReveal {
  from { opacity: 0; clip-path: polygon(0 0, 100% 0, 100% 0, 0 0); }
  to { opacity: 1; clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
}
@keyframes goldenMist {
  0% { opacity: 0.5; transform: translateY(0); }
  50% { opacity: 0.8; transform: translateY(-10px); }
  100% { opacity: 0.5; transform: translateY(0); }
}
@keyframes diamondGleam {
  0% { opacity: 0; transform: rotate(0deg) scale(0.5); }
  50% { opacity: 1; transform: rotate(360deg) scale(1.2); }
  100% { opacity: 0; transform: rotate(720deg) scale(0.5); }
}
@keyframes goldSweep {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
/* Mobile styles (max-width: 1280px) */
@media (max-width: 1280px) {
  .opulent-oracle-chamber {
    padding: 50px 0;
  }

  .oracle-nexus {
    padding: 20px;
    gap: 30px;
  }

  .oracle-entry {
    border-radius: 12px;
  }

  .query-verse {
    padding: 20px;
    font-size: 18px;
  }

  .revelation-text {
    font-size: 16px;
    padding: 0 20px;
  }

  .revelation-text.open {
    padding: 20px;
  }

  .oracle-proclamation {
    font-size: 36px;
  }
}
/* Desktop styles (min-width: 1281px) */
@media (min-width: 1281px) {
  .oracle-nexus {
    padding: 50px;
    gap: 50px;
  }

  .query-verse {
    padding: 30px;
    font-size: 22px;
  }

  .revelation-text {
    font-size: 20px;
    padding: 0 30px;
  }

  .revelation-text.open {
    padding: 30px;
  }

  .oracle-proclamation {
    font-size: 52px;
  }
}
.rating-section {
  background: linear-gradient(180deg, #001a2e 0%, #000c1a 100%);
  padding: 60px 0;
  position: relative;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}
.rating-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
  animation: gentlePulse 8s ease-in-out infinite;
}
.rating-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.rating-image {
  width: 100%;
  max-width: 600px;
  height: auto;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.4), 0 0 20px rgba(255, 255, 255, 0.2);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
  opacity: 0;
  transform: translateX(50px);
  animation: imageSlideIn 1.2s ease-out 0.8s forwards;
}
.rating-image:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.5), 0 0 30px rgba(255, 255, 255, 0.3);
}
.rating-text-content {
  max-width: 550px;
  opacity: 0;
  transform: translateX(-50px);
  animation: textSlideIn 1.2s ease-out 0.5s forwards;
}
.rating-text-content h2 {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 25px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3), 0 0 10px rgba(255, 255, 255, 0.2);
  letter-spacing: 0.5px;
  line-height: 1.2;
  position: relative;
}
.rating-text-content h2::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: shine 3s infinite ease-in-out;
}
.rating-text-content p {
  font-family: 'Inter', sans-serif;
  color: #e0e0e0;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
@keyframes textSlideIn {
  from { opacity: 0; transform: translateX(-50px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes imageSlideIn {
  from { opacity: 0; transform: translateX(50px); }
  to { opacity: 1; transform: translateX(0); }
}
@keyframes gentlePulse {
  0% { opacity: 0.6; transform: scale(1); }
  50% { opacity: 0.8; transform: scale(1.02); }
  100% { opacity: 0.6; transform: scale(1); }
}
@keyframes shine {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
/* Mobile styles (max-width: 1280px) */
@media (max-width: 1280px) {
  .rating-wrapper {
    flex-direction: column;
    padding: 0 15px;
    gap: 20px;
  }

  .rating-text-content h2 {
    font-size: 32px;
    text-align: left;
  }

  .rating-text-content p {
    font-size: 16px;
    text-align: left;
  }

  .rating-image {
    max-width: 100%;
  }
}
/* Desktop styles (min-width: 1281px) */
@media (min-width: 1281px) {
  .rating-wrapper {
    flex-direction: row;
    gap: 50px;
  }

  .rating-text-content {
    max-width: 600px;
  }

  .rating-text-content h2 {
    font-size: 48px;
  }

  .rating-text-content p {
    font-size: 18px;
  }
}
.why-us-section {
  width: 100%;
  padding-bottom: 60px;
  background: linear-gradient(180deg, #001a2e 0%, #000c1a 100%);
}
.why-us-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  gap: 30px;
}
.why-us-items {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.why-us-items:hover > :not(:hover) {
  filter: blur(2px);
  opacity: 0.8;
  transition: filter 0.3s ease, opacity 0.3s ease;
}
.why-us-entry {
  background: rgba(0, 28, 46, 0.85) !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
  align-self: center;
  width: 90%;
  border-radius: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: box-shadow 0.4s ease, transform 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  animation: fadeInEntry 0.6s ease forwards;
  padding: 20px;
}
.why-us-entry:nth-child(1) { animation-delay: 0.1s; }
.why-us-entry:nth-child(2) { animation-delay: 0.2s; }
.why-us-entry:nth-child(3) { animation-delay: 0.3s; }
.why-us-entry:nth-child(4) { animation-delay: 0.4s; }
.why-us-entry:nth-child(5) { animation-delay: 0.5s; }
.why-us-entry:nth-child(6) { animation-delay: 0.6s; }
.why-us-entry:nth-child(7) { animation-delay: 0.7s; }
.why-us-entry:nth-child(8) { animation-delay: 0.8s; }
.why-us-entry:nth-child(9) { animation-delay: 0.9s; }
@keyframes fadeInEntry {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.why-us-entry:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.3), inset 0 0 15px rgba(255, 255, 255, 0.05);
}
.why-us-entry h3 {
  color: #ffffff;
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
  align-items: center;
  gap: 15px;
}
.why-us-entry p {
  width: 100%;
  color: #e0e0e0;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}
.entry-number {
  background: linear-gradient(135deg, #001a2e, #000c1a);
  padding: 8px 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
}
.why-us-entry:hover .entry-number {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.25);
}
.why-us-heading {
  font-family: 'Playfair Display', serif;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5), 0 0 10px rgba(255, 255, 255, 0.1);
  color: #ffffff;
  text-align: left;
  font-size: 42px;
  position: relative;
  overflow: hidden;
}
.why-us-heading::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  animation: shine 3s infinite ease-in-out;
}
@keyframes shine {
  0% { transform: translateX(-100%); }
  50% { transform: translateX(100%); }
  100% { transform: translateX(-100%); }
}
/* Mobile styles (max-width: 1280px) */
@media (max-width: 1280px) {
  .why-us-container {
    padding: 15px;
    gap: 20px;
  }

  .why-us-entry {
    width: 100%;
    border-radius: 10px;
    padding: 15px;
  }

  .why-us-entry h3 {
    font-size: 16px;
    gap: 10px;
  }

  .why-us-entry p {
    font-size: 14px;
  }

  .entry-number {
    font-size: 18px;
    padding: 6px 12px;
    min-width: 35px;
    height: 35px;
  }

  .why-us-heading {
    font-size: 32px;
  }
}
/* Desktop styles (min-width: 1281px) */
@media (min-width: 1281px) {
  .why-us-container {
    padding: 40px;
    gap: 40px;
  }

  .why-us-entry {
    width: 80%;
    max-width: 900px;
    padding: 25px;
  }

  .why-us-entry h3 {
    font-size: 20px;
    gap: 20px;
  }

  .why-us-entry p {
    font-size: 18px;
  }

  .entry-number {
    font-size: 22px;
    padding: 10px 18px;
    min-width: 45px;
    height: 45px;
  }

  .why-us-heading {
    font-size: 48px;
  }
}
.contact {
  padding: 40px 20px;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  width: 100%;
}
.form-container {
  max-width: 600px;

  width: 100%;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  margin: 100px auto;
    box-shadow:
    0 0 5px rgba(255, 255, 255, 0.3),
    0 0 10px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 255, 255, 0.1),
    inset 0 0 15px rgba(255, 255, 255, 0.15);
}
.form-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}
form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
label {
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  color: #555;
  font-weight: 500;
}
input[type="text"],
input[type="email"],
textarea {
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-top: 5px;
  transition: border-color 0.3s ease;
}
input[type="text"]:focus,
input[type="email"]:focus,
textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}
textarea {
  resize: vertical;
  min-height: 100px;
}
input[type="checkbox"] {
  margin-right: 8px;
}
label div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 0.9rem;
  color: #555;
}
label div a {
  color: #007bff;
  text-decoration: none;
}
label div a:hover {
  text-decoration: underline;
}
.text-error1,
.email-error,
.textarea-error,
.checkbox-error {
  color: #dc3545;
  font-size: 0.85rem;
  margin-top: 5px;
  min-height: 20px;
}
.btn-2 {
background: #003c38 !important;
  box-shadow:
    0 0 5px rgba(255, 255, 255, 0.3),
    0 0 10px rgba(255, 255, 255, 0.2),
    0 0 20px rgba(255, 255, 255, 0.1),
    inset 0 0 15px rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 12px;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-2:hover {
background: #000e3f !important;
}
.btn-2 span {
  display: inline-block;
}
@media (max-width: 480px) {
  .form-container {
    padding: 20px;
  }

  .form-title {
    font-size: 1.5rem;
  }

  .btn-2 {
    padding: 10px;
  }
}
.echelon-cookie-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: calc(env(safe-area-inset-bottom,0px) + 12px);
  z-index: 2400;
  display: grid;
  place-items: center;
  padding: 6px 0;
  pointer-events: none;
  animation: bar-rise .7s cubic-bezier(.2,.7,.2,1) both;
}
.aurum-consent-box {
  width: min(94vw, 980px);
  margin: 0 auto;
  border-radius: 16px;
  background:
    radial-gradient(70% 90% at 15% 0%, rgba(217,181,110,0.12) 0%, rgba(217,181,110,0) 60%),
    #0f0f0f;
  box-shadow: 0 0 0 1px rgba(201,166,90,0.35) inset, 0 16px 34px rgba(0,0,0,0.6);
  position: relative;
  overflow: hidden;
  pointer-events: auto;
}
.aurum-consent-box::before {
  content: "";
  position: absolute;
  inset: -40% -40% auto -40%;
  height: 160%;
  background: linear-gradient(104deg, rgba(255,255,255,0) 30%, rgba(239,213,139,0.22) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-85%) rotate(16deg);
  animation: sheen-scan 6.6s linear infinite;
  pointer-events: none;
}
.aurum-consent-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(40% 120% at 100% 100%, rgba(201,166,90,0.12) 0%, rgba(201,166,90,0) 60%);
  pointer-events: none;
}
.aurum-consent-lead {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: center;
  padding: 16px 16px 10px 16px;
}
.aurum-emblems {
  display: inline-flex;
  gap: 8px;
  filter: drop-shadow(0 2px 8px rgba(239,213,139,0.14));
}
.aurum-emblems .emblem { animation: floaty 6.4s ease-in-out infinite; }
.aurum-emblems .emblem:nth-child(2){animation-delay:.25s}
.aurum-consent-text {
  margin: 0;
  color: #e8e2d0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: clamp(14px, 1.6vw, 16px);
  line-height: 1.65;
  text-shadow: 0 1px 3px rgba(0,0,0,0.45);
}
.aurum-link {
  color: #f1dea1;
  text-decoration: none;
  font-weight: 700;
  position: relative;
}
.aurum-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1.5px;
  background: linear-gradient(90deg, rgba(201,166,90,0), rgba(201,166,90,0.9), rgba(201,166,90,0));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .35s ease;
}
.aurum-link:hover::after { transform: scaleX(1); }
.aurum-actions {
  display: grid;
  grid-auto-flow: column;
  gap: 10px;
  justify-content: end;
  padding: 0 16px 16px 16px;
}
.aurum-btn {
  border: 0;
  cursor: pointer;
  border-radius: 12px;
  padding: 12px 18px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease, filter .3s ease;
}
.aurum-accept {
  color: #0f0f0f;
  background: linear-gradient(180deg, #f4e3a8 0%, #d9b56e 52%, #c9a65a 100%);
  box-shadow: 0 2px 0 rgba(0,0,0,0.85), 0 10px 26px rgba(239,213,139,0.18), inset 0 0 0 1px rgba(41,33,12,0.35);
}
.aurum-accept::after {
  content: "";
  position: absolute;
  inset: -40% -40% auto -40%;
  height: 160%;
  background: linear-gradient(100deg, rgba(255,255,255,0) 30%, rgba(255,255,255,0.26) 50%, rgba(255,255,255,0) 70%);
  transform: translateX(-90%) rotate(16deg);
  opacity: 0;
  transition: opacity .35s ease;
  pointer-events: none;
}
.aurum-accept:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 0 rgba(0,0,0,0.85), 0 14px 30px rgba(239,213,139,0.22);
}
.aurum-accept:hover::after { opacity: 1; }
.aurum-decline {
  color: #e8e2d0;
  background: linear-gradient(180deg, #1b1b1b 0%, #121212 100%);
  box-shadow: inset 0 0 0 1px rgba(201,166,90,0.35), 0 8px 18px rgba(0,0,0,0.5);
}
.aurum-decline:hover {
  transform: translateY(-2px);
  box-shadow: inset 0 0 0 1px rgba(239,213,139,0.45), 0 12px 22px rgba(0,0,0,0.6);
  filter: brightness(1.02);
}
@media (max-width: 820px) {
  .aurum-consent-lead { grid-template-columns: 1fr; gap: 8px; padding: 14px 14px 8px 14px; }
  .aurum-emblems { justify-content: center; }
  .aurum-actions { grid-auto-flow: row; justify-content: center; gap: 8px; padding: 0 14px 14px 14px; }
  .aurum-btn { width: 100%; }
}
@media (min-width: 1281px) {
  .echelon-cookie-bar { padding: 8px 0; }
  .aurum-consent-box { border-radius: 18px; }
  .aurum-btn { padding: 14px 22px; font-size: 15px; }
}
@keyframes bar-rise {
  from { opacity: 0; transform: translateY(22px); }
  to { opacity: 1; transform: translateY(0); }
}
@keyframes sheen-scan {
  0% { transform: translateX(-85%) rotate(16deg); }
  100% { transform: translateX(120%) rotate(16deg); }
}
@keyframes floaty {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}
:root {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #121212;

background: #000000 !important;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
.container {
  max-width: 375px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media screen and (min-width: 1440px) {
  .container {
    max-width: 1440px;
  }
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}
.page-section {
  background-color: #fff;
  padding-top: 100px;
}
body {
  overflow-x: hidden !important;
}
#tsparticles {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/**
 * Swiper 11.2.8
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 23, 2025
 */

/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}
.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}
.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}
.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-lock {
  display: none;
}
/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: 'next';
}
/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform,
        200ms top;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
        200ms left;
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-lock {
  display: none;
}
:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}
.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}
.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}
.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}
/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper.swiper-cube {
  overflow: visible;
}
.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}
.swiper-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}
.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}
.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}
.swiper.swiper-cards {
  overflow: visible;
}
.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
}
