/*
Theme Name: BlankSlate
Theme URI: https://opencollective.com/blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: blankslate

BlankSlate WordPress Theme 2011-2025
BlankSlate is distributed under the terms of the GNU GPL
*/

html {
    max-width: 100%;
    overflow-x: hidden;
}

body {
    max-width: 100%;
    overflow-x: hidden;
}

* {
    max-width: 100%;
    box-sizing: border-box;
}

#moove_gdpr_cookie_info_bar {
    background-color: #0b0a10 !important;
    border-top: 1px solid rgba(255, 0, 128, 0.2) !important;
}

.moove-gdpr-branding-cnt {
    display: none !important;
}

/* testing above this*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    /* font: inherit; */
    vertical-align: baseline
}

.policy-container {
    margin: 3em;
    /* max-width: 1200px; */
    justify-self: center;
    padding: 0 20px;
    line-height: normal;
    display: flex;
    justify-content: center;
}

.policy-container div {
    max-width: 1500px;
}

.account-container {
    margin-bottom: 40px;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

#pmpro_account-membership-none {
    text-align: center;
}

.account-container div {
    flex: 1;
    max-width: 800px;
}

.accounts-middle-section {
    display: flex;
    gap: 2em;
}

.policy-container a {
    color: white;
}

.redirecting-to-checkout {
    font-size: 2em;
}

