* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
  background-color: #2d3447;
  color: #e8e9ed;
  line-height: 1.6;
  overflow-x: hidden;
}

.x4m9k {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* Header Styles */
.w9k4n {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 15px 0;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.t7m3p {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.r2k8w {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

.y5n9m {
  flex-shrink: 0;
}

.m8n2k {
  height: 50px;
  width: auto;
  display: block;
}

.p6w4n {
  display: flex;
  flex: 1;
}

.x9m2t {
  display: flex;
  list-style: none;
  gap: 25px;
  margin: 0;
  padding: 0;
}

.z2n8m {
  color: #96a5d1;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.3s ease;
  font-size: 15px;
}

.z2n8m:hover {
  color: #eaae16;
}

.w5k9n {
  display: flex;
  align-items: center;
  gap: 15px;
}

.t8m3p {
  display: flex;
  align-items: center;
  gap: 8px;
  background: rgba(150, 165, 209, 0.15);
  padding: 8px 15px;
  border-radius: 20px;
}

.r6w2k {
  font-size: 18px;
}

.y4n7m {
  color: #96a5d1;
  font-size: 14px;
  font-weight: 500;
}

.k9w3t {
  color: #eaae16;
  font-weight: 700;
}

.m7k2n {
  padding: 10px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
  font-size: 14px;
  border: none;
  cursor: pointer;
}

.btn-login {
  background-color: #96a5d1;
  color: #1d2158;
}

.btn-login:hover {
  background-color: #a8b5dd;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(150, 165, 209, 0.4);
}

.btn-signup {
  background-color: #eaae16;
  color: #1d2158;
}

.btn-signup:hover {
  background-color: #f5bd2f;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(234, 174, 22, 0.4);
}

.p3w8k {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.w6n2m {
  width: 28px;
  height: 3px;
  background-color: #96a5d1;
  transition: all 0.3s ease;
  border-radius: 2px;
}

/* Hero Section */
.w7n3p {
  background: linear-gradient(135deg, #1d2158 0%, #2d3447 100%);
  padding: 60px 20px;
  position: relative;
  overflow: hidden;
}

.w7n3p::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/nomad-baner1.webp") center / cover no-repeat;
  opacity: 0.15;
  z-index: 0;
}

.k2m8t {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.r9w4n {
  display: flex;
  gap: 40px;
  align-items: center;
  flex-wrap: wrap;
}

.y6k3m {
  flex: 1;
  min-width: 300px;
}

.t8n2w {
  font-size: 48px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.3);
}

.m5w9k {
  font-size: 20px;
  color: #96a5d1;
  margin-bottom: 30px;
  line-height: 1.5;
}

.p7k4n {
  display: inline-block;
  padding: 16px 40px;
  background: linear-gradient(135deg, #eaae16 0%, #f5bd2f 100%);
  color: #1d2158;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  border-radius: 12px;
  transition: all 0.3s ease;
  box-shadow: 0 6px 20px rgba(234, 174, 22, 0.3);
}

.p7k4n:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(234, 174, 22, 0.5);
}

.z3w8m {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.4);
  min-width: 320px;
  border: 2px solid rgba(150, 165, 209, 0.2);
}

.q6n2k {
  font-size: 16px;
  color: #96a5d1;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.w9m4t {
  font-size: 32px;
  font-weight: 700;
  color: #eaae16;
  text-align: center;
  padding: 20px;
  background: rgba(234, 174, 22, 0.1);
  border-radius: 10px;
  margin-bottom: 15px;
  letter-spacing: 3px;
  border: 2px dashed #eaae16;
}

.r5k8n {
  text-align: center;
  color: #4ade80;
  font-size: 14px;
  margin-bottom: 20px;
}

.y2w7m {
  display: flex;
  gap: 10px;
}

.k4n9p {
  flex: 1;
  padding: 12px 20px;
  border-radius: 8px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  border: none;
  font-size: 14px;
}

.btn-copy {
  background-color: #96a5d1;
  color: #1d2158;
}

.btn-copy:hover {
  background-color: #a8b5dd;
  transform: translateY(-2px);
}

.btn-activate {
  background-color: #eaae16;
  color: #1d2158;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn-activate:hover {
  background-color: #f5bd2f;
  transform: translateY(-2px);
}

/* Main Content */
.n8w5k {
  flex: 1;
  padding: 40px 20px;
}

.t3m9p {
  max-width: 1400px;
  margin: 0 auto;
}

.x9k2m {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

/* Section Titles */
.t5n8r {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 15px;
}

.t5n8r::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, #96a5d1 0%, #eaae16 100%);
  border-radius: 2px;
}

/* Advantages Section */
.p7w3q {
  background: rgba(29, 33, 88, 0.3);
  padding: 50px 30px;
  border-radius: 20px;
}

.d4j9k {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.m2p7x {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 30px;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  border: 2px solid rgba(150, 165, 209, 0.1);
}

.m2p7x:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(150, 165, 209, 0.2);
  border-color: rgba(150, 165, 209, 0.3);
}

.k8w4n {
  font-size: 48px;
  margin-bottom: 20px;
}

.r6t2m {
  font-size: 22px;
  font-weight: 600;
  color: #eaae16;
  margin-bottom: 15px;
}

.y3k9p {
  color: #96a5d1;
  line-height: 1.6;
  font-size: 15px;
}

/* Jackpot Section */
.w8n5t {
  background: rgba(29, 33, 88, 0.3);
  padding: 50px 30px;
  border-radius: 20px;
}

.q4m9x {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.z7k3p {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 40px 30px;
  border-radius: 16px;
  text-align: center;
  border: 3px solid #eaae16;
  position: relative;
  overflow: hidden;
}

.z7k3p::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(234, 174, 22, 0.1), transparent);
  animation: jackpotShine 3s infinite;
}

@keyframes jackpotShine {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.j2w8n {
  font-size: 18px;
  color: #96a5d1;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  z-index: 1;
}

.v5t9m {
  font-size: 42px;
  font-weight: 700;
  color: #eaae16;
  margin-bottom: 10px;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 20px rgba(234, 174, 22, 0.5);
}

.b3n7k {
  font-size: 14px;
  color: #96a5d1;
  position: relative;
  z-index: 1;
}

/* Screenshots Section */
.n6p2w {
  background: rgba(29, 33, 88, 0.3);
  padding: 50px 30px;
  border-radius: 20px;
}

.l9k4m {
  max-width: 100%;
  overflow: hidden;
}

.h3w7n {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.f8t2k {
  display: flex;
  gap: 30px;
  transition: transform 0.5s ease;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.f8t2k::-webkit-scrollbar {
  display: none;
}

.s4m9p {
  flex: 0 0 auto;
  width: 350px;
  scroll-snap-align: center;
}

.screenshot-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
}

.c7n3x {
  text-align: center;
  margin-top: 15px;
  color: #96a5d1;
  font-size: 16px;
}

.p9w5k {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(150, 165, 209, 0.9);
  color: #1d2158;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 28px;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p9w5k:hover {
  background: #eaae16;
  transform: translateY(-50%) scale(1.1);
}

.slider-prev {
  left: -25px;
}

.slider-next {
  right: -25px;
}

/* App Info Section */
.r8m3t {
  background: rgba(29, 33, 88, 0.3);
  padding: 50px 30px;
  border-radius: 20px;
}

.y6k2n {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.w9p4m {
  flex: 1;
  min-width: 300px;
}

.x5t8k {
  width: 100%;
  border-collapse: collapse;
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  border-radius: 12px;
  overflow: hidden;
}

.x5t8k tbody tr {
  border-bottom: 1px solid rgba(150, 165, 209, 0.2);
}

.x5t8k tbody tr:last-child {
  border-bottom: none;
}

.q2n7w {
  padding: 15px 20px;
  color: #96a5d1;
  font-weight: 600;
  text-align: left;
}

.d8m3p {
  padding: 15px 20px;
  color: #e8e9ed;
  text-align: left;
}

.k7w2n {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.m4p9t {
  font-size: 24px;
  color: #eaae16;
  margin-bottom: 10px;
  text-align: center;
}

.v8n3k {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 25px;
  border-radius: 12px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 600;
}

.btn-android {
  background: linear-gradient(135deg, #3ddc84 0%, #2bb968 100%);
  color: #ffffff;
}

.btn-android:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(61, 220, 132, 0.4);
}

.btn-ios {
  background: linear-gradient(135deg, #007aff 0%, #0051d5 100%);
  color: #ffffff;
}

.btn-ios:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(0, 122, 255, 0.4);
}

.btn-apk {
  background: linear-gradient(135deg, #eaae16 0%, #f5bd2f 100%);
  color: #1d2158;
}

.btn-apk:hover {
  transform: translateX(5px);
  box-shadow: 0 6px 20px rgba(234, 174, 22, 0.4);
}

.t2w7m {
  font-size: 32px;
}

.r5k9p {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.j3n8w {
  font-size: 12px;
  opacity: 0.9;
}

.y6t2m {
  font-size: 18px;
  font-weight: 700;
}

/* Bonuses Section */
.b9w4n {
  background: rgba(29, 33, 88, 0.3);
  padding: 50px 30px;
  border-radius: 20px;
}

.x2n8w {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 35px;
  border-radius: 16px;
  text-align: center;
  border: 2px solid rgba(234, 174, 22, 0.3);
  min-width: 320px;
  flex: 0 0 auto;
  scroll-snap-align: center;
}

.q5w9m {
  display: inline-block;
  background: #eaae16;
  color: #1d2158;
  padding: 6px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.t7k3n {
  font-size: 32px;
  font-weight: 700;
  color: #eaae16;
  margin-bottom: 20px;
}

.y4m8p {
  color: #96a5d1;
  margin-bottom: 25px;
  line-height: 1.6;
}

.y4m8p p {
  margin-bottom: 10px;
}

.w6n2k {
  display: inline-block;
  padding: 14px 32px;
  background: #0a4c76;
  color: #1d2158;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
}

.w6n2k:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(234, 174, 22, 0.4);
}

/* Slot Game Section */
.z3k7m {
  background: rgba(29, 33, 88, 0.3);
  padding: 50px 30px;
  border-radius: 20px;
}

.n8w4p {
  display: flex;
  justify-content: center;
}

.r6m2k {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 40px;
  border-radius: 20px;
  border: 3px solid #eaae16;
  max-width: 500px;
  width: 100%;
}

.y9t3n {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 30px;
}

.w4k8m {
  background: rgba(150, 165, 209, 0.2);
  border: 3px solid #96a5d1;
  border-radius: 12px;
  width: 100px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p7n2x {
  font-size: 64px;
  transition: all 0.1s ease;
}

.m5w9t {
  width: 100%;
  padding: 18px;
  background: linear-gradient(135deg, #eaae16 0%, #f5bd2f 100%);
  color: #1d2158;
  border: none;
  border-radius: 12px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.m5w9t:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(234, 174, 22, 0.5);
}

.m5w9t:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.k3n7w {
  margin-top: 25px;
  text-align: center;
  font-size: 18px;
  min-height: 60px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  justify-content: center;
}

.slot-win {
  color: #4ade80;
  font-weight: 700;
  font-size: 24px;
}

.slot-lose {
  color: #96a5d1;
}

.slot-claim-btn {
  padding: 12px 30px;
  background: #4ade80;
  color: #1d2158;
  border: none;
  border-radius: 10px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-block;
}

.slot-claim-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(74, 222, 128, 0.4);
}

/* FAQ Section */
.j8m4n {
  background: rgba(29, 33, 88, 0.3);
  padding: 50px 30px;
  border-radius: 20px;
}

.v2k9p {
  max-width: 900px;
  margin: 0 auto;
}

.x7w3m {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  border-radius: 12px;
  margin-bottom: 20px;
  overflow: hidden;
  border: 2px solid rgba(150, 165, 209, 0.1);
}

.q4n8k {
  padding: 20px 25px;
  font-size: 18px;
  font-weight: 600;
  color: #eaae16;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.q4n8k::after {
  content: "+";
  position: absolute;
  right: 25px;
  font-size: 24px;
  color: #96a5d1;
}

.x7w3m.active .q4n8k::after {
  content: "−";
}

.q4n8k:hover {
  background: rgba(150, 165, 209, 0.1);
}

.t9m2w {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.x7w3m.active .t9m2w {
  max-height: 500px;
}

.t9m2w p {
  padding: 0 25px 20px 25px;
  color: #96a5d1;
  line-height: 1.7;
}

/* Author Section */
.l6w9n {
  background: rgba(29, 33, 88, 0.3);
  padding: 50px 30px;
  border-radius: 20px;
}

.p3k7m {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 35px;
  border-radius: 16px;
  max-width: 800px;
  margin: 0 auto;
  border: 2px solid rgba(150, 165, 209, 0.2);
}

.r2m9k {
  font-size: 28px;
  font-weight: 700;
  color: #eaae16;
  margin-bottom: 10px;
}

.y5t3n {
  font-size: 16px;
  color: #96a5d1;
  margin-bottom: 20px;
}

.k7w2m {
  color: #e8e9ed;
  line-height: 1.7;
  margin-bottom: 20px;
}

.m4n8w {
  display: inline-block;
  padding: 12px 24px;
  background: #0077b5;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.m4n8w:hover {
  background: #006399;
  transform: translateY(-2px);
}

/* Footer */
.k8w3n {
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 50px 20px 30px;
  margin-top: 60px;
}

.r5m9p {
  max-width: 1400px;
  margin: 0 auto;
}

.y2k7w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  flex-wrap: wrap;
  gap: 30px;
}

.w6k2p {
  height: 45px;
  width: auto;
}

.x3w8n {
  flex: 1;
}

.m7k4p {
  display: flex;
  list-style: none;
  gap: 25px;
  flex-wrap: wrap;
  justify-content: center;
}

.z5k8m {
  color: #96a5d1;
  text-decoration: none;
  transition: color 0.3s ease;
}

.z5k8m:hover {
  color: #eaae16;
}

.p8w3k {
  display: flex;
  gap: 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.r4n7m {
  flex: 1;
  min-width: 250px;
}

.y6k2w {
  font-size: 18px;
  color: #eaae16;
  margin-bottom: 20px;
  font-weight: 600;
}

.t9m5n,
.k5w9m {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.w3k8p,
.x7n2k {
  height: 40px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.w3k8p:hover,
.x7n2k:hover {
  opacity: 1;
}

.m2w7k {
  border-top: 1px solid rgba(150, 165, 209, 0.2);
  padding-top: 30px;
}

.q9n4p {
  text-align: center;
}

.w5k8m {
  color: #96a5d1;
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Sticky Widget */
.z7k3m.sticky-widget {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, #1d2158 0%, #252a5e 100%);
  padding: 15px 20px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.4);
  z-index: 999;
  animation: slideUp 0.5s ease;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.w4n9p {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.r8m2k {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.y5w7n {
  font-size: 18px;
  font-weight: 700;
  color: #eaae16;
}

.t3k9m {
  font-size: 14px;
  color: #96a5d1;
}

.m6w4n {
  padding: 12px 32px;
  background: linear-gradient(135deg, #eaae16 0%, #f5bd2f 100%);
  color: #1d2158;
  text-decoration: none;
  font-weight: 700;
  border-radius: 10px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.m6w4n:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(234, 174, 22, 0.4);
}

/* Content Styling */
.x9k2m h2 {
  color: #eaae16;
  margin-top: 30px;
  margin-bottom: 15px;
}

.x9k2m h3 {
  color: #96a5d1;
  margin-top: 25px;
  margin-bottom: 12px;
}

.x9k2m p {
  margin-bottom: 15px;
  line-height: 1.7;
}

.x9k2m ul,
.x9k2m ol {
  margin-bottom: 20px;
  padding-left: 30px;
}

.x9k2m li {
  margin-bottom: 10px;
  line-height: 1.6;
}

.x9k2m table {
  width: 100%;
  border-collapse: collapse;
  margin: 25px 0;
  background: rgba(29, 33, 88, 0.3);
  border-radius: 12px;
  overflow: hidden;
}

.x9k2m th {
  background: #1d2158;
  color: #eaae16;
  padding: 15px;
  text-align: left;
  font-weight: 600;
}

.x9k2m td {
  padding: 12px 15px;
  border-bottom: 1px solid rgba(150, 165, 209, 0.1);
  color: #e8e9ed;
}

.x9k2m a {
  color: #eaae16;
  text-decoration: underline;
}

.x9k2m a:hover {
  color: #f5bd2f;
}

/* Responsive Design */
@media (max-width: 992px) {
  .p6w4n {
    position: fixed;
    top: 80px;
    left: -100%;
    width: 100%;
    background: #1d2158;
    padding: 30px 20px;
    transition: left 0.3s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  }

  .p6w4n.active {
    left: 0;
  }

  .x9m2t {
    flex-direction: column;
    gap: 20px;
  }

  .p3w8k {
    display: flex;
  }

  .t8n2w {
    font-size: 36px;
  }

  .m5w9k {
    font-size: 18px;
  }

  .r9w4n {
    flex-direction: column;
  }

  .slider-prev {
    left: 10px;
  }

  .slider-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .t8n2w {
    font-size: 28px;
  }

  .t5n8r {
    font-size: 28px;
  }

  .d4j9k,
  .q4m9x {
    grid-template-columns: 1fr;
  }

  .f8t2k {
    justify-content: flex-start;
  }

  .s4m9p {
    width: 280px;
  }

  .y6k2n {
    flex-direction: column;
  }

  .p8w3k {
    flex-direction: column;
    gap: 40px;
  }

  .w4n9p {
    flex-direction: column;
    text-align: center;
  }

  .r8m2k {
    align-items: center;
  }

  .t8m3p {
    display: none;
  }
}

@media (max-width: 480px) {
  .t8n2w {
    font-size: 24px;
  }

  .t5n8r {
    font-size: 24px;
  }

  .m7k2n {
    padding: 8px 16px;
    font-size: 13px;
  }

  .z3w8m {
    min-width: 100%;
  }

  .w9m4t {
    font-size: 24px;
    letter-spacing: 2px;
  }

  .y9t3n {
    gap: 10px;
  }

  .w4k8m {
    width: 80px;
    height: 100px;
  }

  .p7n2x {
    font-size: 48px;
  }
}

/* Unused styles for uniqueness */
.wp-block-unused {
  display: none;
}
.elementor-section-wrap {
  visibility: hidden;
}
.yoast-container {
  opacity: 0;
}
.gutenberg-block {
  position: absolute;
  left: -9999px;
}
/* =========================
   INFO (scoped styles)
   ========================= */
.info {
  /* пастельна тема */
  --info-bg:  #96a5d1;
  --info-surface: #fafafa;
  --info-border: #e6e8ee;
  --info-text: #334155;      /* slate-700 */
  --info-muted: #6b7280;     /* gray-500 */
  --info-accent: #7fb3ff;    /* пастельно-блакитний */
  --info-accent-2: #9fe0cc;  /* м'ятний */
  --info-warn: #ffd6d6;      /* пастельно-рожевий */
  --info-link: #3b82f6;      /* підкреслення */
  --shadow-sm: 0 6px 20px rgba(15, 23, 42, .06);

  background: var(--info-bg);
  color: var(--info-text);
  border-radius: 12px;
  box-shadow: var(--shadow-sm);
  padding: clamp(20px, 3.2vw, 36px);
}

/* Заголовки */
.info h1,
.info h2,
.info h3 {
  color: #0f172a; /* slate-900 */
  line-height: 1.25;
  letter-spacing: .2px;
  scroll-margin-top: 96px; /* щоб якір не ховався під липким хедером */
}

.info h1 {
  font-size: clamp(24px, 3.4vw, 36px);
  font-weight: 800;
  margin: 0 0 .8em;
}

.info h2 {
  font-size: clamp(20px, 2.8vw, 28px);
  font-weight: 700;
  margin: 2em 0 .6em;
  position: relative;
}

.info h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  margin-top: .5rem;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--info-accent), var(--info-accent-2));
  opacity: .85;
}

.info h3 {
  font-size: clamp(18px, 2.2vw, 22px);
  font-weight: 700;
  margin: 1.4em 0 .5em;
}

/* Текст, лід-абзац */
.info > p:first-of-type {
  font-size: clamp(16px, 2vw, 18px);
  color: #1f2937; /* gray-800 */
  border: 1px solid var(--info-border);
  border-left: 4px solid var(--info-accent);
  padding: 14px 16px;
  border-radius: 10px;
}

.info p {
  margin: 0 0 1rem;
  line-height: 1.75;
  color: var(--info-text);
}

/* Посилання */
.info a {
  color: #0f172a;
  text-decoration: underline;
  text-decoration-color: var(--info-link);
  text-underline-offset: 3px;
  text-decoration-thickness: 2px;
  transition: color .2s ease, background .2s ease;
}
.info a:hover {
  color: #0b61d6;
  background: linear-gradient(0deg, rgba(127,179,255,.15), rgba(127,179,255,0));
}

/* Списки */
.info ul,
.info ol {
  margin: .6rem 0 1.1rem 1.2rem;
  padding: 0;
}
.info li {
  margin: .4rem 0;
}
.info ul li::marker { color: var(--info-accent); }
.info ol li::marker { color: var(--info-accent-2); }

/* Таблиця */
.info table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 1rem 0 1.5rem;
  background: var(--info-bg);
  border: 1px solid var(--info-border);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}
.info table thead th {
  color: #0f172a;
  font-weight: 700;
}
.info th,
.info td {
  padding: 12px 14px;
  border-bottom: 1px solid var(--info-border);
  vertical-align: top;
}
.info tr:last-child td { border-bottom: 0; }

/* Примітки/попередження (за бажанням додайте клас у розмітку) */
.info .callout {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid var(--info-border);
  margin: 1rem 0;
}
.info .callout.warning {
  border-color: #ffc4c4;
}

/* Блок-квоти */
.info blockquote {
  margin: 1rem 0;
  padding: 12px 16px 12px 18px;
  border-left: 4px solid var(--info-accent);
  background: var(--info-surface);
  color: var(--info-muted);
  border-radius: 6px;
}

/* Зображення/медіа */
.info img,
.info iframe,
.info video {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
}

/* Горизонтальна лінія */
.info hr {
  height: 1px;
  border: 0;
  background: var(--info-border);
  margin: 1.5rem 0;
}

/* Маленькі дрібниці */
.info strong { color: #0f172a; }
.info em { color: #475569; }

/* Адаптив лише всередині info (делікатно) */
@media (max-width: 768px) {
  .info {
    padding: 18px;
    border-radius: 10px;
    box-shadow: none; /* легше на мобільних */
  }
  .info table { display: block; overflow-x: auto; white-space: nowrap; }
}

/* Підтримка reduced-motion */
@media (prefers-reduced-motion: reduce) {
  .info * { transition: none !important; }
}
/* Desktop-only side paddings (no change on mobile) */
@media (min-width: 992px) {
  :root {
    /* змінюй цю змінну, якщо треба більше/менше відступи */
    --desktop-gutter: 48px;
  }

  /* Головні контейнері сторінки */
  .k2m8t,   /* hero inner container */
  .t3m9p,   /* main content container */
  .r5m9p {  /* footer container */
    padding-left: var(--desktop-gutter);
    padding-right: var(--desktop-gutter);
  }

  /* Додатково: контентний стек секцій (якщо треба трохи повітря всередині) */
  .x9k2m {
    padding-left: var(--desktop-gutter);
    padding-right: var(--desktop-gutter);
  }
}
