.whelp-flex, .community-flex {
    flex-direction: row;
}
.faq-flex {
    flex-direction: row-reverse;
}
@media (max-width: 700px) {
    .whelp-flex, .community-flex, .faq-flex {
        flex-direction: column !important;
    }
}
html, body {
    width: 100vw;
    min-width: 320px;
    overflow-x: hidden;
    box-sizing: border-box;
}
.container, .roadmap-content-container, .community-flex, .faq-content-container {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
@media (max-width: 700px) {
    html, body {
        max-width: 100vw !important;
        overflow-x: hidden !important;
        box-sizing: border-box !important;
    }
    .container, .roadmap-content-container, .community-flex, .faq-content-container {
        max-width: 100vw !important;
        width: 100vw !important;
        box-sizing: border-box !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
/* FAQ responsive stiller */
.faq-section {
    scroll-margin-top: 140px;
    position: relative;
    z-index: 1;
}
.faq-content-container {
    width: 100%;
    max-width: 900px;
    margin: 24px auto 0 auto;
    min-height: 320px;
}
.faq-title-container {
    text-align: center;
    margin-bottom: 0;
    margin-top: -18px;
}
.faq-title {
    font-family: 'Orbitron',Arial,sans-serif;
    font-size: 2.2em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e0e3f6;
    margin-bottom: 0;
    background: linear-gradient(90deg,#23243a 0%,#2e2f4a 100%);
    display: inline-block;
    padding: 8px 32px;
    border-radius: 16px;
    box-shadow: 0 0 24px #8b5fff;
}
.faq-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6vw;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 32px;
}
.faq-text-content {
    flex: 2 1 0;
    min-width: 180px;
    max-width: 340px;
    padding-right: 2vw;
}
.faq-description {
    background: linear-gradient(90deg,#23243a 0%,#2e2f4a 100%);
    border-radius: 16px;
    box-shadow: 0 0 24px #8b5fff;
    padding: 18px 18px;
    text-align: left;
}
.faq-description-text {
    font-size: 0.98em;
    color: #e0e3f6;
    text-shadow: 0 0 8px #0ff1ce;
    margin: 0;
    line-height: 1.7;
}
.faq-img {
    flex: 1 1 0;
    min-width: 140px;
    max-width: 260px;
    width: 18vw;
    height: auto;
    border-radius: 24px;
    box-shadow: 0 0 32px #ff00cc, 0 0 12px #0ff1ce;
    background: #23243a;
    object-fit: cover;
}
@media (max-width: 700px) {
    .faq-content-container {
        max-width: 98vw !important;
        padding: 0 2vw !important;
    }
    .faq-title {
        font-size: 1.3em !important;
        padding: 4px 8vw !important;
    }
    .faq-flex {
        flex-direction: column !important;
        gap: 18px !important;
        align-items: center !important;
        max-width: 98vw !important;
    }
    .faq-text-content {
        min-width: 0 !important;
        max-width: 98vw !important;
        padding-right: 0 !important;
    }
    .faq-description {
        padding: 12px 8px !important;
    }
    .faq-description-text {
        font-size: 1em !important;
    }
    .faq-img {
        min-width: 80px !important;
        max-width: 120px !important;
        width: 38vw !important;
        margin: 0 auto !important;
    }
}
/* COMMUNITY responsive stiller */
.community-section {
    margin-top: 120px;
    scroll-margin-top: 180px;
}
.community-title-container {
    text-align: center;
    margin-bottom: 32px;
    margin-top: 0;
}
.community-title-inner {
    text-align: center;
    margin-bottom: 0;
    margin-top: -38px;
}
.community-title {
    font-family: 'Orbitron',Arial,sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e0e3f6;
    margin-bottom: 38px;
    background: linear-gradient(90deg,#23243a 0%,#2e2f4a 100%);
    display: inline-block;
    padding: 8px 32px;
    border-radius: 16px;
    box-shadow: 0 0 24px #8b5fff;
}
.community-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6vw;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
.community-img {
    flex: 1 1 0;
    min-width: 340px;
    max-width: 480px;
    width: 32vw;
    height: auto;
    border-radius: 36px;
    box-shadow: 0 0 64px #ff00cc, 0 0 24px #0ff1ce;
    background: #23243a;
    object-fit: cover;
}
.community-content {
    flex: 1 1 0;
    min-width: 320px;
    max-width: 540px;
    padding-left: 2vw;
}
.community-description {
    background: linear-gradient(90deg,#23243a 0%,#2e2f4a 100%);
    border-radius: 16px;
    box-shadow: 0 0 24px #8b5fff;
    padding: 28px 32px;
    text-align: left;
}
.community-description-text {
    font-size: 1.18em;
    color: #e0e3f6;
    text-shadow: 0 0 8px #0ff1ce;
    margin: 0;
    line-height: 1.8;
}
@media (max-width: 700px) {
    .community-section {
        margin-top: 32px !important;
        scroll-margin-top: 80px !important;
    }
    .community-title {
        font-size: 1.3em !important;
        padding: 4px 8vw !important;
    }
    .community-flex {
        flex-direction: column !important;
        gap: 18px !important;
        align-items: center !important;
        max-width: 98vw !important;
    }
    .community-img {
        min-width: 120px !important;
        max-width: 180px !important;
        width: 48vw !important;
        border-radius: 18px !important;
        margin: 0 auto !important;
    }
    .community-content {
        min-width: 0 !important;
        max-width: 98vw !important;
        padding-left: 0 !important;
    }
    .community-description {
        padding: 12px 8px !important;
    }
    .community-description-text {
        font-size: 1em !important;
    }
}
/* ROADMAP responsive stiller */
.roadmap-section {
    margin-bottom: 80px;
    scroll-margin-top: 120px;
}
.roadmap-title-container {
    text-align: center;
    margin-bottom: 0;
}
.roadmap-title {
    font-family: 'Orbitron',Arial,sans-serif;
    font-size: 2.6em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #e0e3f6;
    margin-bottom: 0;
    background: linear-gradient(90deg,#23243a 0%,#2e2f4a 100%);
    display: inline-block;
    padding: 8px 32px;
    border-radius: 16px;
    box-shadow: 0 0 24px #8b5fff;
}
.roadmap-content-container {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.roadmap-description {
    background: #23243a;
    color: #e0e3f6;
    font-family: 'Fira Mono', 'Consolas', monospace;
    font-size: 1.25em;
    border-radius: 16px;
    box-shadow: 0 0 18px #8b5fff;
    padding: 24px 28px;
    margin-top: 18px;
    max-width: 700px;
    text-align: left;
    line-height: 2;
}
@media (max-width: 700px) {
    .roadmap-section {
        margin-bottom: 32px !important;
        scroll-margin-top: 80px !important;
    }
    .roadmap-title {
        font-size: 1.3em !important;
        padding: 4px 8vw !important;
    }
    .roadmap-content-container {
        max-width: 98vw !important;
        padding: 0 2vw !important;
    }
    .roadmap-description {
        font-size: 1em !important;
        padding: 12px 8px !important;
        max-width: 98vw !important;
    }
}
/* WHELP bölümü için desktop ve mobil uyumlu stiller */
.whelp-flex {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4vw;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1100px;
    margin: 24px auto 0 auto;
}
.whelp-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 240px;
    max-width: 420px;
    width: 38vw;
    height: 38vw;
    max-height: 420px;
    min-height: 240px;
    border-radius: 50%;
    background: #23243a;
    box-shadow: 0 0 32px #ff00cc, 0 0 12px #0ff1ce;
    overflow: hidden;
    margin-right: 2vw;
}
.whelp-logo-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    background: #23243a;
}
.whelp-content {
    flex: 3 1 0;
    min-width: 320px;
    max-width: 700px;
    padding-left: 3vw;
    margin-left: 2vw;
}
@media (max-width: 700px) {
    .whelp-flex {
        flex-direction: column !important;
        gap: 18px !important;
        align-items: center !important;
        justify-content: flex-start !important;
        max-width: 98vw !important;
    }
    .whelp-logo {
        min-width: 120px !important;
        max-width: 180px !important;
        width: 48vw !important;
        height: 48vw !important;
        margin: 0 auto 0 auto !important;
    }
    .whelp-content {
        min-width: 0 !important;
        max-width: 98vw !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
}
@media (max-width: 700px) {
    footer {
        font-size: 0.95em !important;
        padding: 12px 0 !important;
        text-align: center !important;
        width: 100vw !important;
        box-sizing: border-box !important;
    }
    #footer-text {
        padding: 0 8px !important;
        word-break: break-word !important;
        font-size: 1em !important;
    }
}
/* Mobil uyumluluk için responsive düzenlemeler */
@media (max-width: 700px) {
    body {
        font-size: 1em;
    }
    .container {
        width: 98%;
        padding: 8px;
        border-radius: 10px;
    }
    section {
        margin: 18px 0;
        padding: 0 2vw;
    }
    h1, h2 {
        font-size: 1.3em !important;
        padding: 0 2vw;
    }
    nav {
        flex-direction: column !important;
        padding: 8px 0 8px 0;
    }
    nav a {
        margin: 6px 0 !important;
        font-size: 1em;
        padding: 8px 12px !important;
        display: block;
    }
    .buy-btn, button {
        padding: 10px 18px !important;
        font-size: 1em !important;
    }
    /* WHELP görsel ve metin alanı */
    #whelp > div[style*="display:flex"] {
        flex-direction: column !important;
        gap: 18px !important;
        align-items: center !important;
        justify-content: flex-start !important;
        max-width: 98vw !important;
    }
    #whelp img, #whelp div[style*="border-radius:50%"] {
        min-width: 120px !important;
        max-width: 180px !important;
        width: 48vw !important;
        height: 48vw !important;
        margin: 0 auto !important;
    }
    #whelp div[style*="flex:3"] {
        min-width: 0 !important;
        max-width: 98vw !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    /* Roadmap, FAQ, Community kutuları */
    #roadmap div[style*="background"], #faq div[style*="background"], #community div[style*="background"] {
        padding: 12px 8px !important;
        font-size: 1em !important;
        max-width: 98vw !important;
    }
    #faq img {
        min-width: 80px !important;
        max-width: 120px !important;
        width: 38vw !important;
        margin: 0 auto !important;
    }
}

body {
    font-family: 'Orbitron', 'Arial', sans-serif;
    margin: 0;
    padding: 0;
    background: linear-gradient(135deg, #23243a 0%, #2e2f4a 100%);
    min-height: 100vh;
    color: #fff;
    overflow-y: auto;
    font-size: 1.18em;
}


header {
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 18px 0 0 0;
    text-align: center;
    box-shadow: 0 0 30px 10px #0ff1ce, 0 0 60px 20px #ff00cc;
    position: relative;
    z-index: 101;
}


h1 {
    margin: 0;
    font-size: 3.2em;
    text-shadow: 0 0 10px #0ff1ce, 0 0 20px #ff00cc, 0 0 30px #fff;
    font-family: 'Orbitron', 'Arial', sans-serif;
    letter-spacing: 2px;
}


nav {
    margin: 0;
    position: sticky;
    top: 0;
    z-index: 102;
    background: rgba(0,0,0,0.92);
    box-shadow: 0 2px 16px #0ff1ce;
    padding: 10px 0 10px 0;
}


nav a {
    color: #0ff1ce;
    text-decoration: none;
    margin: 0 15px;
    font-weight: bold;
    text-shadow: 0 0 5px #ff00cc;
    transition: color 0.2s, transform 0.18s cubic-bezier(.4,2,.3,1);
}


nav a:hover {
    color: #ff00cc;
    text-decoration: underline;
    transform: scale(1.13);
}


.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    border-radius: 20px;
    box-shadow: 0 0 20px #0ff1ce;
    padding: 20px;
}

footer {
    background: rgba(0,0,0,0.7);
    color: #fff;
    text-align: center;
    padding: 20px 0;
    position: relative;
    bottom: 0;
    width: 100%;
    box-shadow: 0 0 30px 10px #ff00cc, 0 0 60px 20px #0ff1ce;
    font-size: 1.2em;
}

section {
    margin: 32px 0;
    padding: 0;
    /* border-bottom kaldırıldı */
}
section:last-of-type {
    /* border-bottom kaldırıldı */
}
}

h2 {
    font-size: 2.2em;
    text-shadow: 0 0 8px #ff00cc, 0 0 16px #0ff1ce;
    margin-bottom: 14px;
}

button {
    background: linear-gradient(90deg, #0ff1ce 0%, #ff00cc 100%);
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 15px 40px;
    font-size: 1.2em;
    font-family: 'Orbitron', 'Arial', sans-serif;
    font-weight: bold;
    box-shadow: 0 0 10px #ff00cc, 0 0 20px #0ff1ce;
    cursor: pointer;
    transition: background 0.3s, transform 0.2s;
}

button:hover {
    background: linear-gradient(90deg, #ff00cc 0%, #0ff1ce 100%);
    transform: scale(1.08);
    box-shadow: 0 0 20px #fff, 0 0 40px #ff00cc;
}