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

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
    background: #000;
}

a {
    text-decoration: none;
    color: inherit;
}

.wrapper {
    width: 100%;
}

.maincontent {
    width: 100%;
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    padding: 15px 40px;
    background: rgba(0, 0, 255, 0.95);
    backdrop-filter: blur(10px);
    border-bottom: 3px solid #000;
}

.header-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #fff;
    flex-shrink: 0;
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header-nav {
    display: flex;
    gap: 10px;
    background: #fff;
    padding: 8px 15px;
    border-radius: 50px;
    border: 3px solid #000;
}

.nav-link {
    padding: 10px 20px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 30px;
    transition: all 0.3s ease;
    color: #000;
}

.nav-link:hover {
    background: #0000FF;
    color: #fff;
}

.buy-now-btn {
    padding: 15px 35px;
    background: #00D4FF;
    color: #000;
    font-weight: 800;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 50px;
    border: 3px solid #000;
    box-shadow: 0 6px 0 #000;
    transition: all 0.2s ease;
    cursor: pointer;
}

.buy-now-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #000;
}

.buy-now-btn:active {
    transform: translateY(6px);
    box-shadow: none;
}

.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 6px;
    cursor: pointer;
    padding: 10px;
}

.mobile-menu-toggle span {
    width: 30px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-nav {
    display: none;
    position: fixed;
    top: 90px;
    left: 0;
    right: 0;
    background: #0000FF;
    padding: 20px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    z-index: 999;
    border-bottom: 3px solid #000;
}

.mobile-nav.active {
    display: flex;
}

.mobile-nav .nav-link {
    background: #fff;
    padding: 12px 30px;
    border-radius: 30px;
}

.section {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.section.home {
    background: #0000FF;
    padding-top: 100px;
}

.hero-container {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px;
    width: 100%;
}

.hero-left {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.hero-title {
    font-family: 'Bangers', cursive;
    font-size: 120px;
    color: #fff;
    text-shadow: 6px 6px 0 #000, -3px -3px 0 #000, 3px -3px 0 #000, -3px 3px 0 #000;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 5px;
}

.hero-subtitle {
    font-size: 24px;
    color: #00D4FF;
    font-weight: 600;
    margin-bottom: 40px;
    text-shadow: 2px 2px 0 #000;
}

.ca-box {
    display: flex;
    align-items: center;
    background: #fff;
    padding: 15px 20px;
    border-radius: 50px;
    border: 3px solid #000;
    margin-bottom: 30px;
    width: 100%;
    max-width: 550px;
}

.ca-label {
    font-weight: 800;
    font-size: 18px;
    margin-right: 15px;
}

.ca-address {
    flex: 1;
    font-size: 14px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.copy-btn {
    padding: 12px 25px;
    background: #0000FF;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.copy-btn:hover {
    background: #00D4FF;
    color: #000;
}

.copy-btn.copied {
    background: #00ff00;
    color: #000;
}

.social-icons {
    display: flex;
    gap: 20px;
}

.social-icon {
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 3px solid #000;
    box-shadow: 0 5px 0 #000;
    transition: all 0.2s ease;
}

.social-icon svg {
    width: 30px;
    height: 30px;
}

.social-icon:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #000;
}

.social-icon.dex-icon img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

.dex-logo {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.hero-right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-image {
    max-width: 500px;
    width: 100%;
    animation: float 3s ease-in-out infinite;
    filter: drop-shadow(0 30px 40px rgba(0, 0, 0, 0.5));
}

@keyframes float {
    0%, 100% { transform: translateY(0) rotate(-2deg); }
    50% { transform: translateY(-25px) rotate(2deg); }
}

.hero-footer {
    background: #fff;
    padding: 25px 40px;
}

.footer-content {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.footer-text {
    font-family: 'Bangers', cursive;
    font-size: 42px;
    letter-spacing: 3px;
}

.footer-btn {
    padding: 15px 40px;
    background: #0000FF;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50px;
    border: 3px solid #000;
    box-shadow: 0 5px 0 #000;
    transition: all 0.2s ease;
}

.footer-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #000;
    background: #00D4FF;
    color: #000;
}

.marquee-container {
    background: #000;
    padding: 15px 0;
    overflow: hidden;
}

.marquee-track {
    display: flex;
    animation: scroll 20s linear infinite;
}

.marquee-text {
    white-space: nowrap;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 2px;
    padding-right: 50px;
}

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

.section.about {
    background: linear-gradient(180deg, #3fbbfe 0%, #a6e2ff 100%);
    padding: 100px 40px;
    justify-content: center;
}

.section-container {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.section-title {
    font-family: 'Bangers', cursive;
    font-size: 64px;
    text-align: center;
    margin-bottom: 60px;
    letter-spacing: 4px;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.1);
}

.section-title.light {
    color: #fff;
    text-shadow: 3px 3px 0 rgba(0,0,0,0.3);
}

.about-content {
    display: flex;
    align-items: center;
    gap: 60px;
}

.about-image {
    flex: 0 0 400px;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border: 4px solid #fff;
}

.about-text {
    flex: 1;
}

.about-text p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #333;
}

.about-text .highlight {
    font-weight: 700;
    font-size: 22px;
    color: #0000FF;
}

.cta-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 18px 40px;
    background: #0000FF;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50px;
    border: 3px solid #000;
    box-shadow: 0 6px 0 #000;
    transition: all 0.2s ease;
    text-transform: uppercase;
}

.cta-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 3px 0 #000;
}

.section.how-to-buy {
    background: linear-gradient(180deg, #a6e2ff 0%, #f5c6aa 100%);
    padding: 100px 40px;
    justify-content: center;
}

.steps-container {
    display: flex;
    gap: 25px;
    justify-content: center;
    flex-wrap: wrap;
}

.step-card {
    background: #fff;
    border-radius: 25px;
    padding: 30px 25px;
    width: 280px;
    text-align: center;
    border: 4px solid #000;
    box-shadow: 0 8px 0 #000;
    position: relative;
    transition: all 0.3s ease;
}

.step-card:hover {
    transform: translateY(-10px);
}

.step-number {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 50px;
    background: #00D4FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    font-size: 24px;
    border: 3px solid #000;
}

.step-icon {
    width: 80px;
    height: 80px;
    margin: 20px auto;
    color: #0000FF;
}

.step-icon svg {
    width: 100%;
    height: 100%;
}

.step-icon.fish-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 50%;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.step-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
}

.section.gallery {
    background: linear-gradient(180deg, #f5c6aa 0%, #ffb900 100%);
    padding: 100px 40px;
    justify-content: center;
}

.gallery-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 900px;
    margin: 0 auto;
}

.gallery-slider {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
}

.gallery-track {
    display: flex;
    transition: transform 0.5s ease;
}

.gallery-item {
    min-width: 100%;
    padding: 10px;
}

.gallery-item img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    border: 4px solid #000;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.gallery-arrow {
    width: 60px;
    height: 60px;
    background: #fff;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 0 #000;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.gallery-arrow svg {
    width: 30px;
    height: 30px;
}

.gallery-arrow:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #000;
}

