header {
    background-color: black;
    padding: 1rem;
    display: flex;
    align-items: center;
}

.logo {
    height: 40px;
    width: auto;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

main {
    padding: 2rem;
    background-color: #1E1E1E;
    color: white;
}

.text-xl {
    font-size: 1rem;
    line-height: 1.5rem;
    padding: 0 11px;
    text-align: center;
}

.lg\:text-6xl {
    font-size: 4.5rem;
    font-weight: normal;
    margin-top: 1.5rem;
    padding: 0 11px;
    text-align: center;
    line-height: 1.1;
}

@media (min-width: 1024px) {
    .lg\:text-6xl {
        font-size: 3.5rem;
    }

    main {
        display: flex;
        flex-wrap: wrap;
    }

    .content-container {
        flex: 1;
        min-width: 300px;
    }

    .video-container {
        flex: 1;
        min-width: 300px;
        margin-top: 0;
        padding-left: 2rem;
    }
}

.text-4xl {
    font-size: 2rem;
    line-height: 2.5rem;
}

.font-semibold {
    font-weight: 600;
}

.dm-mono {
    font-family: 'DM Mono', monospace;
}

@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@600&display=swap');

.video-container {
    margin-top: 2rem;
    padding: 0 11px;
    width: 100%;
    max-width: 800px;
}

.button-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 2rem auto;
}

.manage-button {
    background-color: rgb(212 160 255);
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 9999px;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.2rem;
}

.qr-code {
    height: 80px;
    width: auto;
}

.description {
    padding: 0 11px;
    margin: 1.5rem 0;
    font-size: 1.1rem;
    line-height: 1.5;
    color: #ffffff;
    opacity: 0.9;
    max-width: 600px;
}

@media (min-width: 1024px) {
    .description {
        text-align: center;
    }

    .content-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-right: 2rem;
    }
}

.crypto-section {
    background-color: black;
    padding: 4rem 2rem;
}

.crypto-container {
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
    align-items: center;
    text-align: center;
}

@media (min-width: 768px) {
    .crypto-container {
        gap: 2rem;
    }
}

.crypto-image {
    width: 100%;
    max-width: 800px;
    height: auto;
}

.crypto-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.crypto-content .description {
    font-size: 1.4rem;
    line-height: 1.8;
}

.crypto-actions div {
    margin: 1rem 0;
}

@media (max-width: 1024px) {
    .crypto-container {
        flex-direction: column;
    }

    .crypto-image {
        width: 100%;
    }
}

.secure-coins-section {
    background-color: white;
    padding: 4rem 2rem;
    color: black;
}

.secure-coins-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.secure-coins-container h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.secure-coins-container p {
    font-size: 1.4rem;
    line-height: 1.6;
    max-width: 800px;
    margin: 0 auto;
}

.nft-section {
    background-color: black;
    padding: 4rem 2rem;
    color: white;
}

.nft-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.nft-content {
    flex: 1;
}

.nft-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: white;
}

.nft-content p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.nft-image {
    flex: 1;
}

.full-width-image {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 768px) {
    .nft-container {
        flex-direction: column;
    }

    .nft-content {
        text-align: center;
    }
}

.dapps-section {
    background-color: white;
    padding: 4rem 2rem;
    color: black;
}

.dapps-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.dapps-content {
    flex: 1;
}

.dapps-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.dapps-content p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.dapps-content .disclaimer {
    font-size: 1rem;
    margin-top: 1.5rem;
    opacity: 0.8;
}

.dapps-image {
    flex: 1;
}

@media (max-width: 768px) {
    .dapps-container {
        flex-direction: column-reverse;
    }

    .dapps-content {
        text-align: center;
    }
}

.verify-section {
    background-color: white;
    padding: 4rem 2rem;
    color: black;
}

.verify-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 4rem;
}

.verify-content {
    flex: 1;
}

.verify-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.verify-content p {
    font-size: 1.4rem;
    line-height: 1.6;
}

.verify-image {
    flex: 1;
}

@media (max-width: 768px) {
    .verify-container {
        flex-direction: column;
    }

    .verify-content {
        text-align: center;
    }
}

.newsletter-section {
    background-color: rgb(212 160 255);
    padding: 4rem 2rem;
    color: black;
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 4rem;
    justify-content: space-between;
}

.newsletter-content, .newsletter-form {
    flex: 1;
}

.newsletter-content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.newsletter-content p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 1rem;
}

.newsletter-content .email {
    color: black;
    font-weight: 500;
}

.social-icons {
    margin-top: 2rem;
    display: flex;
    gap: 1.5rem;
}

.social-icons i {
    font-size: 1.5rem;
    color: black;
    cursor: pointer;
    transition: transform 0.2s;
}

.social-icons i:hover {
    transform: scale(1.2);
}

.newsletter-form h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.newsletter-form p {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.newsletter-input {
    width: 100%;
    padding: 1rem;
    margin-bottom: 1rem;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-size: 1rem;
}

.subscribe-button {
    background-color: black;
    color: white;
    padding: 1rem 2rem;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .newsletter-container {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }
    
    .newsletter-content, .newsletter-form {
        text-align: center;
        width: 100%;
    }

    .social-icons {
        justify-content: center;
    }

    .newsletter-form h3 {
        font-size: 1.5rem;
    }

    .newsletter-form p {
        font-size: 1.1rem;
        margin-bottom: 1.5rem;
    }

    .newsletter-input {
        max-width: 100%;
        box-sizing: border-box;
    }

    .subscribe-button {
        width: 100%;
        margin-top: 0.5rem;
    }
}

.footer-section {
    background-color: black;
    color: white;
    padding: 4rem 2rem;
}

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

.footer-logo {
    margin-bottom: 3rem;
}

.footer-logo img {
    height: 40px;
    margin-bottom: 1rem;
}

.footer-logo .copyright {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 1rem;
    max-width: 600px;
}

.footer-logo .address {
    font-size: 0.9rem;
    opacity: 0.8;
    margin-bottom: 1rem;
}

.footer-logo .payment {
    font-size: 0.9rem;
    opacity: 0.8;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.footer-column h3 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.footer-column h3:first-child {
    margin-top: 0;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column li {
    margin-bottom: 0.8rem;
    font-size: 0.9rem;
    opacity: 0.8;
    cursor: pointer;
    transition: opacity 0.2s;
}

.footer-column li:hover {
    opacity: 1;
}

@media (max-width: 768px) {
    .footer-links {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .footer-links {
        grid-template-columns: 1fr;
    }
}