*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color: rgba(255, 255, 255, 1);
    font-weight: 400;
}
html {
    scroll-behavior: smooth;
}

body{
    background-color: black;
}
.header{
    margin-bottom: 60px;
}

.container{
    display: flex;
    align-items: center;
    padding: 25px 5%;
    gap: clamp(20px, 8vw, 130px);
}


a{
    text-decoration: none;
    outline: none;
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    font-weight: 400;
    line-height: 100%;
}
ul{
    list-style: none;
    display: flex;
    gap: 60px;
}



.photo-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* центрируем по горизонтали */
    width: 100%;
    padding: 0 5%; /* гарантируем отступ от краёв экрана */
    box-sizing: border-box; /* чтобы padding учитывался */
    text-align: center;
    margin-bottom: 150px;
}

.photo__clubhouse {
    max-width: 1400px;
    width: 100%; /* растягиваем по доступной ширине */
    display: block; /* обязательный для центрирования */
    margin: 0 auto; /* центрируем картинку */
    margin-bottom: 70px;
}
.line-text{
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 50px;

}

.contract .line-text {
    margin-bottom: 0;
}
.line{
    background-color: rgba(255, 0, 0, 1);
    height: 3px;
    width: 300px;
    filter: blur(3px);
}
h1{
    color: rgba(255, 255, 255, 1);
    font-family: "EB Garamond";
    font-weight: 400;
    font-size: 44px;
    line-height: 100%;
}

.about__title{
    color: rgba(255, 255, 255, 1);
    font-family: "EB Garamond";
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 40px;
}
.about__info{
    color: rgba(255, 255, 255, 1);
    font-family: "EB Garamond";
    font-size: 34px;
    width: 70%;
    font-weight: 400;
}

.contract{
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* центрируем по горизонтали */
    width: 100%;
    padding: 0 5%; /* гарантируем отступ от краёв экрана */
    box-sizing: border-box; /* чтобы padding учитывался */
    text-align: center;
    margin-bottom: 100px;
    gap: 100px;
}
.contract__img{
    max-width: 400px ;
    opacity: 60%;
}
.eagle{
    width: 98px;
    height: 117px;
}
.smart-contract{
    display: flex;
    min-width: 70%;
    height: 130px;
    border: 5px solid rgba(255, 0, 0, 1); /* added 'solid' */
  font-family: "Fauna One", serif;
  font-size: 28px;
  border-radius: 100px;
    text-align: center;
    align-items: center;
    justify-content: space-between;
    background-color: rgb(15, 15, 15);
    padding-left: 50px;
    padding-right: 30px;
    gap: 30px;
}

.contract-text-container {
    width: 100%;
    padding-left: 10%;
}

.characters{
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* центрируем по горизонтали */
    width: 100%;
    padding: 0 5%; /* гарантируем отступ от краёв экрана */
    box-sizing: border-box; /* чтобы padding учитывался */
    text-align: center;
    margin-bottom: 100px;
    gap: 100px;
}

.character__card{
    border: 1px solid rgba(255, 0, 0, 0.4);
    max-width: 80%;
    height: 500px;
    border-radius: 60px;
    padding: 50px 50px 50px 50px;
    display: flex;
    justify-content: left;
    text-align: left;
    gap: 5%;
    
}
.character__img{
    width: 300px;
    height: auto;
}
.card__info{
    display: flex;
    flex-direction: column;
    gap: 50px;
    position: relative;
}
.character__name{
    font-weight: 500;
    color: rgba(255, 60, 60, 1);
    font-size: 44px;
}

.character__desc{
    font-weight: 400;
    font-size: 35px;
    line-height: 50px;
    color: rgba(255, 255, 255, 1);
    font-family: "EB Garamond";
}

.token-btn {
    position: absolute;
    top: 90%;
    right: 5%;
    width: 200px;
    height: 70px;

    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 60px;
    border: 3px solid rgba(139, 0, 0, 0.584);
    background-color: transparent;

    font-size: 44px;
    font-weight: 400;
    font-family: "EB Garamond";

    color: white; /* теперь текст видимый */
    text-decoration: none;       /* убираем подчеркивание */

    cursor: pointer;             /* pointer на всю кнопку */
    transition: 0.3s ease;
}

.token-btn:hover {
    border: 3px solid darkred
    /* background-color: rgb(139, 0, 0); */
    /* color: rgb(0, 0, 0); */
}



.Roadmap{
     display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* центрируем по горизонтали */
    width: 100%;
    padding: 0 5%; /* гарантируем отступ от краёв экрана */
    box-sizing: border-box; /* чтобы padding учитывался */
    text-align: center;
    margin-bottom: 100px;
    gap: 100px;
}







.roadmap-wrapper{
    position: relative;
    padding-left: 100px; 
    padding-top: 70px;
       
    
}
.container-roadmap{
    padding-left: 200px;
    margin-bottom: 200px;
}
/* Основная вертикальная линия */
.roadmap-wrapper::before {
    content: "";
    position: absolute;
    left: 40px;           
    top: 0;
    width: 2px;
    height: 100%;
    background: rgba(255, 0, 0, 1); /* красный */
}

/* Контейнер одного блока */
.roadmap-item {
    position: relative;
    margin-bottom: 80px;
}

/* Горизонтальная красная линия */
.roadmap-item::before {
    content: "";
    position: absolute;
    left: -60px;     /* пересечение с вертикальной линией */
    top: 50%;
    width: 200px;
    height: 1px;
    background: rgba(255, 0, 0, 1);
}

/* Дата */
.roadmap-date {
    position: absolute;
    left: -50px;
    color: white;
    font-size: 44px;
    width: auto;
    font-family: "EB Garamond";
    margin-left: 20px;

}

/* Текст справа */
.roadmap-content {
    margin-left: 200px;
    color: white;
    max-width: 900px;
    font-size: 18px;
    line-height: 1.4;
        font-family: "EB Garamond";

    font-size: 44px;
}

footer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 100px;
}
.footer__logo img{
    width: 500px;
}

/*  */
.footer__logo{
    margin-bottom: 100px;
}
.footer__social-media{
    display: flex;
    gap: 100px;
    align-items: center;
    padding-left: 50px;
}

.footer__social-media a:hover {
    cursor: pointer;
}

.dexscreener-logo{
    width: 98px;
    height: auto;
}
.twitter-logo{
    width: 100px;
    height: auto;
}
.pump-logo{
    width: 200px;
    height: auto;
    margin-left: -70px;
}

/* Mobile Warning Overlay */
.mobile-warning {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10000;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
}

.mobile-warning__icon {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
    fill: rgba(255, 0, 0, 1);
}

.mobile-warning__title {
    font-family: "EB Garamond";
    font-size: 32px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
}

.mobile-warning__message {
    font-family: "EB Garamond";
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    max-width: 300px;
    line-height: 1.5;
    margin-bottom: 40px;
}

.mobile-warning__btn {
    display: inline-block;
    padding: 15px 40px;
    border: 2px solid rgba(255, 0, 0, 1);
    border-radius: 60px;
    background-color: transparent;
    font-family: "EB Garamond";
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}

.mobile-warning__btn:hover {
    background-color: rgba(255, 0, 0, 0.2);
}

.mobile-warning__line {
    width: 150px;
    height: 3px;
    background-color: rgba(255, 0, 0, 1);
    filter: blur(3px);
    margin-bottom: 40px;
}

/* Show mobile warning on small screens */
@media (max-width: 768px) {
    .mobile-warning {
        display: flex;
    }

    body > *:not(.mobile-warning) {
        display: none !important;
    }
}