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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

.promotion-banner {
    height: 45px;
    width: 100%;
    background: #000;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.promotion-banner::before,
.promotion-banner::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, #ff0080, #ff8c00, #ffd700, #32cd32, #00bfff, #8a2be2, #ff1493, #ff0080);
    z-index: 1;
}

.promotion-banner::before {
    top: 0;
}

.promotion-banner::after {
    bottom: 0;
}

.promotion-text {
    display: flex;
    white-space: nowrap;
    animation: scroll 15s linear infinite;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    width: max-content;
    will-change: transform;
}

.text-group {
    display: flex;
    white-space: nowrap;
}

.text-segment {
    display: inline-block;
    padding: 0 30px;
    font-size: 24px;
    font-weight: bold;
    background: linear-gradient(90deg, #ff0080, #ff8c00, #ffd700, #32cd32, #00bfff, #8a2be2, #ff1493);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: colorShift 3s ease-in-out infinite;
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-33.333%);
    }
}

@keyframes colorShift {
    0%, 100% {
        filter: hue-rotate(0deg);
    }
    50% {
        filter: hue-rotate(180deg);
    }
}

.hero-banner {
    position: relative;
    width: 100%;
    height: calc(100vh - 45px);
    min-height: 600px;
    overflow: hidden;
    background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}

.hero-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.7;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding: 40px 0;
}

.hero-container {
    width: 100%;
    max-width: 1300px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
    position: relative;
}

.social-icons-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 20px;
    align-items: center;
    padding-top: 20px;
    z-index: 1;
}

.social-icon-link {
    font-family: 'Bahiana', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    padding: 8px 16px;
    border: 2px solid #fff;
    border-radius: 5px;
    transition: transform 0.2s, background 0.2s;
    text-transform: uppercase;
}

.social-icon-link:hover {
    transform: translateY(-2px);
    background: rgba(255, 255, 255, 0.2);
}

.logo {
    height: auto;
    max-height: 150px;
    width: auto;
    padding-top: 20px;
    display: block;
}

.buy-button {
    border: 2px solid #000;
    border-radius: 5px;
    line-height: 1;
    height: 3.4722222222vw;
    font-size: 2.3148148148vw;
    padding-left: 1.7361111111vw;
    padding-right: 1.7361111111vw;
    padding-top: 0;
    padding-bottom: 0;
    font-family: 'Bahiana', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #553BC7;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    text-align: center;
    text-decoration: none;
}

.buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4);
}

.buy-button:active {
    transform: translateY(0);
}