.gallery-dots {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 30px;
}

.dot {
    width: 15px;
    height: 15px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.dot.active {
    background: #0000FF;
    transform: scale(1.2);
}

.section.community {
    background: #000;
    color: #fff;
    padding: 100px 40px;
    justify-content: space-between;
    min-height: 100vh;
}

.community-subtitle {
    text-align: center;
    font-size: 20px;
    margin-bottom: 40px;
    opacity: 0.8;
}

.community-links {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 60px;
}

.community-social-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 15px 30px;
    background: #fff;
    color: #000;
    border-radius: 50px;
    border: 3px solid #000;
    box-shadow: 0 5px 0 #fff;
    font-weight: 700;
    font-size: 16px;
    transition: all 0.2s ease;
}

.community-social-btn svg {
    width: 24px;
    height: 24px;
}

.community-social-btn:hover {
    transform: translateY(3px);
    box-shadow: 0 2px 0 #fff;
    background: #00D4FF;
}

.community-banner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 30px;
    overflow: hidden;
    border: 4px solid #fff;
}

.banner-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

@media (max-width: 1024px) {
    .header-nav {
        display: none;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .hero-container {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }
    
    .hero-left {
        align-items: center;
    }
    
    .hero-title {
        font-size: 60px;
    }
    
    .hero-subtitle {
        font-size: 18px;
    }
    
    .hero-image {
        max-width: 300px;
    }
    
    .about-content {
        flex-direction: column;
    }
    
    .about-image {
        flex: none;
        width: 100%;
        max-width: 350px;
    }
    
    .about-text {
        text-align: center;
    }
    
    .section-title {
        font-size: 42px;
    }
    
    .steps-container {
        flex-direction: column;
        align-items: center;
    }
    
    .gallery-item img {
        height: 350px;
    }
    
    .gallery-arrow {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 600px) {
    .main-header {
        padding: 10px 20px;
    }
    
    .header-logo {
        width: 50px;
        height: 50px;
    }
    
    .buy-now-btn:not(.mobile) {
        display: none;
    }
    
    .hero-title {
        font-size: 42px;
    }
    
    .hero-subtitle {
        font-size: 16px;
    }
    
    .ca-box {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .social-icons {
        gap: 15px;
    }
    
    .social-icon {
        width: 50px;
        height: 50px;
    }
    
    .footer-text {
        font-size: 28px;
        text-align: center;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .about-text p {
        font-size: 16px;
    }
    
    .community-social-btn {
        padding: 12px 20px;
        font-size: 14px;
    }
    
    .community-banner {
        min-height: 300px;
        padding: 20px;
    }
    
    .banner-image {
        max-height: 250px;
    }
}
