.about-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    position: relative;
    z-index: 1;
    width: 100%;
}

.about-title {
    text-align: center;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 3rem;
    font-weight: 800;
    background: linear-gradient(135deg, #4CAF50, #2196F3);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 1rem 0;
}

.about-title span[translate="no"] {
    background: linear-gradient(135deg, #4CAF50, #00ff00, #4CAF50);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 15px rgba(76, 175, 80, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
    font-weight: 900;
}

.about-section {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.about-section h2 {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    text-align: center;
    font-weight: 700;
}

.company-text {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.6;
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

.company-overview-text {
    text-align: center;
    margin: 0 auto 2rem;
    padding: 1.5rem;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    border-left: 4px solid var(--money-green);
    max-width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    font-size: 1rem;
    line-height: 1.7;
    display: block;
}

.objectives-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
    width: 100%;
    box-sizing: border-box;
}

.objectives-list li {
    position: relative;
    padding: 1rem 1.5rem 1rem 3rem;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    font-size: 0.95rem;
    line-height: 1.6;
    display: block;
}

.objectives-list li:hover {
    border-color: rgba(133, 187, 101, 0.5);
    box-shadow: 0 5px 15px rgba(133, 187, 101, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

.objectives-list li::before {
    content: "→";
    position: absolute;
    left: 1rem;
    color: #85BB65;
    font-weight: bold;
}

.price-section, .wallet-section {
    background: rgba(0, 0, 0, 0.3);
    border-radius: 20px;
    padding: 3rem 2rem;
    margin-bottom: 3rem;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.price-section h2, .wallet-section h2 {
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.price-info, .wallet-info {
    background: rgba(0, 0, 0, 0.3);
    padding: 2rem;
    border-radius: 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.price-info:hover, .wallet-info:hover {
    border-color: rgba(133, 187, 101, 0.3);
    box-shadow: 0 10px 30px rgba(133, 187, 101, 0.1);
}

.price-info h3, .wallet-info h3 {
    color: #4CAF50;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.price-value, .wallet-address {
    color: #90A4AE;
    font-size: 1.2rem;
    margin: 1rem 0;
}

.price-note, .address-note {
    color: #78909C;
    font-style: italic;
    margin-top: 1rem;
}

.coming-soon {
    display: inline-block;
    background: rgba(76, 175, 80, 0.1);
    color: #4CAF50;
    padding: 0.5rem 1.5rem;
    border-radius: 20px;
    font-weight: 600;
    margin: 1rem 0;
}

.mining-info {
    color: #e0e0e0;
}

.mining-info p {
    font-size: 1.1rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}

.mining-info ul {
    list-style: none;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
}

.mining-info li {
    position: relative;
    padding: 1rem 1.5rem 1rem 3rem;
    margin-bottom: 1rem;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    width: 100%;
    box-sizing: border-box;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    font-size: 0.95rem;
    line-height: 1.6;
    display: block;
}

.mining-info li:hover {
    border-color: rgba(133, 187, 101, 0.5);
    box-shadow: 0 5px 15px rgba(133, 187, 101, 0.2);
    background: rgba(0, 0, 0, 0.4);
}

.mining-info li::before {
    content: "•";
    position: absolute;
    left: 1rem;
    color: #85BB65;
    font-weight: bold;
    font-size: 1.5rem;
}

.token-amount span[translate="no"],
.mining-info span[translate="no"],
.wallet-info span[translate="no"] {
    background: linear-gradient(135deg, #4CAF50, #00ff00);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    padding: 0 0.2rem;
    text-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
}

span[translate="no"].token-symbol {
    color: #4CAF50;
    text-shadow: 0 0 10px rgba(76, 175, 80, 0.7);
    font-weight: 700;
    animation: glow 2s ease-in-out infinite alternate;
}

.coin-container {
    position: relative;
    width: 400px;
    height: 400px;
    margin: 2rem auto 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2rem;
}

.floating-coin {
    width: 100%;
    height: 100%;
    object-fit: contain;
    animation: floatCoin 6s ease-in-out infinite;
    z-index: 2;
    transition: transform 0.3s ease;
}

.floating-coin:hover {
    transform: scale(1.05);
}

@keyframes floatCoin {
    0%, 100% {
        transform: translateY(0) scale(1);
    }
    50% {
        transform: translateY(-25px) scale(1.02);
    }
}

/* Make coin responsive */
@media (max-width: 768px) {
    .coin-container {
        width: 280px;
        height: 280px;
        margin: 1.5rem auto 2rem;
        padding: 1rem;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .about-content {
        padding: 1rem;
    }

    .about-title {
        font-size: 2.2rem;
    }

    .about-section,
    .price-section,
    .wallet-section {
        padding: 2rem 1rem;
    }

    .about-section h2,
    .price-section h2,
    .wallet-section h2 {
        font-size: 1.8rem;
    }

    .objectives-list li,
    .mining-info li {
        padding: 1rem 1rem 1rem 2.5rem;
    }

    .coin-container {
        width: 200px;
        height: 200px;
        margin-bottom: 1.5rem;
    }
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-section,
.price-section,
.wallet-section {
    animation: fadeInUp 0.6s ease-out forwards;
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px rgba(76, 175, 80, 0.7),
                     0 0 20px rgba(76, 175, 80, 0.5),
                     0 0 30px rgba(76, 175, 80, 0.3);
    }
    to {
        text-shadow: 0 0 15px rgba(76, 175, 80, 0.9),
                     0 0 25px rgba(76, 175, 80, 0.7),
                     0 0 35px rgba(76, 175, 80, 0.5);
    }
}

/* Token Distribution Section */
.token-section {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.token-section .section-container {
    width: 100%;
}

.token-section .section-title {
    text-align: center;
    color: #ffffff;
    font-size: 2.2rem;
    margin-bottom: 2rem;
    font-weight: 700;
}

.token-distribution-card {
    width: 100%;
    max-width: 900px;
    margin: 2rem auto !important;
    background: linear-gradient(135deg, rgba(4, 30, 66, 0.95), rgba(0, 33, 71, 0.95));
    border-radius: 20px;
    padding: 3rem;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(133, 187, 101, 0.3);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}

.total-supply-header {
    text-align: center;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid rgba(133, 187, 101, 0.3);
}

.supply-title {
    color: var(--money-green);
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.supply-amount {
    font-size: 3rem;
    font-weight: 800;
    color: var(--gold);
    text-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
    margin: 0;
}

.token-symbol-large {
    font-size: 2.5rem;
}

.distribution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}

.distribution-item {
    border-radius: 15px;
    padding: 2rem;
    text-align: center;
    border: 2px solid;
    transition: all 0.3s ease;
}

.distribution-item:hover {
    transform: translateY(-5px);
}

.mining-pool {
    background: rgba(133, 187, 101, 0.1);
    border-color: rgba(133, 187, 101, 0.3);
}

.mining-pool:hover {
    box-shadow: 0 10px 30px rgba(133, 187, 101, 0.3);
}

.mining-pool .pool-title {
    color: var(--money-green);
}

.mining-pool .token-symbol-small {
    color: var(--money-green);
}

.trading-pool {
    background: rgba(255, 215, 0, 0.1);
    border-color: rgba(255, 215, 0, 0.3);
}

.trading-pool:hover {
    box-shadow: 0 10px 30px rgba(255, 215, 0, 0.3);
}

.trading-pool .pool-title {
    color: var(--gold);
}

.trading-pool .token-symbol-small {
    color: var(--gold);
}

.company-reserve {
    background: rgba(191, 13, 62, 0.1);
    border-color: rgba(191, 13, 62, 0.3);
}

.company-reserve:hover {
    box-shadow: 0 10px 30px rgba(191, 13, 62, 0.3);
}

.company-reserve .pool-title {
    color: #FF6B9D;
}

.company-reserve .token-symbol-small {
    color: #FF6B9D;
}

.pool-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    font-size: 1.5rem;
}

.mining-pool .pool-icon {
    background: linear-gradient(135deg, var(--money-green), #4CAF50);
}

.trading-pool .pool-icon {
    background: linear-gradient(135deg, var(--gold), #FFA500);
}

.company-reserve .pool-icon {
    background: linear-gradient(135deg, var(--accent-red), #E91E63);
}

.pool-title {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.pool-amount {
    font-size: 1.8rem;
    font-weight: 700;
    color: white;
    margin-bottom: 0.5rem;
}

.token-symbol-small {
    font-size: 1rem;
}

.pool-percentage {
    font-size: 1.5rem;
    color: var(--gold);
    font-weight: 600;
    margin: 0;
}