.account-info {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.pmpro_card_title {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.pmpro_heading-with-avatar {
    font-size: 2em;
    flex-direction: column;
}

#pmpro_account-profile img {
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
}

.pmpro_table_orders {
    border-collapse: separate;
    border-spacing: 0 6px;
}

.pmpro_table_orders td {
    text-align: center;
}

/* Discord Integration */
.discord-integration {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.discord-integration-hero button {
    margin: 0;
    border-radius: 50px;
    padding: 18px 30px;
}

.discord-integration img {
    position: absolute;
    margin-right: 360px;
    height: 72px;
}

.add-to-discord {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    padding: 20px 40px;
    /* background: #5865f2; */
    /* background: #8490fb; */
    background: rgb(106 124 238);
    color: white;
    text-decoration: none;
    border-radius: 20px;
    font-weight: 700;
    font-size: 1.2rem;
    transition: all 0.3s ease;
    margin: 15px;
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.4);
    min-height: 44px;
    border: none;
    cursor: pointer;
}

.add-to-discord:hover {
    /* background: #4752c4; */
    /* background: #707ce2; */
    background: rgb(90, 109, 233);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(88, 101, 242, 0.3);
    color: white;
}

.discord-integration-sticky {
    position: fixed;
    bottom: 30px;
    right: 50px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    /* Initially hidden */
    opacity: 0;
    visibility: hidden;
    transform: translateY(100px) scale(0.8);
}

.discord-integration-sticky.visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.discord-integration-sticky button {
    margin: 0;
    padding: 18px;
    font-size: 1rem;
    border-radius: 30px;
    min-height: 0;
    gap: 0;
}

.discord-integration-sticky:hover button {
    gap: 15px;
    transform: translateY(0);
    padding: 18px 32px;
}

.discord-integration-sticky span {
    max-width: 0px;
    opacity: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.discord-integration-sticky:hover span {
    max-width: 200px;
    /* Set to a value larger than your content */
    opacity: 1;
}

.pmpro_card_actions {
    text-align: center;
}

.pmpro_section_title {
    text-align: center;
}

/* Challenge Section */
.challenge-section {
    margin: 60px auto;
    max-width: 1200px;
    padding: 40px 20px;
    text-align: center;
    background: rgba(139, 92, 246, 0.05);
    border-radius: 20px;
    border: 1px solid rgba(139, 92, 246, 0.2);
}

/* Demo Visual */
.demo-section {
    margin: 60px 0;
    padding: 40px;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid rgba(255, 0, 128, 0.2);
}

/* Security Section */
.security-section {
    margin: 60px auto;
    max-width: 1200px;
    padding: 40px 20px;
    background: rgba(0, 255, 0, 0.03);
    border-radius: 20px;
    border: 1px solid rgba(0, 255, 0, 0.2);
    text-align: center;
}

/* Audio Preview Section */
.audio-preview-section {
    margin: 60px auto;
    max-width: 1200px;
    padding: 40px 20px;
    text-align: center;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 20px;
    border: 1px solid #8b5cf6;
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.2);
}

.account-credits {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 40px !important;
}

.account-referrals {
    margin: 0 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ff6600 !important;
    box-shadow: 0 0 30px rgba(255, 142, 97, 0.2) !important;
}

.referrals-title {
    font-family: 'Brick Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #ff6600, #ff8533);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.referrals-subtitle {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 40px;
    display: flex;
    justify-content: center !important;
    margin-bottom: 24px !important;
}

.referrals-usages p {
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.5em;
}



.referrals-text-box-container {
    position: relative;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    padding: 0;
    backdrop-filter: blur(10px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    width: 70%;
}

.referrals-text-box-container:hover {
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.4);
}

.referrals-text-input {
    width: 100%;
    background: transparent;
    border: none;
    color: #e0e0e0;
    font-size: 16px;
    padding: 16px 60px 16px 16px;
    outline: none;
    resize: none;
    height: 50px;
    font-family: inherit;
    border-radius: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: text;
}

.referrals-text-input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

.referrals-copy-button {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: linear-gradient(135deg, #bb4d04 0%, #af8d6f 100%);
    border: none;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.referrals-copy-button:hover {
    transform: translateY(-50%) scale(1.05);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background: linear-gradient(135deg, #af8d6f 0%, #bb4d04 100%);
}

.referrals-copy-button:active {
    transform: translateY(-50%) scale(0.95);
}

.referrals-copy-icon {
    width: 18px;
    height: 18px;
    fill: white;
    transition: all 0.3s ease;
}

.referrals-copy-button.referrals-copied {
    background: linear-gradient(135deg, #10b981 0%, #059669 100%);
    box-shadow: 0 4px 15px rgba(16, 185, 129, 0.3);
}

.referrals-copy-button.referrals-copied:hover {
    box-shadow: 0 6px 20px rgba(16, 185, 129, 0.4);
}

.referrals-feedback {
    position: absolute;
    top: -40px;
    right: 0;
    background: rgba(16, 185, 129, 0.9);
    color: white;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 14px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    backdrop-filter: blur(10px);
}

.referrals-feedback.referrals-show {
    opacity: 1;
    transform: translateY(0);
}

.referrals-feedback::after {
    content: '';
    position: absolute;
    bottom: -5px;
    right: 15px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgba(16, 185, 129, 0.9);
}

@keyframes pulse {
    0% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }

    50% {
        box-shadow: 0 6px 25px rgba(102, 126, 234, 0.5);
    }

    100% {
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
    }
}

.referrals-copy-button:focus {
    animation: pulse 1.5s infinite;
}




.referrals-entries {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.referrals-subtitle p {
    max-width: 60%;
}

.credits-entries {
    display: flex;
    flex-direction: column;
    justify-self: center;
    margin-top: 0.5em;
    gap: 0.5em;
}

.credits-entry {
    display: flex;
    flex: none !important;
    gap: 0.5em;
    justify-content: space-between;
}

#pmpro_actionlink-update-billing {
    font-size: 0.9em;
    color: #c4c4c4;
}

.demo-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #ff0080, #8b5cf6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.credits-title {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #0f0, #6279bf);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.account-current-level {
    font-size: 1.5em;
}

#pmpro_account-membership {
    margin: 0;
    display: flex;
    flex-direction: column;
    flex: 1;
}

#pmpro_account-profile {
    margin: 0;
}

#pmpro_account-orders {
    display: none;
}

/* Enhanced CTA Buttons */
.cta-button {
    width: 100%;
    padding: 16px 25px;
    border: none;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    min-height: 44px;
    /* Touch target compliance */
}

.lifetime .cta-button {
    background: linear-gradient(135deg, #8b5cf6, #00d4ff);
    color: white;
}

.lifetime .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
    filter: brightness(1.1);
}

.account-upgrade {
    margin-top: 2em;
    display: flex;
    justify-content: center;
}

#account-button-premium {
    max-width: fit-content;
}

html {
    scroll-behavior: smooth
}

body {
    line-height: 1
}

a {
    text-decoration-skip-ink: auto
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none
}

button {
    outline: 0
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}

q {
    display: inline;
    font-style: italic
}

q:before {
    content: '"';
    font-style: normal
}

q:after {
    content: '"';
    font-style: normal
}

textarea, input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], input[type="search"], input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0
}

/* input[type="search"] {
    -webkit-appearance: textfield
} */

table {
    border-collapse: collapse;
    border-spacing: 0
}

th, td {
    padding: 2px
}

big {
    font-size: 120%
}

