/* ========== BUTTON STYLES ========== */
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    transition: all 0.2s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
    height: 48px;
    min-width: 160px;
}

.btn-primary {
    background: #48bb78;
    color: #1a202c;
}

.btn-primary:hover {
    background: #38a169;
    transform: translateY(-1px);
}

.btn-secondary {
    background: #2d3748;
    color: #48bb78;
    border: 1px solid #48bb78;
}

.btn-secondary:hover {
    background: #1a202c;
    transform: translateY(-1px);
}

.btn-outline {
    background: transparent;
    color: #48bb78;
    border-color: #48bb78;
}

.btn-outline:hover {
    background: #48bb78;
    color: #1a202c;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1rem;
}

.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    line-height: 1;
}

.btn-icon svg {
    width: 18px;
    height: 18px;
    display: block;
}

/* Plan button styles */
.btn-plan {
    width: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-free {
    background: linear-gradient(135deg, #2d3748, #2d3748);
    color: #cbd5e0;
    border: 1px solid #2d3748;
}

.btn-free:hover {
    background: linear-gradient(135deg, #2d3748, #1a202c);
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(74, 85, 104, 0.3);
}

.btn-monthly {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: #1a202c;
    border: none;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
}

.btn-monthly:hover {
    background: linear-gradient(135deg, #38a169, #2f855a);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(72, 187, 120, 0.5);
}

.btn-crypto {
    background: linear-gradient(135deg, #805ad5, #6b46c1);
    color: white;
    border: none;
    opacity: 0.6;
    cursor: not-allowed;
}

/* Store button styles */
.btn-store {
    width: 100%;
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-chrome {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: #1a202c;
    border: none;
    box-shadow: 0 4px 15px rgba(72, 187, 120, 0.3);
}

.btn-chrome:hover {
    background: linear-gradient(135deg, #38a169, #2f855a);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(72, 187, 120, 0.5);
}

.btn-firefox {
    background: linear-gradient(135deg, #805ad5, #6b46c1);
    color: white;
    border: none;
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-icon {
    width: 20px;
    height: 20px;
}

/* Discord button styles */
.btn-discord {
    background: linear-gradient(135deg, #6c7bff, #5865f2);
    color: white;
    border: none;
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 0.75rem;
    transition: all 0.3s ease;
    gap: 0.75rem;
    width: 100%;
    justify-content: center;
    height: 56px;
    box-shadow: 0 6px 20px rgba(108, 123, 255, 0.6), 0 0 30px rgba(108, 123, 255, 0.4);
    text-transform: none;
    letter-spacing: 0.025em;
}

.btn-discord:hover {
    background: linear-gradient(135deg, #7c8bff, #6c7bff);
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(124, 139, 255, 0.8), 0 0 50px rgba(124, 139, 255, 0.6);
}

.btn-discord:focus {
    outline: none;
    background: linear-gradient(135deg, #8c9bff, #7c8bff);
    transform: translateY(-1px);
    box-shadow: 0 8px 25px rgba(140, 155, 255, 0.7), 0 0 40px rgba(140, 155, 255, 0.5);
}

.btn-discord:active {
    transform: translateY(0);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-discord svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Help link button styles */
.help-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    background: linear-gradient(135deg, #2d3748, #1a202c);
    border: 1px solid #2d3748;
    border-radius: 0.75rem;
    color: #cbd5e0;
    text-decoration: none;
    transition: all 0.3s ease;
}

.help-link:hover {
    background: linear-gradient(135deg, #2d3748, #2d3748);
    border-color: #48bb78;
    color: #48bb78;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(72, 187, 120, 0.2);
}

.help-icon {
    width: 18px;
    height: 18px;
}

/* Support button styles */
.support-discord {
    background: rgba(255, 255, 255, 0.15);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.3);
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    gap: 0.75rem;
    min-width: 200px;
    height: 56px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.support-discord:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.support-discord svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

.support-email {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: 2px solid rgba(255, 255, 255, 0.2);
    padding: 1rem 1.5rem;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 0.5rem;
    transition: all 0.3s ease;
    gap: 0.75rem;
    min-width: 200px;
    height: 56px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.support-email:hover {
    background: rgba(255, 255, 255, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.support-email svg {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
}

/* Discord button container */
.discord-button-container {
    display: flex;
    justify-content: center;
    margin: 2rem auto;
    width: 25%;
    min-width: 200px;
    max-width: 300px;
} 