html,
body {
    margin: 0;
    padding: 0;
    background-color: #000;
    font-family: "DM Serif Display", serif;
}

h1,
h2,
h3 {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

.btn {
    border-radius: 8px;
    height: 40px;
    width: 160px;
    display: flex;
    font-family: 'Inter', sans-serif;
    justify-content: center;
    align-items: center;
    background: linear-gradient(92deg, #FFEBA5 0%, #FFC700 88.31%, #FFE27B 104.38%) !important;
    font-size: 14px;
    color: #000;
}

header {
    position: fixed;
    width: 100%;
    background-color: #000;
    top: 0;
    z-index: 9999;
    padding: 15px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

header .container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    align-items: center;
}

header img {
    height: 40px;
    width: auto;
}

.spinnel {
    padding: 100px 0;
}

.spinnel .container {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.spinnel__wrapper {
    max-width: 580px;
    min-width: 540px;
    padding: 35px 20px 20px;
    background: rgba(25, 25, 25, 1);
    border-radius: 16px;

}

.spinnel__wrapper h1 {
    color: rgb(255, 235, 165);
    font-size: 45px;
    max-width: 400px;
    font-family: "DM Serif Display";
    font-weight: 400;
    margin-bottom: 30px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(92deg, #FFEBA5 0%, #FFC700 88.31%, #FFE27B 104.38%);
    -webkit-text-fill-color: transparent !important;

}
.spinnel__spin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.wheel-image {
    width: 450px;   
    height: auto;   
    cursor: pointer; 
}

h2 {
    color: rgb(255, 209, 44);
    font-family: "DM Serif Display";
    font-weight: 400;
    font-style: normal;
    font-size: 48px;
    letter-spacing: -0.5px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(92deg, #FFEBA5 0%, #FFC700 88.31%, #FFE27B 104.38%);
    -webkit-text-fill-color: transparent !important;

}
.logo-text {
    font-size: 2rem;       
    font-weight: 700;       
    color: #ffd24a;         
    text-decoration: none;  
    font-family: 'Arial', sans-serif; 
}


.spinnel__wrapper p {
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    font-size: 18px;

}

.spinnel__wrapper .btn {
    font-weight: bolder;
    font-family: Inter;
    font-size: 18px;
    width: 100%;
    height: 60px;
    margin: 40px 0 20px;
}

.spinnel__rew {
    height: 38px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.spinnel__star {
    height: 33px;
    width: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
}

.why {}

.why h2 {}

.why__grid {
    display: grid;
    gap: 40px;
    grid-template-columns: 1fr 1fr;
}

.why__item {
    display: flex;
    gap: 20px;
    align-items: center;
}

.why__item img {
    width: 200px;
    min-width: 200px;
    height: 200px;
    object-fit: cover;
}

.why__item h3 {
    font-weight: 400;
    font-family: "DM Serif Display";
    font-size: 20px;
    color: rgb(255, 235, 165);
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-bottom: 10px;
    background-clip: text !important;
    -webkit-background-clip: text !important;
    background: linear-gradient(92deg, #FFEBA5 0%, #FFC700 88.31%, #FFE27B 104.38%);
    -webkit-text-fill-color: transparent !important;

}

.why__item p {
    color: rgb(255, 255, 255);
    font-family: Inter;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
}

.play {
    margin: 90px 0;

}

.play a {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 30px;
    border-radius: 8px;
    background: rgba(25, 25, 25, 0);
    align-items: center;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 13px;
    font-size: 55px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    line-height: 19px;
    border: 1px solid rgb(255, 209, 44);
}

.play a img {
    height: 60px;
    width: auto;
    object-fit: cover;
}

.your .container {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    align-items: center;
}

.your__wrap {
    flex: 1;
}

.your__images {
    flex: 1;
    align-items: center; 
    gap: 10px;
}

.your__images {
    display: flex;
    align-items: center;
    gap: 2px;
}

.your__img {
     flex: none;
}

.your__img img {
    display: block;      
    width: 100%;         
    max-width: 400px;    
    height: auto;       
    border-radius: 12px;
}

.your h2 {
    line-height: 54px;
    margin-bottom: 20px;
}

.your p {
    font-weight: 400;
    font-family: Inter;
    font-size: 20px;
    color: rgb(255, 255, 255);
    font-style: normal;
}

.compareTable_v1,
.compareTable_v1 * {
    box-sizing: border-box
}

.compareTable_v1 {
    background: #000;
    color: #fff;
    padding: 80px 20px;

}

/* container */
.compareTable_v1__inner {
    max-width: 1200px;
    margin: 0 auto
}

/* heading */
.compareTable_v1__heading {
    font-size: 48px;
    font-weight: 800;
    color: #ffd24a;
    margin: 0 0 22px;
    letter-spacing: 0.2px;
}

/* frame grid */
.compareTable_v1__frame {
    display: grid;
    grid-template-columns: 1fr 360px 1fr;
    gap: 0px;
    align-items: start;
    position: relative;
}
.compareTable_v1__inner p {
    font-size: 1.125rem;   
    line-height: 1.8;       
    margin-bottom: 16px;    
    color: #fdfcfc;        
    letter-spacing: 0.5px;
}

/* columns */
.compareTable_v1__col {
    background: transparent;
    border-radius: 6px;
    margin: 0 -10px;
}

/* label cells */
.compareTable_v1__col--labels .compareTable_v1__row,
.compareTable_v1__col--other .compareTable_v1__row {
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    padding: 28px 22px;
    font-weight: 400;
    font-family: Inter;
    font-size: 16px;
    text-align: center;
    color: rgb(255, 255, 255);
    letter-spacing: -0.2px;
    font-style: normal;
}

.compareTable_v1__col--labels .compareTable_v1__row:first-child,
.compareTable_v1__col--other .compareTable_v1__row:first-child {
    border-top: 0;
}

.compareTable_v1__row.compareTable_v1__row--head {
    font-weight: 400;
    font-family: "DM Serif Display";
    font-size: 26px;
    color: rgb(255, 255, 255);
    letter-spacing: -0.2px;
}

.compareTable_v1__col--labels .compareTable_v1__row--head,
.compareTable_v1__col--other .compareTable_v1__row--head {
    font-weight: 900;
    text-transform: none;
    color: #dfe9f7;
    padding: 18px 22px 22px;
}

.compareTable_v1__row--head {
    font-weight: 400;
    font-family: "DM Serif Display";
    font-size: 26px;
    color: rgb(255, 255, 255);
    letter-spacing: -0.2px;
}

/* center column: highlighted panel */
.compareTable_v1__col--center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 30px 18px;
    margin-top: -22px;
}

/* floating rounded rectangle effect */
.compareTable_v1__col--center::before {
    content: "";
    position: absolute;
    inset: 18px;
    border-radius: 18px;
    border: 2px solid rgba(255, 209, 74, 0.95);
    box-shadow:
        0 18px 60px rgba(255, 170, 40, 0.06),
        0 28px 120px rgba(255, 160, 20, 0.08),
        0 0 40px rgba(255, 200, 90, 0.28);
    pointer-events: none;
    transform: translateY(6px);
    filter: blur(2px);
}

/* inner central panel with backdrop effect */
.compareTable_v1__col--center .compareTable_v1__row,
.compareTable_v1__col--center .compareTable_v1__hero {
    position: relative;
    z-index: 2;
    width: 100%;
    text-align: center;
}

/* hero (title + coin) */
.compareTable_v1__hero {
    margin-bottom: 8px;
    padding-top: 6px;
}

.compareTable_v1__coin {
    position: absolute;
    right: -18px;
    top: -36px;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    color: #fff;
    background: linear-gradient(180deg, #ffcf5a, #ff9a2e);
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(255, 155, 25, 0.28);
    border: 3px solid rgba(255, 255, 255, 0.06);
}

/* center title */
.compareTable_v1__centerTitle {
    font-weight: 400;
    font-family: "DM Serif Display";
    font-size: 26px;
    padding: 9px 20px;
    color: rgb(255, 199, 0);
    letter-spacing: -0.2px;
}

/* center rows values */
.compareTable_v1__col--center .compareTable_v1__row {
    padding: 28px 20px 28px;
    margin-top: 0px;
    font-weight: 600;
    font-family: Inter;
    font-size: 16px;
    color: rgb(255, 199, 0);
    letter-spacing: -0.2px;
    font-style: normal;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
}


/* right column simpler style */
.compareTable_v1__col--other .compareTable_v1__row {
    font-weight: 400;
    font-family: Inter;
    text-align: center;
    font-size: 16px;
    color: rgb(255, 255, 255);
    letter-spacing: -0.2px;
    font-style: normal;
}

/* subtle horizontal separators across whole layout (visual) */
.compareTable_v1__frame>.compareTable_v1__col .compareTable_v1__row {
    /* rows already styled individually */
}

/* Note text */
.compareTable_v1__note {
    margin-top: 18px;
    color: #9fb2c9;
    font-size: 13px
}

.compareTable_v1__row.compareTable_v1__row--head {
    font-weight: 400;
    font-family: "DM Serif Display";
    font-size: 26px;
    color: rgb(255, 255, 255);
    letter-spacing: -0.2px;
}

/* Responsive: stack on small screens */
/* @media (max-width:980px) {
    .compareTable_v1__heading {
        font-size: 36px
    }

    .compareTable_v1__frame {
        grid-template-columns: 1fr;
        gap: 18px
    }

    .compareTable_v1__col--labels,
    .compareTable_v1__col--other {
        order: 1
    }

    .compareTable_v1__col--center {
        order: 0
    }

    .compareTable_v1__col--center::before {
        inset: 12px
    }

    .compareTable_v1__coin {
        right: 14px;
        top: -28px
    }

    .compareTable_v1__col--other .compareTable_v1__row {
        text-align: left
    }

    .compareTable_v1__col--labels .compareTable_v1__row,
    .compareTable_v1__col--other .compareTable_v1__row {
        padding: 16px 14px;
        font-size: 15px
    }

    .compareTable_v1__col--center .compareTable_v1__row {
        padding: 14px 12px;
        font-size: 15px
    }
} */

/* small screens: tighten */
/* @media (max-width:520px) {
    .compareTable_v1__heading {
        font-size: 26px;
        margin-bottom: 14px
    }

    .compareTable_v1__coin {
        width: 52px;
        height: 52px;
        font-size: 20px;
        top: -24px
    }

    .compareTable_v1__centerTitle {
        font-size: 20px
    }

    .compareTable_v1__col--center::before {
        border-radius: 12px
    }

    .compareTable_v1__note {
        font-size: 12px
    }
} */
.game {
    padding: 80px 0 0 0;
}



footer {
  background-color: #1a1a1a;
  color: #f5f5f5;
  padding: 40px 20px;
  text-align: center;
  border-top: 3px solid #e50914;
  font-family: 'Arial', sans-serif;
}

footer h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #ff4d4d;
  letter-spacing: 1px;
  text-transform: uppercase;
  
}

footer p {
  max-width: 900px;
  margin: 0 auto 25px;
  font-size: 16px;
  line-height: 1.7;
  color: #ddd;
}

.dis__images {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.dis__images a img {
  height: 50px;
  width: auto;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.dis__images a img:hover {
  transform: scale(1.1);
  opacity: 0.8;
}

/* Адаптивность */
@media (max-width: 600px) {
  footer h2 {
    font-size: 22px;
  }

  footer p {
    font-size: 14px;
  }

  .dis__images a img {
    height: 40px;
  }
}

.play2 {
    margin: 40px 0;
}

@media screen and (max-width: 768px) {
    .spinnel .container {
        display: flex;
        justify-content: space-between;
        gap: 15px;
        flex-direction: column-reverse;
        align-items: center;
    }

    .why__grid {
        display: grid;
        gap: 40px;
        grid-template-columns: 1fr;
    }

    .why__item {
        display: flex;
        gap: 20px;
        align-items: center;
        flex-direction: column;
    }

    .why__item h3 {
        text-align: center;
    }

    .why__item p {
        text-align: center;
        color: rgb(255, 209, 44);
    }

    .play a {
        letter-spacing: 0;
        font-size: 26px;
    }

    .play a img {
        height: 30px;
        width: auto;
        object-fit: cover;
    }

    .your .container {
        display: flex;
        justify-content: space-between;
        gap: 30px;
        align-items: center;
        flex-direction: column-reverse;
    }
.game img,
    .your__img img {
        width: 100%;
    }

    .compareTable_v1__frame {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 0px;
        align-items: start;
        position: relative;
    }
    .spinnel__wrapper{
        min-width: auto;
    }
    .compareTable_v1__col--labels .compareTable_v1__row, .compareTable_v1__col--other .compareTable_v1__row {
       white-space: nowrap;
        padding: 20px 0px;
        font-size: 14px;
       
    }
    .compareTable_v1__col--center .compareTable_v1__row {
        padding: 22px 0px 18px;
        margin-top: 0px;
        font-weight: 600;
        font-family: Inter;
        font-size: 14px;
        color: rgb(255, 199, 0);
        letter-spacing: -0.2px;
        font-style: normal;
        border-top: 1px solid rgba(255, 255, 255, 0.4);
    }
    .compareTable_v1__coin{
        background: none;
        box-shadow: none;
        width: 36px;
        height: 36px;
    }
    .compareTable_v1__coin img{
   width: auto;
   height: 36px;
  
    }
    .compareTable_v1 {
        background: #000;
        color: #fff;
        padding: 40px 20px;
    }
    .game
 
     {
        padding: 0px 0 0 0;
    }
    header {
        position: fixed;
        width: 100%;
        background-color: #000;
        top: 0;
        padding: 15px 0;
    }
    .compareTable_v1__row.compareTable_v1__row--head {
        font-weight: 400;
        font-family: "DM Serif Display";
        font-size: 26px;
        color: rgb(255, 255, 255);
        letter-spacing: -0.2px;
    }
 
}

.popup .win-message p {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
    line-height: 1.4;
    margin-bottom: 15px;
    color: #fff;
    animation: glow 3s 
ease-in-out infinite;
}
@keyframes glow {
    0% {
        text-shadow: 0 0 5px #FFC700, 0 0 10px #FFC700, 0 0 20px #FFC700;
    }
    50% {
        text-shadow: 0 0 10px #FFC700, 0 0 20px #FFC700, 0 0 30px #FFC700;
    }
    100% {
        text-shadow: 0 0 5px #FFC700, 0 0 10px #FFC700, 0 0 20px #FFC700;
    }
}
.popup button, button.popup

 {
    width: 220px;
    max-width: 90%;
    padding: 12px 20px;
    font-size: 1rem;
    border-radius: 8px;
    white-space: nowrap;
}
.claim-btn {
    background: linear-gradient(to bottom, #FFEBA5 0%, #FFC700 100%);
    color: #000;
    animation: pulse 1.5s infinite;
    width: 300px;
    max-width: 90%;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}
@media (max-width: 767px) {
    .popup .win-message p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .popup button {
        width: 350px;
        max-width: 90%;
        padding: 12px 20px;
        font-size: 0.9rem;
    }
}