small, sup, sub {
    font-size: 80%
}

sup {
    vertical-align: super
}

sub {
    vertical-align: sub
}

dd {
    margin-left: 20px
}

kbd, tt {
    font-family: courier;
    font-size: 12px
}

ins {
    text-decoration: underline
}

del, strike, s {
    text-decoration: line-through
}

dt {
    font-weight: bold
}

address, cite, var {
    font-style: italic
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    word-break: normal
}

.screen-reader-text:focus {
    background-color: #f7f7f7;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    color: #007acc;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    right: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.skip-link {
    left: -9999rem;
    top: 2.5rem;
    z-index: 999999999;
    text-decoration: underline
}

.skip-link:focus {
    display: block;
    left: 6px;
    top: 7px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: normal;
    padding: 15px 23px 14px;
    z-index: 100000;
    right: auto
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

/*
---- HEADER -----
*/

.header-main {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1700px;
    width: 100%;
    margin: 0 auto;
}

.header-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.header-right {
    display: flex;
    flex-direction: row;
    gap: 2em;
}

.header-nav {
    display: flex;
    align-items: center;
}

.logo-container {
    display: flex;
    gap: 5px;
    position: relative;
    bottom: 2px;
}

.logo-container h2 {
    align-self: center;
}

.logo-container h2 a {
    font-size: 28px;
    font-weight: 700;
}

.user-display-name {
    font-size: 22px;
}

.dropdown-arrow {
    font-size: 14px !important;
    margin-top: 0.5em;
}

/* Navigation */
nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 20px 50px;
    backdrop-filter: blur(10px);
    background: rgba(10, 10, 15, 0.9);
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 0, 128, 0.2);
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 32px;
}

.nav-links button {
    background: none;
    border: none;
    color: inherit;
    font: inherit;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s ease;
    position: relative;
}

nav a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 18px;
    transition: all 0.3s ease;
    position: relative;
}

.nav-links button::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: #ff0080;
    transition: width 0.3s ease;
}

.nav-links button:hover {
    color: #ff0080;
}

.nav-links button:hover::after {
    width: 100%;
}

.discord-login-button {
    /* background-color: rgb(57, 148, 255); */
    /* background-color: rgb(88, 101, 242); */
    background-color: rgb(106 124 238);
    text-align: center;
    cursor: pointer;
    color: rgb(242, 244, 251);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    border-radius: 0.5rem;
    padding: 0.5rem 0.8rem 0.7rem 0.8rem;
    border: none;
    font-size: 1rem;
    font-weight: 500;
    transition: 0.2s;
    font-weight: 600;
}

.discord-login-button:hover {
    /* background-color: rgb(0, 118, 255); */
    /* background-color: rgb(71, 82, 196); */
    background-color: rgb(90, 109, 233);
}

/* Footer */
.footer {
    background: linear-gradient(135deg, #0a0a0f, #1a1a2e);
    border-top: 1px solid rgba(255, 102, 0, 0.2);
    padding: 60px 0 30px;
    /* margin-top: 80px; */
    padding-bottom: 0;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 40px;
    display: flex;
    flex-direction: row;
}

.footer-product-description {
    max-width: 200px;
}

.footer-section-product {
    margin-left: auto;
    margin-right: 40px;
}

.footer-section-support {
    margin-right: 40px;
}

.footer-section h3 {
    font-family: 'Brick Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    /* background: linear-gradient(135deg, #ff6600, #ff8533); */
    background: linear-gradient(135deg, #ffffff, #ffd2b4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
}

.footer-section h4 {
    font-family: 'Brick Sans', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.footer-section p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 20px;
    font-size: 0.9rem;
}

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

.footer-section ul li {
    margin-bottom: 12px;
}

.footer-section ul li a {
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.3s ease;
}

.footer-section ul li a:hover {
    color: #ff6600;
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
    margin: 0;
    padding: 0.3em 0;
}

.footer-trust {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    display: none;
}

.trust-indicator {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.6);
    padding: 4px 8px;
    background: rgba(0, 255, 0, 0.1);
    border-radius: 6px;
    border: 1px solid rgba(0, 255, 0, 0.2);
}

.footer-social {
    display: flex;
    gap: 15px;
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.7);
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
    background: rgba(255, 102, 0, 0.2);
    border-color: #ff6600;
    color: #ff6600;
    transform: translateY(-2px);
}

/* Modal overlay - covers entire screen */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

