body {
    margin: 0;
    font-family: none;
    /* background: linear-gradient(180deg, #0d0d0f 0%, #1a0a28 100%); */
    background-color: #202123;
    color: #ffffff;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: #277AFF;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
    border-radius: 10px;
}

h1,
h2,
h3 {
    color: rgb(200, 221, 255) !important;
}

.container {
    max-width: 1024px;
    margin: 0 auto;
    padding: 20px;
}

.container-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}

.container-header-logo {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.container-header-logo img {
    display: block;
    vertical-align: middle;
}

.container-header-nav {
    display: flex;
    align-items: center;
}

.header-nav-list {
    display: flex;
    gap: 20px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-nav-item a {
    color: #ffffff;
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background 0.3s;
}

.header-nav-item a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.section-hero {
    margin-top: 40px;
}

.hero-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    background: rgba(152, 152, 152, 0.19);
    padding: 20px;
    border-radius: 15px;
}

.hero-content-img {
    flex: 1;
    max-width: 320px;
}

.hero-content-text {
    flex: 2;
}

.hero-content-text-description {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hero-content-text-description h1 {
    font-size: 26px;
    color: #ffffff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.hero-content-text-description p {
    margin: 10px 0;
    color: #cccccc;
}

.hero-content-text-tag {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    align-items: center;
}

.tag {
    display: inline-block;
    background: #277AFF;
    color: white;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 20px;
    margin-right: 8px;
}

.hero-content-text-div {
    margin-top: 20px;
}

.hero-content-text-countdown {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.countdown-time {
    color: #ffffff;
    background: #277AFF;
    padding: 4px 10px;
    border-radius: 5px;
    margin-left: 8px;
    font-weight: 500 !important;
}

.hero-content-text-button {
    background: #dddddd2e;
    padding: 10px 10px;
    border-radius: 12px;
    margin-top: 20px;
    color: #ffffff;
}

.hero-content-text-button p {
    margin-bottom: 15px;
}

.button-container {
    display: flex;
    gap: 15px;
    align-items: center !important;
}

.animated-arrow {
    color: #277AFF;
    animation: arrow-move 1s infinite alternate;
    font-size: 22px;
}

@keyframes arrow-move {
    from {
        transform: translateX(0px);
    }

    to {
        transform: translateX(10px);
    }
}

.section-hero .hero-content-img img {
    max-width: 260px;
    max-height: 360px;
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 4px 18px rgba(0, 0, 0, 0.25);
}

.section-hero .hero-content-text-description h1 {
    font-size: 26px;
    margin: 0px;
    line-height: 1.6;
}

.section-hero .hero-content-text-description p {
    font-size: 1rem;
    color: #cccccc;
    margin: 0px;
}

.section-hero .tag {
    font-size: 0.85rem;
    padding: 3px 10px;
    margin-right: 6px;
}

.section-hero .hero-content-text-countdown {
    font-size: 1rem;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.bottom-content-text-countdown {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bottom-content-text-countdown span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1rem;
}

.section-hero .hero-content-text-button p {
    font-size: 16px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.section-hero .button-container img {
    max-width: 140px;
    height: auto;
}

.section-hero .hero-content {
    gap: 24px;
    padding: 24px 18px;
}

.section-comment {
    margin-top: 60px;
}

.comment-item {
    background: rgba(152, 152, 152, 0.19);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 20px;
}

.comment-item-content {
    display: flex;
    gap: 15px;
    align-items: flex-start;
}

.comment-item-content p {
    border-top: #dddddd2e 1px solid;
    margin: 15px 0 0;
    padding: 10px 0 0;
    width: 100%;
}

.comment-item-img img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.comment-item-name {
    font-weight: bold;
    color: rgb(200, 221, 255);
}

.comment-item-date {
    font-size: 13px;
    color: #bebebe;
}

.stars {
    color: gold;
    font-size: 14px;
}

.section-bottom {
    margin-top: 60px;
}

.bottom-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    background: rgba(255, 255, 255, 0.05);
    padding: 20px;
    border-radius: 15px;
}

.bottom-content-text-title {
    font-size: 24px;
    color: #ffffff;
    margin: 0;
    text-transform: uppercase;
}


.bottom-content-text-description p {
    margin: 0;
    background-color: #dddddd2e;
    padding: 10px;
    border-radius: 15px;
}

.bottom-content-text-description {
    color: #dddddd;
    margin: 0;
}

.bottom-content-text-button {
    display: flex;
    align-items: center;
    gap: 15px;
}

.bottom-content-text-button-link {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 45px;
    background: linear-gradient(to right, #277AFF, rgb(173, 199, 241));
    color: white;
    border-radius: 10px;
    font-weight: bold;
}


.container-footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
    color: #cccccc;
}

.footer-link h3 {
    margin-bottom: 10px;
    color: #ffffff;
}

.footer-link a {
    display: inline-block;
    margin-right: 10px;
}

.footer-link svg {
    fill: #ffffff;
    transition: transform 0.3s ease;
}

.footer-link svg:hover {
    transform: scale(1.1);
}

.footer-link img {
    height: 40px;
}

.copyright {
    margin: 0;
    color: #888;
    text-align: center;
}

@media (max-width: 768px) {
    .bottom-title h2 {
        text-align: center;
    }

    .bottom-content-text-description p {
        text-align: center;
    }

    .hero-content-text-description {
        align-items: center;
    }

    .hero-content-text {
        margin-top: 20px;
    }

    .section-hero .hero-content-text-button p {
        text-align: center;
    }

    .section-hero .button-container img {
        width: 133px;
    }

    .hero-content,
    .bottom-content,
    .comment-item-content {
        align-items: center;
    }

    .button-container {
        align-items: center;
        justify-content: center;
    }

    .container-footer-content {
        flex-direction: column;
        align-items: center;
    }

    .hero-content-img,
    .bottom-content-img {
        width: 100%;
    }

    .section-hero .hero-content-img img {
        max-width: 100%;
        max-height: 320px;
    }

    .hero-content-img {
        max-width: 100%;
    }

    .section-hero .hero-content {
        padding: 16px;
        display: block;
    }

    .section-hero .hero-content-text-description h1 {
        font-size: 24px;
        text-align: center;
    }

    .bottom-content-text {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .bottom-content-text-description {
        margin: 0;
    }

    .container-footer {
        padding: 28px 10px 0 10px;
        border-radius: 18px;
    }

    .footer-link {
        text-align: center;
        width: 100%;
    }

    .footer-link h3 {
        text-align: center;
    }

    .footer-link a {
        display: inline-block;
        margin: 10px 0;
    }

    .footer-link img {
        display: block;
        margin: 0 auto;
    }

    .footer-copyright {
        text-align: center;
    }

    .hero-content-text-tag {
        justify-content: center;
    }
}

@media (min-width: 769px) {
    .section-bottom .bottom-content {
        flex-direction: row;
        align-items: stretch;
        gap: 40px;
        padding: 36px 32px;
    }

    .section-bottom .bottom-content-img {
        flex: 0 0 340px;
        max-width: 340px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-bottom .bottom-content-img img {
        max-width: 320px;
        max-height: 420px;
        border-radius: 16px;
        box-shadow: 0 6px 24px rgba(0, 0, 0, 0.18);
    }

    .section-bottom .bottom-content-text {
        flex: 1;
        display: flex;
        gap: 20px;
        flex-direction: column;
        justify-content: center;
    }

    .section-bottom .bottom-content-text-title {
        font-size: 24px;
        margin: 0;
    }

    .section-bottom .bottom-content-text-description {
        font-size: 16px;
        margin: 0px;
    }
}

.container-footer {
    background: rgba(255, 255, 255, 0.05);
    padding: 18px 40px 0 40px;
    margin-top: 80px;
    border-radius: 32px;
    box-sizing: border-box;
}

.container-footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 32px;
    padding-bottom: 24px;
}

.footer-link {
    flex: 1 1 0;
    min-width: 180px;
    text-align: left;
}

.footer-link h3 {
    margin-bottom: 14px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
}

.footer-link p,
.footer-link a {
    font-size: 1rem;
}

.footer-socials {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.footer-socials a {
    margin: 0;
}

.footer-link img {
    height: 50px;
    margin-bottom: 10px;
}

.footer-copyright {
    text-align: center;
    color: #888;
    font-size: 13px;
    padding: 18px 0 10px 0;
    border-top: 1px solid #333;
    margin-top: 0;
    letter-spacing: 1px;
}

@media (max-width: 900px) {
    .container-footer-content {
        flex-wrap: wrap;
        gap: 18px;
    }

    .footer-link {
        min-width: 140px;
    }
}

@media (max-width: 768px) {
    .bottom-content-text-title {
        text-align: center;
    }

    .footer-link a {
        display: inline-block;
        margin: 10px 0;
    }

    .hero-content-text-countdown {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section-hero .hero-content-text-description p {
        text-align: center;
    }

    .container-footer {
        padding: 28px 10px 0 10px;
        border-radius: 18px;
    }

    .container-footer-content {
        flex-direction: column;
        align-items: center;
        gap: 18px;
        padding-bottom: 10px;
    }

    .footer-link {
        min-width: 0;
        width: 100%;
        text-align: center;
    }

    .footer-copyright {
        font-size: 12px;
        padding: 12px 0 6px 0;
    }
}