body {
    font-family: 'Segoe UI', Arial, sans-serif;
    background: #181818;
    margin: 0;
    padding: 0;
    color: #fff;
    min-height: 100vh;
    font-size: 1.18rem;
}
header {
    background: #111;
    padding: 2rem 1rem 1rem 1rem;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
}
header h1 {
    margin: 0 0 0.5rem 0;
    font-size: 2.9rem;
    color: #ff9800;
    letter-spacing: 2px;
    font-weight: 800;
}
header .subtitle {
    font-size: 1.2rem;
    color: #f9d423;
    margin-bottom: 0.5rem;
}
.chill-tagline {
    font-size: 1.18em;
    color: #555;
    margin-top: 0.2rem;
    font-style: italic;
    letter-spacing: 0.5px;
}
.chill-tagline.prominent {
    font-size: 1.7rem;
    color: #ff9800;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.10);
    letter-spacing: 1px;
}
.header-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    flex-wrap: wrap;
}
.header-flex.center-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    gap: 2.5rem;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}
.bonkguy-img-float {
    width: 220px;
    height: 220px;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    background: #fff;
    object-fit: cover;
    flex-shrink: 0;
}
.bonkguy-img-float.bonkguy-img-border {
    width: 220px;
    height: 220px;
    border-radius: 32px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    background: #fff;
    object-fit: cover;
    border: 4px solid #ff9800;
}
.header-text {
    flex: 1;
    min-width: 220px;
    text-align: left;
}
.header-divider {
    width: 100%;
    height: 0;
    border-bottom: 3px solid #ff9800;
    margin: 2rem 0 0 0;
    box-sizing: border-box;
}
main {
    max-width: 900px;
    margin: 2rem auto 0 auto;
    padding: 0 1rem 2rem 1rem;
}
.about {
    background: #222;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    text-align: center;
    border: 2.5px solid #ff9800;
    font-size: 1.18em;
}
.about h2 {
    color: #ff9800;
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.features {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    justify-content: center;
    margin-bottom: 2rem;
}
.feature-card {
    background: #232323;
    border-radius: 16px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.18);
    padding: 1.5rem 1.2rem;
    flex: 1 1 250px;
    max-width: 280px;
    min-width: 220px;
    text-align: center;
    border: 2.5px solid #ff9800;
    font-size: 1.18em;
}
.feature-card h3 {
    margin-top: 0;
    color: #ff9800;
    font-size: 1.4rem;
}
.contract-address {
    background: #222;
    border-radius: 16px;
    padding: 1.5rem 2rem;
    margin: 2rem auto 2rem auto;
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    text-align: center;
    border: 2.5px solid #ff9800;
    max-width: 600px;
}
.contract-address h2 {
    color: #ff9800;
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.7rem;
}
.contract-placeholder {
    color: #bbb;
    font-size: 1.15rem;
    font-style: italic;
}
.cta {
    text-align: center;
    margin-top: 2rem;
}
.cta-btn {
    display: inline-block;
    background: #ff9800;
    color: #181818;
    border: none;
    border-radius: 8px;
    padding: 0.8rem 2rem;
    font-size: 1.18em;
    font-weight: 600;
    margin: 0 0.5rem 1rem 0.5rem;
    text-decoration: none;
    transition: background 0.2s, color 0.2s;
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
.cta-btn.secondary {
    background: #232323;
    color: #ff9800;
    border: 2px solid #ff9800;
}
.cta-btn:hover {
    background: #fff;
    color: #ff9800;
    border: 2px solid #ff9800;
}
footer {
    text-align: center;
    padding: 1rem;
    background: #111;
    font-size: 1.18em;
    color: #ff9800;
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
}
.bonkguy-img {
    display: block;
    margin: 0 auto 1.5rem auto;
    width: 180px;
    height: 180px;
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.18);
    background: #fff;
    object-fit: cover;
}
.tokenomics {
    background: #222;
    border-radius: 16px;
    padding: 2rem;
    margin-bottom: 2rem;
    box-shadow: 0 2px 16px rgba(0,0,0,0.15);
    text-align: center;
    border: 2.5px solid #ff9800;
    font-size: 1.18em;
}
.tokenomics h2 {
    color: #ff9800;
    font-size: 2.1rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    text-shadow: 0 2px 8px rgba(0,0,0,0.10);
}
.tokenomics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 1.5rem;
    margin-top: 1.5rem;
}
.tokenomics-item {
    background: #232323;
    border-radius: 12px;
    padding: 1.5rem 1rem;
    border: 2px solid #ff9800;
    text-align: center;
}
.tokenomics-item h3 {
    margin: 0 0 1rem 0;
    color: #ff9800;
    font-size: 1.3rem;
    font-weight: 700;
}
.tokenomics-item p {
    margin: 0;
    color: #fff;
    font-size: 1rem;
    line-height: 1.4;
}
@media (max-width: 700px) {
    .features {
        flex-direction: column;
        gap: 1rem;
    }
    .feature-card {
        max-width: 100%;
    }
    main {
        padding: 0 0.5rem 2rem 0.5rem;
    }
    .about {
        padding: 1.2rem;
    }
    .header-flex {
        flex-direction: column;
        gap: 1.2rem;
    }
    .header-flex.center-header {
        flex-direction: column;
        gap: 1.2rem;
        text-align: center;
    }
    .header-text {
        text-align: center;
    }
    .tokenomics-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .tokenomics {
        padding: 1.5rem;
    }
}
@media (max-width: 900px) {
    .header-flex.center-header {
        flex-direction: column;
        gap: 1.2rem;
        text-align: center;
    }
    .header-text {
        text-align: center;
    }
}