/* Show modal */
.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* Modal content container */
.modal-content {
    background: #0a0a0f;
    border-radius: 8px;
    padding: 30px;
    max-width: 500px;
    width: 90%;
    position: relative;
    transform: scale(0.7);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

/* Modal title */
.modal-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #ffffff;
}

/* Modal message */
.modal-message {
    font-size: 16px;
    line-height: 1.5;
    color: #bdbdbd;
    margin-bottom: 25px;
}

/* Close button */
.modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: #999;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.modal-close:hover {
    background-color: #f0f0f0;
    color: #333;
}

.discord-integration-accounts-page button {
    margin-bottom: 0;
    margin-top: 2em;
    padding: 15px 30px;
    font-size: 1em;
}

.topgg-button button {
    border-radius: 1rem;
    background: rgb(252 49 100 / 23%);
    color: rgba(255, 255, 255, 0.92);
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 600;
    gap: 0.7rem;
    padding: 0.5rem 3rem;
    border: 1px solid rgb(255 0 0 / 10%);
    cursor: pointer;
    box-shadow: 0 8px 25px rgb(242 88 88 / 15%);
    transition: all 0.3s ease;
}

.topgg-button button:hover {
    transform: translateY(-2px);
    background: rgb(252 49 100 / 20%);
}

.topgg-button svg {
    color: rgba(255, 255, 255, 0.92);
    width: 2.5rem;
    height: 2.5rem;
}

.credits-entries-footer {
    margin-top: 2rem;
    color: rgba(255, 255, 255, 0.7);
    font-size: 0.9rem;
}

/* Trust Signals for Pricing */
.pricing-section {
    margin: 50px auto 60px;
    max-width: 1200px;
    /* padding: 0 20px; */
    text-align: center;
}