.hero-text {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 900px;
    padding: 0 30px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

.hero-logo-text {
    width: auto;
    height: auto;
    max-width: 1200px;
    max-height: 300px;
    display: block;
    object-fit: contain;
    margin-bottom: 10px;
}

.hero-text-line {
    font-size: 24px;
    font-family: 'Fredoka', sans-serif;
    font-weight: 500;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
    margin: 0;
    line-height: 1.4;
}

.hero-bitmaps {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
    padding: 0;
    width: 100%;
    max-width: 1300px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.bitmap-image {
    height: 300px;
    width: auto;
    display: block;
}

.two-column-section {
    width: 100%;
    padding: 80px 0;
    background: #A1AFFC;
    border: 5px solid #000;
}

.button-container {
    max-width: 1300px;
    margin: 40px auto 0;
    padding: 0 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.section-button {
    padding: 18px 36px;
    font-size: 30px;
    font-family: 'Bahiana', sans-serif;
    font-weight: 500;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
    display: inline-block;
    text-decoration: none;
}

.section-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.section-button:active {
    transform: translateY(0);
}

.column-container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.left-column {
    width: 100%;
    height: 500px;
    background: transparent;
    border-radius: 10px;
    overflow: visible;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0 20px;
    gap: 20px;
}

.sealed-logo {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 30%;
    display: block;
    object-fit: contain;
}

.juggling-seal-container {
    position: relative;
    display: inline-block;
}

.juggling-seal {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 75%;
    display: block;
    object-fit: contain;
    animation: slowMove 8s ease-in-out infinite;
}

@keyframes slowMove {
    0% {
        transform: translateY(0) rotate(0deg);
    }
    25% {
        transform: translateY(-20px) rotate(5deg);
    }
    50% {
        transform: translateY(-40px) rotate(0deg);
    }
    75% {
        transform: translateY(-20px) rotate(-5deg);
    }
    100% {
        transform: translateY(0) rotate(0deg);
    }
}

.right-column {
    width: 100%;
}

.content-text {
    font-size: 26px;
    font-family: 'Fredoka', 'Bahiana', sans-serif;
    line-height: 1.5;
    color: #000;
    margin: 0;
    text-align: justify;
}

.two-column-section-bottom {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 5px solid #000;
    border-top: none;
}

.column-container-bottom {
    width: 100%;
    min-height: 850px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    align-items: stretch;
}

.bottom-left-column {
    width: 100%;
    min-height: 750px;
    background: #FFB6C1;
    border-right: 5px solid #000;
    padding: 40px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 60px;
}

.bored-seal-nft {
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 60%;
    display: block;
    object-fit: contain;
}

.bottom-content-text {
    font-size: 26px;
    font-family: 'Fredoka', 'Bahiana', sans-serif;
    line-height: 1.5;
    color: #000;
    margin: 0;
    text-align: center;
    max-width: 70%;
}

.bored-seal-gallery {
    width: 100%;
    max-width: 90%;
    height: auto;
    display: block;
    object-fit: contain;
}

.xrp-cafe-button {
    padding: 18px 36px;
    font-size: 30px;
    font-family: 'Bahiana', sans-serif;
    font-weight: 400;
    color: #000;
    background: #fff;
    border: 2px solid #000;
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}

.xrp-cafe-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.xrp-cafe-button:active {
    transform: translateY(0);
}

.bottom-right-column {
    width: 100%;
    min-height: 750px;
    background: #98D8C8;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 50px;
}

.mutant-images-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 40px;
    width: 100%;
    padding-right: 0;
}

.mutant-seal-nft {
    width: auto;
    height: auto;
    max-width: 70%;
    max-height: 70%;
    display: block;
    object-fit: contain;
}

.mutant-seal-images {
    width: 100%;
    max-width: 75%;
    height: auto;
    display: block;
    object-fit: contain;
}

.mutant-content-text {
    font-size: 26px;
    font-family: 'Fredoka', 'Bahiana', sans-serif;
    line-height: 1.5;
    color: #000;
    margin: 0;
    text-align: center;
    max-width: 80%;
}

.roadmap-section {
    width: 100%;
    background: #E6E6FA;
    padding: 60px 40px;
}

.roadmap-container {
    max-width: 1200px;
    margin: 0 auto;
}

.roadmap-title {
    display: block;
    width: auto;
    height: auto;
    max-width: 400px;
    margin: 0 auto 50px;
    object-fit: contain;
}

.roadmap-content {
    display: flex;
    justify-content: space-around;
    gap: 40px;
    flex-wrap: wrap;
}

.roadmap-item {
    flex: 1;
    min-width: 300px;
    max-width: 350px;
    background: #fff;
    border: 2px solid #00142d;
    border-radius: 25px;
    padding: 30px;
    text-align: center;
}

.roadmap-phase {
    font-family: 'Bahiana', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #00142d;
    margin-bottom: 15px;
}

.roadmap-item-title {
    font-family: 'Fredoka', sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
}

.roadmap-item-description {
    font-family: 'Fredoka', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000;
    margin: 0;
}

.footer-section {
    width: 100%;
    background: #00142d;
    padding: 40px 20px;
    border-top: 5px solid #000;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.footer-text {
    font-family: 'Fredoka', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin: 0;
    text-transform: uppercase;
}

.social-links {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}

.social-link {
    font-family: 'Bahiana', sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transition: transform 0.2s, color 0.2s;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 8px;
}

.social-link:hover {
    transform: translateY(-2px);
    color: #FFD700;
    border-color: #FFD700;
}

.footer-copyright {
    font-family: 'Fredoka', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin: 20px 0 0;
    text-align: center;
    opacity: 0.8;
}

.single-column-section {
    width: 100%;
    padding: 0;
    background: transparent;
    border: 5px solid #000;
    border-top: none;
}

.single-column {
    width: 100%;
    min-height: 600px;
    background: #FFD700;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.single-column-title-image {
    width: auto;
    height: auto;
    max-width: 400px;
    display: block;
}

.cards-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: wrap;
    width: 100%;
}

.card-tile {
    background: #fff;
    border: 2px solid #00142d;
    border-radius: 25px;
    padding: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    min-width: 400px;
    width: 400px;
}

.image-wrapper {
    position: relative;
    border-radius: 20px;
    border: 2px solid #00142d;
    margin-bottom: 8px;
    height: 280px;
    overflow: hidden;
    flex-shrink: 0;
}

.card-tile img,
.card-tile svg,
.card-tile video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.card-title {
    font-family: 'Fredoka', sans-serif;
    font-style: normal;
    font-weight: 800;
    line-height: 1.2;
    font-size: 24px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000;
    padding: 8px 8px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-subheadline {
    font-family: 'Fredoka', sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #000;
    padding: 0 8px 12px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

.card-buy-button {
    padding: 12px 24px;
    font-size: 24px;
    font-family: 'Bahiana', sans-serif;
    font-weight: 400;
    color: #fff;
    background: #00142d;
    border: 2px solid #00142d;
    border-radius: 8px;
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
    text-align: center;
    margin: 0 8px 8px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
}

.card-buy-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.card-buy-button:active {
    transform: translateY(0);
}

@media (max-width: 768px) {
    .hero-text {
        top: 40%;
        padding-top: 60px;
        max-width: 100vw;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 0;
        width: calc(100% - 20px);
    }
    
    .hero-logo-text {
        max-width: 90vw;
        max-height: 180px;
        width: 100%;
    }
    
    .hero-text-line {
        font-size: 18px;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    
    .social-icons-center {
        gap: 12px;
    }
    
    .social-icon-link {
        font-size: 14px;
        padding: 5px 10px;
        line-height: 1;
        height: auto;
    }
    
    .buy-button {
        font-size: 14px;
        height: auto;
        padding: 5px 10px;
        line-height: 1;
    }
    
    .column-container {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .left-column {
        height: 300px;
    }
    
    .column-container-bottom {
        grid-template-columns: 1fr;
    }
    
    .bottom-left-column {
        border-right: none;
        border-bottom: 5px solid #000;
    }
    
    .cards-container {
        padding: 0 20px;
        width: 100%;
        box-sizing: border-box;
    }
    
    .card-tile {
        min-width: 100%;
        width: 100%;
        max-width: 100%;
    }
}