.pricing-title {
    font-family: 'Brick Sans', sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    /* background: linear-gradient(135deg, #ff6600, #ff8533); */
    background: linear-gradient(107deg, #8b5cf6, #00d4ff);
    background-image: linear-gradient(135deg, #5b53ff, #fc856d);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.pricing-subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 50px;
}

/* Enhanced Pricing cards container */
.pricing-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 15px;
    max-width: 1200px;
    margin: 60px auto 40px;
    /* padding: 0 20px; */
    align-items: stretch;
    display: flex;
    justify-content: space-between;
}

/* Enhanced Pricing card */
.pricing-card {
    background:
        linear-gradient(135deg, rgba(20, 20, 30, 0.8), rgba(30, 30, 40, 0.6)),
        radial-gradient(circle at top right, rgba(255, 102, 0, 0.1), transparent 50%);
    border: 2px solid rgba(255, 255, 255, 0.1);
    border-radius: 25px;
    padding: 50px 35px 35px;
    position: relative;
    backdrop-filter: blur(15px);
    transition: all 0.3s ease;
    overflow: visible;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 44px;
    height: auto;
    /* width: -webkit-fill-available; */
    flex: 1;
    /* Ensure touch targets */
}

.pricing-card:hover {
    transform: translateY(-5px);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Basic card */
.pricing-card.basic {
    background:
        linear-gradient(135deg, rgba(30, 30, 40, 0.5), rgba(40, 40, 50, 0.3));
    border-color: rgba(255, 255, 255, 0.05);
}

.pricing-card.basic:hover {
    border-color: rgba(255, 255, 255, 0.15);
    transform: translateY(-5px);
}

/* Premium card - highlighted */
.pricing-card.premium {
    background:
        linear-gradient(135deg, rgba(255, 102, 0, 0.15), rgba(255, 133, 51, 0.1)),
        radial-gradient(circle at top right, rgba(255, 102, 0, 0.2), transparent 50%);
    border-color: #ff6600;
    box-shadow: 0 0 30px rgba(255, 102, 0, 0.2);
}

.pricing-card.premium:hover {
    box-shadow: 0 5px 40px rgba(255, 102, 0, 0.4);
    border-color: #ff6600;
    transform: translateY(-5px);
}

/* Enterprise card */
.pricing-card.lifetime {
    background:
        linear-gradient(135deg, rgba(139, 92, 246, 0.15), rgba(0, 212, 255, 0.1)),
        radial-gradient(circle at top right, rgba(139, 92, 246, 0.2), transparent 50%);
    border-color: #8b5cf6;
    box-shadow: 0 0 30px rgba(139, 92, 246, 0.2);
}

.pricing-card.lifetime:hover {
    box-shadow: 0 5px 40px rgba(139, 92, 246, 0.4);
    border-color: #8b5cf6;
    transform: translateY(-5px);
}

/* Enhanced highlight badges */
.highlight-badge {
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    z-index: 10;
}

.badge-popular {
    background: linear-gradient(135deg, #ffd700, #ffed4e);
    color: #000;
    box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5);
}

.badge-limited {
    background: linear-gradient(135deg, #8b5cf6, #a855f7);
    color: #fff;
    box-shadow: 0 6px 25px rgba(139, 92, 246, 0.5);
}

/* Card content */
.plan-name {
    font-family: 'Brick Sans', sans-serif;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
}

.premium .plan-name {
    background: linear-gradient(135deg, #ff6600, #ff8533);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.lifetime .plan-name {
    background: linear-gradient(135deg, #8b5cf6, #00d4ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.basic .plan-name {
    color: #888;
}

.price {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
    display: flex;
    align-self: center;
}

.price-period {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.6);
    align-self: center;
    margin-left: 0.2em;
    margin-top: 0.5em;
}

.savings {
    /* color: #00ff00; */
    color: #b3b3b3;
    font-size: 0.85rem;
    font-weight: 600;
    /* margin-bottom: 25px; */
    min-height: 20px;
}

.lifetime .price {
    font-weight: 700;
    text-shadow: 0 0 5px #08ccfe40, 0 0 10px #08ccfe42, 0 0 15px #08ccfe36;
}

.lifetime .price-period {
    color: #8b5cf6;
}

.line-through {
    text-decoration-line: line-through;
}

.price-number {
    color: #dfdfdf;
    font-weight: 700;
}

/* Enhanced Features list */
.features {
    list-style: none;
    margin: 20px 0;
    text-align: left;
    position: relative;
    z-index: 2;
    flex-grow: 1;
}

.features li {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 0.95rem;
}

.features li::before {
    content: '✓';
    color: #00ff00;
    font-weight: 700;
    font-size: 1.1rem;
    min-width: 16px;
}

.features li strong {
    color: rgba(255, 255, 255, 1);
}

.basic .features li {
    color: rgba(255, 255, 255, 0.5);
}

.basic .features li::before {
    color: #666;
}

/* Enhanced CTA Buttons */
.cta-button {
    width: 100%;
    padding: 16px 25px;
    border: none;
    border-radius: 15px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: auto;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    min-height: 44px;
    /* Touch target compliance */
}

.premium .cta-button {
    background: linear-gradient(135deg, #ff6600, #ff8533);
    color: white;
}

.premium .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 102, 0, 0.3);
    filter: brightness(1.1);
}

.lifetime .cta-button {
    background: linear-gradient(135deg, #8b5cf6, #00d4ff);
    color: white;
}

.lifetime .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(139, 92, 246, 0.3);
    filter: brightness(1.1);
}

.basic .cta-button {
    background: rgba(255, 255, 255, 0.1);
    color: #888;
    border: 2px solid rgba(255, 255, 255, 0.2);
}

.basic .cta-button:hover {
    background: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.3);
    color: #aaa;
}

/* Trust Signals for Pricing */
.pricing-trust-signals {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin: 40px 0 20px;
    flex-wrap: wrap;
}

.pricing-trust-signals .trust-badge {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(0, 255, 0, 0.1);
    border: 2px solid rgba(0, 255, 0, 0.3);
    border-radius: 15px;
    color: #00ff00;
    font-size: 0.9rem;
    min-height: 44px;
    /* Touch compliance */
}

.pricing-trust-signals .trust-icon {
    font-size: 1.2rem;
}

.ck-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 99999;
    margin: 0;
    min-width: 100%;
    display: none;
	align-items: center;
	justify-content: center;
}
.ck-modal.is-open { display: flex; }
.ck-modal__backdrop { position: absolute; inset: 0; background: rgba(0,0,0,.6); min-width: 100%; }
.ck-modal__dialog {
	position: relative;
	max-width: 520px;
	/* margin: 10vh auto 0; */
	background: #111;
	color: #fff;
	border-radius: 14px;
	padding: 22px;
	box-shadow: 0 10px 40px rgba(0,0,0,.35);
    width: fit-content;
    flex: none !important;
}
.ck-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	border: 0;
	background: transparent;
	color: #fff;
	font-size: 26px;
	cursor: pointer;
}
.ck-modal__title { margin: 0 0 8px; font-size: 20px; }
.ck-modal__sub { margin: 0 0 16px; opacity: .9; max-width: 400px; }
.ck-modal__actions { display: flex; gap: 10px; align-items: center; }
.ck-modal__primary, .ck-modal__secondary {
	padding: 10px 14px;
	border-radius: 10px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}
.ck-modal__primary { background: #fff; color: #111 !important; font-weight: 600; }
.ck-modal__secondary { background: rgba(255,255,255,.12); color: #fff; }

/* Responsive Design */
@media (max-width: 1024px) {
    .features-grid {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }

    .pricing-container {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        max-width: 410px;
    }
}

@media (max-width: 1590px) {
    .discord-integration-sticky {
        display: none;
    }
}

@media (max-width: 896px) {
    .header-nav {
        display: none;
    }
}

@media (max-width: 768px) {
    .container {
        padding: 60px 15px 60px;
    }

    .logo-container h2 {
        display: none;
    }

    .logo-image a {
        padding: 0;
    }

    nav {
        padding: 15px 20px;
    }

    nav ul {
        gap: 20px;
    }

    nav a {
        font-size: 16px;
        padding: 10px;
        /* Ensure 44px touch targets */
        min-height: 44px;
        min-width: 44px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .challenge-section {
        padding: 30px 15px;
        margin: 40px auto;
    }

    .security-section {
        padding: 30px 15px;
        margin: 40px auto;
    }

    /* Mobile styles for new sections */
    .audio-preview-section {
        padding: 30px 15px;
        margin: 40px auto;
    }

    .discord-integration img {
        display: none;
    }

    /* Footer Mobile Styles */
    .footer {
        padding: 40px 0 20px;
        padding-bottom: 0;
        /* margin-top: 60px; */
    }

    .footer-content {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
        padding: 0 15px;
        display: grid;
    }

    .footer-section-legal {
        margin-left: auto;
        margin-right: 20px;
    }

    .footer-section-product {
        margin-left: auto;
        margin-right: 20px;
    }

    .footer-section h3 {
        font-size: 1.3rem;
    }

    .footer-section h4 {
        font-size: 1rem;
    }

    .footer-bottom {
        flex-direction: column;
        text-align: center;
        padding: 15px;
    }

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

    .footer-trust {
        justify-content: center;
        gap: 10px;
    }

    .trust-indicator {
        font-size: 0.75rem;
        padding: 3px 6px;
    }

    .accounts-middle-section {
        flex-direction: column;
    }

    .account-credits {
        padding: 40px !important;
        margin: 0 !important;
    }

    .account-referrals {
        padding: 40px !important;
        margin: 0 !important;
    }

    .referrals-subtitle p {
        max-width: 80%;
    }

        .pricing-trust-signals {
        gap: 15px;
    }

    .pricing-trust-signals .trust-badge {
        padding: 8px 12px;
        font-size: 0.8rem;
    }

    .features-section {
        margin: 40px auto 30px;
        padding: 0 16px;
    }

    .features-title {
        font-size: 1.9rem;
    }

    .features-subtitle {
        font-size: 1rem;
        margin-bottom: 40px;
    }

    .features-tier {
        padding: 32px 24px;
    }

    .features-tier-header {
        margin-bottom: 32px;
    }

    .features-tier-header h3 {
        font-size: 1.4rem;
    }

    .features-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .feature-card {
        padding: 24px 20px;
        flex-direction: column;
        text-align: center;
        gap: 16px;
    }

    .feature-icon {
        width: 44px;
        height: 44px;
        align-self: center;
    }

    .feature-icon svg {
        width: 22px;
        height: 22px;
    }

    .feature-content h4 {
        font-size: 1.1rem;
        margin-bottom: 10px;
    }

    .feature-content p {
        font-size: 0.9rem;
    }
}


/*
------ GLOBAL ----------
*/

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

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #0a0a0f;
    color: #fff;
    overflow-x: hidden;
    position: relative;
}

/* Enhanced Background with Scan Lines */
body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:
        repeating-linear-gradient(0deg,
            transparent,
            transparent 2px,
            rgba(0, 212, 255, 0.01) 2px,
            rgba(0, 212, 255, 0.01) 4px),
        radial-gradient(circle at 20% 50%, rgba(255, 0, 128, 0.05) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(139, 92, 246, 0.05) 0%, transparent 50%);
    z-index: -1;
    animation: scanlines 3s linear infinite;
}

/* Main container */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 80px;
    text-align: center;
}
